1. 1b19cd3 Use short form of BinaryOperator create function. by Reid Spencer · 18 years ago
  2. cc46cdb Use short form of binary operator create functions. by Reid Spencer · 18 years ago
  3. 8e11bf8 Put the Shift instructions in the right section. by Reid Spencer · 18 years ago
  4. ebe57e3 Fix a comment that needed to change after SHIFT patch landed. by Reid Spencer · 18 years ago
  5. f48ae33 Ugh. Only meant to do this in thumb mode. by Evan Cheng · 18 years ago
  6. 0737c24 bugfix for reid's shift patch. by Chris Lattner · 18 years ago
  7. 2d1222c add a note by Chris Lattner · 18 years ago
  8. e1888ee 1. Break long lines to 80 col limit by Reid Spencer · 18 years ago
  9. 832254e Changes to support making the shift instructions be true BinaryOperators. by Reid Spencer · 18 years ago
  10. 9a2ef95 Fix a bug in getARMCMP (which translate CondCode to ARM specific CC) when the RHS is a constant. by Evan Cheng · 18 years ago
  11. b063615 Thumb does not have clz. by Evan Cheng · 18 years ago
  12. 95ced11 Dump function names when debug-pass=Executions is used. by Devang Patel · 18 years ago
  13. fd905ca Fix Transforms/InstCombine/2007-02-01-LoadSinkAlloca.ll, a serious code by Chris Lattner · 18 years ago
  14. 5c70a01 new testcase for serious code pessimization by Chris Lattner · 18 years ago
  15. eb58a48 My mistake, my environment wasn't up to date. This passes now. by Reid Spencer · 18 years ago
  16. fa99eca XFAIL this on x86 linux as it continues to fail. by Reid Spencer · 18 years ago
  17. 305d253 Pretty print pass managers. by Devang Patel · 18 years ago
  18. 505f36a Pretty print pass manager by Devang Patel · 18 years ago
  19. e27ae7e cvs commit by Devang Patel · 18 years ago
  20. 3ca5616 Make sure the value passed to test function is initialized. by Reid Spencer · 18 years ago
  21. c33f674 Define PrivateGlobalPrefix for ARM Linux. (Fix CodeGen/ARM/large_stack.ll) by Lauro Ramos Venancio · 18 years ago
  22. 556f33c Pasto. Lots of it. by Evan Cheng · 18 years ago
  23. 8282e3f Ensure that ConvertOperandToType generates a result conversion by by Reid Spencer · 18 years ago
  24. 8e8eda7 Fix bugs in the inliner having to do with single-entry phi nodes and valuemap by Chris Lattner · 18 years ago
  25. 6f46e59 Fix .thumb_func directive on linux. by Lauro Ramos Venancio · 18 years ago
  26. b47f32e Slip up by Jim Laskey · 18 years ago
  27. 29bf16a Emit labels as label_n and not as debug_n by Jim Laskey · 18 years ago
  28. 5dfbaf1 preserve sections of globals by Andrew Lenharth · 18 years ago
  29. b82313f Support for non-landing pad exception handling. by Jim Laskey · 18 years ago
  30. 283663a Fix a homonymo in a comment. by Reid Spencer · 18 years ago
  31. b43216e - Off by one bugs in maximum displacement calculation / testing. by Evan Cheng · 18 years ago
  32. b25fe82 Fixed uninitialized stuff inside LegalizeDAG. Fortunately, the only by Anton Korobeynikov · 18 years ago
  33. 6e94c00 Add a new dense hash table implementation by Chris Lattner · 18 years ago
  34. 0de4439 improve comments, add an assertion by Chris Lattner · 18 years ago
  35. 94c002a rename DenseMap to IndexedMap. by Chris Lattner · 18 years ago
  36. e3f71b4 rename DenseMap -> IndexedMap. by Chris Lattner · 18 years ago
  37. 2e21fce silence some warnings when assertions are disabled. by Chris Lattner · 18 years ago
  38. acf8145 silence warning by Chris Lattner · 18 years ago
  39. fea997a Fit in 80 columns by Chris Lattner · 18 years ago
  40. e0c2b6b .set pc relative displacement bug: label should be moved down one instruction by Evan Cheng · 18 years ago
  41. 736ceff Add a note. by Evan Cheng · 18 years ago
  42. ac94c58 Add a test case. by Evan Cheng · 18 years ago
  43. 9312313 Also set alignment of stack-based structs to 4 in thumb mode. by Evan Cheng · 18 years ago
  44. f97e542 Added a thumb vararg test. by Evan Cheng · 18 years ago
  45. 9d945f7 Special epilogue for vararg functions. We cannot do a pop to pc because by Evan Cheng · 18 years ago
  46. 3281528 Add printVersion(). Linker can use it to print LLVM version number. by Devang Patel · 18 years ago
  47. aed293d Add PrintVersionMessage() that tools can use to print version number by Devang Patel · 18 years ago
  48. 527fae1 Emit a better assertion message for PR1133 by Chris Lattner · 18 years ago
  49. 897b1b5 Include Makefile.config before testing OS. by Devang Patel · 18 years ago
  50. 2021abe Pessmistically assume the .align 2 before the first constpool entry adds by Evan Cheng · 18 years ago
  51. 5b49ab9 Possible JT improvements. by Evan Cheng · 18 years ago
  52. 9aa2895 Fix CodeGen/PowerPC/2007-01-31-InlineAsmAddrMode.ll by Chris Lattner · 18 years ago
  53. 36a7243 new testcase by Chris Lattner · 18 years ago
  54. 894432c Fix test case. by Evan Cheng · 18 years ago
  55. 3bf12d0 Don't emit unnecessary .align directive. by Evan Cheng · 18 years ago
  56. a2e3558 Handle an interesting corner case: the constpool_entry being reference is two by Evan Cheng · 18 years ago
  57. 7588ad4 Don't want to add FramePtr to callee save spill list twice. by Evan Cheng · 18 years ago
  58. 92905d9 Fix build breakage by using correct arguments to getIndexedType in the by Reid Spencer · 18 years ago
  59. 100c210 Fix test cases. by Evan Cheng · 18 years ago
  60. 3548006 Darwin ABI requires FP to point to stack slot of prev FP. by Evan Cheng · 18 years ago
  61. 11a065e Add entry. by Evan Cheng · 18 years ago
  62. 0fa1051 Thumb add sp, #imm requires the immediate value be multiple of 4. For now, by Evan Cheng · 18 years ago
  63. 86eb515 Update comment. by Evan Cheng · 18 years ago
  64. 569f2fa Preview of the shift instructions becoming Binary Operators. by Reid Spencer · 18 years ago
  65. dff1ab2 Dead comment. by Evan Cheng · 18 years ago
  66. 9e693eb Add some debug output. by Reid Spencer · 18 years ago
  67. 3471b60 Thumb asm syntax does not want 's' suffix for flag setting opcodes. by Evan Cheng · 18 years ago
  68. aeacab2 shutdown the app when done. by Chris Lattner · 18 years ago
  69. fbbe92f remove temporary vectors. by Chris Lattner · 18 years ago
  70. af3e4d4 add missing ctor by Chris Lattner · 18 years ago
  71. 20066f9 eliminate temporary vectors by Chris Lattner · 18 years ago
  72. 699d144 eliminate temporary vectors by Chris Lattner · 18 years ago
  73. c0dbec7 When determining whether a pc relative branch / load displacement fits in the by Evan Cheng · 18 years ago
  74. 4c3d3a9 eliminate a temporary vector while parsing gep's from bc files. by Chris Lattner · 18 years ago
  75. 95b9d6e A relatively simple PPC optimization. by Chris Lattner · 18 years ago
  76. 6ffbe17 implement the new GEP instruction ctors. by Chris Lattner · 18 years ago
  77. a9b8b8d Some comments. by Evan Cheng · 18 years ago
  78. 934536d ConstPool island bug: watch out for cases where UserMI is the last MI of the BB. by Evan Cheng · 18 years ago
  79. a88d6ca Revert another incorrectly applied chunk, which fixes InstCombine/vec_insert_to_shuffle.ll by Chris Lattner · 18 years ago
  80. ad58eb3 Fix a minor bug in my patch yesterday that broken ConstProp/bswap.ll by Chris Lattner · 18 years ago
  81. b5b84f9 ARM fix: Miscompilation when frame pointer can't be eliminated. Uninitialized frame pointer register is used. by Lauro Ramos Venancio · 18 years ago
  82. 193f850 Specify the right CC for comparison libcalls. by Evan Cheng · 18 years ago
  83. d385fd6 Allow the target to override the ISD::CondCode that's to be used to test the by Evan Cheng · 18 years ago
  84. 991d361 Added O_F32 and O_64 in addition to UO_F32 and UO_64 even though by by Evan Cheng · 18 years ago
  85. b6ab254 Observe -soft-float. by Evan Cheng · 18 years ago
  86. b85210f minor cleanups. Fix off-by-one in accounting the number of nodes when the by Chris Lattner · 18 years ago
  87. 0331524 shutdown at end of run by Chris Lattner · 18 years ago
  88. f7469af regenerate by Chris Lattner · 18 years ago
  89. e013540 eliminate a temporary vector by Chris Lattner · 18 years ago
  90. d917fe5 elimiante a temporary vector by Chris Lattner · 18 years ago
  91. 55eb1c4 eliminate temporary vectors by Chris Lattner · 18 years ago
  92. 2b9a5da Revise APIs for creating constantexpr GEPs to not require the use of vectors. by Chris Lattner · 18 years ago
  93. fb11053 Revise APIs for creating constantexpr GEPs to not require the use of by Chris Lattner · 18 years ago
  94. 0c61584 - Added Thumb constpool island support. by Evan Cheng · 18 years ago
  95. 4c16069 Fix version information for new instructions. by Reid Spencer · 18 years ago
  96. a4f4659 Move symbolic constant folding code to libanalysis. by Chris Lattner · 18 years ago
  97. 03dd25c Move some symbolic constant folding code out of instcombine into a place by Chris Lattner · 18 years ago
  98. fec152b Correct the instruction op codes to meet current head changes. by Reid Spencer · 18 years ago
  99. c4a8d39 Excise documentation about Compaction Tables. by Reid Spencer · 18 years ago
  100. 2e3a1d1 The local "ConstantFold" method is now just a watered down version of by Chris Lattner · 18 years ago