summaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM
Commit message (Expand)AuthorAgeFilesLines
* Convert some VTBL and VTBX instructions to use pseudo instructions prior toBob Wilson2010-09-138-290/+86
* Switch all the NEON vld-lane and vst-lane instructions over to the newBob Wilson2010-09-134-487/+624
* trailing whitespaceJim Grosbach2010-09-132-17/+17
* fix the asmparser so that the target is responsible for skipping toChris Lattner2010-09-111-4/+11
* Rename ConvertToSetZeroFlag to something more general.Bill Wendling2010-09-112-4/+4
* No need to recompute the SrcReg and CmpValue.Bill Wendling2010-09-102-5/+4
* Move some of the decision logic for converting an instruction into one that setsBill Wendling2010-09-102-6/+18
* Start sketching out ARM fast-isel calls.Eric Christopher2010-09-101-1/+37
* For consistency.Eric Christopher2010-09-101-0/+1
* Newline at end of file.Eric Christopher2010-09-101-1/+1
* Split out some of the calling convention bits so that they can beEric Christopher2010-09-102-147/+161
* Modify the comparison optimizations in the peephole optimizer to update theBill Wendling2010-09-102-3/+7
* Add a missing case to duplicateCPV() for LSDA constants. Add a FIXME. rdar://...Jim Grosbach2010-09-101-0/+8
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-103-1/+18
* Calculate the number of VLDM/VSTM registers by subtracting the number ofBob Wilson2010-09-101-2/+2
* Reword since this may not be a bug but intended behavior.Bill Wendling2010-09-101-10/+6
* Fix merging base-updates for VLDM/VSTM: Before I switched these instructionsBob Wilson2010-09-101-1/+2
* Teach if-converter to be more careful with predicating instructions that wouldEvan Cheng2010-09-1011-24/+62
* Fix build error.Eric Christopher2010-09-101-1/+1
* Update comments, reorganize some code, rename variables to beEric Christopher2010-09-101-43/+40
* 64-bit fp loads can come straight out of the constant pool, not asEric Christopher2010-09-091-10/+18
* SIToFP and FPToSI conversions work only on fp-reg to fp-reg. MoveEric Christopher2010-09-091-7/+33
* New "move to fp reg" routine. Use it.Eric Christopher2010-09-091-5/+12
* "Strike that, reverse it." -- Mr. Wonka.Eric Christopher2010-09-091-2/+2
* Add FPTrunc, fix some bugs where I forgot to update the value map.Eric Christopher2010-09-091-2/+28
* Basic FP->Int, Int->FP conversions.Eric Christopher2010-09-091-0/+55
* For each instruction itinerary class, specify the number of micro-ops eachEvan Cheng2010-09-095-8/+80
* Fix NEON VLD pseudo instruction itineraries that were incorrectly copied fromBob Wilson2010-09-091-5/+5
* Nuke whitespace and fix some indenting.Eric Christopher2010-09-091-60/+60
* Handle 64-bit floating point binops as well.Eric Christopher2010-09-091-10/+12
* Basic 32-bit FP operations.Eric Christopher2010-09-091-0/+45
* For double-spaced VLD3/VLD4 instructions, copy the explicit super-register useBob Wilson2010-09-091-5/+9
* Handle float->double extension.Eric Christopher2010-09-091-0/+23
* Rewrite TargetMaterializeConstant splitting it out into two functionsEric Christopher2010-09-091-21/+45
* Simplify copying over operands from pseudo NEON load/store instructions.Bob Wilson2010-09-091-30/+19
* Clean up a comment.Bob Wilson2010-09-081-2/+2
* Very basic compare support.Eric Christopher2010-09-081-0/+48
* Delete dead code.Eric Christopher2010-09-081-1/+0
* Fix LDM_RET schedule itinery.Evan Cheng2010-09-085-2/+19
* Make the loads/stores match the type we really want to store.Eric Christopher2010-09-081-12/+12
* Re-enable usage of the ARM base pointer. r113394 fixed the known failures.Jim Grosbach2010-09-081-1/+1
* Fix errant fall-throughs causing the base pointer to be used when the frameJim Grosbach2010-09-081-3/+3
* Rewrite TargetMaterializeConstant.Eric Christopher2010-09-081-7/+18
* Be more careful about when to do dynamic stack realignment. Since we have anJim Grosbach2010-09-081-2/+9
* Add missing assertJim Grosbach2010-09-081-1/+4
* change the MC "ParseInstruction" interface to make it the Chris Lattner2010-09-081-0/+5
* ARM/Disassembler: Fix definitions incompatible(unsigned and uint32_t) to Cygw...NAKAMURA Takumi2010-09-081-2/+2
* remove trailing whitespaceJim Grosbach2010-09-081-12/+12
* remove obsolete commentJim Grosbach2010-09-081-1/+0
* disable for the moment while tracking down a few Thumb2-O0 failure that lookJim Grosbach2010-09-081-1/+1