1. bb626a6 Move ConstantRange class to lib/Support from lib/Analysis and make its by Reid Spencer · 18 years ago
  2. 3da4384 Provide an ICmpInst::makeConstantRange to generate a ConstantRange value by Reid Spencer · 18 years ago
  3. 8782d48 Chain is on second operand. by Jim Laskey · 18 years ago
  4. 581b0d4 For PR1205: by Reid Spencer · 18 years ago
  5. f57fc81 Implement a convenience method to construct a ConstantInt directly from an by Reid Spencer · 18 years ago
  6. dc5c159 For PR1205: by Reid Spencer · 18 years ago
  7. f1b214d Add intelligence about where to break large blocks. by Dale Johannesen · 18 years ago
  8. eac6607 remove dead option by Chris Lattner · 18 years ago
  9. ba3f7c6 Eliminate enable-x86-fastcc by Chris Lattner · 18 years ago
  10. 3f09fc2 Handle mix of personalities. by Jim Laskey · 18 years ago
  11. 63f3e3f Provide a more meaningful name. by Jim Laskey · 18 years ago
  12. 64ce0ca MERGE_VALUES unnecessary. by Jim Laskey · 18 years ago
  13. 7e08570 fastcc -> fastcall by Chris Lattner · 18 years ago
  14. 7050080 bugfix: fastcall does not require the first two params to be marked 'inreg', by Chris Lattner · 18 years ago
  15. b5d8088 fastcc -> fastcall by Chris Lattner · 18 years ago
  16. 08553f9 fastcc -> fastcall by Chris Lattner · 18 years ago
  17. 663e711 For PR1205: by Reid Spencer · 18 years ago
  18. 9490077 Make the trunc/sext/zext methods return APInt& so that these operations by Reid Spencer · 18 years ago
  19. f225344 Make APInt a little more friendly to its users: by Reid Spencer · 18 years ago
  20. a0a6278 Fix a typo, thanks Bill! by Nate Begeman · 18 years ago
  21. fec910c More Mach-O writer improvements. by Nate Begeman · 18 years ago
  22. e32bbf6 use high-level functions in CCState by Chris Lattner · 18 years ago
  23. 66baf26 add methods for analysis of call results and return nodes. by Chris Lattner · 18 years ago
  24. 638402b make use of helper functions in CCState for analyzing formals and calls. by Chris Lattner · 18 years ago
  25. fb39f99 add methods to analyze calls and formals. by Chris Lattner · 18 years ago
  26. e5876ce add a newline at end of file by Chris Lattner · 18 years ago
  27. f5d280a switch LowerFastCCCallTo over to using the new fastcall description. by Chris Lattner · 18 years ago
  28. fc664c1 switch LowerFastCCArguments over to using the autogenerated Fastcall description. by Chris Lattner · 18 years ago
  29. 011bcc8 add new CC_X86_32_FastCall calling conv, which describes fastcall on win32. by Chris Lattner · 18 years ago
  30. fcf1a3d rearrange code by Chris Lattner · 18 years ago
  31. 2db39b8 remove fastcc (not fastcall) support by Chris Lattner · 18 years ago
  32. f39f771 switch LowerCCCArguments over to using autogenerated CC. by Chris Lattner · 18 years ago
  33. c0bdf34 simplify sret handling by Chris Lattner · 18 years ago
  34. 423c5f4 switch LowerCCCCallTo over to using an autogenerated callingconv by Chris Lattner · 18 years ago
  35. 370bdda rename stuff by Chris Lattner · 18 years ago
  36. 62247f6 rename some CCActions, add CCIfInReg by Chris Lattner · 18 years ago
  37. e3bab80 rename some CCActions by Chris Lattner · 18 years ago
  38. fd3542f correct dependency by Chris Lattner · 18 years ago
  39. 59ed56b switch return value passing and the x86-64 calling convention information by Chris Lattner · 18 years ago
  40. 3d55910 make subtarget references work. by Chris Lattner · 18 years ago
  41. 2092c8a implement CCPromoteToType by Chris Lattner · 18 years ago
  42. 7fc0832 Describe how arbitrary precision integers are written to the bytecode. by Reid Spencer · 18 years ago
  43. fa1353c Implement reading of arbitrary precision integers. by Reid Spencer · 18 years ago
  44. 9abd138 Implement writing of arbitrary precision integers. by Reid Spencer · 18 years ago
  45. 38c91a9 Regenerate. by Reid Spencer · 18 years ago
  46. c34ebfb Implement arbitrary integer constants through the use of APInt values. by Reid Spencer · 18 years ago
  47. f231004 Implement support for aribrary precision integers by creating two new by Reid Spencer · 18 years ago
  48. 84b4eec getActiveWords should return the number of words, not the index of the by Reid Spencer · 18 years ago
  49. ff60576 Fix a bug in RoundDoubleToAPInt where it would force the size to 64 bits by Reid Spencer · 18 years ago
  50. 36230cd Make requiresRegisterScavenging determination on a per MachineFunction basis. by Evan Cheng · 18 years ago
  51. 63f8a21 Fix test case. by Evan Cheng · 18 years ago
  52. 41a4d56 Temporary: make R12 available in ARM mode if RegScavenger is being used. by Evan Cheng · 18 years ago
  53. 1b051fc Start making use of RegScavenger. by Evan Cheng · 18 years ago
  54. 5e6df46 PEI now passes a RegScavenger ptr to eliminateFrameIndex. by Evan Cheng · 18 years ago
  55. 37f15a6 MRegisterInfo disowns RegScavenger. It's immutable. by Evan Cheng · 18 years ago
  56. f5c0fd9 Join two lines that can be joined. by Reid Spencer · 18 years ago
  57. 9d3c519 Add some syntactic sugar. by Reid Spencer · 18 years ago
  58. 012d50b Pull out the stops. by Reid Spencer · 18 years ago
  59. 80f8481 Remove some redundancy. by Reid Spencer · 18 years ago
  60. 15991bf Minor tweak. Allocate r0 to r3 in reverse order, r3 is least likely to be livein to a function. by Evan Cheng · 18 years ago
  61. 898218c Some more code clean up. by Evan Cheng · 18 years ago
  62. 3e8a541 reenable generation of CC info by Chris Lattner · 18 years ago
  63. 8cab162 Oops. by Evan Cheng · 18 years ago
  64. 50d4565 reapply by Chris Lattner · 18 years ago
  65. 88ee2a1 *** empty log message *** by Chris Lattner · 18 years ago
  66. 681dcd1 Implement countLeadingOnes() and getMinSignedBits(). This helps to minimize by Reid Spencer · 18 years ago
  67. 3fae29a Back out previous commit temporarily. by Evan Cheng · 18 years ago
  68. 53c9b3f Backing out by Evan Cheng · 18 years ago
  69. 5ef9226 Let MRegisterInfo now owns RegScavenger; eliminateFrameIndex must preserve register kill info. by Evan Cheng · 18 years ago
  70. 3f6fd87 Let MRegisterInfo now owns RegScavenger. by Evan Cheng · 18 years ago
  71. bb6fb33 RegScavenger interface change to make it more flexible. by Evan Cheng · 18 years ago
  72. 171eed5 Let MRegisterInfo owns RegScavenger. by Evan Cheng · 18 years ago
  73. 659ba97 Pass IsImp, IsKill, and IsDead to ChangeToRegister. by Evan Cheng · 18 years ago
  74. 87d266e This test passes on x86/Linux now. by Reid Spencer · 18 years ago
  75. f458030 implement CCMatchIfCC in terms of CCMatchIf by Chris Lattner · 18 years ago
  76. 8bcc4ae build cc info by Chris Lattner · 18 years ago
  77. bcc3c19 target for generating CC info by Chris Lattner · 18 years ago
  78. 798dc7a initial support for calling convention generation, still unfinished. by Chris Lattner · 18 years ago
  79. 914c3bc Adjust to changes in the APInt interface. by Reid Spencer · 18 years ago
  80. 66ed109 Improve APInt interface: by Reid Spencer · 18 years ago
  81. 96d9137 Conform to single person attribution in file comment. by Reid Spencer · 18 years ago
  82. a5c7472 For PR1205: by Reid Spencer · 18 years ago
  83. 55fc8a4 Update for constant folding now generating undef and overflow correctly. by Reid Spencer · 18 years ago
  84. 67d2f3a Shifting by the bit width now produces undef, not 0. by Reid Spencer · 18 years ago
  85. 1fa111e 1. Fix three serious bugs in the comparison code. by Reid Spencer · 18 years ago
  86. 409f092 Allow the RoundDoubleToAPInt function to specify a width to use. by Reid Spencer · 18 years ago
  87. dbec2d9 a note by Chris Lattner · 18 years ago
  88. 84da80d Make getPassManagerType() const. by Devang Patel · 18 years ago
  89. 05c180b Fix parenthesis for BCTRL_{ELF|Macho} test. by Nicolas Geoffray · 18 years ago
  90. 63f8fb1 Differentiate between the MachO and the ELF ABI the CALL instruction. by Nicolas Geoffray · 18 years ago
  91. d313a9b Duplicate use of LR, take 2. by Jim Laskey · 18 years ago
  92. 45cdf30 Added myself by Nicolas Geoffray · 18 years ago
  93. 940685e Allow the AsmWriter to print out arbitrary precision integers. by Reid Spencer · 18 years ago
  94. 8374db8 Correct the implelmentation of ConstantInt::getAllOnesValue() for bit by Reid Spencer · 18 years ago
  95. b4d8ae5 Get rid of extraneous // in file comment. by Reid Spencer · 18 years ago
  96. d637a8b Add calling convention info by Chris Lattner · 18 years ago
  97. 9472c37 For PR1205: Implement constant folding via APInt instead of uint64_t. by Reid Spencer · 18 years ago
  98. 0083664 move target independent calling convention stuff to TargetCallingConv.td by Chris Lattner · 18 years ago
  99. d50110d fill in some holes by Chris Lattner · 18 years ago
  100. 9774c91 switch x86-64 return value lowering over to using same mechanism as argument by Chris Lattner · 18 years ago