aboutsummaryrefslogtreecommitdiff
path: root/lib/MC
AgeCommit message (Expand)Author
2012-01-23Add support for .cfi_signal_frame. Fixes pr11762.Rafael Espindola
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie
2012-01-20Add missing breaks to switch.Benjamin Kramer
2012-01-20Remove a bunch of unused variable assignments.Benjamin Kramer
2012-01-19Add a dump() implementation for sub-instruction MCOperands.Owen Anderson
2012-01-18MCAssembler tweak for determining when a symbol difference is resolved.Jim Grosbach
2012-01-18Tidy up. MCAsmBackend naming conventions.Jim Grosbach
2012-01-18Move some ARM specific MCAssmebler bits into the ARMAsmBackend.Jim Grosbach
2012-01-17MC tweak symbol difference resolution for non-local symbols.Jim Grosbach
2012-01-11The error check for using -g with a .s file already containing dwarf .fileKevin Enderby
2012-01-10Let asm parser query asm syntax dialect.Devang Patel
2012-01-10This is the matching change for the data structure name changes for theKevin Enderby
2012-01-10Fix some leftover control reaches end of non-void function warnings.Benjamin Kramer
2012-01-10Add 'llvm_unreachable' to passify GCC's understanding of the constraintsChandler Carruth
2012-01-10Various crash reporting tools have a problem with the dwarf generated forKevin Enderby
2012-01-10Remove unnecessary default cases in switches that cover all enum values.David Blaikie
2012-01-10Remove the logging streamer.Rafael Espindola
2012-01-09Don't print an unused label before .cfi_endproc.Rafael Espindola
2012-01-07Remove MCELFStreamer.h.Rafael Espindola
2012-01-07Don't print a label before .cfi_startproc when we don't need to. This makesRafael Espindola
2012-01-07Split Finish into Finish and FinishImpl to have a common place to do end ofRafael Espindola
2011-12-29Implement cfi_restore. Patch by Brian Anderson!Rafael Espindola
2011-12-29Rename Remember and Restore to RememberState and RestoreState for consistency.Rafael Espindola
2011-12-29Implement .cfi_escape. Patch by Brian Anderson!Rafael Espindola
2011-12-24Section relative fixups are a coff concept, not a x86 one. Replace theRafael Espindola
2011-12-24Move x86 specific bits of the COFF writer to lib/Target/X86.Rafael Espindola
2011-12-24Define trivial destructor inline.Rafael Espindola
2011-12-24Make GetRelocType pure virtual.Rafael Espindola
2011-12-22Move all the dependencies on X86FixupKinds.h to a single method in preparationRafael Espindola
2011-12-22Kill the monstrosity that was ELFObjectWriter.h.Rafael Espindola
2011-12-22Misc cleanups.Rafael Espindola
2011-12-22Move the Mips only bits of the ELF writer to lib/Target/Mips.Rafael Espindola
2011-12-22Move the MBlaze ELF writer bits to lib/Target/MBlaze.Rafael Espindola
2011-12-22Move PPC bits to lib/Target/PowerPC.Rafael Espindola
2011-12-22Local dynamic TLS model for direct object output. Create the correct TLS MIPSAkira Hatanaka
2011-12-22Move the ARM specific parts of the ELF writer to Target/ARM.Rafael Espindola
2011-12-22getEFlags is const.Rafael Espindola
2011-12-21Switch from WriteEFlags to getEFlags in preparation for moving itRafael Espindola
2011-12-21Move the X86 specific bits of the ELF writer to the Target/X86 directory.Rafael Espindola
2011-12-21Reduce the exposure of Triple::OSType in the ELF object writer. This willRafael Espindola
2011-12-21Small refactoring so that RelocNeedsGOT can stay in the target independentRafael Espindola
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-12-17Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added theRafael Espindola
2011-12-15Re-re-enable compact unwind after fixing a failure in SingleSource/Benchmarks...Bill Wendling
2011-12-15Another improvement to the implementation of .incbin directive by avoiding aKevin Enderby
2011-12-14Improve the implementation of .incbin directive by replacing a loop by usingKevin Enderby
2011-12-14Add the .incbin directive which takes the binary data from a file and emitsKevin Enderby
2011-12-14Disable to review some failures.Bill Wendling
2011-12-13Relocation against a symbol, instead of against section. We had some extremeAkira Hatanaka
2011-12-12LLVMBuild: Introduce a common section which currently has a list of theDaniel Dunbar