aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Alpha
Commit message (Expand)AuthorAgeFilesLines
* remove the last uses of Config/alloca.hChris Lattner2009-08-231-1/+0
* eliminate the last DOUTs from the targets.Chris Lattner2009-08-232-22/+23
* remove various std::ostream version of printing methods fromChris Lattner2009-08-231-3/+3
* Forgot to update some CMakeLists.Benjamin Kramer2009-08-221-1/+1
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-221-6/+6
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-225-14/+14
* eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner2009-08-191-2/+4
* Delete an unused field.Dan Gohman2009-08-161-3/+0
* Simplify a few more things, eliminating a few more dependencies onDan Gohman2009-08-151-2/+0
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-1/+2
* Change TargetAsmInfo to be constructed via TargetRegistry from a Target+TripleChris Lattner2009-08-124-10/+5
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-113-189/+189
* pass the TargetTriple down from each target ctor to theChris Lattner2009-08-111-1/+1
* split "JumpTableDirective" (an existing hack) into a PIC and nonPICChris Lattner2009-08-111-1/+1
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-103-195/+195
* Start moving TargetLowering away from using full MVTs and towards SimpleValue...Owen Anderson2009-08-102-2/+2
* Use abs64 instead abs; some platforms don't have a 64-bit abs overload. Notic...Benjamin Kramer2009-08-091-1/+1
* move this fp select into a patternAndrew Lenharth2009-08-082-22/+9
* make printInstruction return void since its result is omitted. Make the Chris Lattner2009-08-081-1/+1
* don't check the result of printInstruction anymore.Chris Lattner2009-08-081-3/+1
* avoid this libcall with long inline expansionAndrew Lenharth2009-08-071-1/+30
* These should be expandedAndrew Lenharth2009-08-071-0/+3
* Use elf Object File directlyAndrew Lenharth2009-08-051-18/+1
* Remove dead code. MDNode and MDString are not Constant anymore.Devang Patel2009-08-051-3/+0
* Alpha: Get section directives rightAndrew Lenharth2009-08-051-3/+3
* Major calling convention code refactoring.Dan Gohman2009-08-052-85/+93
* Move most targets TargetMachine constructor to only taking a target triple.Daniel Dunbar2009-08-022-4/+4
* Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar2009-08-023-5/+4
* alpha TAI doesn't need TM.Chris Lattner2009-08-023-8/+3
* remove TargetAsmInfo::TM, which is now dead. The basic TAI class now Chris Lattner2009-08-021-2/+1
* Make SectionKind::get() private.Chris Lattner2009-08-021-3/+3
* give alpha its readonly section. This optimizes alpha, and prevents aChris Lattner2009-08-011-0/+2
* no need to override the default with the default.Chris Lattner2009-08-011-1/+0
* Change SectionKind to be a property that is true of a *section*, itChris Lattner2009-08-011-2/+4
* switch off of 'Section' onto MCSection. We're not properly usingChris Lattner2009-07-311-2/+4
* pass the mangler down into the various SectionForGlobal methods.Chris Lattner2009-07-291-2/+2
* Rename MDNode.h header. It defines MDnode and other metadata classes.Devang Patel2009-07-281-1/+1
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-283-6/+17
* Apparently alpha doesn't use ElfTargetAsmInfo (?)Chris Lattner2009-07-271-0/+3
* Factor commonality in triple match routines into helper template for registeringDaniel Dunbar2009-07-261-13/+2
* Kill Target specific ModuleMatchQuality stuff.Daniel Dunbar2009-07-261-19/+0
* Simplify JIT target selection.Daniel Dunbar2009-07-251-10/+2
* Add new helpers for registering targets.Daniel Dunbar2009-07-253-23/+6
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-241-1/+1
* Remove unused member functions.Eli Friedman2009-07-242-53/+0
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-2/+2
* alpha doesn't need to redefine this: it only supports PIC codegen anyway.Chris Lattner2009-07-212-7/+0
* make AsmPrinter::doFinalization iterate over the global variablesChris Lattner2009-07-211-12/+3
* Add plumbing for the `linker_private' linkage type. This type is meant forBill Wendling2009-07-201-0/+2
* Unbreak buildDaniel Dunbar2009-07-192-1/+2