aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM
Commit message (Expand)AuthorAgeFilesLines
* Add the private linkage.Rafael Espindola2009-01-151-0/+22
* Clean up some ARM GV asm printing out; minor fixes to match what gcc does.Evan Cheng2008-12-064-1/+42
* - Register scavenger should use MachineRegisterInfo and internal map to find ...Evan Cheng2008-11-201-0/+414
* Register scavenger should process early clobber defs first. A dead early clob...Evan Cheng2008-11-181-0/+16
* Actually ARM / Mac OS X does have UINTTOFP_I64_F{64|32} libcalls.Evan Cheng2008-11-041-0/+17
* Custom lower bit_convert i64 -> f64 into FMDRR. This is now happening with le...Evan Cheng2008-11-041-0/+29
* Implement function notes as function attributes. Devang Patel2008-09-261-1/+1
* Unallocatable registers do not have live intervals.Evan Cheng2008-09-171-0/+17
* Re-enable SelectionDAG CSE for calls. It matters in the case ofDan Gohman2008-09-151-0/+30
* Correctly update kill infos after extending a live range and merge 2 val#'s; ...Evan Cheng2008-09-151-0/+29
* Legalizer was missing code that expand fpow to a libcall.Evan Cheng2008-09-091-0/+10
* It's not legal to output a GV in a coalesced section if it's used in an ARM P...Evan Cheng2008-08-081-0/+13
* Print section flags ok on platforms, which use '@' as comment string. Fix test.Anton Korobeynikov2008-08-071-1/+1
* This check is unnecessary, and getting rid of it removes a use of -disable-co...Owen Anderson2008-08-051-1/+1
* Remove the need for -disable-correct-folding from this test.Owen Anderson2008-08-051-9/+12
* Update these tests to work by disabling the new correct CFG generation. This...Owen Anderson2008-08-042-2/+2
* Teach ARM isLegalAddressingMode to handle unknown type without crashing. This...Evan Cheng2008-07-251-0/+9
* Softfloat support for FDIV. Patch by Duncan Sands2008-07-181-0/+6
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-201-1/+1
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-201-1/+1
* More local spiller complexity!Evan Cheng2008-05-201-0/+22
* Don't spill dead def.Evan Cheng2008-05-201-0/+55
* If a PHI node has a single implicit_def source, replace it with an implicit_d...Evan Cheng2008-04-111-0/+3544
* New test.Evan Cheng2008-04-102-1/+259
* 1. IMPLICIT_DEF can *re-define* any register.Evan Cheng2008-04-051-0/+60
* More soft fp fixes.Evan Cheng2008-04-011-1/+3
* Unbreak ARM / Thumb soft FP support.Evan Cheng2008-04-011-0/+10
* Fixed a register scavenger bug. If a def is re-defining part of a super regis...Evan Cheng2008-03-071-0/+20
* Constant fold SIGN_EXTEND_INREG with ashr not lshr.Evan Cheng2008-03-061-0/+14
* DCE'ed this testcase.Bill Wendling2008-02-291-229/+0
* If we reload a virtual register that's already been assigned, we want to markBill Wendling2008-02-291-0/+250
* Remove llvm-upgrade.Tanya Lattner2008-02-1750-906/+906
* It's PR1925, not PR1609.Evan Cheng2008-02-061-1/+1
* Fix a number of local register allocator issues: PR1609.Evan Cheng2008-02-061-0/+19
* Update this test. Due to dag combiner improvements, we now compileChris Lattner2008-01-271-1/+1
* Remove xfail. This is fixed.Evan Cheng2007-12-201-1/+0
* Turning simple splitting on. Start testing new coalescer heuristics as new ll...Evan Cheng2007-12-061-1/+1
* Fix for PR1831: if all defs of an interval are re-materializable, then it's a...Evan Cheng2007-12-061-2/+2
* Update tests.Evan Cheng2007-11-291-1/+1
* update this test after the fmrrd fixChris Lattner2007-11-281-3/+2
* Fix bug in regression tests that ignored stderr output in RUN lines. Updated ...Tanya Lattner2007-11-283-1/+3
* commit testcase I forgot to svn add.Chris Lattner2007-11-271-0/+13
* [ARM] Implement __builtin_thread_pointer.Lauro Ramos Venancio2007-11-081-0/+10
* [ARM] Fix code generation for:Lauro Ramos Venancio2007-11-051-0/+11
* Fix memcpy lowering when addresses are 4-byte aligned but size is not multipl...Evan Cheng2007-10-221-0/+15
* new testcaseChris Lattner2007-10-131-0/+18
* Disable if-conversion for this test.Evan Cheng2007-09-201-1/+1
* -enable-arm-if-conversion is gone.Evan Cheng2007-09-208-23/+23
* Change all floating constants that are not exactlyDale Johannesen2007-09-051-1/+1
* Testcases for PR1628.Duncan Sands2007-09-053-0/+11