summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Handle debug info for i128 constants.Devang Patel2011-06-241-0/+2
* Emit trailing padding on constant vectors when TargetData says that the vectorNick Lewycky2011-06-221-0/+7
* Fix a FIXME by making GlobalVariable::getInitializer() return aJay Foad2011-06-191-4/+4
* Handle jump tables. Test to follow soon.Rafael Espindola2011-06-151-0/+2
* Revert r133004 ; it's breaking nightly tests.Eli Friedman2011-06-141-4/+21
* Partial revert of 132882.Rafael Espindola2011-06-141-21/+4
* Implement Jakob's suggestion on how to detect fall thought without callingRafael Espindola2011-06-141-12/+19
* Really fix the fall-through logic.Rafael Espindola2011-06-121-0/+3
* Fix silly bug I introduce in the previous commit. Fixes debug builds.Rafael Espindola2011-06-121-3/+3
* AnalyzeBranch doesn't change which successors a bb has, just the orderRafael Espindola2011-06-121-4/+11
* Ensure that EmitGlobalVariable is correctly differentiating between declarationsChad Rosier2011-06-101-1/+1
* When generating code for Win64 EH, emit StartProc and EndProc directives.Charles Davis2011-05-281-0/+5
* Fix the root cause of the bootstrap failure:Rafael Espindola2011-05-281-1/+1
* Stub out support for Win64-style exceptions. Note that this is merely usingCharles Davis2011-05-271-0/+3
* Fix a regression I recently introduced by removing DwarfRegNum ofRafael Espindola2011-05-271-1/+18
* Make size computation less brittle.Rafael Espindola2011-05-271-20/+0
* Replace the -unwind-tables option with a per function flag. This is moreRafael Espindola2011-05-251-7/+3
* Produce a __debug_frame section on darwin ARM when appropriate.Rafael Espindola2011-05-101-6/+6
* Use .cfi_sections to put the unwind info in .debug_frame when possible. WithRafael Espindola2011-05-101-8/+8
* Nothing else uses this label.Rafael Espindola2011-05-061-3/+0
* Dead code elimination.Rafael Espindola2011-05-061-3/+2
* Remove the DwarfTable enum.Rafael Espindola2011-05-051-3/+0
* Implement a really simple DwarfSjLjException.Rafael Espindola2011-05-051-0/+2
* List all exception types in a switch.Rafael Espindola2011-05-051-14/+15
* Hoist MCLineEntry construction AsmPrinter so that anyone who derives from Asm...Devang Patel2011-04-291-0/+3
* Factor some code to needsCFIMoves. Avoid printing moves when we don't have to.Rafael Espindola2011-04-291-2/+18
* Teach dwarf writer to handle complex address expression for .debug_loc entries.Devang Patel2011-04-281-17/+33
* Revert r130178. It turned out to be not the optimal path to emit complex loca...Devang Patel2011-04-271-4/+3
* Print the label if we will use it in debug_frame.Rafael Espindola2011-04-261-2/+5
* don't emit the symbol name twice for local bss and commonChris Lattner2011-04-261-6/+0
* 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
OpenPOWER on IntegriCloud