1. d207558 add newlines at the end of files. by Chris Lattner · 15 years ago
  2. 448db1c Generalize IVUsers to track arbitrary expressions rather than expressions by Dan Gohman · 15 years ago
  3. 447b195 unXFAIL, arm disassembler was reenabled. by Benjamin Kramer · 15 years ago
  4. b39b7e5 Split big test into multiple directories to cater to by Dale Johannesen · 15 years ago
  5. 809948a Test that DEBUG_VALUE comments come out on a variety of targets. by Dale Johannesen · 15 years ago
  6. b1ceece this has a pr! by Chris Lattner · 15 years ago
  7. 24ad3ed fix a latent bug my inline asm stuff exposed: by Chris Lattner · 15 years ago
  8. 06fd8fa Remove XFAIL for vg_leak as the leaks are fixed by 100601. by Sanjiv Gupta · 15 years ago
  9. 5f09400 Do not emit specification DIE with DW_AT_specification attribute for member functions of a funcation local class. This trips gdb's partial scan of DIEs at load time. Fixes Radar 7833483. by Devang Patel · 15 years ago
  10. e7b744f Let that which does not matter truly slide. by Jakob Stoklund Olesen · 15 years ago
  11. 639336e Reverting 100530 & 100531 due to regressions in the GDB test suite. by Stuart Hastings · 15 years ago
  12. 8ba1c6a Don't try to collapse DomainValues onto an incompatible SSE domain. by Jakob Stoklund Olesen · 15 years ago
  13. 983327b Revise debug info machinery to digest nested functions and classes. by Stuart Hastings · 15 years ago
  14. da72249 Add nounwind. by Evan Cheng · 15 years ago
  15. c4ae94d Don't do code sinking on unreachable blocks. It's unprofitable and hazardous. by Dan Gohman · 15 years ago
  16. 1b0194d Reverting 100265 to try to get buildbots green again. Lots of self-hosting buildbots started complaining since this commit. Also xfail ARM disassembly tests. by Evan Cheng · 15 years ago
  17. af8df26 resolve a fixme. by Chris Lattner · 15 years ago
  18. 20adc9d Reapply address space patch after fixing an issue in MemCopyOptimizer. by Mon P Wang · 15 years ago
  19. 96fd766 add integer overflow check for the fp induction variable by Chris Lattner · 15 years ago
  20. 43b8527 fix PR6761, a miscompilation due to the fp->int IV conversion by Chris Lattner · 15 years ago
  21. 203bceb convert to filecheck by Chris Lattner · 15 years ago
  22. cf9abd2 rename feature test. by Chris Lattner · 15 years ago
  23. 6aea48b actually just remove this, will move the real feature test here. by Chris Lattner · 15 years ago
  24. 415d754 rename test since it is a feature test. by Chris Lattner · 15 years ago
  25. 07aa76a first half of a pass through IndVarSimplify::HandleFloatingPointIV, by Chris Lattner · 15 years ago
  26. 49c283f Revert all my SSAUpdater patches. The PHI placement algorithm is not correct by Bob Wilson · 15 years ago
  27. b68a3ee Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgen by Johnny Chen · 15 years ago
  28. f28f8bc Correctly lower memset / memcpy of undef. It should be a nop. PR6767. by Evan Cheng · 15 years ago
  29. e754d3f Revert r100191 since it breaks objc in clang by Mon P Wang · 15 years ago
  30. e33c848 Reapply address space patch after fixing an issue in MemCopyOptimizer. by Mon P Wang · 15 years ago
  31. d7bfd00 Manually notify ScalarEvolution before making an operand replacement, since by Dan Gohman · 15 years ago
  32. f860db2 Revert the recent alignment changes. They're broken for -Os because, by Dan Gohman · 15 years ago
  33. db8771a After trivial coalescing, the MI being visited may have become a copy. Avoid adding it to CSE hash table since copies aren't being considered for CSE and they may be deleted. by Evan Cheng · 15 years ago
  34. 1e4ac4d Remove this initializer so that the optimizer doesn't convert by Dan Gohman · 15 years ago
  35. 403d5a2 Update this test for the new preferred alignment heuristics. by Dan Gohman · 15 years ago
  36. c9ae19e Make globalopt refine global variable alignment. by Dan Gohman · 15 years ago
  37. 3ea9755 In 64-bit mode, use i64 to lower memcpy / memset instead of f64. by Evan Cheng · 15 years ago
  38. 94107ba - Avoid using floating point stores to implement memset unless the value is zero. by Evan Cheng · 15 years ago
  39. 0bf77de Add -mcpu to memcpy / memset tests to ensure they behave the same on all hosts / targets. by Evan Cheng · 15 years ago
  40. 255f20f Fix sdisel memcpy, memset, memmove lowering: by Evan Cheng · 15 years ago
  41. e6bb172 change this from using '!dbg' to using '!dbgx'. The by Chris Lattner · 15 years ago
  42. 3684549 Add a redundant PHI testcase for SSAUpdater to go with svn r100047. by Bob Wilson · 15 years ago
  43. 4e86da7 testcase for r99914, provided by baldrick! by Gabor Greif · 15 years ago
  44. d363b4e Replace V_SET0 with variants for each SSE execution domain. by Jakob Stoklund Olesen · 15 years ago
  45. b16df90 Fix typo. Thank you, valgrind. by Jakob Stoklund Olesen · 15 years ago
  46. 932df5e Not all platforms start symbols with _ by Jakob Stoklund Olesen · 15 years ago
  47. bfcd61b Enable -sse-domain-fix by default. Now with tests! by Jakob Stoklund Olesen · 15 years ago
  48. 100f090 Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. by Bob Wilson · 15 years ago
  49. 722f229 Ignore invalid metadata. by Devang Patel · 15 years ago
  50. 808bab0 Added support for address spaces and added a isVolatile field to memcpy, memmove, and memset, by Mon P Wang · 15 years ago
  51. 8258d0b Remove the pmulld intrinsic and autoupdate it as a vector multiply. by Eric Christopher · 15 years ago
  52. 32e6518 XFAIL some PIC16 tests when running under valgrind-leaks. I don't expect these by Benjamin Kramer · 15 years ago
  53. 1de558b MC/Mach-O/x86_64: Support @GOTPCREL on symbols, even for non-PCrel relocations! by Daniel Dunbar · 15 years ago
  54. 8e36a5c Fix PR4975. Avoid referencing empty vector. by Evan Cheng · 15 years ago
  55. e27e02b From Kalle Raiskila: by Chris Lattner · 15 years ago
  56. d7ba0f2 add support for zero initialized unions, patch by Tim Northover! by Chris Lattner · 15 years ago
  57. 7a0eb91 teach tblgen to allow patterns like (add (i32 (bitconvert (i32 GPR))), 4), by Chris Lattner · 15 years ago
  58. ba47ce1 add some nounwinds by Chris Lattner · 15 years ago
  59. cf3fed0 this takes an insane amount of time to run, disable it for now (PR6727) by Chris Lattner · 15 years ago
  60. b3a1f92 XFAIL a new tblgen test for memory leak checking. by Jeffrey Yasskin · 15 years ago
  61. 2c12cb4 Do not sibcall if stack needs to be dynamically aligned. by Evan Cheng · 15 years ago
  62. 3c262ee Allow trivial sibcall of vararg callee when no arguments are being passed. by Evan Cheng · 15 years ago
  63. 9f68948 Try trivial remat before the coalescer gives up on a vr / physreg coalescing for fear of tying up a physical register. by Evan Cheng · 15 years ago
  64. 7ec7a0e switch the flag for using NEON for SP floating point to a subtarget 'feature'. by Jim Grosbach · 15 years ago
  65. 0ea15ec Add nounwind. by Evan Cheng · 15 years ago
  66. 86afec7 Reapply Kevin's change 94440, now that Chris has fixed the limitation on by Bob Wilson · 15 years ago
  67. d1baa25 Fix evil TableGen bug in template parameters with defaults. by Jakob Stoklund Olesen · 15 years ago
  68. 219d774 fix PR6642, GVN forwarding from memset to load of the base of the memset. by Chris Lattner · 15 years ago
  69. 47cdf4a Make the NDEBUG assertion stronger and more clear what is happening. by Chris Lattner · 15 years ago
  70. f27e608 Reapply r99451 with a fix to move the NoInline check to the cost functions by Eric Christopher · 15 years ago
  71. 4750cb9 Make sure this runs in 64-bit only, 32-bit won't produce the correct stores. by Eric Christopher · 15 years ago
  72. e9cfd68 MC: Fix refacto in MCExpr evaluation, I mistakenly replaced a fragment address with a symbol address. by Daniel Dunbar · 15 years ago
  73. 0623e90 Temporarily revert this, it's causing an issue with an internal project. by Eric Christopher · 15 years ago
  74. 014dc4e Speculatively revert this to see if it fixes buildbot failures. by Bob Wilson · 15 years ago
  75. 760c2f3 Added the Advanced Encryption Standard (AES) Instructions. by Kevin Enderby · 15 years ago
  76. 044be39 Fixed the SS42AI template for the SSE 4.2 instructions with TA prefix so it does by Kevin Enderby · 15 years ago
  77. fdea31a BUILD_VECTOR was missing out on some prime opportunities to use SSE 4.1 inserts. by Nate Begeman · 15 years ago
  78. d6a6b3b Revert Edwin's change that is breaking MultiSource/Applications/ClamAV/clamscan. by Bob Wilson · 15 years ago
  79. 8fe7979 Do not rely on getCompileUnit() to find source file information for a subprogram. by Devang Patel · 15 years ago
  80. 1541738 Fix memory leak in liveintervals: the destructor for VNInfos must be called, by Torok Edwin · 15 years ago
  81. a54934a add some accessors to callsite/callinst/invokeinst to check by Chris Lattner · 15 years ago
  82. b2dc2df Test case for llvm-gcc r99305. Radar 7659636. by Stuart Hastings · 15 years ago
  83. 0289b41 Teach simplify libcall to transform __strcpy_chk to __memcpy_chk to enable optimizations down stream. by Evan Cheng · 15 years ago
  84. 9d8f002 Fix an incorrect logic causing instcombine to miss some _chk -> non-chk transformations. by Evan Cheng · 15 years ago
  85. ea16ea5 Fix PR6673: updating the callback should not clear the map. by Chris Lattner · 15 years ago
  86. 4a602ca Emit DW_AT_low_pc and DW_AT_high_pc attributes for TAG_compile_unit. by Devang Patel · 15 years ago
  87. f65b0e9 XFAIL tests from LLVMC on valgrind or valgrind+leak-checking. We by Jeffrey Yasskin · 15 years ago
  88. 32989de Add support for XFAILing valgrind runs with memory leak checking independently by Jeffrey Yasskin · 15 years ago
  89. 78fcf53 MC/Mach-O: Remove Darwin host specific tests, we don't need them anymore. by Daniel Dunbar · 15 years ago
  90. 57a49a2 MC/Mach-O: Tweak optimal_nop test to be host independent. by Daniel Dunbar · 15 years ago
  91. c88d072 pr6652: Use LDM to restore PC to the return address on ARMv4. by Bob Wilson · 15 years ago
  92. a56a810 tests: Mangle '-vg' onto the end of the triple when running under valgrind, so by Daniel Dunbar · 15 years ago
  93. 1ad584e Stupid svn. Add back to the lost sibcall tests. by Evan Cheng · 15 years ago
  94. 608f5a6 call void @llvm.dbg.declare(metadata !{i32* null}, metadata !1) by Devang Patel · 15 years ago
  95. b46b03b Fixed the encoding problems of the crc32 instructions. All had the Operand size by Kevin Enderby · 15 years ago
  96. 602b40f MC/Mach-O/x86_64: Add relocation support. by Daniel Dunbar · 15 years ago
  97. 0180dae MC/X86: Rename alternate spellings of {ADD64,CMP64} and mark as "code gen only" so they don't get selected by the asm matcher. by Daniel Dunbar · 15 years ago
  98. 939f8d7 MC/Mach-O: Factor out isScatteredFixupFullyResolvedSimple predicate, and fix some corner cases. by Daniel Dunbar · 15 years ago
  99. c1e5d49 Fixed a widening bug where we were not using the correct size for the load by Mon P Wang · 15 years ago
  100. c28c768 X86: Fix encoding for TEST64rr. by Daniel Dunbar · 15 years ago