aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Target
AgeCommit message (Expand)Author
2009-09-30Add a target hook to add pre- post-regalloc scheduling passes.Evan Cheng
2009-09-30Remove -post-RA-schedule flag and add a TargetSubtarget method to enable post...David Goodwin
2009-09-28Introduce the TargetInstrInfo::KILL machine instruction and get rid of theJakob Stoklund Olesen
2009-09-27Use explicit structs instead of std::pair to map callee saved regs to spill s...Tilmann Scheller
2009-09-25pr4926: ARM requires the stack pointer to be aligned, even for leaf functions.Bob Wilson
2009-09-24Make the end-of-itinerary mark explicit. Some cleanup.David Goodwin
2009-09-20Implement the JIT side of the GDB JIT debugging interface. To enable thisReid Kleckner
2009-09-20remove a dead method.Chris Lattner
2009-09-20add a helper method.Chris Lattner
2009-09-19Update comments.Evan Cheng
2009-09-18Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ...Evan Cheng
2009-09-17pass machinemoduleinfo down into getSymbolForDwarfGlobalReference, Chris Lattner
2009-09-16Big change #1 for personality function references:Chris Lattner
2009-09-15Fix apostrophos.Dan Gohman
2009-09-14Change MCAsmStreamer to take an MCInstPrinter instead of a Chris Lattner
2009-09-13eliminate the TargetRegisterDesc::AsmName field, the asmprinters now have thi...Chris Lattner
2009-09-13remove all but one reference to TargetRegisterDesc::AsmName.Chris Lattner
2009-09-10Added the ParseInstruction() hook for target specific assembler directives soKevin Enderby
2009-09-09Added an abstract superclass, MCDisassembler, forSean Callanan
2009-09-06Public and private corrections, warned about by icc (#304).Duncan Sands
2009-09-04Remove an unneeded call to c_str().Benjamin Kramer
2009-09-03Fixed a test that ensures the LocalRewriter does not attempt toLang Hames
2009-09-02Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel
2009-08-31Revert commit 80428. It completely broke exceptionDuncan Sands
2009-08-29- Add target lowering methods to get the preferred format for the FDE and LSDABill Wendling
2009-08-27llvm-mc: Tweak MCCodeEmitter skeleton.Daniel Dunbar
2009-08-27Sketch TargetRegistry support for MCCodeEmitter abstract interface.Daniel Dunbar
2009-08-23Switch SubtargetFeature off of ostreamsChris Lattner
2009-08-22rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner
2009-08-22move the MCAsmInfo .cpp/.h files into the right Chris Lattner
2009-08-22Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner
2009-08-22Record variable debug info at ISel time directly.Devang Patel
2009-08-21Try again at privatizing the layout info map, with a rewritten patch.Owen Anderson
2009-08-20Re-revert r79555. Apparently it's not just buildbot weirdness.Owen Anderson
2009-08-20Reapply r79555 for testing. Daniel's trying to work out some buildbot weirdn...Owen Anderson
2009-08-20--- Reverse-merging r79555 into '.':Bill Wendling
2009-08-20Make the StructType->StructLayout table private to TargetData, allowing us to...Owen Anderson
2009-08-20Reword a few comments for AnalyzeBranch and InsertBranch, and fixDan Gohman
2009-08-19Use the schedule itinerary operand use/def cycle information to adjust depend...David Goodwin
2009-08-17Extend the instruction itinerary model to include the ability to indicate the...David Goodwin
2009-08-15Reapply r79127. It was fixed by d0k.Bill Wendling
2009-08-15Revert r79127. It was causing compilation errors.Bill Wendling
2009-08-15Change allowsUnalignedMemoryAccesses to take type argument since some targetsEvan Cheng
2009-08-14Allow targets to specify their choice of calling conventions perAnton Korobeynikov
2009-08-13TargetRegistry: Change AsmPrinter constructor to be typed as returning anDaniel Dunbar
2009-08-13llvm-mc: Add dummy MCStreamer implementation, (eventually) for use in profiling.Daniel Dunbar
2009-08-13Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' Bruno Cardoso Lopes
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson
2009-08-13Add a method to return BSSSection from TargetLoweringObjectFileBruno Cardoso Lopes
2009-08-13TargetRegistry: Reorganize AsmPrinter construction so that clients pass in theDaniel Dunbar