aboutsummaryrefslogtreecommitdiff
path: root/lib/MC
AgeCommit message (Expand)Author
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
2011-12-12LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar
2011-12-12Add support for gnu_indirect_function.Roman Divacky
2011-12-09Handle reloc_signed_4byte in here. Not doing so was a regression from myRafael Espindola
2011-12-09The second part of support for generating dwarf for assembly source files. ThisKevin Enderby
2011-12-09Handle the case of the magical _GLOBAL_OFFSET_TABLE_ showing up in aRafael Espindola
2011-12-07Darwin assembler improved relocs when w/o subsections_via_symbols.Jim Grosbach
2011-12-07Add a few moreLocal/Global R_MIPS_GOT related fixups andBruno Cardoso Lopes
2011-12-06Re-enable compact unwind. It seems to work now. <rdar://problem/10441838>Bill Wendling
2011-12-06Explicit symbols for gnu mimicing relocations. Patch by Jack CarterBruno Cardoso Lopes
2011-12-06Move target-specific logic out of generic MCAssembler.Jim Grosbach
2011-12-06Tidy up. Hard tabs.Jim Grosbach
2011-12-06Switch MCAssembler to method names starting w/ lower-case.Jim Grosbach
2011-12-03Emit the ctors in the proper order on ARM/EABI.Anton Korobeynikov
2011-11-29build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar
2011-11-29MC/X86/COFF: Allow quotes in names when targeting MS/Windows,Michael J. Spencer
2011-11-29MachO doesn't support the protected visibility. Don't default to 'global' her...Bill Wendling
2011-11-29Better fix for ARM MOVT relocation encoding of thumb bit.Jim Grosbach
2011-11-29build: Update CMakeLists.txt.Daniel Dunbar
2011-11-29edis: Sink EDMain.cpp into lib/MC/MCDisassembler.Daniel Dunbar
2011-11-28Thumb2 only force the fixup thumb bit for data relocations.Jim Grosbach
2011-11-28Remove obsolete FIXME.Jim Grosbach
2011-11-23This patch addresses gp relative fixups/relocations for jump tables.Akira Hatanaka
2011-11-16Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng
2011-11-15Remove function printMipsSymbolRef.Akira Hatanaka
2011-11-15Tidy up. 80 columns.Jim Grosbach
2011-11-14Disable generation of compact unwind encodings. <rdar://problem/10441578>Bob Wilson
2011-11-12build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...Daniel Dunbar
2011-11-11Remove FIXME comment that should have been removed with r144351.Bob Wilson
2011-11-11Clients are responsible for initializing the targets, remove it from the disa...Benjamin Kramer
2011-11-11Reenable compact unwinding now that <rdar://problem/10430076> is fixed.Bill Wendling
2011-11-11Disable compact unwind generation until I can solve the codegen problems.Bill Wendling
2011-11-10build/MCDisassembler: Fix required libraries list of MCDisassembler to useDaniel Dunbar
2011-11-09Simplify code. No functionality change.Benjamin Kramer
2011-11-09Remove the pubnames section, no one consumes it.Eric Christopher