1. f8a01a9 1. Support standard dwarf format (was bootstrapping in Apple format.) by Jim Laskey · 19 years ago
  2. d5a932b Was pointed out that structure alignment and type alignment are not the same by Jim Laskey · 19 years ago
  3. afe91a5 Implement Transforms/InstCombine/bswap.ll, turning common shift/and/or bswap by Chris Lattner · 19 years ago
  4. 35f8c20 Alignment of globals has not been quite right. Needed to drop the pointer type by Jim Laskey · 19 years ago
  5. 31f7be9 Vector extract / insert index operand should have ptr type. by Evan Cheng · 19 years ago
  6. a7dc4a5 Type of extract_element index operand should be iPTR. by Evan Cheng · 19 years ago
  7. 015188f Type of vector extract / insert index operand should be iPTR. by Evan Cheng · 19 years ago
  8. a844126 Consistency. EXTRACT_ELEMENT index operand should have ptr type. by Evan Cheng · 19 years ago
  9. a9767f6 Assert. Rather than silently stop printing. by Evan Cheng · 19 years ago
  10. 8d3af5e Instructions with variable operands (variable_ops) can have a number required by Evan Cheng · 19 years ago
  11. fae2994 X86 call instructions can take variable number of operands. Parameters of by Evan Cheng · 19 years ago
  12. 4b5a352 add a note by Chris Lattner · 19 years ago
  13. b69d113 Add argument registers to the end of call operand list (partial fix). by Evan Cheng · 19 years ago
  14. ed4e566 Change versioning to per debug info descriptor (merged with tag.) by Jim Laskey · 19 years ago
  15. 014f98c Place dwarf headers at earliest possible point. Well behaved when skipping by Jim Laskey · 19 years ago
  16. f7a1212 Fix Transforms/LoopUnswitch/2006-06-13-SingleEntryPHI.ll, a loop unswitch by Chris Lattner · 19 years ago
  17. 90245d4 When asked not to delete useless PHIs, really don't delete them, no matter how by Owen Anderson · 19 years ago
  18. 13a68e4 Use the PotDoms map to memoize 'dominating value' lookup. With this patch, by Chris Lattner · 19 years ago
  19. 8b92d0c Fix another instance where PHI nodes need special treatment. by Owen Anderson · 19 years ago
  20. 3cc86cc Update isLCSSAForm to handle PHI nodes specially for live-out detection. This by Owen Anderson · 19 years ago
  21. c8aba85 I am sure I had commited this workaround before. Perhaps soon I should sort it all out by Andrew Lenharth · 19 years ago
  22. 7be3f1e Fix a bug that was causing major slowdowns in povray. This was due to LCSSA by Owen Anderson · 19 years ago
  23. 0e4dd01 It really helps to be returning to the correct place by Andrew Lenharth · 19 years ago
  24. c4fa603 Port some bugfixes in shift handling from SimplifyDemandedBits over to by Chris Lattner · 19 years ago
  25. 9bfa2dc TargetLowering::ComputeMaskedBits was not clearing reciprocal bits on shifts. by Jim Laskey · 19 years ago
  26. 004fb92 Cygwin support: use _alloca to allocate stack if > 4k. Patch by Anton Korobeynikov. by Evan Cheng · 19 years ago
  27. e67304f Gaar! Don't use r11 for CR save/restore, use R0. R11 can be register by Chris Lattner · 19 years ago
  28. b47e089 Fix spilling and reloading of CR regs to reload the right values. This fixes by Chris Lattner · 19 years ago
  29. 6edf399 Reapply my 6/9 changes. The bug Evan saw no longer occurs. by Owen Anderson · 19 years ago
  30. 7f2e1dd Fix an infinite loop on Transforms/SimplifyCFG/2006-06-12-InfLoop.ll by Chris Lattner · 19 years ago
  31. a3bb86d Make sure to update the CFG correctly if a switch only has a default dest. by Chris Lattner · 19 years ago
  32. f2b806a Let the alpha breakage begin. First Formals and RET. next Calls by Andrew Lenharth · 19 years ago
  33. 232c910 Start on my todo list by Andrew Lenharth · 19 years ago
  34. 337c4ad6 lower more then 4 formal arguments. The offset is currently hard coded. by Rafael Espindola · 19 years ago
  35. 3d2aa47 Fix for 2006-06-26-MultipleExitsSingleBlock. by Owen Anderson · 19 years ago
  36. c2cc15c Re-commit the safe parts of my 6/9 patch. Still working on fixing the unsafe parts. by Owen Anderson · 19 years ago
  37. b9b2b30 Back out Owen's 6/9 changes. They broke MultiSource/Benchmarks/Prolangs-C/bison (and perhaps others). by Evan Cheng · 19 years ago
  38. 31d1a2c Add a missing assertion that would have helped out Reid by Chris Lattner · 19 years ago
  39. cf00631 Work around a nasty tblgen bug where it doesn't add operands for varargs by Chris Lattner · 19 years ago
  40. 4a45abf Fix a problem exposed by the local allocator. CALL instructions are not marked by Chris Lattner · 19 years ago
  41. 2fafaf1 Don't pull in environ, not always safe. Global variables are bad anyway. by Evan Cheng · 19 years ago
  42. fcaf345 Add LCSSA as a requirement for LoopUnswitch, and assert that LoopUnswitch preserves by Owen Anderson · 19 years ago
  43. f25c19c Make Loop able to verify that it is in LCSSA-form, and have the LCSSA pass assert by Owen Anderson · 19 years ago
  44. e5e228d Comments to appease sabre. by Evan Cheng · 19 years ago
  45. b12223e Minor compilation speed improvement. by Evan Cheng · 19 years ago
  46. 86c75d3 RewriteExpr, either the new PHI node of induction variable or the by Evan Cheng · 19 years ago
  47. a452932 Update some comments, and expose LCSSAID in preparation for having other passes by Owen Anderson · 19 years ago
  48. 0c48fd4 Fix X86/inline-asm.ll:test2, a case where an input value was implicitly by Chris Lattner · 19 years ago
  49. cf752aa Fix Regression/CodeGen/X86/inline-asm.ll, a case where inline asm causes 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. 32f5553 For PR787: by Reid Spencer · 19 years ago
  57. af303d5 For PR780: by Reid Spencer · 19 years ago
  58. 3bdac51 Add a virtual dtor to the InlineAsm class so that the principle method of by Chris Lattner · 19 years ago
  59. 101cefa Fix a bug where the types for inlineasm nodes were not properly entered into by Chris Lattner · 19 years ago
  60. 4f1bd9e For PR780: by Reid Spencer · 19 years ago
  61. 6296b3c Fix a spello in a comment. by Reid Spencer · 19 years ago
  62. 6df60a9 For PR780: by Reid Spencer · 19 years ago
  63. e8bd0a3 Added X86FunctionInfo subclass of MachineFunction to record whether the by Evan Cheng · 19 years ago
  64. fc79016 Move toolrunner out of libsupport into the bugpoint tool by Chris Lattner · 19 years ago
  65. 18a4af2 Fix a bug in a recent patch. This fixes UnitTests/Vector/Altivec/casts.c on by Chris Lattner · 19 years ago
  66. 475c553 Now that PR633 is implemented, the CBE can know to emit _setjmp/_longjmp by Chris Lattner · 19 years ago
  67. 001db45 Add PowerPC intrinsics to support dcbz[l] by Chris Lattner · 19 years ago
  68. e9d93d5 Fix some formatting, and use inLoop() when appropriate. by Owen Anderson · 19 years ago
  69. 92deacf Stop a memory leak, and update some comments. by Owen Anderson · 19 years ago
  70. 51ab5c8 Add the -Xlinker option to bugpoint which allows an option to be passed by Reid Spencer · 19 years ago
  71. 4b02367 add R0 to liveout by Rafael Espindola · 19 years ago
  72. fcadfbb For PR798: by Reid Spencer · 19 years ago
  73. 515b5b3 Make it possible to override the standard version printer. Not all tools by Reid Spencer · 19 years ago
  74. 3e0c154 For PR798: Add support for Graphviz. Patch contributed by Anton Korobeynikov. by Reid Spencer · 19 years ago
  75. c21051f A few new entries. by Evan Cheng · 19 years ago
  76. f8614db Be consistent with gcc. by Evan Cheng · 19 years ago
  77. c14c1d4 Some more clean-up, and squash an IDF-Phi related bug. by Owen Anderson · 19 years ago
  78. a5cc38b ignore ordered/unordered for now by Andrew Lenharth · 19 years ago
  79. 9e1c1dd Various clean-ups suggested by Chris. by Owen Anderson · 19 years ago
  80. 30019c8 Fix a bug in Phi-noded insertion. Also, update some comments to reflect what's by Owen Anderson · 19 years ago
  81. 3649b0e Cygwin support. Patch by Anton Korobeynikov! by Evan Cheng · 19 years ago
  82. aede9b9 Use xor to clear a register. by Evan Cheng · 19 years ago
  83. 94b1453 Incorrect AT&T opcode. by Evan Cheng · 19 years ago
  84. 0c1262c Remove unneeded hook. Patch by Anton K. Thanks! by Chris Lattner · 19 years ago
  85. d947760 Add mingw support, patch contributed by Anton by Chris Lattner · 19 years ago
  86. 191b0ba Force anything that #includes llvm/Transforms/Utils/UnifyFunctionExitNodes.h by Chris Lattner · 19 years ago
  87. 57de7a4 Fix build on systems with bad bison's by Chris Lattner · 19 years ago
  88. ecf626f Remove dead #include by Chris Lattner · 19 years ago
  89. 35033ef Make the "pruning cloner" smarter. As it propagates constants through the by Chris Lattner · 19 years ago
  90. 620fd68 Fix linking of inline asm objects. by Chris Lattner · 19 years ago
  91. 48fdf91 Provide configuration support and usage for MINGW32 platform by Reid Spencer · 19 years ago
  92. 870286a Fix -pedantic warnings. by Chris Lattner · 19 years ago
  93. 26e6e10 Fix -pedantic warnings by Chris Lattner · 19 years ago
  94. 080e25d Fix -pedantic warning by Chris Lattner · 19 years ago
  95. 08a9a98 Silence -pedantic warning by Chris Lattner · 19 years ago
  96. 5180b29 Silence a -pedantic warning. by Chris Lattner · 19 years ago
  97. 078d182 Silence -pedantic warning. by Chris Lattner · 19 years ago
  98. fea34a1 Silence some -pedantic warnings. by Chris Lattner · 19 years ago
  99. 192913e Change from using a stub function to a stub variable for passing to the by Reid Spencer · 19 years ago
  100. 177284c Prevent the -pedantic option from causing Mac OS/X build problems: by Reid Spencer · 19 years ago