aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* ARM: fix thumb1 nop decodingAmaury de la Vieuville2013-06-241-9/+0
* ARM: fix IT decodingAmaury de la Vieuville2013-06-241-4/+2
* ARM: enable decoding of pc-relative PLD/PLIAmaury de la Vieuville2013-06-242-46/+148
* Add MI-Sched support for x86 macro fusion.Andrew Trick2013-06-232-0/+164
* The getRegForInlineAsmConstraint function should only accept MVT value types.Chad Rosier2013-06-2224-26/+26
* DebugInfo: Don't lose unreferenced non-trivial by-value parametersDavid Blaikie2013-06-212-4/+0
* [NVPTX] Add support for selecting CUDA vs OCL mode based on tripleJustin Holewinski2013-06-212-13/+7
* Fix IMULX machine model. Multiple def operands require multiple SchedWrites.Andrew Trick2013-06-214-4/+7
* [PowerPC] Support R_PPC_REL16 family of relocationsUlrich Weigand2013-06-211-0/+17
* [PowerPC] Support various tls-related modifiersUlrich Weigand2013-06-211-0/+78
* [PowerPC] Support @higher et.al. modifiersUlrich Weigand2013-06-214-2/+58
* [PowerPC] Support @toc@h modifierUlrich Weigand2013-06-211-0/+3
* [PowerPC] Support @h modifierUlrich Weigand2013-06-214-1/+20
* [PowerPC] Rename some more VK_PPC_ enumsUlrich Weigand2013-06-2110-88/+88
* ARM: Remove a (false) dependency on the memoryoperand's value as we do not useQuentin Colombet2013-06-201-1/+2
* [PowerPC] Clean up VK_PPC_TOC... namesUlrich Weigand2013-06-202-5/+5
* Update the X86 disassembler to use xacquire and xrelease when appropriate.Kevin Enderby2013-06-203-0/+32
* [PowerPC] Minor cleanup in PPCELFObjectWriter::getRelocTypeInnerUlrich Weigand2013-06-201-24/+24
* R600/SI: Expand sub for v2i32 and v4i32 for SITom Stellard2013-06-201-0/+3
* R600/SI: Expand add for v2i32 and v4i32Tom Stellard2013-06-201-0/+2
* R600: Expand v2i32 load/store instead of custom loweringTom Stellard2013-06-201-2/+2
* This reverts r155000.Joey Gouly2013-06-201-6/+1
* [PowerPC] Remove unused parameterUlrich Weigand2013-06-203-14/+14
* [PowerPC] Add missing build dependencyUlrich Weigand2013-06-201-1/+1
* [PowerPC] Optimize @ha/@l constructsUlrich Weigand2013-06-204-46/+144
* [PowerPC] Support compare mnemonics with implied CR0Ulrich Weigand2013-06-201-0/+9
* Optimize register parsing for MipsAsmParser. Allow symbolic aliases for FPU r...Vladimir Medic2013-06-201-48/+58
* Don't pass in the TargetInstrInfo into the register info object. It doesn't u...Bill Wendling2013-06-193-4/+3
* DebugInfo: PR14763/r183329 correct the location of indirect parametersDavid Blaikie2013-06-192-4/+6
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-1915-59/+78
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-191-1/+1
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-193-3/+3
* Move StructurizeCFG out of R600 to generic Transforms.Matt Arsenault2013-06-193-898/+1
* The RenderMethod field in RegisterOperand class sets the name of the method o...Vladimir Medic2013-06-192-19/+10
* Use GetUnderlyingObject instead of custom functionMatt Arsenault2013-06-181-58/+20
* ARM: Add optional datatype suffix to NEON mvn asm syntax.Jim Grosbach2013-06-181-1/+6
* [ARMTargetLowering] ARMISD::{SUB,ADD}{C,E} second result is a boolean implyin...Michael Gottesman2013-06-181-1/+11
* Converted an overly aggressive assert to a conditional check in AddCombineTo6...Michael Gottesman2013-06-181-2/+5
* Fix 80 col violation.Nadav Rotem2013-06-181-3/+6
* Change the arm assembler to support this from the v7c spec:Kevin Enderby2013-06-181-1/+11
* Mips ELF: Mark object file as ABI compliant Jack Carter2013-06-182-0/+13
* Reduce indentation.David Blaikie2013-06-181-53/+55
* Add support for encoding the HLE XACQUIRE and XRELEASE prefixes.Stefanus Du Toit2013-06-181-0/+7
* ARM: fix literal load with positive offset encodingAmaury de la Vieuville2013-06-183-5/+7
* ARM: add operands pre-writeback variants when neededAmaury de la Vieuville2013-06-183-40/+61
* ARM: fix thumb literal loads decodingAmaury de la Vieuville2013-06-183-29/+238
* ARM: thumb stores cannot use PC as dest registerAmaury de la Vieuville2013-06-181-0/+37
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-1816-88/+88
* Remove dead prototype.Bill Wendling2013-06-181-2/+0
* R600: PV stores Reg id, not indexVincent Lejeune2013-06-171-1/+1