summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAge
* Correctly lower memset / memcpy of undef. It should be a nop. PR6767.Evan Cheng2010-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
* 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
* 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
* 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
* Fix PR4975. Avoid referencing empty vector.Evan Cheng2010-03-29
* From Kalle Raiskila: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
* 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
* switch the flag for using NEON for SP floating point to a subtarget 'feature'.Jim Grosbach2010-03-25
* Add nounwind.Evan Cheng2010-03-25
* Make the NDEBUG assertion stronger and more clear what is Chris Lattner2010-03-25
* BUILD_VECTOR was missing out on some prime opportunities to use SSE 4.1 inserts.Nate Begeman2010-03-24
* Revert Edwin's change that is breaking MultiSource/Applications/ClamAV/clamscan.Bob Wilson2010-03-24
* Fix memory leak in liveintervals: the destructor for VNInfos must be called,Torok Edwin2010-03-24
* Fix PR6673: updating the callback should not clear the map.Chris Lattner2010-03-22
* pr6652: Use LDM to restore PC to the return address on ARMv4.Bob Wilson2010-03-20
* Stupid svn. Add back to the lost sibcall tests.Evan Cheng2010-03-20
* Fixed the encoding problems of the crc32 instructions. All had the Operand sizeKevin Enderby2010-03-19
* Fixed a widening bug where we were not using the correct size for the loadMon P Wang2010-03-19
* Turning off post-ra scheduling for x86. It isn't a consistent win.Evan Cheng2010-03-18
* X86 address mode matching code MatchAddressRecursively does some aggressive h...Evan Cheng2010-03-17
* Added sub-formats to the NeonI/NeonXI instructions to further refine the NEONFrmJohnny Chen2010-03-17
* Fix liveintervals handling of dbg_value instructions.Evan Cheng2010-03-16
* Add an rdar number to this test.Dan Gohman2010-03-16
* --- Reverse-merging r98637 into '.':Bob Wilson2010-03-16
* Initial ARM/Thumb disassembler check-in. It consists of a tablgen backendJohnny Chen2010-03-16
* Stop using the old pre-UAL syntax for LDM/STM instruction suffixes.Bob Wilson2010-03-16
* Add a testcase for the change in r98586.Bob Wilson2010-03-16
* Forgot testcase for r98599.Bill Wendling2010-03-16
* Fix the third (and last known) case of code update problems due Chris Lattner2010-03-16
* MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr.Daniel Dunbar2010-03-15
* Recognize code for doing vector gather/scatter index calculations withDan Gohman2010-03-15
* Implement support for the case when a reference to a addr-of-bb Chris Lattner2010-03-15
* Fix the case when a reference to an address taken BB is emitted in oneChris Lattner2010-03-15
* filecheckize a test and mark these wiht a cpu so it passesChris Lattner2010-03-14