aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC
Commit message (Expand)AuthorAgeFilesLines
* Restore to use private and LLVM coding styleTDYa1272012-03-191-4/+4
* Integrated linker.Shih-wei Liao2012-03-171-2/+8
* Merge with upstream LLVM @152063Stephen Hines2012-03-051-1/+0
* Merge branch 'upstream' into merge-20120305Stephen Hines2012-03-0535-1845/+1120
|\
| * Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-052-2/+3
| * Correctly initialize LineSectionSymbol. Thanks to Duncan Sands for noticing it.Rafael Espindola2012-03-032-2/+2
| * Make MemoryObject accessor members const againDerek Schuff2012-02-292-4/+4
| * On ELF, create relocations to the abbreviation and line sections when producingRafael Espindola2012-02-283-10/+34
| * ARM BL/BLX instruction fixups should use relocations.Jim Grosbach2012-02-271-2/+4
| * Grammar-o.Eric Christopher2012-02-251-1/+1
| * ARM Thumb symbol references in assembly need the low bit set.Jim Grosbach2012-02-241-0/+5
| * Emit global ctors into .CRT$XCU instead of .ctors on Win32. Patch by Joe Groff!Michael J. Spencer2012-02-231-6/+16
| * Bump SmallString to the minimum required amount for raw_ostream to avoid allo...Benjamin Kramer2012-02-231-2/+2
| * MC: Fix the MCNullStreamer which was broken in r147763.Daniel Dunbar2012-02-221-0/+4
| * Switch the llvm::Triple class to immediately parse the triple string onChandler Carruth2012-02-211-4/+1
| * Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles2012-02-191-16/+11
| * Fix typo in comment ldopen() -> dlopen().Kevin Enderby2012-02-171-1/+1
| * Put back the initializing the targets in the disassembler API with a comment asKevin Enderby2012-02-171-0/+13
| * Generate the correct EH frame section types on Solaris, this time without bre...David Chisnall2012-02-171-1/+8
| * Revert r150814. It turns out that there is a good reason for this after all...David Chisnall2012-02-171-26/+22
| * Don't lazily allocate eh_frame. We're not lazily allocating things like the ...David Chisnall2012-02-171-22/+26
| * For ELF, also call fixSymbolsInTLSFixups() on expressions passed to EmitValue...David Meyer2012-02-151-0/+9
| * Add support for implicit TLS model used with MS VC runtime.Anton Korobeynikov2012-02-112-0/+7
| * Convert assert(0) to llvm_unreachableCraig Topper2012-02-0710-40/+31
| * Enable streaming of bitcodeDerek Schuff2012-02-062-4/+4
| * Modified the Enhanced Disassembler to create andSean Callanan2012-02-043-31/+40
| * Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which isAkira Hatanaka2012-02-033-0/+13
| * Fixed a crash in llvm-mc for Mach-O when a symbol difference expression uses aKevin Enderby2012-01-311-0/+2
| * Add assembler dialect attribute in asm parser which lets target specific asm ...Devang Patel2012-01-311-2/+14
| * Silence GCC's -Wreturn-type warning.Benjamin Kramer2012-01-281-0/+3
| * Small improvement to the recursion detection logic from the previous commit.Rafael Espindola2012-01-281-1/+3
| * Handle recursive variable definitions directly. This gives us better errorRafael Espindola2012-01-281-11/+15
| * Source information in 'expected relocatable expression' diagnostic.Jim Grosbach2012-01-271-1/+1
| * Better diagnostic for malformed .org assembly directive.Jim Grosbach2012-01-275-12/+18
| * Tidy up.Jim Grosbach2012-01-261-1/+1
| * Add simple support for keeping MCFixup source information.Jim Grosbach2012-01-261-0/+19
| * Add SourceMgr to MCContext for backend diagnostics.Jim Grosbach2012-01-261-2/+2
| * Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...James Molloy2012-01-261-1/+3
| * Properly emit ctors / dtors with priorities into desired sectionsAnton Korobeynikov2012-01-251-7/+1
| * ARM Darwin symbol ref differences w/o subsection-via-symbols.Jim Grosbach2012-01-241-1/+2
| * Add support for .cfi_signal_frame. Fixes pr11762.Rafael Espindola2012-01-234-7/+48
| * More dead code removal (using -Wunreachable-code)David Blaikie2012-01-205-8/+2
| * Add missing breaks to switch.Benjamin Kramer2012-01-201-13/+25
| * Remove a bunch of unused variable assignments.Benjamin Kramer2012-01-201-9/+2
| * Add a dump() implementation for sub-instruction MCOperands.Owen Anderson2012-01-191-0/+2
| * MCAssembler tweak for determining when a symbol difference is resolved.Jim Grosbach2012-01-181-1/+2
| * Tidy up. MCAsmBackend naming conventions.Jim Grosbach2012-01-183-10/+10
| * Move some ARM specific MCAssmebler bits into the ARMAsmBackend.Jim Grosbach2012-01-181-9/+2
| * MC tweak symbol difference resolution for non-local symbols.Jim Grosbach2012-01-171-2/+2
| * The error check for using -g with a .s file already containing dwarf .fileKevin Enderby2012-01-111-4/+4