summaryrefslogtreecommitdiff
path: root/lib/MC
Commit message (Expand)AuthorAge
* Fixed a crash in llvm-mc for Mach-O when a symbol difference expression uses aKevin Enderby2012-01-31
* Add assembler dialect attribute in asm parser which lets target specific asm ...Devang Patel2012-01-31
* Silence GCC's -Wreturn-type warning.Benjamin Kramer2012-01-28
* Small improvement to the recursion detection logic from the previous commit.Rafael Espindola2012-01-28
* Handle recursive variable definitions directly. This gives us better errorRafael Espindola2012-01-28
* Source information in 'expected relocatable expression' diagnostic.Jim Grosbach2012-01-27
* Better diagnostic for malformed .org assembly directive.Jim Grosbach2012-01-27
* Tidy up.Jim Grosbach2012-01-26
* Add simple support for keeping MCFixup source information.Jim Grosbach2012-01-26
* Add SourceMgr to MCContext for backend diagnostics.Jim Grosbach2012-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
* ARM Darwin symbol ref differences w/o subsection-via-symbols.Jim Grosbach2012-01-24
* Add support for .cfi_signal_frame. Fixes pr11762.Rafael Espindola2012-01-23
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Add missing breaks to switch.Benjamin Kramer2012-01-20
* Remove a bunch of unused variable assignments.Benjamin Kramer2012-01-20
* Add a dump() implementation for sub-instruction MCOperands.Owen Anderson2012-01-19
* MCAssembler tweak for determining when a symbol difference is resolved.Jim Grosbach2012-01-18
* Tidy up. MCAsmBackend naming conventions.Jim Grosbach2012-01-18
* Move some ARM specific MCAssmebler bits into the ARMAsmBackend.Jim Grosbach2012-01-18
* MC tweak symbol difference resolution for non-local symbols.Jim Grosbach2012-01-17
* The error check for using -g with a .s file already containing dwarf .fileKevin Enderby2012-01-11
* Let asm parser query asm syntax dialect.Devang Patel2012-01-10
* This is the matching change for the data structure name changes for theKevin Enderby2012-01-10
* Fix some leftover control reaches end of non-void function warnings.Benjamin Kramer2012-01-10
* Add 'llvm_unreachable' to passify GCC's understanding of the constraintsChandler Carruth2012-01-10
* Various crash reporting tools have a problem with the dwarf generated forKevin Enderby2012-01-10
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-10
* Remove the logging streamer.Rafael Espindola2012-01-10
* Don't print an unused label before .cfi_endproc.Rafael Espindola2012-01-09
* Remove MCELFStreamer.h.Rafael Espindola2012-01-07
* Don't print a label before .cfi_startproc when we don't need to. This makesRafael Espindola2012-01-07
* Split Finish into Finish and FinishImpl to have a common place to do end ofRafael Espindola2012-01-07
* Implement cfi_restore. Patch by Brian Anderson!Rafael Espindola2011-12-29
* Rename Remember and Restore to RememberState and RestoreState for consistency.Rafael Espindola2011-12-29
* Implement .cfi_escape. Patch by Brian Anderson!Rafael Espindola2011-12-29
* Section relative fixups are a coff concept, not a x86 one. Replace theRafael Espindola2011-12-24
* Move x86 specific bits of the COFF writer to lib/Target/X86.Rafael Espindola2011-12-24
* Define trivial destructor inline.Rafael Espindola2011-12-24
* Make GetRelocType pure virtual.Rafael Espindola2011-12-24
* Move all the dependencies on X86FixupKinds.h to a single method in preparationRafael Espindola2011-12-22
* Kill the monstrosity that was ELFObjectWriter.h.Rafael Espindola2011-12-22
* Misc cleanups.Rafael Espindola2011-12-22
* Move the Mips only bits of the ELF writer to lib/Target/Mips.Rafael Espindola2011-12-22
* Move the MBlaze ELF writer bits to lib/Target/MBlaze.Rafael Espindola2011-12-22
* Move PPC bits to lib/Target/PowerPC.Rafael Espindola2011-12-22
* Local dynamic TLS model for direct object output. Create the correct TLS MIPSAkira Hatanaka2011-12-22
* Move the ARM specific parts of the ELF writer to Target/ARM.Rafael Espindola2011-12-22
* getEFlags is const.Rafael Espindola2011-12-22