summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Add nounwind.Evan Cheng2010-04-05
* Don't do code sinking on unreachable blocks. It's unprofitable and hazardous.Dan Gohman2010-04-05
* Reverting 100265 to try to get buildbots green again. Lots of self-hosting bu...Evan Cheng2010-04-05
* resolve a fixme.Chris Lattner2010-04-04
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-04
* add integer overflow check for the fp induction variable Chris Lattner2010-04-03
* fix PR6761, a miscompilation due to the fp->int IV conversionChris Lattner2010-04-03
* convert to filecheckChris Lattner2010-04-03
* rename feature test.Chris Lattner2010-04-03
* actually just remove this, will move the real feature test here.Chris Lattner2010-04-03
* rename test since it is a feature test.Chris Lattner2010-04-03
* first half of a pass through IndVarSimplify::HandleFloatingPointIV,Chris Lattner2010-04-03
* Revert all my SSAUpdater patches. The PHI placement algorithm is not correctBob Wilson2010-04-03
* Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgenJohnny Chen2010-04-02
* Correctly lower memset / memcpy of undef. It should be a nop. PR6767.Evan Cheng2010-04-02
* Revert r100191 since it breaks objc in clang Mon P Wang2010-04-02
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-02
* Manually notify ScalarEvolution before making an operand replacement, sinceDan Gohman2010-04-02
* Revert the recent alignment changes. They're broken for -Os because,Dan Gohman2010-04-02
* After trivial coalescing, the MI being visited may have become a copy. Avoid ...Evan Cheng2010-04-02
* Remove this initializer so that the optimizer doesn't convertDan Gohman2010-04-02
* Update this test for the new preferred alignment heuristics.Dan Gohman2010-04-02
* Make globalopt refine global variable alignment.Dan Gohman2010-04-02
* In 64-bit mode, use i64 to lower memcpy / memset instead of f64.Evan Cheng2010-04-01
* - Avoid using floating point stores to implement memset unless the value is z...Evan Cheng2010-04-01
* Add -mcpu to memcpy / memset tests to ensure they behave the same on all host...Evan Cheng2010-04-01
* Fix sdisel memcpy, memset, memmove lowering:Evan Cheng2010-04-01
* change this from using '!dbg' to using '!dbgx'. TheChris Lattner2010-04-01
* Add a redundant PHI testcase for SSAUpdater to go with svn r100047.Bob Wilson2010-03-31
* testcase for r99914, provided by baldrick!Gabor Greif2010-03-31
* Replace V_SET0 with variants for each SSE execution domain.Jakob Stoklund Olesen2010-03-31
* Fix typo. Thank you, valgrind.Jakob Stoklund Olesen2010-03-31
* Not all platforms start symbols with _Jakob Stoklund Olesen2010-03-30
* Enable -sse-domain-fix by default. Now with tests!Jakob Stoklund Olesen2010-03-30
* Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots.Bob Wilson2010-03-30
* Ignore invalid metadata.Devang Patel2010-03-30
* Added support for address spaces and added a isVolatile field to memcpy, memm...Mon P Wang2010-03-30
* Remove the pmulld intrinsic and autoupdate it as a vector multiply.Eric Christopher2010-03-30
* XFAIL some PIC16 tests when running under valgrind-leaks. I don't expect theseBenjamin Kramer2010-03-30
* MC/Mach-O/x86_64: Support @GOTPCREL on symbols, even for non-PCrel relocations!Daniel Dunbar2010-03-29
* Fix PR4975. Avoid referencing empty vector.Evan Cheng2010-03-29
* From Kalle Raiskila:Chris Lattner2010-03-29
* add support for zero initialized unions, patch by Tim Northover!Chris Lattner2010-03-29
* teach tblgen to allow patterns like (add (i32 (bitconvert (i32 GPR))), 4), Chris Lattner2010-03-28
* add some nounwindsChris Lattner2010-03-28
* this takes an insane amount of time to run, disable it for now (PR6727)Chris Lattner2010-03-28
* XFAIL a new tblgen test for memory leak checking.Jeffrey Yasskin2010-03-27
* Do not sibcall if stack needs to be dynamically aligned.Evan Cheng2010-03-26
* Allow trivial sibcall of vararg callee when no arguments are being passed.Evan Cheng2010-03-26
* Try trivial remat before the coalescer gives up on a vr / physreg coalescing ...Evan Cheng2010-03-26