aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM
AgeCommit message (Expand)Author
2006-10-19print common symbolsRafael Espindola
2006-10-18add blxRafael Espindola
2006-10-18implement CallingConv::Fast as CallingConv::CRafael Espindola
2006-10-17expand ISD::SDIV, ISD::UDIV, ISD::SREM and ISD::UREMRafael Espindola
2006-10-17add FABSS and FABSDRafael Espindola
2006-10-17cleanup some testsRafael Espindola
2006-10-17remove extra [] in storesRafael Espindola
2006-10-17initial implementation of addressing mode 5Rafael Espindola
2006-10-17add the immediate to the Offset in eliminateFrameIndexRafael Espindola
2006-10-17add FSTD and FSTSRafael Espindola
2006-10-16add fdivs e fdivdRafael Espindola
2006-10-16expand ISD::SHL_PARTS, ISD::SRA_PARTS and ISD::SRL_PARTSRafael Espindola
2006-10-16implement LDRB, LDRSB, LDRH and LDRSHRafael Espindola
2006-10-16implement smull and umullRafael Espindola
2006-10-14fix some fp condition codesRafael Espindola
2006-10-13add FNEGS and FNEGDRafael Espindola
2006-10-13add SBCS and SUBSRafael Espindola
2006-10-13implement calls to functions that return longRafael Espindola
2006-10-13implement unordered floating point comparesRafael Espindola
2006-10-10uint <-> double conversionRafael Espindola
2006-10-10add fp subRafael Espindola
2006-10-10add double <-> int conversionRafael Espindola
2006-10-10compare doublesRafael Espindola
2006-10-10add some tests for floating point compareRafael Espindola
2006-10-09add some tests for floating point arithmeticRafael Espindola
2006-10-09add float -> double and double -> float conversionRafael Espindola
2006-10-09add a test for adds adcsRafael Espindola
2006-10-07implement FUITOS and FUITODRafael Espindola
2006-10-07implement FLDDRafael Espindola
2006-10-06add support for calling functions that return doubleRafael Espindola
2006-10-06fix some bugs affecting functions with no argumentsRafael Espindola
2006-10-06add support for calling functions that have double argumentsRafael Espindola
2006-10-05implement a ArgumentLayout class to factor code common to LowerFORMAL_ARGUMEN...Rafael Espindola
2006-10-03Implement floating point constantsRafael Espindola
2006-10-02fix the names of the 64bit fp registerRafael Espindola
2006-09-29add floating point registersRafael Espindola
2006-09-21more condition codesRafael Espindola
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