summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
...
* Add definitions of 64-bit register files. Add code for returning Mips64's set...Akira Hatanaka2011-09-23
* PTX: Fix parameter order bugJustin Holewinski2011-09-23
* Fix a couple of 80 column violations.Wesley Peck2011-09-23
* PTX: Cleanup unused code in PTXMachineFunctionInfoJustin Holewinski2011-09-23
* PTX: Fix another 80-column violationJustin Holewinski2011-09-23
* PTX: Handle function call return valuesJustin Holewinski2011-09-23
* Fix 80 column violations.Richard Osborne2011-09-23
* Implement Chris's suggestion of legalizing the various SSE and AVXDuncan Sands2011-09-23
* PTX: Start fixing function callsJustin Holewinski2011-09-23
* PTX: Remove PTX calling convention filesJustin Holewinski2011-09-23
* [PATCH 2/2] PTXInstrInfo.td PTXIntrinsicInstrInfo.td 80 columnsJustin Holewinski2011-09-23
* PTX: Generalize handling of .param typesJustin Holewinski2011-09-23
* PTX: Cleanup unused code in the PTXMFInfoExtract passJustin Holewinski2011-09-23
* Add definitions of 64-bit int registers.Akira Hatanaka2011-09-23
* Do not rely on the enum values of argument registers A0-A3 being consecutive.Akira Hatanaka2011-09-23
* PR10991: make fast-isel correctly check whether accessing a global through an...Eli Friedman2011-09-22
* Make changes in instruction and pattern definitions so that tablegen does notAkira Hatanaka2011-09-22
* Add support for GR32 <-> FR32 cross class copies.Jakob Stoklund Olesen2011-09-22
* Synthesize SSE3/AVX 128 bit horizontal add/sub instructions fromDuncan Sands2011-09-22
* Print parentheses in next line.Akira Hatanaka2011-09-22
* Change subreg index of AFPR64 from sub_fpeven to sub_32 per Jakob's comment.Akira Hatanaka2011-09-22
* Define a new sub-register index sub_32 for accessing the 32-bit sub-register ofAkira Hatanaka2011-09-22
* Print three closing parentheses when Kind is either VK_Mips_GPOFF_HI or Akira Hatanaka2011-09-22
* Add F31 to the set of callee-saved registers.Akira Hatanaka2011-09-22
* Fix typo.Akira Hatanaka2011-09-22
* PTX: Remove physical register defsJustin Holewinski2011-09-22
* PTX: Use .param space for device function return values on SM 2.0+, and attemptJustin Holewinski2011-09-22
* PTX: Fix style issuesJustin Holewinski2011-09-22
* PTX: Fixup codegen to handle emission of virtual registers.Justin Holewinski2011-09-22
* PTX: Customize codegen passes in backendJustin Holewinski2011-09-22
* PTX: Add new PTX-specific register allocator that keeps virtual registersJustin Holewinski2011-09-22
* Fix register printing in disassembling of push/pop of segment registers and i...Craig Topper2011-09-22
* Add definition of 64-bit floating registers used for Mips64.Akira Hatanaka2011-09-22
* The SSE version differences for fmin/fmax are more involved than I thought.Benjamin Kramer2011-09-22
* Add enums and functions for symbols Mips64 uses.Akira Hatanaka2011-09-22
* X86: Don't form min/max nodes if the target is missing SSE.Benjamin Kramer2011-09-22
* Mips64 aligns stack on 16-byte boundary.Akira Hatanaka2011-09-22
* Remove unnecessary condition check.Akira Hatanaka2011-09-22
* Turns out that Thumb2 ADR doesn't need special printing like LDR does. Fix o...Owen Anderson2011-09-21
* Print out immediate offset versions of PC-relative load/store instructions as...Owen Anderson2011-09-21
* X86Disassembler: if verbose logging is going to nulls(), disable logging comp...Benjamin Kramer2011-09-21
* Fix some simple copy-paste errors in MBlaze ASM Parser and Makefile.Wesley Peck2011-09-21
* These do not need to be conditional on the presence of CommentStream, as they...Owen Anderson2011-09-21
* Undo a change made in r140254.Akira Hatanaka2011-09-21
* fix commentNadav Rotem2011-09-21
* MipsArchVersion does not need to be in the initialization list and MipsABIAkira Hatanaka2011-09-21
* Insert a sanity check on the combining of x86 truncing-store nodes. This come...Nadav Rotem2011-09-21
* Change:Richard Trieu2011-09-21
* Add a base class for Mips TargetMachines and add Mips64 TargetMachines. Akira Hatanaka2011-09-21
* Set ABI if it hasn't been set on the command line.Akira Hatanaka2011-09-21