aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM
AgeCommit message (Expand)Author
2010-04-14Add -arm-long-calls option to force calls to be indirect. This makes theJim Grosbach
2010-04-14For t2BFI disassembly, apply the same error checking as in r101205.Johnny Chen
2010-04-14Fixed another assert exposed by fuzzing. The utility function getRegisterEnum()Johnny Chen
2010-04-14Don't custom lower bit converts to ARM VMOVDRRD or VMOVDRR when the operandBob Wilson
2010-04-14Fixed another assert exposed by fuzzing. Now, when an encoding error occursJohnny Chen
2010-04-14Fixed an assert() exposed by fuzzing. Now, instead of assert when an invalidJohnny Chen
2010-04-13Unbreak CMake build by improving the EnhancedDisassembly makefile aDouglas Gregor
2010-04-13Handle a v2f64 formal parameter that is split between registers and memoryBob Wilson
2010-04-13Fixed a nasty layering violation in the edis sourceSean Callanan
2010-04-13Changed getSOImmValRotate()'s hunt retry logic to ignore the low order 6 bits,Johnny Chen
2010-04-13Use MachineBasicBlock::isLiveIn.Dan Gohman
2010-04-13Replace r101053 with a fix for getSOImmValRotate() so that it will correctlyBob Wilson
2010-04-12Fixed a crasher in arm disassembler within ARMInstPrinter.cpp after callingJohnny Chen
2010-04-09Provide versions of the ARM eh_sjlj_setjmp instructions for non-VFP subtargetsBob Wilson
2010-04-08delete a forwarding function.Chris Lattner
2010-04-08remove the TargetLoweringObjectFileMachO::getMachoSectionChris Lattner
2010-04-08Added support for ARM disassembly to edis.Sean Callanan
2010-04-07Update CMake build.Ted Kremenek
2010-04-07rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner
2010-04-07Missed this one line for the previous checkin to fix build warnings.Johnny Chen
2010-04-07Fixed warnings pointed out by clang.Johnny Chen
2010-04-07Fixed warnings pointed out by clang.Johnny Chen
2010-04-07Fixed 3 warnings pointed out by clang.Johnny Chen
2010-04-07Re-enable ARM/Thumb disassembler and add a workaround for a memcpy() call inJohnny Chen
2010-04-07Added an AsmLexer for the ARM target, which usesSean Callanan
2010-04-07Educate GetInstrSizeInBytes implementations thatDale Johannesen
2010-04-07Remove late ARM codegen optimization pass committed by accident.Anton Korobeynikov
2010-04-07Split A8/A9 itins - they already were too big.Anton Korobeynikov
2010-04-07Add some crude itin approximation for VFP load / stores on A9Anton Korobeynikov
2010-04-07Add some crude approximation for neon load/store instructionsAnton Korobeynikov
2010-04-07Add some A8-based approximation for instructions with unknown cycle timesAnton Korobeynikov
2010-04-07Move NEON-VFP domain fixer upper, so post-RA scheduler would benefit from it.Anton Korobeynikov
2010-04-07Since tblgen bug was fixed (thanks Jakob!) we don't need InstrStage2 hack any...Anton Korobeynikov
2010-04-07Fix A8 FP NEON MAC itinsAnton Korobeynikov
2010-04-07A9 NEON FP itinsAnton Korobeynikov
2010-04-07Some permute goodness for A9Anton Korobeynikov
2010-04-07More shift itins for A9Anton Korobeynikov
2010-04-07More fixes for itinsAnton Korobeynikov
2010-04-07Fix invalid itins for 32-bit varians of VMLAL and friendsAnton Korobeynikov
2010-04-07Add MAC stuff for A9Anton Korobeynikov
2010-04-07Fix invalid NEON MAC itins on A8Anton Korobeynikov
2010-04-07Fix itins for VPALAnton Korobeynikov
2010-04-07Fix itins for VABAAnton Korobeynikov
2010-04-07Correct VMVN itinerary: operand is read in the second cycle, not in the first.Anton Korobeynikov
2010-04-07More A9 itinerariesAnton Korobeynikov
2010-04-07Correct itinerary class for VPADDAnton Korobeynikov
2010-04-07VP{MAX, MIN} are of IIC_VSUBi4D itin class as well.Anton Korobeynikov
2010-04-07VHADD differs from VHSUB at least on A9 - the former reads both operands in t...Anton Korobeynikov
2010-04-07Some easy NEON scheduling goodness for A9Anton Korobeynikov
2010-04-07Define new itin classes for ARM <-> VFP reg moves to distinguish from NEON op...Anton Korobeynikov