summaryrefslogtreecommitdiff
path: root/include/llvm/Target
Commit message (Expand)AuthorAge
* Added the ParseInstruction() hook for target specific assembler directives soKevin Enderby2009-09-10
* Added an abstract superclass, MCDisassembler, forSean Callanan2009-09-09
* Public and private corrections, warned about by icc (#304).Duncan Sands2009-09-06
* Remove an unneeded call to c_str().Benjamin Kramer2009-09-04
* Fixed a test that ensures the LocalRewriter does not attempt toLang Hames2009-09-03
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-02
* Revert commit 80428. It completely broke exceptionDuncan Sands2009-08-31
* - Add target lowering methods to get the preferred format for the FDE and LSDABill Wendling2009-08-29
* llvm-mc: Tweak MCCodeEmitter skeleton.Daniel Dunbar2009-08-27
* Sketch TargetRegistry support for MCCodeEmitter abstract interface.Daniel Dunbar2009-08-27
* Switch SubtargetFeature off of ostreamsChris Lattner2009-08-23
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-22
* move the MCAsmInfo .cpp/.h files into the right Chris Lattner2009-08-22
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-22
* Record variable debug info at ISel time directly.Devang Patel2009-08-22
* Try again at privatizing the layout info map, with a rewritten patch.Owen Anderson2009-08-21
* Re-revert r79555. Apparently it's not just buildbot weirdness.Owen Anderson2009-08-20
* Reapply r79555 for testing. Daniel's trying to work out some buildbot weirdn...Owen Anderson2009-08-20
* --- Reverse-merging r79555 into '.':Bill Wendling2009-08-20
* Make the StructType->StructLayout table private to TargetData, allowing us to...Owen Anderson2009-08-20
* Reword a few comments for AnalyzeBranch and InsertBranch, and fixDan Gohman2009-08-20
* Use the schedule itinerary operand use/def cycle information to adjust depend...David Goodwin2009-08-19
* Extend the instruction itinerary model to include the ability to indicate the...David Goodwin2009-08-17
* Reapply r79127. It was fixed by d0k.Bill Wendling2009-08-15
* Revert r79127. It was causing compilation errors.Bill Wendling2009-08-15
* Change allowsUnalignedMemoryAccesses to take type argument since some targetsEvan Cheng2009-08-15
* Allow targets to specify their choice of calling conventions perAnton Korobeynikov2009-08-14
* TargetRegistry: Change AsmPrinter constructor to be typed as returning anDaniel Dunbar2009-08-13
* llvm-mc: Add dummy MCStreamer implementation, (eventually) for use in profiling.Daniel Dunbar2009-08-13
* Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' Bruno Cardoso Lopes2009-08-13
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Add a method to return BSSSection from TargetLoweringObjectFileBruno Cardoso Lopes2009-08-13
* TargetRegistry: Reorganize AsmPrinter construction so that clients pass in theDaniel Dunbar2009-08-13
* Revert 78892 and 78895, these break generating working executables onDaniel Dunbar2009-08-13
* Add callback to allow target to adjust latency of schedule dependency edge.David Goodwin2009-08-13
* fix a minor fixme. When building with SL and later tools, the ".eh" symbolsChris Lattner2009-08-13
* Change MCSectionELF to represent a section semantically instead ofBruno Cardoso Lopes2009-08-13
* sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF imple...Chris Lattner2009-08-13
* reject invalid code like:Chris Lattner2009-08-13
* implement support for uniquing MachO sections.Chris Lattner2009-08-12
* reduce #includageChris Lattner2009-08-12
* Add a new "SDTCisVec" SDTypeConstraint. This complements the vAny type.Bob Wilson2009-08-12
* Enhance the InstrStage object to enable the specification of an Itinerary wit...David Goodwin2009-08-12
* Change TargetAsmInfo to be constructed via TargetRegistry from a Target+TripleChris Lattner2009-08-12
* Add contexts to some of the MVT APIs. No functionality change yet, just the ...Owen Anderson2009-08-12
* Add 'isCodeGenOnly' bit to Instruction .td records.Daniel Dunbar2009-08-11
* llvm-mc/AsmParser: Allow target to specific a comment delimiter, which will beDaniel Dunbar2009-08-11
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-11
* pass the TargetTriple down from each target ctor to theChris Lattner2009-08-11
* split "JumpTableDirective" (an existing hack) into a PIC and nonPICChris Lattner2009-08-11