1. d385fd6 Allow the target to override the ISD::CondCode that's to be used to test the by Evan Cheng · 19 years ago
  2. 991d361 Added O_F32 and O_64 in addition to UO_F32 and UO_64 even though by by Evan Cheng · 19 years ago
  3. b6ab254 Observe -soft-float. by Evan Cheng · 19 years ago
  4. b85210f minor cleanups. Fix off-by-one in accounting the number of nodes when the by Chris Lattner · 19 years ago
  5. 0331524 shutdown at end of run by Chris Lattner · 19 years ago
  6. f7469af regenerate by Chris Lattner · 19 years ago
  7. e013540 eliminate a temporary vector by Chris Lattner · 19 years ago
  8. d917fe5 elimiante a temporary vector by Chris Lattner · 19 years ago
  9. 55eb1c4 eliminate temporary vectors by Chris Lattner · 19 years ago
  10. 2b9a5da Revise APIs for creating constantexpr GEPs to not require the use of vectors. by Chris Lattner · 19 years ago
  11. fb11053 Revise APIs for creating constantexpr GEPs to not require the use of by Chris Lattner · 19 years ago
  12. 0c61584 - Added Thumb constpool island support. by Evan Cheng · 19 years ago
  13. 4c16069 Fix version information for new instructions. by Reid Spencer · 19 years ago
  14. a4f4659 Move symbolic constant folding code to libanalysis. by Chris Lattner · 19 years ago
  15. 03dd25c Move some symbolic constant folding code out of instcombine into a place by Chris Lattner · 19 years ago
  16. fec152b Correct the instruction op codes to meet current head changes. by Reid Spencer · 19 years ago
  17. c4a8d39 Excise documentation about Compaction Tables. by Reid Spencer · 19 years ago
  18. 2e3a1d1 The local "ConstantFold" method is now just a watered down version of by Chris Lattner · 19 years ago
  19. c3ce689 Make this a *real* header: by Chris Lattner · 19 years ago
  20. 997c74c move constant folding code out of Utils/Local into libanalysis by Chris Lattner · 19 years ago
  21. 79066fa Adjust #includes to match movement of constant folding code from transformutils to libanalysis. by Chris Lattner · 19 years ago
  22. 5520732 move a bunch of constant folding code f rom Transforms/Utils/Local.cpp into by Chris Lattner · 19 years ago
  23. 4973190 remove now-dead code. by Chris Lattner · 19 years ago
  24. ff2dad3 the inliner pass now passes targetdata down through the inliner api's by Chris Lattner · 19 years ago
  25. 1dfdf82 The inliner/cloner can now optionally take TargetData info, which can be by Chris Lattner · 19 years ago
  26. 3cab071 reformat comment by Chris Lattner · 19 years ago
  27. 0a19ffa pass TD to constant folding apis by Chris Lattner · 19 years ago
  28. 72d88ae adjust to constant folding api changes. by Chris Lattner · 19 years ago
  29. cd2492e use smallvector instead of vector to make constant folding a bit more efficient by Chris Lattner · 19 years ago
  30. 6c1f565 adjust to api change by Chris Lattner · 19 years ago
  31. 9fa038d Change constant folding APIs to take an optional TargetData, and change by Chris Lattner · 19 years ago
  32. 73259ca Change constant folding APIs to take an optional TargetData, and change by Chris Lattner · 19 years ago
  33. f08c0ea Combine two tests. by Evan Cheng · 19 years ago
  34. 3664090 During PEI, if the immediate value of sp + offset is too large (i.e. something by Evan Cheng · 19 years ago
  35. db43c63 remove some bits that are not yet meant to land. by Chris Lattner · 19 years ago
  36. c5eff44 Symbolically evaluate constant expressions like &A[123] - &A[4].f. by Chris Lattner · 19 years ago
  37. c60e76d - Fix codegen for pc relative constant (e.g. JT) in thumb mode: by Evan Cheng · 19 years ago
  38. 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 19 years ago
  39. 2574fe5 Compaction tables no longer supported, remove its block ID. by Reid Spencer · 19 years ago
  40. d2bb887 Bye, Bye Compaction Tables. The benefit compaction tables provides doesn't by Reid Spencer · 19 years ago
  41. 9085043 For PR411: by Reid Spencer · 19 years ago
  42. 82d5ee5 Add a gxxcmd variable for the g++ command line used to build llvm. by Reid Spencer · 19 years ago
  43. ad1b9a5 Copy and paste bug. by Evan Cheng · 19 years ago
  44. b267ca1 Darwin -static should codegen static ctors / dtors to .constructor / .destructor sections. by Evan Cheng · 19 years ago
  45. c322a9a Misseed thumb jumptable branch. by Evan Cheng · 19 years ago
  46. c1f32a5 Make the input legal. by Reid Spencer · 19 years ago
  47. c9670d3 Add / merge tests. by Evan Cheng · 19 years ago
  48. 236f677 In thumb mode, round up stack frame size to multiple of 4 since add/sub by Evan Cheng · 19 years ago
  49. 5b91c7f Thumb eliminateFrameIndex fixes. by Evan Cheng · 19 years ago
  50. cea117d Change the operand orders to t_addrmode_s* to make it easier to morph by Evan Cheng · 19 years ago
  51. d1b2c1e - In thumb mode, if size of MachineFunction is >= 2048, force LR to be by Evan Cheng · 19 years ago
  52. 225dfe9 Use BL to implement Thumb far jumps. by Evan Cheng · 19 years ago
  53. f6310ab test that the 'ir' constraint works. by Chris Lattner · 19 years ago
  54. 29836c3 Factor GetInstSize() out of constpool island pass. by Evan Cheng · 19 years ago
  55. 367f109 add initial support for handling inline asms with multiple constraints. by Chris Lattner · 19 years ago
  56. db4e6e7 new testcase by Chris Lattner · 19 years ago
  57. c1c47c3 Out of line function. by Jim Laskey · 19 years ago
  58. f5b17fd Use StartPassTimer() and StopPassManager() by Devang Patel · 19 years ago
  59. e078d1a Only gather frame info if debug or eh. by Jim Laskey · 19 years ago
  60. c874eb5 - Undo previous check-in (i.e. Do not export TimingInfo class through by Devang Patel · 19 years ago
  61. bcc5f36 Finish off bug 680, allowing targets to custom lower frame and return by Nate Begeman · 19 years ago
  62. 1f259e9 We'd still like to register allocate r2 on darwin before the callee-save regs. by Nate Begeman · 19 years ago
  63. 73c5624 rename flag by Jim Laskey · 19 years ago
  64. 24f7fb3 Comment. by Evan Cheng · 19 years ago
  65. 78268b9 Remember if LR register has been spilled in this function. by Evan Cheng · 19 years ago
  66. 1620f1a Save all registers by default, as they can be used to pass parameters by Anton Korobeynikov · 19 years ago
  67. 908049b Update some of the llvm in the readme by Nate Begeman · 19 years ago
  68. 1257c85 Properly support cstrings by Nate Begeman · 19 years ago
  69. 1b340dc Flag to control exception handling. by Jim Laskey · 19 years ago
  70. f82aa1c Measure timings. by Devang Patel · 19 years ago
  71. b05ef6a Move TimingInfo into PassManagers.h so that other libs can use it. by Devang Patel · 19 years ago
  72. d683ef6 Disable zero landing pads for now. by Jim Laskey · 19 years ago
  73. 7de2e01 Regenerate. by Reid Spencer · 19 years ago
  74. f049c67 For PR1142: by Reid Spencer · 19 years ago
  75. 072200c Landing pad-less eh for PPC. by Jim Laskey · 19 years ago
  76. 9e9225c Update project by Jim Laskey · 19 years ago
  77. 73a27c8 Remove tabs. by Reid Spencer · 19 years ago
  78. 519e239 Implement use of new IntrinsicLowering interface. by Reid Spencer · 19 years ago
  79. 6addf2c Use TargetData to obtain the correct size of the "size_t" argument for by Reid Spencer · 19 years ago
  80. 36abe14 IntrinsicLowering now requires TargetData. by Reid Spencer · 19 years ago
  81. 2957f2d Update project. by Jim Laskey · 19 years ago
  82. b7046c7 Regenerate. by Reid Spencer · 19 years ago
  83. 43f76c9 Upgrade old csret calling convention into sret parameter attribute. by Reid Spencer · 19 years ago
  84. 57eba0a Update this test case to look for sret parameter attribute not csret cc. by Reid Spencer · 19 years ago
  85. 6a08f91 Simplify names of lattice values. SGTUNE becomes SGT, for example. by Nick Lewycky · 19 years ago
  86. ec9bfdc Read from the right place. by Chris Lattner · 19 years ago
  87. c36357c Fix PR1139 by Chris Lattner · 19 years ago
  88. 94c49ed Make doxygen happy by Anton Korobeynikov · 19 years ago
  89. 1e9126b For PR1138: by Reid Spencer · 19 years ago
  90. e5da2c0 Adjust a comment to reflect reality. by Reid Spencer · 19 years ago
  91. 6aa279d Arguments are counting from 1. not from 0. Maybe we should change by Anton Korobeynikov · 19 years ago
  92. ac2b2cf More cleanup by Anton Korobeynikov · 19 years ago
  93. 3fdf2c3 Drop CSRET from here too. by Nick Lewycky · 19 years ago
  94. 5310897 Fix compile error "jump to case label crosses initialization". by Nick Lewycky · 19 years ago
  95. 66a8c8c Grammar fix by Anton Korobeynikov · 19 years ago
  96. ce13b85 Merge error at my side. Fixed. by Anton Korobeynikov · 19 years ago
  97. 34d6dea Document 'inreg' & 'sret' by Anton Korobeynikov · 19 years ago
  98. 9adeaa2 Regenerate by Anton Korobeynikov · 19 years ago
  99. c4c87a3 Drop CSRET CC by Anton Korobeynikov · 19 years ago
  100. b10308e Propagate changes from my local tree. This patch includes: by Anton Korobeynikov · 19 years ago