| Commit message (Expand) | Author | Age | Files | Lines |
* | rename TAI -> MAI, being careful not to make MAILJMP instructions :) | Chris Lattner | 2009-08-22 | 2 | -6/+6 |
* | move the MCAsmInfo .cpp/.h files into the right | Chris Lattner | 2009-08-22 | 3 | -583/+0 |
* | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner | 2009-08-22 | 7 | -34/+34 |
* | Record variable debug info at ISel time directly. | Devang Patel | 2009-08-22 | 1 | -1/+1 |
* | Try again at privatizing the layout info map, with a rewritten patch. | Owen Anderson | 2009-08-21 | 1 | -1/+5 |
* | Re-revert r79555. Apparently it's not just buildbot weirdness. | Owen Anderson | 2009-08-20 | 1 | -8/+13 |
* | Reapply r79555 for testing. Daniel's trying to work out some buildbot weirdn... | Owen Anderson | 2009-08-20 | 1 | -13/+8 |
* | --- Reverse-merging r79555 into '.': | Bill Wendling | 2009-08-20 | 1 | -8/+13 |
* | Make the StructType->StructLayout table private to TargetData, allowing us to... | Owen Anderson | 2009-08-20 | 1 | -13/+8 |
* | Reword a few comments for AnalyzeBranch and InsertBranch, and fix | Dan Gohman | 2009-08-20 | 1 | -14/+13 |
* | Use the schedule itinerary operand use/def cycle information to adjust depend... | David Goodwin | 2009-08-19 | 2 | -12/+26 |
* | Extend the instruction itinerary model to include the ability to indicate the... | David Goodwin | 2009-08-17 | 2 | -21/+27 |
* | Reapply r79127. It was fixed by d0k. | Bill Wendling | 2009-08-15 | 1 | -12/+6 |
* | Revert r79127. It was causing compilation errors. | Bill Wendling | 2009-08-15 | 1 | -6/+12 |
* | Change allowsUnalignedMemoryAccesses to take type argument since some targets | Evan Cheng | 2009-08-15 | 1 | -12/+6 |
* | Allow targets to specify their choice of calling conventions per | Anton Korobeynikov | 2009-08-14 | 1 | -0/+17 |
* | TargetRegistry: Change AsmPrinter constructor to be typed as returning an | Daniel Dunbar | 2009-08-13 | 1 | -13/+9 |
* | llvm-mc: Add dummy MCStreamer implementation, (eventually) for use in profiling. | Daniel Dunbar | 2009-08-13 | 1 | -1/+1 |
* | Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' | Bruno Cardoso Lopes | 2009-08-13 | 2 | -6/+9 |
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -1/+2 |
* | Add a method to return BSSSection from TargetLoweringObjectFile | Bruno Cardoso Lopes | 2009-08-13 | 1 | -0/+1 |
* | TargetRegistry: Reorganize AsmPrinter construction so that clients pass in the | Daniel Dunbar | 2009-08-13 | 1 | -11/+12 |
* | Revert 78892 and 78895, these break generating working executables on | Daniel Dunbar | 2009-08-13 | 1 | -2/+1 |
* | Add callback to allow target to adjust latency of schedule dependency edge. | David Goodwin | 2009-08-13 | 1 | -0/+6 |
* | fix a minor fixme. When building with SL and later tools, the ".eh" symbols | Chris Lattner | 2009-08-13 | 1 | -1/+2 |
* | Change MCSectionELF to represent a section semantically instead of | Bruno Cardoso Lopes | 2009-08-13 | 1 | -2/+3 |
* | sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF imple... | Chris Lattner | 2009-08-13 | 1 | -1/+9 |
* | reject invalid code like: | Chris Lattner | 2009-08-13 | 1 | -3/+9 |
* | implement support for uniquing MachO sections. | Chris Lattner | 2009-08-12 | 1 | -8/+17 |
* | reduce #includage | Chris Lattner | 2009-08-12 | 1 | -5/+6 |
* | Add a new "SDTCisVec" SDTypeConstraint. This complements the vAny type. | Bob Wilson | 2009-08-12 | 1 | -2/+5 |
* | Enhance the InstrStage object to enable the specification of an Itinerary wit... | David Goodwin | 2009-08-12 | 2 | -18/+71 |
* | Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple | Chris Lattner | 2009-08-12 | 2 | -23/+81 |
* | Add contexts to some of the MVT APIs. No functionality change yet, just the ... | Owen Anderson | 2009-08-12 | 1 | -22/+33 |
* | Add 'isCodeGenOnly' bit to Instruction .td records. | Daniel Dunbar | 2009-08-11 | 1 | -1/+8 |
* | llvm-mc/AsmParser: Allow target to specific a comment delimiter, which will be | Daniel Dunbar | 2009-08-11 | 1 | -0/+11 |
* | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson | 2009-08-11 | 3 | -134/+142 |
* | pass the TargetTriple down from each target ctor to the | Chris Lattner | 2009-08-11 | 1 | -1/+3 |
* | split "JumpTableDirective" (an existing hack) into a PIC and nonPIC | Chris Lattner | 2009-08-11 | 1 | -4/+6 |
* | SjLj based exception handling unwinding support. This patch is nasty, brutish | Jim Grosbach | 2009-08-11 | 2 | -6/+16 |
* | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 3 | -151/+151 |
* | llvm-mc/AsmParser: Allow .td users to redefine the names of the methods to call | Daniel Dunbar | 2009-08-10 | 1 | -4/+15 |
* | SimpleValueType-ify a few more methods on TargetLowering. | Owen Anderson | 2009-08-10 | 1 | -31/+29 |
* | Continue the SimpleValueType-ification. | Owen Anderson | 2009-08-10 | 1 | -4/+2 |
* | Start moving TargetLowering away from using full MVTs and towards SimpleValue... | Owen Anderson | 2009-08-10 | 1 | -7/+8 |
* | llvm-mc/AsmMatcher: Change assembler parser match classes to their own record | Daniel Dunbar | 2009-08-10 | 1 | -7/+27 |
* | Post RA scheduler changes. Introduce a hazard recognizer that uses the target... | David Goodwin | 2009-08-10 | 1 | -4/+6 |
* | Make the big switch: Change MCSectionMachO to represent a section *semantically* | Chris Lattner | 2009-08-10 | 1 | -3/+24 |
* | Extend comment on ParserMatchClass .td field, and add some missing | Daniel Dunbar | 2009-08-09 | 1 | -0/+5 |
* | llvm-mc/AsmParser: Define match classes in the .td file. | Daniel Dunbar | 2009-08-09 | 1 | -0/+11 |