1. ba565bf Remove an unneeded #include. by Dan Gohman · 15 years ago
  2. 70e5e68 Fix for 64-bit builds. by Mike Stump · 15 years ago
  3. 2718e43 Similar to r86588, but for Darwin this time. by Bill Wendling · 15 years ago
  4. b1ec31d The jump table was being generated before the end label for exception handling by Bill Wendling · 15 years ago
  5. 80f6c58 Print "..." instead of all the uninteresting register clobbers on call by Dan Gohman · 15 years ago
  6. f75ef66 Default-addressspace null pointers don't alias anything. This allows by Dan Gohman · 15 years ago
  7. 980d494 Fix dependencies added to model memory aliasing for post-RA scheduling. The dependencies were overly conservative for memory access that are known not to alias. by David Goodwin · 15 years ago
  8. 7657f6b The inbounds keyword isn't relevant to overindexing of by Dan Gohman · 15 years ago
  9. eaa181c Fix a comment in a typo that Duncan noticed. by Dan Gohman · 15 years ago
  10. 9384438 Remove the "special case" for zero-length arrays, and rephrase this by Dan Gohman · 15 years ago
  11. f6572d0 Generalize LCSSA to handle loops with exits with predecessors outside by Dan Gohman · 15 years ago
  12. d146e98 Fix an 80-column violation. by Dan Gohman · 15 years ago
  13. 81d893c Minor tidiness fixes. by Dan Gohman · 15 years ago
  14. 28a4c78 Constify MachineFunctionAnalysis' TargetMachine reference. by Dan Gohman · 15 years ago
  15. 1edb8e0 Fix a comment. by Dan Gohman · 15 years ago
  16. 9d51c97 Suppress implicit copy ctor and copy assignment for MachineFunction. by Dan Gohman · 15 years ago
  17. 75657ad Use ',' separation in XFAILs, lit doesn't evaluate them as regexs (easy to add, by Daniel Dunbar · 15 years ago
  18. 95a3be0 add zextOrTrunc and sextOrTrunc methods, that are similar to the ones in APInt by Nuno Lopes · 15 years ago
  19. 43cca69 Work around assembler not recognizing #0.0 form immediate for vmcp by Jim Grosbach · 15 years ago
  20. 6a660d4 CMake: Detect gv, circo, twopi, neato, fdo, dot and dotty. by Oscar Fuentes · 15 years ago
  21. 5aa638d Make lib/Support/Debug.cpp SetCurrentDebugType implementation part of llvm namespace to match function declaration in Debug.h. by Xerxes Ranby · 15 years ago
  22. b8e0ebf Fix PR5149. by Bruno Cardoso Lopes · 15 years ago
  23. 47fc9d3 make this handle redefinition of malloc with different prototype correctly. by Chris Lattner · 15 years ago
  24. 7e606e2 if a 'with overflow' intrinsic just has the normal result used, simplify by Chris Lattner · 15 years ago
  25. df8ed02 Hide a couple of options. by Evan Cheng · 15 years ago
  26. 63040ce 80 col. by Evan Cheng · 15 years ago
  27. 74965f2 fix PR5104: when printing a single character, return the result of by Chris Lattner · 15 years ago
  28. 0dd3b76 fix some bogus asserts, PR5049 by Chris Lattner · 15 years ago
  29. 570a0b8 random tidy by Chris Lattner · 15 years ago
  30. 49e27a5 remove a redundant printout, LinkInArchive prints this as well. by Chris Lattner · 15 years ago
  31. dd21a1c enhance PHI slicing to handle the case when a slicable PHI is begin by Chris Lattner · 15 years ago
  32. b0acf66 Small cleanups. by Owen Anderson · 15 years ago
  33. b05a1d1 Revert my previous patch to ABCD and fix things the right way. There are two problems addressed by Owen Anderson · 15 years ago
  34. e7e63fe comment typos pointed out by Duncan by Chris Lattner · 15 years ago
  35. e516549 Use Unified Assembly Syntax for the ARM backend. by Jim Grosbach · 15 years ago
  36. 9feeeaf Fix an issue where the ordering of blocks within a function could lead to different constraint by Owen Anderson · 15 years ago
  37. 7e3089d Add a 'zkill' script, which is more-or-less a fancy (although not necessarily by Daniel Dunbar · 15 years ago
  38. bf382b5 Teach an instcombine to not pull trunc instructions through PHI nodes by Chris Lattner · 15 years ago
  39. 68d29d0 Revert commit 81144, and add a comment. It caused bugpoint timeouts by Duncan Sands · 15 years ago
  40. 9956c05 reapply r8644[3-5] with only the scary part by Chris Lattner · 15 years ago
  41. d11a7c3 Speculatively revert r8644[3-5], they seem to be leading to infinite loops in by Daniel Dunbar · 15 years ago
  42. f0b47b7 Add and-not (bic) patterns. Based heavily on patch by Brian Lucas! by Anton Korobeynikov · 15 years ago
  43. 830fe7b Move OR patterns upper to all logical stuff. No functionality change. by Anton Korobeynikov · 15 years ago
  44. ff2c186 Some nice peephole patterns. Based on patch by Brian Lucas! by Anton Korobeynikov · 15 years ago
  45. 764cfaa Print tab before operand of jcc by Anton Korobeynikov · 15 years ago
  46. 52f28e9 Fix invalid operand updates & implement post-inc memory operands by Anton Korobeynikov · 15 years ago
  47. 773943a Throw an error when stack realignment stuff fails instead of silent by Anton Korobeynikov · 15 years ago
  48. c2fd919 It is invalid to infer the value type from the result #0 of the node by Anton Korobeynikov · 15 years ago
  49. d702c8c Remove ByteswapSCANFResults, it is dead. by Daniel Dunbar · 15 years ago
  50. 539e187 NNT: Remove DejaGNU test from NewNightlyTest reports, this aspect of testing is by Daniel Dunbar · 15 years ago
  51. 4080d10 Two small fixes for site.exp for cmake. by Daniel Dunbar · 15 years ago
  52. 5ed7be1 Derive the right paths to use during testing instead of passing it in via make. by Daniel Dunbar · 15 years ago
  53. fb4fb6d Switch to using 'lit.site.cfg.in' for the site config template for Unit tests, by Daniel Dunbar · 15 years ago
  54. 16bc878 Cleanup some unused RUN lines. by Daniel Dunbar · 15 years ago
  55. bf477df lit: Hardcode whence seek value, os.SEEK_END isn't always available. by Daniel Dunbar · 15 years ago
  56. 1bf0139 lit: Warn when a test suite contains no tests. by Daniel Dunbar · 15 years ago
  57. ee504b8 lit: Drop require_and_and support. by Daniel Dunbar · 15 years ago
  58. 16dcaf5 Moved some ManagedStatics out of the SlotIndexes header. by Lang Hames · 15 years ago
  59. ce306a4 another more interesting test. by Chris Lattner · 15 years ago
  60. 04ab669 feature test for the new transformation in r86443 by Chris Lattner · 15 years ago
  61. 9111496 teach a couple of instcombine transformations involving PHIs to by Chris Lattner · 15 years ago
  62. 3271279 We don't need to byteswap, the interpreter assumes the program is running by Nick Lewycky · 15 years ago
  63. 474f0df lit: Workaround a Win32/subprocess bug when appending. by Daniel Dunbar · 15 years ago
  64. 2d01b26 lit: Preserve the PATHEXT variable when running subcommands, this is important on Win32 by Daniel Dunbar · 15 years ago
  65. 7e89738 Make TargetData::getStringRepresentation spit out native integer types, by Chris Lattner · 15 years ago
  66. 70a1ce2 Remove test. Execution tests are slow and generally not worth it. by Nick Lewycky · 15 years ago
  67. 6cf7349 Fix run line. by Nick Lewycky · 15 years ago
  68. dbf6f51 Fix the interpreter to not crash due to zeroext/signext by Nick Lewycky · 15 years ago
  69. 3620618 Prevent warning spew about -fPIC when using CMake generated Xcode project files. by Daniel Dunbar · 15 years ago
  70. 31bc849 Use aligned load/store instructions for spilling Q registers when we know the stack slot is 128 bit aligned by Jim Grosbach · 15 years ago
  71. fdc8340 Refactor code. by Evan Cheng · 15 years ago
  72. 5ba331a Fix CMake reporting of target triple. by Daniel Dunbar · 15 years ago
  73. e9b88e4 Stop running get_target_triple more than we need to. by Daniel Dunbar · 15 years ago
  74. f0bb41c Fix MSVC warning ( | with bool and unsigned int). by Daniel Dunbar · 15 years ago
  75. d711535 Fix class -> struct tag. by Daniel Dunbar · 15 years ago
  76. 0b10b91 x86 vector shuffle cleanup/fixes: by Nate Begeman · 15 years ago
  77. 31c24bf 80-column cleanup of file header comments by Jim Grosbach · 15 years ago
  78. 8a5ec86 Support alignment specifier for NEON vld/vst instructions by Jim Grosbach · 15 years ago
  79. f80fcd0 Improve tail call elimination to handle the switch statement. by Nick Lewycky · 15 years ago
  80. bf99281 t2ldrpci_pic can be used for blockaddress as well. by Evan Cheng · 15 years ago
  81. f1c104f temporarily remove these tests, as they are breaking in the buildbot, by Chris Lattner · 15 years ago
  82. 918871e make instcombine only rewrite a chain of computation by Chris Lattner · 15 years ago
  83. 59a9178 indicate what the native integer types for the target are. Please verify. by Chris Lattner · 15 years ago
  84. 9e496d2 all targets should be required to declare legal integer types. My plan to by Chris Lattner · 15 years ago
  85. b8391aa remove empty files. by Chris Lattner · 15 years ago
  86. 1d95725 Revert r86359, it is breaking the self host on the by Chris Lattner · 15 years ago
  87. 06ac082 First try of the post-inc operands handling... Not fully worked, though :( by Anton Korobeynikov · 15 years ago
  88. 6534f83 Add some dummy support for post-incremented loads by Anton Korobeynikov · 15 years ago
  89. 8983da7 Add 8 bit libcalls and make use of them for msp430 by Anton Korobeynikov · 15 years ago
  90. 8046ef4 Add few pseudo-source-values by Anton Korobeynikov · 15 years ago
  91. 123ed8f Initial support for addrmode handling. Tests by Brian Lucas! by Anton Korobeynikov · 15 years ago
  92. 603fce9 Some preliminary variable asmprinting by Anton Korobeynikov · 15 years ago
  93. 5c192fb Use '.L' for global private prefix (as mspgcc) by Anton Korobeynikov · 15 years ago
  94. b7790e1 Drop old asmprinter stuff by Anton Korobeynikov · 15 years ago
  95. e8ea011 It turns out that the testcase in question uncovered subreg-handling bug. by Anton Korobeynikov · 15 years ago
  96. e82bdc4 add the ability for TargetData to return information about legal integer by Chris Lattner · 15 years ago
  97. 2e07494 more cleanup. by Chris Lattner · 15 years ago
  98. 8f9b0f6 add some missing #includes by Chris Lattner · 15 years ago
  99. b7aadfa rewrite TargetData to use StringRef/raw_ostream instead of thrashing std::strings. by Chris Lattner · 15 years ago
  100. d6e5763 prune #include / layering violation by Chris Lattner · 15 years ago