summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/AsmPrinter.h
Commit message (Expand)AuthorAge
* Remove the MachineMove class.Rafael Espindola2013-05-13
* Revert r180737. The companion patch was reverted, and this is not relevant ri...Bill Wendling2013-05-01
* Emit the TLS initialization function pointers into the correct section.Bill Wendling2013-04-29
* Use the target triple from the target machine rather than the moduleEric Christopher2013-04-27
* Clarify that llvm.used can contain aliases.Rafael Espindola2013-04-22
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use TARGET2 relocation for TType references on ARM.Anton Korobeynikov2012-11-14
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* [ms-inline asm] Use the asm dialect from the MI to set the parser dialect.Chad Rosier2012-09-05
* Emit relocations for DW_AT_location entries on systems which need it. This isNick Lewycky2012-06-22
* Allow the use of an alternate symbol for calculating a function's size.Hal Finkel2012-02-22
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-05
* tidy up forward declarations.Chris Lattner2012-01-26
* Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...James Molloy2012-01-26
* Properly emit ctors / dtors with priorities into desired sectionsAnton Korobeynikov2012-01-25
* Teach our Dwarf emission to use the string pool.Nick Lewycky2011-10-27
* Fix a FIXME by making GlobalVariable::getInitializer() return aJay Foad2011-06-19
* When generating code for Win64 EH, emit StartProc and EndProc directives.Charles Davis2011-05-28
* Make size computation less brittle.Rafael Espindola2011-05-27
* Use .cfi_sections to put the unwind info in .debug_frame when possible. WithRafael Espindola2011-05-10
* Yet more dead code.Rafael Espindola2011-05-06
* Update comments.Rafael Espindola2011-05-06
* More dead code elimination.Rafael Espindola2011-05-06
* 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
* Let dwarf writer allocate extra space in the debug location expression. This ...Devang Patel2011-04-26
* Refactor.Devang Patel2011-04-21
* Some refactoring suggested by Anton Korobeynikov.Rafael Espindola2011-04-15
* Add 129518 back with a fix for when we are producing eh just because of debug...Rafael Espindola2011-04-15
* Revert r129518, "Change ELF systems to use CFI for producing the EH tables. T...NAKAMURA Takumi2011-04-15
* Change ELF systems to use CFI for producing the EH tables. This reduces theRafael Espindola2011-04-14
* Omit private_extern declarations of extern symbols; followup toStuart Hastings2011-02-23
* Add CFI directives-based frame information emission. Not hooked yet.Anton Korobeynikov2011-01-14
* Merge System into Support.Michael J. Spencer2010-11-29
* refactor the interface to EmitInlineAsm a bit, no functionality change.Chris Lattner2010-11-17
* Fix linux/msvc build, move include.Benjamin Kramer2010-09-13
* Attempt to fix the Linux build.Owen Anderson2010-09-13
* Fix .debug_range for linux. Patch by Krister Wombell.Devang Patel2010-09-02
* Tidy some #includes and forward-declarations, and move the C binding codeDan Gohman2010-08-07
* For ARM/Darwin, add a dwarf entry indicating whether a function is arm or thumbJim Grosbach2010-07-21
* tidy upJim Grosbach2010-07-21
* Trailing whitespace.Mikhail Glushenkov2010-07-01
* Revert r107205 and r107207.Bill Wendling2010-06-29
* Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling2010-06-29
* Rework global alignment computation again. Now we do round upChris Lattner2010-04-28
* Emit debug info for byval parameters.Devang Patel2010-04-28
* further simplify EmitAlignment by eliminating the Chris Lattner2010-04-28
* remove a dead argument to EmitAlignment.Chris Lattner2010-04-28
* Add const qualifiers to TargetLoweringObjectFile usage.Dan Gohman2010-04-17