aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM
AgeCommit message (Expand)Author
2006-09-21if a constant can't be an immediate, add it to the constant poolRafael Espindola
2006-09-19Implement a MachineFunctionPass to fix the mul instructionRafael Espindola
2006-09-08implement shl and sraRafael Espindola
2006-09-08fix select.ll to always test a select nodeRafael Espindola
2006-09-08implement unconditional branchesRafael Espindola
2006-09-07This failsChris Lattner
2006-09-04add support for returning 64bit valuesRafael Espindola
2006-09-03add the SETULT condition codeRafael Espindola
2006-09-02add more condition codesRafael Espindola
2006-08-25test case for varargs functionsRafael Espindola
2006-08-24initial support for branchesRafael Espindola
2006-08-22run llc with -march=arm in select.llRafael Espindola
2006-08-22This passes.Chris Lattner
2006-08-22Use the correct syntax.Reid Spencer
2006-08-22Add a simple RUN line so this doesn't always fail. XFAIL this untilReid Spencer
2006-08-21initial support for selectRafael Espindola
2006-08-17add a "load effective address"Rafael Espindola
2006-08-14select code likeRafael Espindola
2006-08-09fix the spill codeRafael Espindola
2006-08-08initial support for variable number of argumentsRafael Espindola
2006-08-04use a 'register pressure reducing' schedulerRafael Espindola
2006-07-25implement function calling of functions with up to 4 argumentsRafael Espindola
2006-06-18initial implementation of ARMRegisterInfo::eliminateFrameIndexRafael Espindola
2006-06-16This test isn't implemented yetChris Lattner
2006-06-01added some tests for argument passingRafael Espindola
2006-05-25create test/Regression/CodeGen/ARM/ and add a minimal test to itRafael Espindola