aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/AsmPrinter.h
Commit message (Expand)AuthorAgeFilesLines
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-1/+0
* Refactor a bunch of code out of AsmPrinter::EmitGlobalConstant into separateDan Gohman2008-12-221-0/+8
* Make a convenient helper for printing offsets.Anton Korobeynikov2008-11-221-0/+3
* Temporary revert my last commit: it seems it's triggering some subtle bug in ...asl2008-11-081-3/+0
* Factor out offset printing code into generic AsmPrinter.Anton Korobeynikov2008-11-081-0/+3
* Use generic section-handling stuff to emit constant pool entriesAnton Korobeynikov2008-09-241-2/+0
* Get rid of duplicate char*/Section* TextSectionAnton Korobeynikov2008-09-241-0/+1
* Drop obsolete hook and change all usage to new interfaceAnton Korobeynikov2008-09-241-6/+0
* Provide direct function to switch to SectionAnton Korobeynikov2008-09-241-1/+6
* Do not emit a UsedDirective for things in the llvm.usedDale Johannesen2008-09-031-0/+1
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-211-2/+3
* Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen2008-08-171-3/+3
* Factor GC metadata table assembly generation out of Collector in preparation ...Gordon Henriksen2008-08-171-2/+12
* Move SLEB/ULEB size calculation routines from AsmPrinter to TargetAsmInfo. Th...asl2008-08-161-8/+0
* Handle visibility printing with all generality. Remove bunch of duplicate code.Anton Korobeynikov2008-08-081-0/+4
* Unbreak C++ tests on x86 Darwin.Evan Cheng2008-07-081-2/+3
* Avoid unnecessary string construction during asm printing.Evan Cheng2008-07-081-0/+1
* Add a version of AsmPrinter::EOL that takes a const char* so that we don't ha...Owen Anderson2008-07-011-0/+1
* Change packed struct layout so that field sizesDuncan Sands2008-06-041-2/+1
* Handle quoted names when constructing $stub's,Dale Johannesen2008-05-191-0/+5
* Replace all target specific implicit def instructions with a target independe...Evan Cheng2008-03-151-0/+8
* Don't fill eh frames even though these are text sections.Evan Cheng2008-02-291-2/+6
* Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...Evan Cheng2008-02-281-5/+7
* Unbreak teh build.Evan Cheng2008-02-051-0/+6
* SDIsel processes llvm.dbg.declare by recording the variable debug information...Evan Cheng2008-02-021-0/+4
* Remove the nasty LABEL hack with a much less evil one. Now llvm.dbg.func.star...Evan Cheng2008-02-011-4/+5
* Enabling the target-independent garbage collection infrastructure by hooking itGordon Henriksen2008-01-071-0/+4
* Rename SSARegMap -> MachineRegisterInfo in keeping with the idea Chris Lattner2007-12-311-1/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Fix PIC jump table codegen on x86-32/linux. In fact, such thing should be app...Anton Korobeynikov2007-11-141-1/+4
* Much improved pic jumptable codegen:Evan Cheng2007-11-091-5/+6
* Eliminate the remaining uses of getTypeSize. ThisDuncan Sands2007-11-051-2/+2
* Revert 42908 for now.Evan Cheng2007-10-141-0/+16
* Change the names used for internal labels to use the currentDan Gohman2007-10-121-16/+0
* Add a routine for emitting .file directives, for setting upDan Gohman2007-09-241-0/+3
* Don't pass back a reference to a temporary.Bill Wendling2007-09-181-1/+1
* The exception handling function info should be reset for each newBill Wendling2007-09-181-5/+0
* Objective-C was generating EH frame info like this:Bill Wendling2007-09-181-0/+10
* Fix minor doxygen nits.Reid Spencer2007-08-051-1/+1
* EmitAlignment() also emits optional fill value.Evan Cheng2007-07-251-2/+5
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+316