aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM
Commit message (Expand)AuthorAgeFilesLines
* Last commit accidentially deleted this code.Evan Cheng2009-02-281-0/+229
* The last commit was overly conservative. It's ok to reuse value that's alread...Evan Cheng2009-02-261-1/+1
* If a use operand is marked isKill, don't forget to add kill to its live inter...Evan Cheng2009-02-221-0/+24
* A couple of places where reused use operands should be marked kill. This is e...Evan Cheng2009-02-172-1/+118
* Replace one of burr scheduling heuristic with something more sensible. Now ca...Evan Cheng2009-02-121-0/+1
* Fix PR3457: Ignore control successors when looking for closest scheduled succ...Evan Cheng2009-02-101-1/+4
* Re-enable machine sinking pass now that the coalescer bugs and the AnalyzeBrn...Evan Cheng2009-02-091-1/+1
* Revert r63999. It was breaking self-hosting builds.Bill Wendling2009-02-081-1/+1
* Enable machine sinking pass in non-fast mode.Evan Cheng2009-02-071-1/+1
* Turn on machine LICM in non-fast mode.Evan Cheng2009-02-051-1/+1
* 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