summaryrefslogtreecommitdiffstats
path: root/lib/MC
Commit message (Expand)AuthorAgeFilesLines
* Disable to review some failures.Bill Wendling2011-12-141-1/+2
* Relocation against a symbol, instead of against section. We had some extremeAkira Hatanaka2011-12-131-2/+2
* LLVMBuild: Introduce a common section which currently has a list of theDaniel Dunbar2011-12-121-0/+3
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-122-2/+0
* Add support for gnu_indirect_function.Roman Divacky2011-12-123-3/+7
* Handle reloc_signed_4byte in here. Not doing so was a regression from myRafael Espindola2011-12-091-0/+1
* The second part of support for generating dwarf for assembly source files. ThisKevin Enderby2011-12-094-0/+356
* Handle the case of the magical _GLOBAL_OFFSET_TABLE_ showing up in aRafael Espindola2011-12-091-7/+18
* Darwin assembler improved relocs when w/o subsections_via_symbols.Jim Grosbach2011-12-071-1/+6
* Add a few moreLocal/Global R_MIPS_GOT related fixups andBruno Cardoso Lopes2011-12-071-1/+2
* Re-enable compact unwind. It seems to work now. <rdar://problem/10441838>Bill Wendling2011-12-061-4/+1
* Explicit symbols for gnu mimicing relocations. Patch by Jack CarterBruno Cardoso Lopes2011-12-062-0/+20
* Move target-specific logic out of generic MCAssembler.Jim Grosbach2011-12-061-5/+2
* Tidy up. Hard tabs.Jim Grosbach2011-12-063-3/+3
* Switch MCAssembler to method names starting w/ lower-case.Jim Grosbach2011-12-064-34/+34
* Emit the ctors in the proper order on ARM/EABI.Anton Korobeynikov2011-12-033-2/+6
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-293-16/+0
* MC/X86/COFF: Allow quotes in names when targeting MS/Windows,Michael J. Spencer2011-11-291-0/+8
* MachO doesn't support the protected visibility. Don't default to 'global' her...Bill Wendling2011-11-291-1/+2
* Better fix for ARM MOVT relocation encoding of thumb bit.Jim Grosbach2011-11-291-8/+8
* build: Update CMakeLists.txt.Daniel Dunbar2011-11-291-0/+1
* edis: Sink EDMain.cpp into lib/MC/MCDisassembler.Daniel Dunbar2011-11-291-0/+280
* Thumb2 only force the fixup thumb bit for data relocations.Jim Grosbach2011-11-281-8/+8
* Remove obsolete FIXME.Jim Grosbach2011-11-281-2/+0
* This patch addresses gp relative fixups/relocations for jump tables.Akira Hatanaka2011-11-234-6/+31
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-161-1/+3
* Remove function printMipsSymbolRef.Akira Hatanaka2011-11-151-35/+0
* Tidy up. 80 columns.Jim Grosbach2011-11-155-28/+34
* Disable generation of compact unwind encodings. <rdar://problem/10441578>Bob Wilson2011-11-141-1/+2
* build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...Daniel Dunbar2011-11-122-18/+1
* Remove FIXME comment that should have been removed with r144351.Bob Wilson2011-11-111-1/+0
* Clients are responsible for initializing the targets, remove it from the disa...Benjamin Kramer2011-11-114-32/+1
* Reenable compact unwinding now that <rdar://problem/10430076> is fixed.Bill Wendling2011-11-111-1/+1
* Disable compact unwind generation until I can solve the codegen problems.Bill Wendling2011-11-111-1/+2
* build/MCDisassembler: Fix required libraries list of MCDisassembler to useDaniel Dunbar2011-11-101-1/+3
* Simplify code. No functionality change.Benjamin Kramer2011-11-091-8/+2
* Remove the pubnames section, no one consumes it.Eric Christopher2011-11-091-12/+0
* Emit the compact unwind *if* we have a compact unwind encoding.Bill Wendling2011-11-081-1/+1
* MC/COFF: Correctly emit the size of an empty string table.Michael J. Spencer2011-11-081-0/+1
* Simplify some uses of utohexstr.Benjamin Kramer2011-11-071-3/+2
* Add the support code to enable the dwarf accelerator tables. Upcoming patchesEric Christopher2011-11-071-2/+24
* Replace (Lower|Upper)caseString in favor of StringRef's newest methods.Benjamin Kramer2011-11-061-2/+1
* Twinify.Benjamin Kramer2011-11-051-16/+13
* Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 enco...Benjamin Kramer2011-11-052-4/+13
* Add mips ELF relocation types. Patch by Jack Carter!Bruno Cardoso Lopes2011-11-041-6/+55
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-033-0/+69
* Replace tabs I added in this new line of code with spaces.Kevin Enderby2011-11-021-1/+1
* Fixed a bug in the code to create a dwarf file and directory table entires whenKevin Enderby2011-11-011-2/+4
* First part of support for generating dwarf for assembly source files with theKevin Enderby2011-11-012-0/+26
* Teach our Dwarf emission to use the string pool.Nick Lewycky2011-10-272-0/+2