summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
Commit message (Expand)AuthorAge
...
* Use logarithmic units for basic block alignment.Jakob Stoklund Olesen2011-12-06
* Emit the ctors in the proper order on ARM/EABI.Anton Korobeynikov2011-12-03
* We currently use a callback to handle an IL pass deleting a BB that stillRafael Espindola2011-11-15
* Add more PRI.64 macros for MSVC and use them throughout the codebase.Benjamin Kramer2011-11-05
* Teach our Dwarf emission to use the string pool.Nick Lewycky2011-10-27
* Teach the MC to output code/data region marker labels in MachO and ELF modes....Owen Anderson2011-10-04
* Place this bracket according to the LLVM style.Duncan Sands2011-09-29
* Darwin wants ctors/dtors to be ordered the other way round to linux.Duncan Sands2011-09-02
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-01
* Fix Size TypingDavid Greene2011-08-31
* Compress Repeated Byte OutputDavid Greene2011-08-31
* Fix PR5329: pay attention to constructor/destructor priorityDuncan Sands2011-08-28
* Remove an unnecessary cast.Jay Foad2011-08-01
* Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2011-07-20
* Convert TargetData::getIndexedOffset to use ArrayRef.Jay Foad2011-07-19
* Add a frame with the compact unwind encoding if it exists.Bill Wendling2011-07-19
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Handle debug info for i128 constants.Devang Patel2011-06-24
* Emit trailing padding on constant vectors when TargetData says that the vectorNick Lewycky2011-06-22
* Fix a FIXME by making GlobalVariable::getInitializer() return aJay Foad2011-06-19
* Handle jump tables. Test to follow soon.Rafael Espindola2011-06-15
* Revert r133004 ; it's breaking nightly tests.Eli Friedman2011-06-14
* Partial revert of 132882.Rafael Espindola2011-06-14
* Implement Jakob's suggestion on how to detect fall thought without callingRafael Espindola2011-06-14
* Really fix the fall-through logic.Rafael Espindola2011-06-12
* Fix silly bug I introduce in the previous commit. Fixes debug builds.Rafael Espindola2011-06-12
* AnalyzeBranch doesn't change which successors a bb has, just the orderRafael Espindola2011-06-12
* Ensure that EmitGlobalVariable is correctly differentiating between declarationsChad Rosier2011-06-10
* When generating code for Win64 EH, emit StartProc and EndProc directives.Charles Davis2011-05-28
* Fix the root cause of the bootstrap failure:Rafael Espindola2011-05-28
* Stub out support for Win64-style exceptions. Note that this is merely usingCharles Davis2011-05-27
* Fix a regression I recently introduced by removing DwarfRegNum ofRafael Espindola2011-05-27
* Make size computation less brittle.Rafael Espindola2011-05-27
* Replace the -unwind-tables option with a per function flag. This is moreRafael Espindola2011-05-25
* Produce a __debug_frame section on darwin ARM when appropriate.Rafael Espindola2011-05-10
* Use .cfi_sections to put the unwind info in .debug_frame when possible. WithRafael Espindola2011-05-10
* Nothing else uses this label.Rafael Espindola2011-05-06
* Dead code elimination.Rafael Espindola2011-05-06
* Remove the DwarfTable enum.Rafael Espindola2011-05-05
* Implement a really simple DwarfSjLjException.Rafael Espindola2011-05-05
* List all exception types in a switch.Rafael Espindola2011-05-05
* Hoist MCLineEntry construction AsmPrinter so that anyone who derives from Asm...Devang Patel2011-04-29
* Factor some code to needsCFIMoves. Avoid printing moves when we don't have to.Rafael Espindola2011-04-29
* Teach dwarf writer to handle complex address expression for .debug_loc entries.Devang Patel2011-04-28
* Revert r130178. It turned out to be not the optimal path to emit complex loca...Devang Patel2011-04-27
* Print the label if we will use it in debug_frame.Rafael Espindola2011-04-26
* don't emit the symbol name twice for local bss and commonChris Lattner2011-04-26
* Print all the moves at a given label instead of just the first one.Rafael Espindola2011-04-26
* Let dwarf writer allocate extra space in the debug location expression. This ...Devang Patel2011-04-26
* Refactor.Devang Patel2011-04-21