1. 7a61d70 Have IRBuilder take a template argument on whether or not to preserve by Eric Christopher · 16 years ago
  2. d9cc749 Canonicalize nested AddRecs in by nesting them in order of loop depth. by Dan Gohman · 16 years ago
  3. d9ced09 Add an EXTRACTPSmr pattern to match the pattern that X86ISelLowering creates. by Dan Gohman · 16 years ago
  4. cbdf30a Properly print flags on Sparc by Anton Korobeynikov · 16 years ago
  5. 16b7f51 Generalize by Anton Korobeynikov · 16 years ago
  6. 25c6a08 Use mergeable strings sections on sparc by Anton Korobeynikov · 16 years ago
  7. f5b6a47 Handle visibility printing with all generality. Remove bunch of duplicate code. by Anton Korobeynikov · 16 years ago
  8. 382f002 Use chars, where possible by Anton Korobeynikov · 16 years ago
  9. 7396e59 Convert PPC/Linux to new section printing stuff by Anton Korobeynikov · 16 years ago
  10. bc331a8 Switch PPC/Darwin to new section handling stuff by Anton Korobeynikov · 16 years ago
  11. 34da127 Cleanup by Anton Korobeynikov · 16 years ago
  12. b12ab97 Reduce the entries in a phi before testing it for deadness, because removing the entries might make it dead. by Owen Anderson · 16 years ago
  13. 42ccc21 Undo most of r54519. by Evan Cheng · 16 years ago
  14. 0dabb7e Don't call getAnalysisUsage unless -debug-pass is enabled. This speeds by Chris Lattner · 16 years ago
  15. e1a4eda Add -fast command line option to lli. It enables fast codegen path. by Evan Cheng · 16 years ago
  16. 502f20b Add new parameter Fast to createJIT to enable the fast codegen path. by Evan Cheng · 16 years ago
  17. 381cb07 Add skeleton of simple basic block instruction selector. by Evan Cheng · 16 years ago
  18. ffa4543 Testcase for r54520. by Nick Lewycky · 16 years ago
  19. 711b6dc It's not legal to output a GV in a coalesced section if it's used in an ARM PIC relative constantpool. by Evan Cheng · 16 years ago
  20. 15621a2 Fix indentation. by Evan Cheng · 16 years ago
  21. d622738 Don't crash printing the asm for a ConstantExpr PtrToInt just because the int by Nick Lewycky · 16 years ago
  22. 65ad452 Support added for ctlz intrinsic, test case added. by Bruno Cardoso Lopes · 16 years ago
  23. fc65d38 Speed up the passmgr by avoiding heap thrashing on vectors. by Chris Lattner · 16 years ago
  24. f131fa2 Match raw "psp" triple target, as done by the homebrew toolchain. by Bruno Cardoso Lopes · 16 years ago
  25. ab243df [Last] Batch 7 of Mips CodeGen tests by Bruno Cardoso Lopes · 16 years ago
  26. 4230586 Batch 6 of Mips CodeGen tests by Bruno Cardoso Lopes · 16 years ago
  27. 0b4e136 Batch 5 of Mips CodeGen tests by Bruno Cardoso Lopes · 16 years ago
  28. 29b4ff7 Batch 4 of Mips CodeGen tests by Bruno Cardoso Lopes · 16 years ago
  29. ba3442f Batch 3 of Mips CodeGen tests by Bruno Cardoso Lopes · 16 years ago
  30. e5813b7 Batch 2 of Mips CodeGen tests by Bruno Cardoso Lopes · 16 years ago
  31. 6d523c0 Batch 1 of Mips CodeGen tests, more coming... by Bruno Cardoso Lopes · 16 years ago
  32. ea98fe2 Testcases for 54503. One derived from PR 2533, the other from Python. by Dale Johannesen · 16 years ago
  33. fb224a2 use the more precise 'op1' instead of 'var1' since the latter can be misunderstood to not encompass constants by Gabor Greif · 16 years ago
  34. 7da151c Added Mips support for DYNAMIC_STACKALLOC by Bruno Cardoso Lopes · 16 years ago
  35. e36bfe6 Add the remaining fp_round libcalls: by Bruno Cardoso Lopes · 16 years ago
  36. 724acf1 Do a dominator walk when scheduling copies, rather than a DFS on the CFG. Also, fix a few problems when creating by Owen Anderson · 16 years ago
  37. c93346a Use correct compiler component names for objc and objc++. by Duncan Sands · 16 years ago
  38. dbfccf6 Move tests of the ObjC++ front-end to their own by Duncan Sands · 16 years ago
  39. 7d94200 Let SRETPromotion properly preserve the function name instead of (implicitly) by Matthijs Kooijman · 16 years ago
  40. a7bab2c Fix SRETPromotion, it was generating functions without returns statements since by Matthijs Kooijman · 16 years ago
  41. 1d63d92 Add a basic test for the SRETPromotion pass. by Matthijs Kooijman · 16 years ago
  42. 0d4ee1a Move two tests from SRETPromotion to Inline, since they only call opt -inline. by Matthijs Kooijman · 16 years ago
  43. 81ec248 Add some debug output to SRETPromotion. by Matthijs Kooijman · 16 years ago
  44. b3e15c0 Silence a warning. by Matthijs Kooijman · 16 years ago
  45. 6a35dae Remove dead forward decl by Anton Korobeynikov · 16 years ago
  46. feac94b Print section flags ok on platforms, which use '@' as comment string. Fix test. by Anton Korobeynikov · 16 years ago
  47. 1e27da3 Add assertion for easy debugging of missing stuff by Anton Korobeynikov · 16 years ago
  48. 0f3cc65 Switch ARM to new section handling stuff by Anton Korobeynikov · 16 years ago
  49. 79579c9 Switch Alpha to new section handling stuff by Anton Korobeynikov · 16 years ago
  50. fcd99bb Use EmitAlignment consistently by Anton Korobeynikov · 16 years ago
  51. 2a166e9 Cleanup by Anton Korobeynikov · 16 years ago
  52. 98a6dd0 Cleanup by Anton Korobeynikov · 16 years ago
  53. dc3ca2e Switch IA64 to new section-handling stuff by Anton Korobeynikov · 16 years ago
  54. 003bcab Cleanup by Anton Korobeynikov · 16 years ago
  55. 4578862 Provide convenient helpers by Anton Korobeynikov · 16 years ago
  56. 5b794b9 Switch Sparc to new section handling stuff. Refactor printing of module-level GVs significantly. by Anton Korobeynikov · 16 years ago
  57. 84e160e Add hook for constant pool section selection for darwin. by Anton Korobeynikov · 16 years ago
  58. 93cacf1 Select section for constant pool entries by Anton Korobeynikov · 16 years ago
  59. d829e6f Remove trailing spaces. by Matthijs Kooijman · 16 years ago
  60. e2c5ecd Don't verify passes when assertions are disabled. by Chris Lattner · 16 years ago
  61. e3d9206 Re-enable elimination of unnecessary SUBREG_TO_REG instructions in by Dan Gohman · 16 years ago
  62. 865db45 Add an extra example that shouldn't get an and instruction. by Dan Gohman · 16 years ago
  63. dd947ea Rewrite JIT handling of GlobalVariables so they by Dale Johannesen · 16 years ago
  64. 39fd6e8 Factor code that finalize PHI nodes, jump tables, etc. out of SelectBasicBlock. No functionality changes. by Evan Cheng · 16 years ago
  65. 9200e81 SDISel's constant branch folding can fold away self-loops, which doesn't result in any dead blocks, but by Owen Anderson · 16 years ago
  66. 883771f Correct handle cases where two phis are coalesced together, and correct break up the case where two different by Owen Anderson · 16 years ago
  67. aa11108 Oops, didn't mean to commit this. by Owen Anderson · 16 years ago
  68. 35a8a03 Add libDriver.vcproj to solution file. by Ted Kremenek · 16 years ago
  69. 9860b71 We don't need to try to coalesce input vregs that are the same as the output vreg. by Owen Anderson · 16 years ago
  70. 9b49120 Only trim a live interval if the register is not used after the PHI node. by Owen Anderson · 16 years ago
  71. 788d041 Only remap each VNInfo once when doing renumbering. by Owen Anderson · 16 years ago
  72. 8a1510d Re-introduce the 8-bit subreg zext-inreg patterns for x86-32, by Dan Gohman · 16 years ago
  73. 4ce9627 Fix a shufflevector instcombine that was emitting invalid masks indices by Dan Gohman · 16 years ago
  74. d756f88 PR2535, not PR2355. by Evan Cheng · 16 years ago
  75. f5e25f3 Fix PR2355: bug in ChangeCompareStride. When the loop termination compare is the only use of its iv stride, the stride can be eliminated by moving it to another stride. If the scale is negative, swap the predicate instead of using a inverse predicate. by Evan Cheng · 16 years ago
  76. 165660e xchg does not modify FLAGS. by Dan Gohman · 16 years ago
  77. 6da38a0 Clarify "node" vs. "value" in some comments. by Dan Gohman · 16 years ago
  78. 46bbad2 optimize a common idiom generated by clang for bitfield access, PR2638. by Chris Lattner · 16 years ago
  79. bbe5136 Added support for fp callee saved registers. by Bruno Cardoso Lopes · 16 years ago
  80. 01924d0 stacker is really gone. by Chris Lattner · 16 years ago
  81. 2a3cea1 remove stacker by Chris Lattner · 16 years ago
  82. 5af5f46 Zap sitofp/fptoui pairs. In all cases when the sign difference by Chris Lattner · 16 years ago
  83. b30591e Reinstate this optimization, but without the miscompile. Thanks to Bill for by Nick Lewycky · 16 years ago
  84. 5226698 Just grep for through the LL code instead of the ASM code by Bill Wendling · 16 years ago
  85. a37599b Add ARM to the targets to build. by Bill Wendling · 16 years ago
  86. 1eac4e0 Use strcpy instead of sprintf here. This avoids a GCC 4.3 format-string by Dan Gohman · 16 years ago
  87. 201bf25 Add default architecture. by Bill Wendling · 16 years ago
  88. 5a6c448 Pass the computed iteration count value to RewriteLoopExitValues by Dan Gohman · 16 years ago
  89. 837f39b It's "a static", not "an static" by Bill Wendling · 16 years ago
  90. 24d79ba Fix breakage on ARM/2008-04-10-ScavengerAssert.ll. by Owen Anderson · 16 years ago
  91. 0b101b0 Testcase for PR2629. by Bill Wendling · 16 years ago
  92. e9d5035 Fix PR2620: Fix X86cmppd selection code so it expects operands to be v2f64. by Evan Cheng · 16 years ago
  93. e3b8a48 Fix PR2596: out of bound reference. by Evan Cheng · 16 years ago
  94. 5d2f807 Correctly handle replacement and removal of PHIs with one incoming register. by Owen Anderson · 16 years ago
  95. 021507b Revert r53282. This was causing a miscompile on Linux. Also, the transformation by Bill Wendling · 16 years ago
  96. 71ac0be Oops, we were already checking for dead phis. Handle this the proper way, then. by Owen Anderson · 16 years ago
  97. e7b8205 We don't need to update live intervals for dead PHIs. by Owen Anderson · 16 years ago
  98. d3eda89 Expand acronyms, suggested by Walter Pawley by Chris Lattner · 16 years ago
  99. 3bc9c6f Remove the -disable-correct-folding option, which was ugly and is no longer needed. by Owen Anderson · 16 years ago
  100. ebec678 Capitalize LLVM, suggested by Walt Pawley by Chris Lattner · 16 years ago