1. faf880f Revert r67334 and r37349 which break "make check" on Linux. by Nick Lewycky · 16 years ago
  2. 8fc2d0e Apply the patch requested in PR3846. by Chris Lattner · 16 years ago
  3. bc65ca8 Added option to enable generating less precise mad (multiply addition) by Mon P Wang · 16 years ago
  4. 654c98c The last use in a block that doesn't have successors by Dan Gohman · 16 years ago
  5. 23d8539 Fix typo's. by Evan Cheng · 16 years ago
  6. 48fe635 Fix the Win32 VS2008 build: by Sebastian Redl · 16 years ago
  7. a24752f Added MachineInstr::isRegTiedToDefOperand to check for two-addressness. by Evan Cheng · 16 years ago
  8. 817046e More makefile changes to allow dejagnu tests to pass when system tools default to a different target from the llvm configuration (e.g. 64-bit gcc and 32-bit llvm). by Evan Cheng · 16 years ago
  9. 8be1ac2 Renamed unittest files to have a consistent {Tt}est suffix. by Misha Brukman · 16 years ago
  10. 56e04a8 SADDO and UADDO are commutative. by Dan Gohman · 16 years ago
  11. 1f67ce4 Clear the cached cost when removing a function in by Dale Johannesen · 16 years ago
  12. 3751f56 Add a liveness analysis pass for LLVM IR values. This computes by Dan Gohman · 16 years ago
  13. f33b110 Fix comment typo. by Dale Johannesen · 16 years ago
  14. f4978e2 This pass keeps a map of Instructions to Rank numbers, by Dale Johannesen · 16 years ago
  15. 7fae82f Fix regression in 'tblgen -gen-clang-diags-defs': Emit the diagnostic kind instead of "DIAGNOSTICCONTROLLED". by Ted Kremenek · 16 years ago
  16. 5e6345b Fix PEI to not walk off the start of a block when an updated instruction by Chris Lattner · 16 years ago
  17. bf5836b Fix comment typo. by Duncan Sands · 16 years ago
  18. 0423483 Fix a couple glaring whitespace issues. This file isn't internally consistent by Nick Lewycky · 16 years ago
  19. 9c0f146 Remove strange extra semicolons. by Nick Lewycky · 16 years ago
  20. 7cee817 Add support to tablegen for naming the nodes themselves, not just the operands, by Nate Begeman · 16 years ago
  21. b53db4f Added support for Mips O32 Calling Convention by Bruno Cardoso Lopes · 16 years ago
  22. 0f9d510 tblgen -gen-clang-diags-options: Output OptionTable entries in lexicographic by Ted Kremenek · 16 years ago
  23. 3ac82fe 'tblgen -gen-clang-diags-options' now outputs the OptionTable: by Ted Kremenek · 16 years ago
  24. 8b9d027 Add another Clang TableGen-backend (-gen-clang-diags-options) for emitting by Ted Kremenek · 16 years ago
  25. d477182 include the null at the end of a memorybuffer as part of the buffer. by Chris Lattner · 16 years ago
  26. f10929d These tests are now passing on Darwin because of r67139. by Bill Wendling · 16 years ago
  27. a5affdc aha, DAE does have to think about PHI nodes. Many thanks to "Dr Evil" (aka Duncan) by Chris Lattner · 16 years ago
  28. b44b366 Fix PR3826 - InstComb assert with vector shift, by not calling ComputeNumSignBits on a vector. by Chris Lattner · 16 years ago
  29. f023b54 add an assertion to make it clear that PHI nodes are not allowed. by Chris Lattner · 16 years ago
  30. b0c4199 Explicitly check for StoreInst, do not lose the chance to delete by Zhou Sheng · 16 years ago
  31. 16767c6 Revert my previous change on Local.cpp, instead, fix the bug on scalarrepl. by Zhou Sheng · 16 years ago
  32. 6b2c7ae Add -relocation-model=pic so that the test works both in Linux and Darwin. by Rafael Espindola · 16 years ago
  33. df95a2f Fix a bug. If I->use_empty(), this method should return false. by Zhou Sheng · 16 years ago
  34. aa9df0b Added missing support for widening when splitting an unary op (PR3683) by Mon P Wang · 16 years ago
  35. 7367319 Add another test case for r64440. by Evan Cheng · 16 years ago
  36. 13ca487 xfail these tests for now. by Evan Cheng · 16 years ago
  37. ff81ebf Disable the "call to immediate" optimization on x86-64. It is by Chris Lattner · 16 years ago
  38. bda0765 Fix PR3807 by inserting 'insertelement' instructions in the normal dest of by Chris Lattner · 16 years ago
  39. 64ec298 A more proper -mtriple. by Bill Wendling · 16 years ago
  40. 652c3c3 Temporary fix. I think Rafael wanted this to be Linux-only. by Bill Wendling · 16 years ago
  41. b7e64ac LSR shouldn't ever try to hack on integer IV's larger than 64-bits. Right now by Chris Lattner · 16 years ago
  42. 152932b Don't force promotion of return arguments on the callee. by Rafael Espindola · 16 years ago
  43. b372c11 Add BUILTIN_EXPECT Support/Compiler macro. by Daniel Dunbar · 16 years ago
  44. 3985728 this is apparently passing now. Evan/Dan, please check by Chris Lattner · 16 years ago
  45. 203b279 test case for rev. 67095. by Devang Patel · 16 years ago
  46. 0b18e59 Fix codegen to compute the size of an allocation by multiplying the by Chris Lattner · 16 years ago
  47. 46d232d Remove a condition which is always true. by Chris Lattner · 16 years ago
  48. 58e2287 Add newline at end of file. by Evan Cheng · 16 years ago
  49. a82d3f7 CellSPU: Revert inadvertent mis-fix of fneg. by Scott Michel · 16 years ago
  50. 501adac Minimal raw_ostream unit tests by Daniel Dunbar · 16 years ago
  51. 12a9dc8 r66870 missed this out. by Sanjiv Gupta · 16 years ago
  52. e14ad72 typo by Gabor Greif · 16 years ago
  53. a5fec0d Reapply r67049, with the test adjusted for darwin by Duncan Sands · 16 years ago
  54. 93b7415 Fix a problem with DAGCombine where we were building an illegal build by Mon P Wang · 16 years ago
  55. 9626447 Recognize bswapl as bswap too. by Dan Gohman · 16 years ago
  56. d735666 Recognize "bswapq" as an alternate spelling for the bswap instruction. by Dan Gohman · 16 years ago
  57. c39b80f raw_ostream: Return '*this' explicitly (instead of implicitly via by Daniel Dunbar · 16 years ago
  58. 262541b raw_ostream: Put all exceptional conditions in raw_ostream::write by Daniel Dunbar · 16 years ago
  59. e47b008 Spiller may unfold load / mod / store instructions as an optimization when the would be loaded value is available in a register. It needs to check if it's legal to clobber the register. Also, the register can contain values of multiple spill slots, make sure to check all instead of just the one being unfolded. by Evan Cheng · 16 years ago
  60. 7ea02ff CellSPU: by Scott Michel · 16 years ago
  61. d17d74b raw_ostream: Rework implementation of unbuffered streams so outputting by Daniel Dunbar · 16 years ago
  62. 6b23339 Fix a debug info dependency in jump threading. by Dale Johannesen · 16 years ago
  63. 89a66a9 raw_ostream: Replace flush_impl with write_impl, which takes data to by Daniel Dunbar · 16 years ago
  64. cf2a2c6 raw_ostream: Lift out flush_nonempty. by Daniel Dunbar · 16 years ago
  65. 4752bd3 CMake: Build system fixes for XCode. llvm-config still causes us some serious trouble, but it's less serious than it used to be by Douglas Gregor · 16 years ago
  66. b451a0c Make raw_ostream::operator<<(const void *) fast; it doesn't matter but by Daniel Dunbar · 16 years ago
  67. de75d7f Add slow path for single character write, and use exclusively for by Daniel Dunbar · 16 years ago
  68. af3f544 CMake: Make sure to build TableGen'd files in the binary directory by Douglas Gregor · 16 years ago
  69. db14d63 --- Reverse-merging (from foreign repository) r67049 into '.': by Bill Wendling · 16 years ago
  70. dfec24c Tweak the fix for PR3784: be less sensitive about just by Duncan Sands · 16 years ago
  71. 6e1d147 CellSPU: by Scott Michel · 16 years ago
  72. 56cb12c change this to test for an alias result more directly. by Chris Lattner · 16 years ago
  73. 41e04be Add TGSourceMgr.cpp to CMake build, sort lines by Douglas Gregor · 16 years ago
  74. 98ea463 This causes incorrect stack frame allocation when the last object is an array allocated on the stack which would lead by Bruno Cardoso Lopes · 16 years ago
  75. 5717488 Simplify. "Broken" is always true here. by Nick Lewycky · 16 years ago
  76. 34a4086 Remove obviously redundant call. by Nick Lewycky · 16 years ago
  77. 420dd37 Give the pre-alloc splitter access to the VirtRegMap. It doesn't do anything by Owen Anderson · 16 years ago
  78. b24e6c4 Add a replacement for 2009-02-12-GEPNoalias.ll that works without -debug. by Nick Lewycky · 16 years ago
  79. c131793 Apply a patch by Micah Villmow to fix AsmParser to accept vector by Dan Gohman · 16 years ago
  80. 8d8ba38 Fix Clang build for srcdir != objdir by Sebastian Redl · 16 years ago
  81. 1119552 Add support for generating Clang diagnostic defs to Makefile.rules. by Sebastian Redl · 16 years ago
  82. e6fd52e Add TableGen syntax highlighting for the jEdit editor. by Sebastian Redl · 16 years ago
  83. 318f505 Add a testcase that covers a wide variety of ABI isel cases. by Dan Gohman · 16 years ago
  84. 72bb0a6 Use %rip-relative addressing on x86-64 whenever practical, as by Dan Gohman · 16 years ago
  85. 9a49d31 Don't forego folding of loads into 64-bit adds when the other by Dan Gohman · 16 years ago
  86. cfbf05e Add newlines at end of file (this can annoy gcov) by Daniel Dunbar · 16 years ago
  87. 0b7a786 Avoid doing the transformation c ? 1.0 : 2.0 as load { 2.0, 1.0 } + c*4 by Mon P Wang · 16 years ago
  88. d00d2fe Add a few more ptrtoint/inttoptr cast tests. by Dan Gohman · 16 years ago
  89. 474d3b3 Improve FastISel's handling of truncates to i1, and implement by Dan Gohman · 16 years ago
  90. 4425240 Fix -strip-debug-declare to work when there are by Dale Johannesen · 16 years ago
  91. fc0b80d Fix PR3784: If the source of a phi comes from a bb ended with an invoke, make sure the copy is inserted before the try range (unless it's used as an input to the invoke, then insert it after the last use), not at the end of the bb. by Evan Cheng · 16 years ago
  92. 557f7f8 Add (hidden) TableGen command option '-clang-component' which specifies the by Ted Kremenek · 16 years ago
  93. 04a847e Add initial implementation of a TableGen backend for converting Clang-warnings by Ted Kremenek · 16 years ago
  94. 02475f1 Further constify Record::isSubClassOf. by Ted Kremenek · 16 years ago
  95. 7ac01d9 Fix test case. Now, llvm-gcc emits debug info for artificiaal variable _comp_ctor. by Devang Patel · 16 years ago
  96. d52ec65 Fix a hashing bug in APInt. A certain pathological testcase (too by Stuart Hastings · 16 years ago
  97. 7f3b28a Fix escaping in asm string literals correctly by having tblgen unescape by Chris Lattner · 16 years ago
  98. e023bb6 add a horrible hack to fix the build. by Chris Lattner · 16 years ago
  99. 9a507cd Revert r66920. It was causing failures in the self-hosting buildbot (in release by Bill Wendling · 16 years ago
  100. ea9f4df add support for a few simple escape characters in tblgen strings. by Chris Lattner · 16 years ago