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