aboutsummaryrefslogtreecommitdiff
path: root/lib/Target
AgeCommit message (Expand)Author
2010-04-08Use twines to simplify calls to report_fatal_error. For code size and readabi...Benjamin Kramer
2010-04-08Avoid using f64 to lower memcpy from constant string. It's cheaper to use i32...Evan Cheng
2010-04-08mpsadbw is not commutative.Eric Christopher
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-07add newlines at end of files.Chris 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 a bug where the disassembler would allow an immediateSean Callanan
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
2010-04-07FCONST{S,D} behaves the same way as FP unary instructions. This is true for b...Anton Korobeynikov
2010-04-07Proper cycle times for locks, since wbck latency can be larger than fwd latency.Anton Korobeynikov
2010-04-07Add new itin classes for FP16 <-> FP32 conversions and make uise of them for A9.Anton Korobeynikov
2010-04-07Make use of new reserved/required scheduling stuff: introduce VFP and NEON lo...Anton Korobeynikov
2010-04-07Some bits of A9 scheduling: VFPAnton Korobeynikov
2010-04-07Separate const from non-const stuff during mergeingAnton Korobeynikov
2010-04-07Some initial version of global mergerAnton Korobeynikov
2010-04-07Fix memory leaks for external symbol name strings.Sanjiv Gupta
2010-04-07Clean up some signedness oddities in this code noticed by clang.John McCall
2010-04-07Move printing of target-indepedent DEBUG_VALUE commentsDale Johannesen
2010-04-06Fix a number of clang -Wsign-compare warnings that didn't have an obviousJohn McCall