summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Alpha/AsmPrinter/AlphaAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move DebugInfo checks into EmitComments and remove them fromDavid Greene2009-11-131-1/+1
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-251-1/+0
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-251-1/+1
* Instead of printing unnecessary basic block labels as labels inDan Gohman2009-10-061-1/+0
* Update processDebugLoc() so that it can be used to process debug info before ...Devang Patel2009-10-061-2/+2
* Use MachineInstr as an processDebugLoc() argument.Devang Patel2009-09-301-1/+1
* Add a new virtual EmitStartOfAsmFile method to the AsmPrinter and use thisBob Wilson2009-09-301-5/+3
* 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
* 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-221-2/+2
* eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner2009-08-191-2/+4
* 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
* Remove dead code. MDNode and MDString are not Constant anymore.Devang Patel2009-08-051-3/+0
* 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-281-2/+3
* Add new helpers for registering targets.Daniel Dunbar2009-07-251-13/+1
* 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
* Put Target definitions inside Target specific header, and llvm namespace.Daniel Dunbar2009-07-181-1/+0
* Remove old style hacks to register AsmPrinter into TargetMachine.Daniel Dunbar2009-07-151-8/+0
* Reapply TargetRegistry refactoring commits.Daniel Dunbar2009-07-151-3/+8
* Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings2009-07-151-8/+3
* Register Target's TargetMachine and AsmPrinter in the new registry.Daniel Dunbar2009-07-151-3/+8
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-141-3/+3
* 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-141-4/+4
* 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-111-1/+1
* Implement changes from Chris's feedback.Torok Edwin2009-07-081-1/+1
* Convert more abort() calls to llvm_report_error().Torok Edwin2009-07-081-7/+4
* Remove unused AsmPrinter OptLevel argument, and propogate.Daniel Dunbar2009-07-011-5/+3
* Add an "alignment" field to the MachineFunction object. It makes more sense toBill Wendling2009-06-301-1/+1
* Let's ignore MDStrings also!Devang Patel2009-06-261-1/+1
* No need to code gen MDNodesDevang Patel2009-06-251-0/+3
* eliminate the ExtWeakSymbols set from AsmPrinter. This eliminatesChris Lattner2009-06-241-8/+0
* Provide InitializeAllTargets and InitializeNativeTarget functions in theBob Wilson2009-06-231-5/+2
* Unbreak cyclic depsAnton Korobeynikov2009-06-191-0/+8
* Introduce new headers whose inclusion forces linking andDouglas Gregor2009-06-161-0/+6
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-091-1/+1
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-291-2/+3
* Second attempt:Bill Wendling2009-04-291-5/+6
OpenPOWER on IntegriCloud