summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* document SectionFlags::Named better and make it more easily greppable byChris Lattner2009-07-241-1/+1
* Put comment printing under asm-verbose.David Greene2009-07-221-13/+36
* 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-201-2/+2
* remove AsmPrinter::findGlobalValue, just use Value::stripPointerCasts instead.Chris Lattner2009-07-171-28/+3
* Untangle a snarl that I discovered when updating the mangler,Chris Lattner2009-07-171-10/+4
* Emit line numbers in asm comments when available.David Greene2009-07-161-2/+15
* 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.Torok Edwin2009-07-141-8/+8
* 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-141-2/+2
* Add infrastructure to allow post instruction printing action triggers.David Greene2009-07-131-0/+13
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-6/+6
* Convert more assert(0)+abort() -> LLVM_UNREACHABLE,Torok Edwin2009-07-111-25/+24
* Remove unused AsmPrinter OptLevel argument, and propogate.Daniel Dunbar2009-07-011-2/+2
* Privatize some more debug-related static data.Owen Anderson2009-06-251-2/+2
* 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
* 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
* On Darwin, ams printer should output a second label before a jump table so th...Evan Cheng2009-06-181-3/+7
* Fix old-style type names in comments.Dan Gohman2009-06-141-1/+1
* Temporarily revert r72191. It was causing an assert during llvm-gccBill Wendling2009-05-211-1/+1
* Introduce DebugScope which gets embedded into the machine instructions' Debug...Argyrios Kyrtzidis2009-05-201-1/+1
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-091-7/+7
* Move the tablegen-produced DebugLoc handling into a AsmWriter::processDebugLo...Argyrios Kyrtzidis2009-05-071-0/+17
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-291-2/+1
* Second attempt:Bill Wendling2009-04-291-2/+2
* Initialized arrays can be in any address space.Sanjiv Gupta2009-04-281-3/+4
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-281-2/+2
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-281-2/+2
* Construct and emit DW_TAG_inlined_subroutine DIEs for inlined subroutine scop...Devang Patel2009-04-151-1/+1
* Add a new "available_externally" linkage type. This is intendedChris Lattner2009-04-131-1/+3
* Pass in the std::string parameter instead of returning it by value.Bill Wendling2009-04-101-13/+12
* Constify getter methods.Bill Wendling2009-04-101-1/+2
* StringMap<DIE*>::iterator::first() returns a pointer to the first character ofBill Wendling2009-04-091-1/+5
* change printStringChar to emit characters as unsigned char instead of char,Chris Lattner2009-04-081-9/+5
* CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng2009-03-251-2/+13
* Do not emit comments unless -asm-verbose.Evan Cheng2009-03-241-93/+150
* Fix internal representation of fp80 to be theDale Johannesen2009-03-231-8/+8
* For inline asm output operand that matches an input. Encode the input operand...Evan Cheng2009-03-201-1/+1
* Fix some significant problems with constant pools that resulted in unnecessar...Evan Cheng2009-03-131-31/+53
OpenPOWER on IntegriCloud