summaryrefslogtreecommitdiff
path: root/lib/MC
Commit message (Expand)AuthorAge
* 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
* Switch from WriteEFlags to getEFlags in preparation for moving itRafael Espindola2011-12-21
* Move the X86 specific bits of the ELF writer to the Target/X86 directory.Rafael Espindola2011-12-21
* Reduce the exposure of Triple::OSType in the ELF object writer. This willRafael Espindola2011-12-21
* Small refactoring so that RelocNeedsGOT can stay in the target independentRafael Espindola2011-12-21
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added theRafael Espindola2011-12-17
* Re-re-enable compact unwind after fixing a failure in SingleSource/Benchmarks...Bill Wendling2011-12-15
* Another improvement to the implementation of .incbin directive by avoiding aKevin Enderby2011-12-15
* Improve the implementation of .incbin directive by replacing a loop by usingKevin Enderby2011-12-14
* Add the .incbin directive which takes the binary data from a file and emitsKevin Enderby2011-12-14
* Disable to review some failures.Bill Wendling2011-12-14
* Relocation against a symbol, instead of against section. We had some extremeAkira Hatanaka2011-12-13
* LLVMBuild: Introduce a common section which currently has a list of theDaniel Dunbar2011-12-12
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-12
* Add support for gnu_indirect_function.Roman Divacky2011-12-12
* Handle reloc_signed_4byte in here. Not doing so was a regression from myRafael Espindola2011-12-09
* The second part of support for generating dwarf for assembly source files. ThisKevin Enderby2011-12-09
* Handle the case of the magical _GLOBAL_OFFSET_TABLE_ showing up in aRafael Espindola2011-12-09
* Darwin assembler improved relocs when w/o subsections_via_symbols.Jim Grosbach2011-12-07
* Add a few moreLocal/Global R_MIPS_GOT related fixups andBruno Cardoso Lopes2011-12-07
* Re-enable compact unwind. It seems to work now. <rdar://problem/10441838>Bill Wendling2011-12-06
* Explicit symbols for gnu mimicing relocations. Patch by Jack CarterBruno Cardoso Lopes2011-12-06
* Move target-specific logic out of generic MCAssembler.Jim Grosbach2011-12-06
* Tidy up. Hard tabs.Jim Grosbach2011-12-06
* Switch MCAssembler to method names starting w/ lower-case.Jim Grosbach2011-12-06
* Emit the ctors in the proper order on ARM/EABI.Anton Korobeynikov2011-12-03
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-29
* MC/X86/COFF: Allow quotes in names when targeting MS/Windows,Michael J. Spencer2011-11-29
* MachO doesn't support the protected visibility. Don't default to 'global' her...Bill Wendling2011-11-29
* Better fix for ARM MOVT relocation encoding of thumb bit.Jim Grosbach2011-11-29
* build: Update CMakeLists.txt.Daniel Dunbar2011-11-29
* edis: Sink EDMain.cpp into lib/MC/MCDisassembler.Daniel Dunbar2011-11-29
* Thumb2 only force the fixup thumb bit for data relocations.Jim Grosbach2011-11-28
* Remove obsolete FIXME.Jim Grosbach2011-11-28