aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/AsmPrinter.h
Commit message (Expand)AuthorAgeFilesLines
* 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...Anton Korobeynikov2008-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
* Fix the asmprinter so that a globalvalue can specify an explicit alignmentChris Lattner2007-05-311-2/+12
* Drop 'const'Devang Patel2007-05-031-1/+1
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-1/+1
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-0/+2
* Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov2007-04-251-0/+1
* Add support for changes in DwarfWriter.Jim Laskey2007-02-211-0/+5
* Make LABEL a builtin opcode.Jim Laskey2007-01-261-0/+4
* Migrate print routines to asm to be shared by exception handling.Jim Laskey2007-01-251-0/+62
* Use asm printer to emit alignmentJim Laskey2007-01-241-0/+2
* move ExtWeakSymbols to AsmPrinterRafael Espindola2006-12-181-0/+5
* Add a printSetLabel that takes two id's.Evan Cheng2006-11-011-0/+2
* Unbreaking static ctors patch.Anton Korobeynikov2006-10-311-2/+2
* Move getPreferredAlignmentLog from AsmPrinter to TargetDataDevang Patel2006-10-241-5/+0
* Clean up interface to getGlobalLinkName.Jim Laskey2006-10-171-2/+1
* Basic support for getGlobalLinkName.Jim Laskey2006-10-171-1/+8