summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86TargetMachine.cpp
Commit message (Expand)AuthorAge
...
* remove dead code.Chris Lattner2010-02-02
* eliminate all the dead addSimpleCodeEmitter implementations.Chris Lattner2010-02-02
* For aligned load/store instructions, it's only required to know whether aJim Grosbach2010-01-19
* Even more explanation.Bill Wendling2010-01-19
* - Add getLSDAEncoding to the PowerPC backend.Bill Wendling2010-01-18
* Add FIXME comment.Bill Wendling2010-01-18
* - Add a comment to the callback indicating that it's *extremely* not a goodBill Wendling2010-01-18
* Retrying r91337:Bill Wendling2010-01-16
* Fixed library dependencies between the X86 disassembler andSean Callanan2009-12-22
* Fix setting and default setting of code model for jit. Do thisEric Christopher2009-12-21
* Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan2009-12-19
* Factor the stack alignment calculations out into a target independent pass.Jim Grosbach2009-12-02
* Make X86-64 in the Large model always emit 64-bit calls.Jeffrey Yasskin2009-11-16
* Pass StringRef by value.Daniel Dunbar2009-11-06
* llvm-mc/X86: Implement single instruction encoding interface for MC.Daniel Dunbar2009-08-27
* rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin.Chris Lattner2009-08-22
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-22
* Change TargetAsmInfo to be constructed via TargetRegistry from a Target+TripleChris Lattner2009-08-12
* pass the TargetTriple down from each target ctor to theChris Lattner2009-08-11
* remove a random reference to subtarget. Even without this, weChris Lattner2009-08-04
* Unbreak Win64 CC. Step one: honour register save area, fix some alignment and...Anton Korobeynikov2009-08-03
* Move most targets TargetMachine constructor to only taking a target triple.Daniel Dunbar2009-08-02
* Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar2009-08-02
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-28
* Add new helpers for registering targets.Daniel Dunbar2009-07-25
* Put Target definitions inside Target specific header, and llvm namespace.Daniel Dunbar2009-07-18
* Kill off <TARGET>MachineModule variables, and <TARGETASMPRINTER>ForceLinkDaniel Dunbar2009-07-16
* Lift addAssemblyEmitter into LLVMTargetMachine.Daniel Dunbar2009-07-15
* Lift DumpAsm / -print-emitted-asm functionality into LLVMTargetMachine.Daniel Dunbar2009-07-15
* Remove old style hacks to register AsmPrinter into TargetMachine.Daniel Dunbar2009-07-15
* Reapply TargetRegistry refactoring commits.Daniel Dunbar2009-07-15
* Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings2009-07-15
* Replace large swaths of copy-n-paste code with obvious helper function...Daniel Dunbar2009-07-15
* Kill off old (TargetMachine level, not Target level) match quality functions.Daniel Dunbar2009-07-15
* Provide TargetMachine implementations with reference to Target they were createdDaniel Dunbar2009-07-15
* Register Target's TargetMachine and AsmPrinter in the new registry.Daniel Dunbar2009-07-15
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-14
* make PIC vs DynamicNoPIC be explicit in PICStyles.Chris Lattner2009-07-10
* isPICStyleRIPRel() and friends are never true in -static mode.Chris Lattner2009-07-09
* .o file writing shouldn't mess around with pic/relo models like the JIT does.Chris Lattner2009-07-09
* move a hack out of the asm-printer specific path to the main target selection...Chris Lattner2009-07-09
* many more cleanups, for example if in the "none" pic-style,Chris Lattner2009-07-09
* When in -static mode, force the PIC style to none. Doing this requires fixingChris Lattner2009-07-09
* Add the Object Code Emitter class. Original patch by Aaron Gray, I did someBruno Cardoso Lopes2009-07-06
* Remove unused AsmPrinter OptLevel argument, and propogate.Daniel Dunbar2009-07-01
* simplify some code and eliminate the symbolicAddressesAreRIPRel() predicate.Chris Lattner2009-06-27
* Reimplement rip-relative addressing in the X86-64 backend. The newChris Lattner2009-06-27
* Provide InitializeAllTargets and InitializeNativeTarget functions in theBob Wilson2009-06-23
* Introduce new headers whose inclusion forces linking andDouglas Gregor2009-06-16
* Support for ELF VisibilityBruno Cardoso Lopes2009-06-11