summaryrefslogtreecommitdiff
path: root/lib/Target/Sparc
Commit message (Expand)AuthorAge
* Forgot to update some CMakeLists.Benjamin Kramer2009-08-22
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)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
* eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner2009-08-19
* Change TargetAsmInfo to be constructed via TargetRegistry from a Target+TripleChris Lattner2009-08-12
* 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
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-10
* eliminate TargetLoweringObjectFileSparc in favor of a TAI hook.Chris Lattner2009-08-08
* make printInstruction return void since its result is omitted. Make the Chris Lattner2009-08-08
* Fix a bunch of namespace pollution.Dan Gohman2009-08-07
* Remove dead code. MDNode and MDString are not Constant anymore.Devang Patel2009-08-05
* Major calling convention code refactoring.Dan Gohman2009-08-05
* 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
* eliminate TargetMAchine argument to sparc TAIChris Lattner2009-08-02
* remove TargetAsmInfo::TM, which is now dead. The basic TAI class now Chris Lattner2009-08-02
* REmove dead fields of TAI.Chris Lattner2009-08-01
* Normalize target registration code.Daniel Dunbar2009-07-31
* pass the mangler down into the various SectionForGlobal methods.Chris Lattner2009-07-29
* Rename MDNode.h header. It defines MDnode and other metadata classes.Devang Patel2009-07-28
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-28
* Eliminate getNamed/getUnnamedSection, adding a new and unified getOrCreateSec...Chris Lattner2009-07-27
* Eliminate SectionFlags, just embed a SectionKind into SectionChris Lattner2009-07-27
* untangle a TargetAsmInfo hack where ELFTargetAsmInfo would create aChris Lattner2009-07-26
* remove a densemap from TargetAsmInfo that was uniquing the targetflags strings,Chris Lattner2009-07-26
* Factor commonality in triple match routines into helper template for registeringDaniel Dunbar2009-07-26
* Kill Target specific ModuleMatchQuality stuff.Daniel Dunbar2009-07-26
* this is (unfortunately) several changes mixed together:Chris Lattner2009-07-25
* Simplify JIT target selection.Daniel Dunbar2009-07-25
* Add new helpers for registering targets.Daniel Dunbar2009-07-25
* Remove unused member functions.Eli Friedman2009-07-24
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* make AsmPrinter::doFinalization iterate over the global variablesChris Lattner2009-07-21
* fix Sparc, SystemZ, and MSP430 to not override AsmPrinter::doInitialization.Chris Lattner2009-07-21
* Rename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPrefix to match theChris Lattner2009-07-21
* Pass in the unfortunately named "LessPrivatePrefix" for theBill Wendling2009-07-20
* Add plumbing for the `linker_private' linkage type. This type is meant forBill Wendling2009-07-20
* Don't override LowerArguments in the SPARC backend. In addition to Eli Friedman2009-07-19
* Add dependencies from TargetInfo onto .td generation.Daniel Dunbar2009-07-19
* Put Target definitions inside Target specific header, and llvm namespace.Daniel Dunbar2009-07-18
* Lift addAssemblyEmitter 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
* 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
* Add TargetInfo libraries for all targets.Daniel Dunbar2009-07-15