summaryrefslogtreecommitdiff
path: root/lib/MC
Commit message (Expand)AuthorAge
* 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
* This patch addresses gp relative fixups/relocations for jump tables.Akira Hatanaka2011-11-23
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-16
* Remove function printMipsSymbolRef.Akira Hatanaka2011-11-15
* Tidy up. 80 columns.Jim Grosbach2011-11-15
* Disable generation of compact unwind encodings. <rdar://problem/10441578>Bob Wilson2011-11-14
* build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...Daniel Dunbar2011-11-12
* Remove FIXME comment that should have been removed with r144351.Bob Wilson2011-11-11
* Clients are responsible for initializing the targets, remove it from the disa...Benjamin Kramer2011-11-11
* Reenable compact unwinding now that <rdar://problem/10430076> is fixed.Bill Wendling2011-11-11
* Disable compact unwind generation until I can solve the codegen problems.Bill Wendling2011-11-11
* build/MCDisassembler: Fix required libraries list of MCDisassembler to useDaniel Dunbar2011-11-10
* Simplify code. No functionality change.Benjamin Kramer2011-11-09
* Remove the pubnames section, no one consumes it.Eric Christopher2011-11-09
* Emit the compact unwind *if* we have a compact unwind encoding.Bill Wendling2011-11-08
* MC/COFF: Correctly emit the size of an empty string table.Michael J. Spencer2011-11-08
* Simplify some uses of utohexstr.Benjamin Kramer2011-11-07
* Add the support code to enable the dwarf accelerator tables. Upcoming patchesEric Christopher2011-11-07
* Replace (Lower|Upper)caseString in favor of StringRef's newest methods.Benjamin Kramer2011-11-06
* Twinify.Benjamin Kramer2011-11-05
* Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 enco...Benjamin Kramer2011-11-05
* Add mips ELF relocation types. Patch by Jack Carter!Bruno Cardoso Lopes2011-11-04
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-03
* Replace tabs I added in this new line of code with spaces.Kevin Enderby2011-11-02
* Fixed a bug in the code to create a dwarf file and directory table entires whenKevin Enderby2011-11-01
* First part of support for generating dwarf for assembly source files with theKevin Enderby2011-11-01
* Teach our Dwarf emission to use the string pool.Nick Lewycky2011-10-27
* Trailing whitespace.Jim Grosbach2011-10-26
* On an ELF system, ".debug_str" is mergeable and contains null terminated stringsNick Lewycky2011-10-26
* This is the first of several patches for Mips direct object generation.Bruno Cardoso Lopes2011-10-25