summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Print all the moves at a given label instead of just the first one.Rafael Espindola2011-04-261-5/+5
* Let dwarf writer allocate extra space in the debug location expression. This ...Devang Patel2011-04-261-3/+4
* Refactor.Devang Patel2011-04-211-0/+34
* Reduce clutter in asm output. Do not emit source location as comment for each...Devang Patel2011-04-181-28/+0
* Some refactoring suggested by Anton Korobeynikov.Rafael Espindola2011-04-151-18/+1
* Add 129518 back with a fix for when we are producing eh just because of debug...Rafael Espindola2011-04-151-0/+43
* Revert r129518, "Change ELF systems to use CFI for producing the EH tables. T...NAKAMURA Takumi2011-04-151-43/+0
* Change ELF systems to use CFI for producing the EH tables. This reduces theRafael Espindola2011-04-141-0/+43
* Print visibility info for external variables.Rafael Espindola2011-04-051-10/+12
* Tidy up. 80 columns and trailing whitespace.Jim Grosbach2011-03-291-145/+146
* Some first rudimentary support for ARM EHABI: print exception table in "text ...Anton Korobeynikov2011-03-051-0/+3
* Omit private_extern declarations of extern symbols; followup toStuart Hastings2011-02-231-3/+7
* Spelling fix: consequtive -> consecutive.Duncan Sands2011-02-151-1/+1
* Assert on bad jump tables.Jakob Stoklund Olesen2011-02-091-0/+1
* Print the visibility of declarations.Rafael Espindola2011-01-281-1/+14
* Add a possibility to switch between CFI directives- and table-based frame des...Anton Korobeynikov2011-01-141-1/+9
* Split stuff as a preparation for CFI directives-based frame information emissionAnton Korobeynikov2011-01-141-2/+2
* split dom frontier handling stuff out to its own DominanceFrontier header,Chris Lattner2011-01-021-0/+1
* remove the verbose-asm "constant pool double" comments that we were printingChris Lattner2010-12-131-8/+0
* refactor the interface to EmitInlineAsm a bit, no functionality change.Chris Lattner2010-11-171-1/+1
* s/beginScope/beginInstruction/gDevang Patel2010-10-261-2/+2
* the latest assembler that runs on powerpc 10.4 machines doesn'tChris Lattner2010-09-271-2/+10
* add a comment about where this should eventually move.Chris Lattner2010-09-051-0/+7
* There is no need to use .set here.Devang Patel2010-09-021-8/+1
* Fix .debug_range for linux. Patch by Krister Wombell.Devang Patel2010-09-021-0/+23
* remove unions from LLVM IR. They are severely buggy and notChris Lattner2010-08-281-18/+0
* Create the new linker type "linker_private_weak_def_auto".Bill Wendling2010-08-201-2/+8
* Improve whitespace.Bill Wendling2010-08-181-1/+2
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-1/+1
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-1/+1
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-1/+1
* Change this llvm_unreachable to report_fatal_error, since it canDan Gohman2010-08-041-4/+11
* Use isPrologLabel() instead of checking the opcode directly.Bill Wendling2010-07-171-1/+1
* Consider this function:Bill Wendling2010-07-161-2/+12
* Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission andBill Wendling2010-07-161-1/+1
* Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway.Jakob Stoklund Olesen2010-07-161-6/+2
* a more graceful fix for test/Other/inline-asm-newline-terminator.ll,Chris Lattner2010-07-151-1/+1
* Make the "linker_private" linkage type emit a non-weak symbol to the file. ItBill Wendling2010-07-011-1/+1
* Implement the "linker_private_weak" linkage type. This will be used forBill Wendling2010-07-011-0/+1
* Revert r107205 and r107207.Bill Wendling2010-06-291-3/+2
* Print InlinedAt location.Devang Patel2010-06-291-7/+21
* Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling2010-06-291-2/+3
* Give NamedRegionTimer an Enabled flag, allowing all its clients toDan Gohman2010-06-181-44/+16
* Don't emit the linkage for initializer label for mach-o tls.Eric Christopher2010-06-161-1/+0
* One underscore, not two.Eric Christopher2010-06-031-1/+1
* Move the verbose asm output up a bit so it can be used in the special casesEric Christopher2010-05-251-5/+6
* Add support for initialized global data for darwin tls. Update commentsEric Christopher2010-05-251-4/+17
* Add full bss data support for darwin tls variables.Eric Christopher2010-05-221-1/+26
* Partial code for emitting thread local bss data.Eric Christopher2010-05-201-0/+7
* Remove unused variable. Tweak a comment while there.Duncan Sands2010-05-121-2/+2
OpenPOWER on IntegriCloud