aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Alpha
Commit message (Expand)AuthorAgeFilesLines
* remove all but one reference to TargetRegisterDesc::AsmName.Chris Lattner2009-09-131-4/+2
* the tblgen produced 'getRegisterName' method does not accessChris Lattner2009-09-131-1/+1
* make tblgen produce a function that returns the name for a physreg.Chris Lattner2009-09-131-0/+2
* replace printBasicBlockLabel with EmitBasicBlockStart,Chris Lattner2009-09-131-1/+1
* convert some uses of printBasicBlockLabel to use GetMBBSymbolChris Lattner2009-09-131-1/+2
* remove DebugLoc from MCInst and eliminate "Comment printing" fromChris Lattner2009-09-091-0/+6
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-022-8/+8
* Normalize makefile comments and sort cmake file lists.Benjamin Kramer2009-08-313-3/+3
* 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