1. 014f98c Place dwarf headers at earliest possible point. Well behaved when skipping by Jim Laskey · 19 years ago
  2. f7a1212 Fix Transforms/LoopUnswitch/2006-06-13-SingleEntryPHI.ll, a loop unswitch by Chris Lattner · 19 years ago
  3. 2c54676 new testcase, distilled from povray by Chris Lattner · 19 years ago
  4. 90245d4 When asked not to delete useless PHIs, really don't delete them, no matter how by Owen Anderson · 19 years ago
  5. 13a68e4 Use the PotDoms map to memoize 'dominating value' lookup. With this patch, by Chris Lattner · 19 years ago
  6. 50c997e getOperandNum(): error if specified operand number is out of range. by Evan Cheng · 19 years ago
  7. 8b92d0c Fix another instance where PHI nodes need special treatment. by Owen Anderson · 19 years ago
  8. 3cc86cc Update isLCSSAForm to handle PHI nodes specially for live-out detection. This by Owen Anderson · 19 years ago
  9. c8aba85 I am sure I had commited this workaround before. Perhaps soon I should sort it all out by Andrew Lenharth · 19 years ago
  10. 7be3f1e Fix a bug that was causing major slowdowns in povray. This was due to LCSSA by Owen Anderson · 19 years ago
  11. 0e4dd01 It really helps to be returning to the correct place by Andrew Lenharth · 19 years ago
  12. c4fa603 Port some bugfixes in shift handling from SimplifyDemandedBits over to by Chris Lattner · 19 years ago
  13. 209f437 My original test case was bogus. Reverting to crasher case. by Jim Laskey · 19 years ago
  14. df1530a Tests to make sure that ComputeMaskedBits discards bits for shifts. by Jim Laskey · 19 years ago
  15. 9bfa2dc TargetLowering::ComputeMaskedBits was not clearing reciprocal bits on shifts. by Jim Laskey · 19 years ago
  16. 004fb92 Cygwin support: use _alloca to allocate stack if > 4k. Patch by Anton Korobeynikov. by Evan Cheng · 19 years ago
  17. 9686ae7 Teach bugpoint to kill optimization passes that run over the timeout limit, by Chris Lattner · 19 years ago
  18. 81c01f0 Decribe the "implementation" keyword. by Chris Lattner · 19 years ago
  19. e67304f Gaar! Don't use r11 for CR save/restore, use R0. R11 can be register by Chris Lattner · 19 years ago
  20. b47e089 Fix spilling and reloading of CR regs to reload the right values. This fixes by Chris Lattner · 19 years ago
  21. 6edf399 Reapply my 6/9 changes. The bug Evan saw no longer occurs. by Owen Anderson · 19 years ago
  22. 7f2e1dd Fix an infinite loop on Transforms/SimplifyCFG/2006-06-12-InfLoop.ll by Chris Lattner · 19 years ago
  23. b2035f2 TEstcase that makes simplifycfg infloop. by Chris Lattner · 19 years ago
  24. f6dc20f Add a new -compileflags options, remove old externals location specifiers. by Chris Lattner · 19 years ago
  25. a3bb86d Make sure to update the CFG correctly if a switch only has a default dest. by Chris Lattner · 19 years ago
  26. 1398421 New testcase that crashes llc by Chris Lattner · 19 years ago
  27. f2b806a Let the alpha breakage begin. First Formals and RET. next Calls by Andrew Lenharth · 19 years ago
  28. 232c910 Start on my todo list by Andrew Lenharth · 19 years ago
  29. 337c4ad6 lower more then 4 formal arguments. The offset is currently hard coded. by Rafael Espindola · 19 years ago
  30. 3d2aa47 Fix for 2006-06-26-MultipleExitsSingleBlock. by Owen Anderson · 19 years ago
  31. b083af6 Make sure that LCSSA works properly when it encounters an exit block that has by Owen Anderson · 19 years ago
  32. c2cc15c Re-commit the safe parts of my 6/9 patch. Still working on fixing the unsafe parts. by Owen Anderson · 19 years ago
  33. b9b2b30 Back out Owen's 6/9 changes. They broke MultiSource/Benchmarks/Prolangs-C/bison (and perhaps others). by Evan Cheng · 19 years ago
  34. 31d1a2c Add a missing assertion that would have helped out Reid by Chris Lattner · 19 years ago
  35. cf00631 Work around a nasty tblgen bug where it doesn't add operands for varargs by Chris Lattner · 19 years ago
  36. 4a45abf Fix a problem exposed by the local allocator. CALL instructions are not marked by Chris Lattner · 19 years ago
  37. 11bcd28 Wrap to 80 cols by Chris Lattner · 19 years ago
  38. 629e487 After telling GCC to type of the input file with -x asm/-x c, switch back to by Chris Lattner · 19 years ago
  39. 2fafaf1 Don't pull in environ, not always safe. Global variables are bad anyway. by Evan Cheng · 19 years ago
  40. fcaf345 Add LCSSA as a requirement for LoopUnswitch, and assert that LoopUnswitch preserves by Owen Anderson · 19 years ago
  41. f25c19c Make Loop able to verify that it is in LCSSA-form, and have the LCSSA pass assert by Owen Anderson · 19 years ago
  42. e5e228d Comments to appease sabre. by Evan Cheng · 19 years ago
  43. b12223e Minor compilation speed improvement. by Evan Cheng · 19 years ago
  44. 86c75d3 RewriteExpr, either the new PHI node of induction variable or the by Evan Cheng · 19 years ago
  45. a452932 Update some comments, and expose LCSSAID in preparation for having other passes by Owen Anderson · 19 years ago
  46. 0c48fd4 Fix X86/inline-asm.ll:test2, a case where an input value was implicitly by Chris Lattner · 19 years ago
  47. 586e653 Add new testcase by Chris Lattner · 19 years ago
  48. cf752aa Fix Regression/CodeGen/X86/inline-asm.ll, a case where inline asm causes by Chris Lattner · 19 years ago
  49. 5591c51 New testcase, using "AX" as i32. by Chris Lattner · 19 years ago
  50. ab4d9b0 Squelch a warning about signed/unsigned. by Reid Spencer · 19 years ago
  51. c0bad57 Add support for "m" inline asm constraints. by Chris Lattner · 19 years ago
  52. fd561cd Fix an assert-on-inline-inline-asm bug. by Chris Lattner · 19 years ago
  53. 393830a For PR804: by Reid Spencer · 19 years ago
  54. 28962f3 Remove dead code. by Vladimir Prus · 19 years ago
  55. dd49dbf New method BasicBlock::getFirstNonPHI. by Vladimir Prus · 19 years ago
  56. 7f3ac41 This no longer needs plugins, this it doesn't need all of VMCore. by Chris Lattner · 19 years ago
  57. 32f5553 For PR787: by Reid Spencer · 19 years ago
  58. 2991b01 Shorten a value description so --help out isn't so wide. by Reid Spencer · 19 years ago
  59. e3f0561 Make sure this tool links in all of libVMCore.a because it can --load by Reid Spencer · 19 years ago
  60. af303d5 For PR780: by Reid Spencer · 19 years ago
  61. 3bdac51 Add a virtual dtor to the InlineAsm class so that the principle method of by Chris Lattner · 19 years ago
  62. 101cefa Fix a bug where the types for inlineasm nodes were not properly entered into by Chris Lattner · 19 years ago
  63. 454d85b Previous version of this file wasn't supposed to be committed. This version by Reid Spencer · 19 years ago
  64. 4f1bd9e For PR780: by Reid Spencer · 19 years ago
  65. 6296b3c Fix a spello in a comment. by Reid Spencer · 19 years ago
  66. 170da9b For PR780: by Reid Spencer · 19 years ago
  67. 6df60a9 For PR780: by Reid Spencer · 19 years ago
  68. 19fd7ef Add -extraflags FLAGS to pass extra compilation options. by Evan Cheng · 19 years ago
  69. dc05009 Remove useless noop argument by Chris Lattner · 19 years ago
  70. 3e347f2 Fix a bug in the following scenario. by Chris Lattner · 19 years ago
  71. e8bd0a3 Added X86FunctionInfo subclass of MachineFunction to record whether the by Evan Cheng · 19 years ago
  72. 215abc7 document --libfiles by Chris Lattner · 19 years ago
  73. d179de5 Add a new --libfiles option, for getting fully-qualified pathnames to libraries. by Chris Lattner · 19 years ago
  74. fc79016 Move toolrunner out of libsupport into the bugpoint tool by Chris Lattner · 19 years ago
  75. f1b20d8 Move ToolRunner.(cpp|h) into the bugpoint directory by Chris Lattner · 19 years ago
  76. 18a4af2 Fix a bug in a recent patch. This fixes UnitTests/Vector/Altivec/casts.c on by Chris Lattner · 19 years ago
  77. 475c553 Now that PR633 is implemented, the CBE can know to emit _setjmp/_longjmp by Chris Lattner · 19 years ago
  78. 001db45 Add PowerPC intrinsics to support dcbz[l] by Chris Lattner · 19 years ago
  79. 73ebd09 Make the llvm-config library dependency database depend on all of the libraries. by Chris Lattner · 19 years ago
  80. e9d93d5 Fix some formatting, and use inLoop() when appropriate. by Owen Anderson · 19 years ago
  81. 92deacf Stop a memory leak, and update some comments. by Owen Anderson · 19 years ago
  82. 51ab5c8 Add the -Xlinker option to bugpoint which allows an option to be passed by Reid Spencer · 19 years ago
  83. 4b02367 add R0 to liveout by Rafael Espindola · 19 years ago
  84. 2403b85 Document the cl::SetVersionPrinter function. by Reid Spencer · 19 years ago
  85. bddcb94 For PR778: by Reid Spencer · 19 years ago
  86. fcadfbb For PR798: by Reid Spencer · 19 years ago
  87. 515b5b3 Make it possible to override the standard version printer. Not all tools by Reid Spencer · 19 years ago
  88. cdb08a3 For PR633: by Reid Spencer · 19 years ago
  89. caf0ece Some enhancements for gv/graphviz/dot/dotty support and better handling of by Reid Spencer · 19 years ago
  90. 3e0c154 For PR798: Add support for Graphviz. Patch contributed by Anton Korobeynikov. by Reid Spencer · 19 years ago
  91. c21051f A few new entries. by Evan Cheng · 19 years ago
  92. f8614db Be consistent with gcc. by Evan Cheng · 19 years ago
  93. 32a90f8 Update the regression tests, and add a new one encountered while compiling crtend. by Owen Anderson · 19 years ago
  94. c14c1d4 Some more clean-up, and squash an IDF-Phi related bug. by Owen Anderson · 19 years ago
  95. a5cc38b ignore ordered/unordered for now by Andrew Lenharth · 19 years ago
  96. 9e1c1dd Various clean-ups suggested by Chris. by Owen Anderson · 19 years ago
  97. 30019c8 Fix a bug in Phi-noded insertion. Also, update some comments to reflect what's by Owen Anderson · 19 years ago
  98. 98bb297 Document the LINK_LIBS_IN_SHARED control variable. by Reid Spencer · 19 years ago
  99. 2e1f0ed temporarily add back this option, I will remove it in a couple days by Chris Lattner · 19 years ago
  100. ecbd242 For PR798: Have configure find the "dotty" program and adjust configuration. by Reid Spencer · 19 years ago