aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM
AgeCommit message (Expand)Author
2008-09-26Implement function notes as function attributes. Devang Patel
2008-09-17Unallocatable registers do not have live intervals.Evan Cheng
2008-09-15Re-enable SelectionDAG CSE for calls. It matters in the case ofDan Gohman
2008-09-15Correctly update kill infos after extending a live range and merge 2 val#'s; ...Evan Cheng
2008-09-09Legalizer was missing code that expand fpow to a libcall.Evan Cheng
2008-08-08It's not legal to output a GV in a coalesced section if it's used in an ARM P...Evan Cheng
2008-08-07Print section flags ok on platforms, which use '@' as comment string. Fix test.Anton Korobeynikov
2008-08-05This check is unnecessary, and getting rid of it removes a use of -disable-co...Owen Anderson
2008-08-05Remove the need for -disable-correct-folding from this test.Owen Anderson
2008-08-04Update these tests to work by disabling the new correct CFG generation. This...Owen Anderson
2008-07-25Teach ARM isLegalAddressingMode to handle unknown type without crashing. This...Evan Cheng
2008-07-18Softfloat support for FDIV. Patch by Duncan Sands
2008-05-20sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif
2008-05-20Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif
2008-05-20More local spiller complexity!Evan Cheng
2008-05-20Don't spill dead def.Evan Cheng
2008-04-11If a PHI node has a single implicit_def source, replace it with an implicit_d...Evan Cheng
2008-04-10New test.Evan Cheng
2008-04-051. IMPLICIT_DEF can *re-define* any register.Evan Cheng
2008-04-01More soft fp fixes.Evan Cheng
2008-04-01Unbreak ARM / Thumb soft FP support.Evan Cheng
2008-03-07Fixed a register scavenger bug. If a def is re-defining part of a super regis...Evan Cheng
2008-03-06Constant fold SIGN_EXTEND_INREG with ashr not lshr.Evan Cheng
2008-02-29DCE'ed this testcase.Bill Wendling
2008-02-29If we reload a virtual register that's already been assigned, we want to markBill Wendling
2008-02-17Remove llvm-upgrade.Tanya Lattner
2008-02-06It's PR1925, not PR1609.Evan Cheng
2008-02-06Fix a number of local register allocator issues: PR1609.Evan Cheng
2008-01-27Update this test. Due to dag combiner improvements, we now compileChris Lattner
2007-12-20Remove xfail. This is fixed.Evan Cheng
2007-12-06Turning simple splitting on. Start testing new coalescer heuristics as new ll...Evan Cheng
2007-12-06Fix for PR1831: if all defs of an interval are re-materializable, then it's a...Evan Cheng
2007-11-29Update tests.Evan Cheng
2007-11-28update this test after the fmrrd fixChris Lattner
2007-11-28Fix bug in regression tests that ignored stderr output in RUN lines. Updated ...Tanya Lattner
2007-11-27commit testcase I forgot to svn add.Chris Lattner
2007-11-08[ARM] Implement __builtin_thread_pointer.Lauro Ramos Venancio
2007-11-05[ARM] Fix code generation for:Lauro Ramos Venancio
2007-10-22Fix memcpy lowering when addresses are 4-byte aligned but size is not multipl...Evan Cheng
2007-10-13new testcaseChris Lattner
2007-09-20Disable if-conversion for this test.Evan Cheng
2007-09-20-enable-arm-if-conversion is gone.Evan Cheng
2007-09-05Change all floating constants that are not exactlyDale Johannesen
2007-09-05Testcases for PR1628.Duncan Sands
2007-08-15Implement FPOWI ExpandOp.Lauro Ramos Venancio
2007-08-15Test case for PR1609.Evan Cheng
2007-08-15This test used "wc | grep ..."; convert it to use the count script.Dan Gohman
2007-08-15Convert tests using "grep -c ... | grep ..." to use the count script.Dan Gohman
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman
2007-08-14New test.Evan Cheng