summaryrefslogtreecommitdiff
path: root/lib/Target/XCore
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
* eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner2009-08-19
* Add support for mergeable sections back into the XCore backend.Richard Osborne2009-08-18
* Put data with relocations in the same sections as data without relocations.Richard Osborne2009-08-18
* 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
* tidy upChris Lattner2009-08-15
* Move XCore AsmPrinter to XCore/AsmPrinter directory.Richard Osborne2009-08-15
* cmake likes its explicit list of files to build.Chris Lattner2009-08-15
* use XCore-specific section with xcore specific cp/dp flags to restore Chris Lattner2009-08-15
* add support for target-specific ELF section flags, add a new MCSectionXCoreChris Lattner2009-08-15
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Change MCSectionELF to represent a section semantically instead ofBruno Cardoso Lopes2009-08-13
* This void is implicit in C++.Dan Gohman2009-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
* 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
* now that getOrCreateSection is all object-file specific,Chris Lattner2009-08-08
* make printInstruction return void since its result is omitted. Make the Chris Lattner2009-08-08
* don't check the result of printInstruction anymore.Chris Lattner2009-08-08
* Major calling convention code refactoring.Dan Gohman2009-08-05
* Move most targets TargetMachine constructor to only taking a target triple.Daniel Dunbar2009-08-02
* Add extra SEXT pattern.Richard Osborne2009-08-02
* Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar2009-08-02
* move dwarf debug info section selection stuff from TAI toChris Lattner2009-08-02
* xcore TAI doesn't need TM.Chris Lattner2009-08-02
* remove TargetAsmInfo::TM, which is now dead. The basic TAI class now Chris Lattner2009-08-02
* Make SectionKind::get() private.Chris Lattner2009-08-02
* Remove "JumpTableDataSection" from TAI, instead, have AsmPrinterChris Lattner2009-08-01
* REmove dead fields of TAI.Chris Lattner2009-08-01
* update for renameChris Lattner2009-08-01
* Change SectionKind to be a property that is true of a *section*, itChris Lattner2009-08-01
* Add newline at end of file to remove gcc warning.Nick Lewycky2009-08-01
* switch off of 'Section' onto MCSection. We're not properly usingChris Lattner2009-07-31
* Move types back to the 2.5 API.Owen Anderson2009-07-29
* pass the mangler down into the various SectionForGlobal methods.Chris Lattner2009-07-29
* Change ConstantArray to 2.5 API.Owen Anderson2009-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
* 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