summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM
Commit message (Expand)AuthorAgeFilesLines
* add support for calling functions when the caller has variable sized objectsRafael Espindola2006-10-311-1/+4
* Improve cvs ignoring of test results.Reid Spencer2006-10-271-0/+1
* Add a run line to this test.Reid Spencer2006-10-271-0/+1
* initial support for frame pointersRafael Espindola2006-10-261-0/+5
* expand ISD::VACOPYRafael Espindola2006-10-241-17/+35
* implement STRB and STRHRafael Espindola2006-10-231-0/+15
* print common symbolsRafael Espindola2006-10-191-1/+4
* add blxRafael Espindola2006-10-181-1/+11
* implement CallingConv::Fast as CallingConv::CRafael Espindola2006-10-181-2/+2
* expand ISD::SDIV, ISD::UDIV, ISD::SREM and ISD::UREMRafael Espindola2006-10-171-0/+29
* add FABSS and FABSDRafael Espindola2006-10-171-0/+16
* cleanup some testsRafael Espindola2006-10-173-45/+43
* remove extra [] in storesRafael Espindola2006-10-171-3/+10
* initial implementation of addressing mode 5Rafael Espindola2006-10-171-0/+14
* add the immediate to the Offset in eliminateFrameIndexRafael Espindola2006-10-171-0/+7
* add FSTD and FSTSRafael Espindola2006-10-171-2/+16
* add fdivs e fdivdRafael Espindola2006-10-161-1/+15
* expand ISD::SHL_PARTS, ISD::SRA_PARTS and ISD::SRL_PARTSRafael Espindola2006-10-161-0/+24
* implement LDRB, LDRSB, LDRH and LDRSHRafael Espindola2006-10-161-0/+33
* implement smull and umullRafael Espindola2006-10-161-1/+19
* fix some fp condition codesRafael Espindola2006-10-141-4/+2
* add FNEGS and FNEGDRafael Espindola2006-10-131-1/+15
* add SBCS and SUBSRafael Espindola2006-10-131-1/+9
* implement calls to functions that return longRafael Espindola2006-10-131-0/+7
* implement unordered floating point comparesRafael Espindola2006-10-131-1/+17
* uint <-> double conversionRafael Espindola2006-10-101-0/+12
* add fp subRafael Espindola2006-10-101-4/+16
* add double <-> int conversionRafael Espindola2006-10-101-2/+14
* compare doublesRafael Espindola2006-10-101-1/+10
* add some tests for floating point compareRafael Espindola2006-10-101-0/+41
* add some tests for floating point arithmeticRafael Espindola2006-10-091-0/+29
* add float -> double and double -> float conversionRafael Espindola2006-10-091-0/+15
* add a test for adds adcsRafael Espindola2006-10-091-1/+9
* implement FUITOS and FUITODRafael Espindola2006-10-071-2/+17
* implement FLDDRafael Espindola2006-10-071-1/+8
* add support for calling functions that return doubleRafael Espindola2006-10-061-3/+7
* fix some bugs affecting functions with no argumentsRafael Espindola2006-10-061-0/+2
* add support for calling functions that have double argumentsRafael Espindola2006-10-061-2/+8
* implement a ArgumentLayout class to factor code common to LowerFORMAL_ARGUMEN...Rafael Espindola2006-10-051-2/+7
* Implement floating point constantsRafael Espindola2006-10-031-1/+8
* fix the names of the 64bit fp registerRafael Espindola2006-10-021-2/+10
* add floating point registersRafael Espindola2006-09-291-0/+10
* more condition codesRafael Espindola2006-09-211-2/+43
* if a constant can't be an immediate, add it to the constant poolRafael Espindola2006-09-213-7/+33
* Implement a MachineFunctionPass to fix the mul instructionRafael Espindola2006-09-191-0/+15
* implement shl and sraRafael Espindola2006-09-081-0/+36
* fix select.ll to always test a select nodeRafael Espindola2006-09-081-11/+2
* implement unconditional branchesRafael Espindola2006-09-081-1/+0
* This failsChris Lattner2006-09-071-0/+1
* add support for returning 64bit valuesRafael Espindola2006-09-041-0/+32