1. 4080d10 Two small fixes for site.exp for cmake. by Daniel Dunbar · 15 years ago
  2. 5ed7be1 Derive the right paths to use during testing instead of passing it in via make. by Daniel Dunbar · 15 years ago
  3. fb4fb6d Switch to using 'lit.site.cfg.in' for the site config template for Unit tests, by Daniel Dunbar · 15 years ago
  4. 16bc878 Cleanup some unused RUN lines. by Daniel Dunbar · 15 years ago
  5. bf477df lit: Hardcode whence seek value, os.SEEK_END isn't always available. by Daniel Dunbar · 15 years ago
  6. 1bf0139 lit: Warn when a test suite contains no tests. by Daniel Dunbar · 15 years ago
  7. ee504b8 lit: Drop require_and_and support. by Daniel Dunbar · 15 years ago
  8. 16dcaf5 Moved some ManagedStatics out of the SlotIndexes header. by Lang Hames · 15 years ago
  9. ce306a4 another more interesting test. by Chris Lattner · 15 years ago
  10. 04ab669 feature test for the new transformation in r86443 by Chris Lattner · 15 years ago
  11. 9111496 teach a couple of instcombine transformations involving PHIs to by Chris Lattner · 15 years ago
  12. 3271279 We don't need to byteswap, the interpreter assumes the program is running by Nick Lewycky · 15 years ago
  13. 474f0df lit: Workaround a Win32/subprocess bug when appending. by Daniel Dunbar · 15 years ago
  14. 2d01b26 lit: Preserve the PATHEXT variable when running subcommands, this is important on Win32 by Daniel Dunbar · 15 years ago
  15. 7e89738 Make TargetData::getStringRepresentation spit out native integer types, by Chris Lattner · 15 years ago
  16. 70a1ce2 Remove test. Execution tests are slow and generally not worth it. by Nick Lewycky · 15 years ago
  17. 6cf7349 Fix run line. by Nick Lewycky · 15 years ago
  18. dbf6f51 Fix the interpreter to not crash due to zeroext/signext by Nick Lewycky · 15 years ago
  19. 3620618 Prevent warning spew about -fPIC when using CMake generated Xcode project files. by Daniel Dunbar · 15 years ago
  20. 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
  21. fdc8340 Refactor code. by Evan Cheng · 15 years ago
  22. 5ba331a Fix CMake reporting of target triple. by Daniel Dunbar · 15 years ago
  23. e9b88e4 Stop running get_target_triple more than we need to. by Daniel Dunbar · 15 years ago
  24. f0bb41c Fix MSVC warning ( | with bool and unsigned int). by Daniel Dunbar · 15 years ago
  25. d711535 Fix class -> struct tag. by Daniel Dunbar · 15 years ago
  26. 0b10b91 x86 vector shuffle cleanup/fixes: by Nate Begeman · 15 years ago
  27. 31c24bf 80-column cleanup of file header comments by Jim Grosbach · 15 years ago
  28. 8a5ec86 Support alignment specifier for NEON vld/vst instructions by Jim Grosbach · 15 years ago
  29. f80fcd0 Improve tail call elimination to handle the switch statement. by Nick Lewycky · 15 years ago
  30. bf99281 t2ldrpci_pic can be used for blockaddress as well. by Evan Cheng · 15 years ago
  31. f1c104f temporarily remove these tests, as they are breaking in the buildbot, by Chris Lattner · 15 years ago
  32. 918871e make instcombine only rewrite a chain of computation by Chris Lattner · 15 years ago
  33. 59a9178f indicate what the native integer types for the target are. Please verify. by Chris Lattner · 15 years ago
  34. 9e496d2 all targets should be required to declare legal integer types. My plan to by Chris Lattner · 15 years ago
  35. b8391aa remove empty files. by Chris Lattner · 15 years ago
  36. 1d95725 Revert r86359, it is breaking the self host on the by Chris Lattner · 15 years ago
  37. 06ac082 First try of the post-inc operands handling... Not fully worked, though :( by Anton Korobeynikov · 15 years ago
  38. 6534f83 Add some dummy support for post-incremented loads by Anton Korobeynikov · 15 years ago
  39. 8983da7 Add 8 bit libcalls and make use of them for msp430 by Anton Korobeynikov · 15 years ago
  40. 8046ef4 Add few pseudo-source-values by Anton Korobeynikov · 15 years ago
  41. 123ed8f Initial support for addrmode handling. Tests by Brian Lucas! by Anton Korobeynikov · 15 years ago
  42. 603fce9 Some preliminary variable asmprinting by Anton Korobeynikov · 15 years ago
  43. 5c192fb Use '.L' for global private prefix (as mspgcc) by Anton Korobeynikov · 15 years ago
  44. b7790e1 Drop old asmprinter stuff by Anton Korobeynikov · 15 years ago
  45. e8ea011 It turns out that the testcase in question uncovered subreg-handling bug. by Anton Korobeynikov · 15 years ago
  46. e82bdc4 add the ability for TargetData to return information about legal integer by Chris Lattner · 15 years ago
  47. 2e07494 more cleanup. by Chris Lattner · 15 years ago
  48. 8f9b0f6 add some missing #includes by Chris Lattner · 15 years ago
  49. b7aadfa rewrite TargetData to use StringRef/raw_ostream instead of thrashing std::strings. by Chris Lattner · 15 years ago
  50. d6e5763 prune #include / layering violation by Chris Lattner · 15 years ago
  51. 2d27441 Make the need-stub variables accurate and consistent. In the case of by Jeffrey Yasskin · 15 years ago
  52. 761411c Fix a couple of shuffle patterns to use movhlps instead by Eric Christopher · 15 years ago
  53. 4de9b7f Teach dead store elimination that certain intrinsics write to memory just like by Nick Lewycky · 15 years ago
  54. 60a0063 remove the win32 tree, it's stale and confusing. by Chris Lattner · 15 years ago
  55. 5729d38 reapply 86289, 86278, 86270, 86267, 86266 & 86264 plus a fix by Chris Lattner · 15 years ago
  56. e880efe Fix PR5421 by APInt'izing switch lowering. by Chris Lattner · 15 years ago
  57. cb19438 Oops, FunctionContainsEscapingAllocas is really used to mean two different by Nick Lewycky · 15 years ago
  58. 0cade26 Dust off tail recursion elimination. Fix a fixme by applying CaptureTracking by Nick Lewycky · 15 years ago
  59. 6533afe llvmc: Add a '-time' option. by Mikhail Glushenkov · 15 years ago
  60. c11e84d Trailing whitespace. by Mikhail Glushenkov · 15 years ago
  61. 4e22111 80-col violation. by Mikhail Glushenkov · 15 years ago
  62. e503871 merge cmp1 into cmp0 and filecheckize. by Chris Lattner · 15 years ago
  63. d6ef7fa Update some globals to use ManagedStatic. by Lang Hames · 15 years ago
  64. bdea348 Fix memoizing of CvtRndSatSDNode by Mon P Wang · 15 years ago
  65. 0ace1a9 Fixed Overload table bug noticed by Jakob by Mon P Wang · 15 years ago
  66. 12749db Missed this. by Evan Cheng · 15 years ago
  67. d457e6e Refactor code. Fix a potential missing check. Teach isIdentical() about tLDRpci_pic. by Evan Cheng · 15 years ago
  68. 78e5c11 - Add TargetInstrInfo::isIdentical(). It's similar to MachineInstr::isIdentical by Evan Cheng · 15 years ago
  69. b6aae88 Update CMake file. by Ted Kremenek · 15 years ago
  70. b4997ae Add code to check at SelectionDAGISel::LowerArguments time to see if return values can be lowered to registers. Coming soon, code to perform sret-demotion if return values cannot be lowered to registers by Kenneth Uildriks · 15 years ago
  71. 3de23e6 Fix inverted conflict test in -early-coalesce. by Jakob Stoklund Olesen · 15 years ago
  72. 12d53db Revert following patches to fix llvmgcc bootstrap. by Devang Patel · 15 years ago
  73. 0430152 My previous patch (r84124) for setting the encoding bits 4 and 7 of DPSoRegFrm by Johnny Chen · 15 years ago
  74. 631f3c0 - new SROA mallocs should have the mallocs running-or'ed, not the malloc's bitcast by Victor Hernandez · 15 years ago
  75. 4d81d97 Fit in 80 columns by Victor Hernandez · 15 years ago
  76. 9beab3f Avoid "ambiguous 'else'" warning from gcc. by Jeffrey Yasskin · 15 years ago
  77. 9d0b704 Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions. by Victor Hernandez · 15 years ago
  78. bd79fc8 80-columns by Jim Grosbach · 15 years ago
  79. e637c19 Give the JITResolver a direct pointer to its JITEmitter, and use that instead by Jeffrey Yasskin · 15 years ago
  80. b9803a8 - Add pseudo instructions tLDRpci_pic and t2LDRpci_pic which does a pc-relative by Evan Cheng · 15 years ago
  81. fc2cba8 Honour subreg machine operands during asmprinting by Anton Korobeynikov · 15 years ago
  82. 54c78ef Print VMOV (immediate) operands as hexadecimal values. Apple's assembler by Bob Wilson · 15 years ago
  83. 79f0332 Fix a bug where we'd call SplitBlockPredecessors with a pred in the by Chris Lattner · 15 years ago
  84. d51722a Fix a broken test. by Bob Wilson · 15 years ago
  85. c0ef244 Fix comment typos. by Bob Wilson · 15 years ago
  86. e7e0d62 Remove ARMPCLabelIndex from ARMISelLowering. Use ARMFunctionInfo::createConstPoolEntryUId() instead. by Evan Cheng · 15 years ago
  87. 82ebca1 CallInst::CreateMalloc() and CallInst::CreateFree() need to create calls with correct calling convention by Victor Hernandez · 15 years ago
  88. 50591ab Remove function left over from other jump threading cleanup. by Eli Friedman · 15 years ago
  89. 29d727b fix typo by Gabor Greif · 15 years ago
  90. 82114b9 Fix a problem discovered on self host. by Chris Lattner · 15 years ago
  91. 90b9247 remove more code subsumed by r86264 by Chris Lattner · 15 years ago
  92. 5ebfa2d Tolerate invalid derived type. by Devang Patel · 15 years ago
  93. f7807f6 eliminate some more code subsumed by r86264 by Chris Lattner · 15 years ago
  94. 90926ab remove now redundant code, r86264 handles this case. by Chris Lattner · 15 years ago
  95. 7856725 Extend jump threading to support much more general threading by Chris Lattner · 15 years ago
  96. 8d4e3b5 Use WriteAsOperand to print GlobalAddress MachineOperands. This by Dan Gohman · 15 years ago
  97. 84c73e9 Do not bother to emit debug info for nameless global variable. by Devang Patel · 15 years ago
  98. 2928c83 Pass StringRef by value. by Daniel Dunbar · 15 years ago
  99. c128b3e clang++ points out that this is pointless. by Chris Lattner · 15 years ago
  100. f55eeb9 remove some more Context arguments. by Chris Lattner · 15 years ago