aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* remove the SelectSectionForMachineConst hook, replacing it withChris Lattner2009-07-221-2/+7
* make AsmPrinter::doFinalization iterate over the global variablesChris Lattner2009-07-211-0/+5
* Rename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPrefix to match theChris Lattner2009-07-211-1/+1
* Pass in the unfortunately named "LessPrivatePrefix" for theBill Wendling2009-07-201-1/+2
* implement a new magic global "llvm.compiler.used" which is like llvm.used, butChris Lattner2009-07-202-3/+3
* remove AsmPrinter::findGlobalValue, just use Value::stripPointerCasts instead.Chris Lattner2009-07-171-28/+3
* Use more terse and precise linkage checks.Chris Lattner2009-07-171-15/+6
* these two pieces of code are the same because we alwaysChris Lattner2009-07-171-12/+3
* Untangle a snarl that I discovered when updating the mangler,Chris Lattner2009-07-172-15/+9
* fix include guard.Chris Lattner2009-07-171-2/+2
* Emit line numbers in asm comments when available.David Greene2009-07-161-2/+15
* Skip special LLVM prefix '1' while emitting linknage name.Devang Patel2009-07-161-4/+25
* remove printSuffixedName.Chris Lattner2009-07-151-27/+5
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-141-4/+4
* Reapply my previous asmprinter changes now with more testing and two Chris Lattner2009-07-141-11/+11
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Edwin Török2009-07-143-14/+14
* Revert r7561{9,8,7,6}, which depend on r75610. Daniel Dunbar2009-07-141-11/+11
* rename getValueName -> getMangledName. These two files have veryChris Lattner2009-07-141-11/+11
* Change the internal interface to makeNameProper to take a bool thatChris Lattner2009-07-142-4/+4
* Do not use Mangler to remove '1' from linkage name.Devang Patel2009-07-141-13/+4
* Use assertion.Devang Patel2009-07-131-2/+4
* Use AsmPrinter's Mangler to remove leading '1' from linkage names.Devang Patel2009-07-131-4/+9
* revert rev. 75503 for now.Devang Patel2009-07-132-19/+4
* Use Mangler to remove leading '1' from linkage names.Devang Patel2009-07-132-4/+19
* Add infrastructure to allow post instruction printing action triggers.David Greene2009-07-131-0/+13
* assert(0) -> LLVM_UNREACHABLE.Edwin Török2009-07-113-12/+14
* Convert more assert(0)+abort() -> LLVM_UNREACHABLE,Edwin Török2009-07-112-31/+35
* Accidently dropped this while removing dead code in previous commit.Devang Patel2009-07-071-0/+1
* Remove dead code.Devang Patel2009-07-072-32/+2
* Remove unused AsmPrinter OptLevel argument, and propogate.Daniel Dunbar2009-07-011-2/+2
* Struct types are described using field types only.Devang Patel2009-06-291-3/+0
* s/MainCU/ModuleCU/gDevang Patel2009-06-292-30/+29
* Multiple DW_TAG_compile_unit is not used, afaict, on any target.Devang Patel2009-06-291-103/+41
* Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprogramsDevang Patel2009-06-262-94/+28
* Simplify.Devang Patel2009-06-254-22/+12
* Privatize some more debug-related static data.Owen Anderson2009-06-251-2/+2
* Down with _even more_ statics!Owen Anderson2009-06-242-2/+5
* Down with statics!Owen Anderson2009-06-241-2/+4
* Move local statics to per-instance variables.Owen Anderson2009-06-241-9/+4
* sink management of DwarfWriter & MachineModuleInfo into the AsmPrinter base c...Chris Lattner2009-06-241-10/+10
* sink dwarf finalization out of each target into AsmPrinter::doFinalizationChris Lattner2009-06-241-0/+4
* eliminate the ExtWeakSymbols set from AsmPrinter. This eliminatesChris Lattner2009-06-241-8/+21
* remove dead makefile flags.Chris Lattner2009-06-241-2/+0
* Move up dwarf writer initialization in common AsmPrinter class.Devang Patel2009-06-191-3/+11
* move mangler quote handling from asm printers to TargetAsmInfo.Chris Lattner2009-06-181-0/+3
* simplify macro debug info directive handling.Chris Lattner2009-06-181-4/+4
* On Darwin, ams printer should output a second label before a jump table so th...Evan Cheng2009-06-181-3/+7
* Fix typos.Bill Wendling2009-06-161-2/+2
* Use MainCU if it is available.Devang Patel2009-06-161-2/+3
* Gracefully handle imbalanced inline function begin and end markers.Devang Patel2009-06-151-1/+8