summaryrefslogtreecommitdiff
path: root/lib/Target/Alpha
Commit message (Expand)AuthorAge
...
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-22
* eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner2009-08-19
* Delete an unused field.Dan Gohman2009-08-16
* Simplify a few more things, eliminating a few more dependencies onDan Gohman2009-08-15
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* 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
* split "JumpTableDirective" (an existing hack) into a PIC and nonPICChris Lattner2009-08-11
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-10
* Start moving TargetLowering away from using full MVTs and towards SimpleValue...Owen Anderson2009-08-10
* Use abs64 instead abs; some platforms don't have a 64-bit abs overload. Notic...Benjamin Kramer2009-08-09
* move this fp select into a patternAndrew Lenharth2009-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
* avoid this libcall with long inline expansionAndrew Lenharth2009-08-07
* These should be expandedAndrew Lenharth2009-08-07
* Use elf Object File directlyAndrew Lenharth2009-08-05
* Remove dead code. MDNode and MDString are not Constant anymore.Devang Patel2009-08-05
* Alpha: Get section directives rightAndrew Lenharth2009-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
* alpha 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
* give alpha its readonly section. This optimizes alpha, and prevents aChris Lattner2009-08-01
* no need to override the default with the default.Chris Lattner2009-08-01
* Change SectionKind to be a property that is true of a *section*, itChris Lattner2009-08-01
* switch off of 'Section' onto MCSection. We're not properly usingChris Lattner2009-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
* Apparently alpha doesn't use ElfTargetAsmInfo (?)Chris 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
* Simplify JIT target selection.Daniel Dunbar2009-07-25
* Add new helpers for registering targets.Daniel Dunbar2009-07-25
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-24
* Remove unused member functions.Eli Friedman2009-07-24
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* alpha doesn't need to redefine this: it only supports PIC codegen anyway.Chris Lattner2009-07-21
* make AsmPrinter::doFinalization iterate over the global variablesChris Lattner2009-07-21
* Add plumbing for the `linker_private' linkage type. This type is meant forBill Wendling2009-07-20
* Unbreak buildDaniel Dunbar2009-07-19
* Switch Alpha over to the new call lowering style. New code mostly 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
* r76102 added the MachineCodeEmitter::processDebugLoc call and called it fromJeffrey Yasskin2009-07-17
* Set an operation expansion, noticed while running Eli Friedman2009-07-17