aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Alpha
Commit message (Expand)AuthorAgeFilesLines
* 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
* Switch Alpha over to the new call lowering style. New code mostly Eli Friedman2009-07-195-159/+220
* Add dependencies from TargetInfo onto .td generation.Daniel Dunbar2009-07-191-0/+1
* Put Target definitions inside Target specific header, and llvm namespace.Daniel Dunbar2009-07-184-3/+4
* r76102 added the MachineCodeEmitter::processDebugLoc call and called it fromJeffrey Yasskin2009-07-171-4/+1
* Set an operation expansion, noticed while running Eli Friedman2009-07-171-0/+2
* Lift addAssemblyEmitter into LLVMTargetMachine.Daniel Dunbar2009-07-152-13/+0
* Lift DumpAsm / -print-emitted-asm functionality into LLVMTargetMachine.Daniel Dunbar2009-07-152-21/+9
* Remove old style hacks to register AsmPrinter into TargetMachine.Daniel Dunbar2009-07-153-41/+10
* move createAlphaLLRPPass out of addAssemblyEmitter to make AlphaChris Lattner2009-07-151-1/+1
* Reapply TargetRegistry refactoring commits.Daniel Dunbar2009-07-153-37/+16
* Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings2009-07-153-16/+37
* Kill off old (TargetMachine level, not Target level) match quality functions.Daniel Dunbar2009-07-152-30/+0
* Provide TargetMachine implementations with reference to Target they were createdDaniel Dunbar2009-07-152-3/+5
* Register Target's TargetMachine and AsmPrinter in the new registry.Daniel Dunbar2009-07-152-4/+11
* Add TargetInfo libraries for all targets.Daniel Dunbar2009-07-154-1/+79
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-141-1/+2
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-144-12/+12
* Reapply my previous asmprinter changes now with more testing and two Chris Lattner2009-07-141-5/+3
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-147-28/+28
* Revert r75615, which depended on 75610.Daniel Dunbar2009-07-141-3/+5
* eliminate extra space.Torok Edwin2009-07-141-1/+1
* Rename getValueName -> getMangledName.Chris Lattner2009-07-141-5/+3
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-116-16/+16
* Implement changes from Chris's feedback.Torok Edwin2009-07-086-9/+13
* Convert more abort() calls to llvm_report_error().Torok Edwin2009-07-087-27/+32
* Add the Object Code Emitter class. Original patch by Aaron Gray, I did someBruno Cardoso Lopes2009-07-064-1/+32
* Silence warnings when assertions are turned off.Duncan Sands2009-07-031-0/+2
* Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ...Tilmann Scheller2009-07-032-4/+5
* CMake build fixes, from Xerxes RanbyDouglas Gregor2009-07-021-0/+2
* Update comments to make it clear that the function alignment is the Log2 of theBill Wendling2009-07-012-2/+2
* Handle IMPLICIT_DEF with isUndef operand marker, part 2. This patch moves the...Evan Cheng2009-07-011-2/+5
* Remove unused AsmPrinter OptLevel argument, and propogate.Daniel Dunbar2009-07-014-10/+6
* Add an "alignment" field to the MachineFunction object. It makes more sense toBill Wendling2009-06-303-1/+9
* Let's ignore MDStrings also!Devang Patel2009-06-261-1/+1
* Committed the wrong version in my last commit.Owen Anderson2009-06-262-4/+2