aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* wire up support for emitting "special" values from inline asmChris Lattner2009-03-101-1/+20
* just remove the use_empty() check entirely, the only reason itChris Lattner2009-03-091-14/+8
* Make the code generator rip of dead constant expr uses before decidingChris Lattner2009-03-091-10/+16
* Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling2009-02-241-2/+2
* Drop bunch of half-working stuff in the ext_weak linkage support.Anton Korobeynikov2009-02-211-10/+0
* if we have a large GEP offset on a 32-bit or other target, makeChris Lattner2009-02-051-0/+6
* Enable emitting of constant values in non-default address space as well. The ...Sanjiv Gupta2009-01-301-56/+59
* Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands2009-01-281-4/+4
* do not sign extend characters input to isprint. This improvesChris Lattner2009-01-221-1/+1
* Few targets like the tiny little PIC16 have only 16-bit pointers.Sanjiv Gupta2009-01-221-0/+4
* Add the private linkage.Rafael Espindola2009-01-151-2/+2
* Use DwarfWriter to record dbg variables.Devang Patel2009-01-131-4/+5
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-121-7/+7
* Refactor a bunch of code out of AsmPrinter::EmitGlobalConstant into separateDan Gohman2008-12-221-182/+207
* Fix bug 3202.Rafael Espindola2008-12-191-1/+2
* Fix bug 3140.Rafael Espindola2008-12-031-0/+8
* Make a convenient helper for printing offsets.Anton Korobeynikov2008-11-221-0/+7
* eliminate a couple more uses of utohexstr.Chris Lattner2008-11-101-6/+10
* Use utohex_buffer instead of utohexstr to avoid creating a temporaryChris Lattner2008-11-101-1/+3
* Temporary revert my last commit: it seems it's triggering some subtle bug in ...Anton Korobeynikov2008-11-081-7/+0