summaryrefslogtreecommitdiff
path: root/lib/MC
Commit message (Expand)AuthorAge
* Make MemoryObject accessor members const againDerek Schuff2012-02-29
* On ELF, create relocations to the abbreviation and line sections when producingRafael Espindola2012-02-28
* ARM BL/BLX instruction fixups should use relocations.Jim Grosbach2012-02-27
* Grammar-o.Eric Christopher2012-02-25
* ARM Thumb symbol references in assembly need the low bit set.Jim Grosbach2012-02-24
* Emit global ctors into .CRT$XCU instead of .ctors on Win32. Patch by Joe Groff!Michael J. Spencer2012-02-23
* Bump SmallString to the minimum required amount for raw_ostream to avoid allo...Benjamin Kramer2012-02-23
* MC: Fix the MCNullStreamer which was broken in r147763.Daniel Dunbar2012-02-22
* Switch the llvm::Triple class to immediately parse the triple string onChandler Carruth2012-02-21
* Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles2012-02-19
* Fix typo in comment ldopen() -> dlopen().Kevin Enderby2012-02-17
* Put back the initializing the targets in the disassembler API with a comment asKevin Enderby2012-02-17
* Generate the correct EH frame section types on Solaris, this time without bre...David Chisnall2012-02-17
* Revert r150814. It turns out that there is a good reason for this after all...David Chisnall2012-02-17
* Don't lazily allocate eh_frame. We're not lazily allocating things like the ...David Chisnall2012-02-17
* For ELF, also call fixSymbolsInTLSFixups() on expressions passed to EmitValue...David Meyer2012-02-15
* Add support for implicit TLS model used with MS VC runtime.Anton Korobeynikov2012-02-11
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-07
* Enable streaming of bitcodeDerek Schuff2012-02-06
* Modified the Enhanced Disassembler to create andSean Callanan2012-02-04
* Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which isAkira Hatanaka2012-02-03
* Fixed a crash in llvm-mc for Mach-O when a symbol difference expression uses aKevin Enderby2012-01-31
* Add assembler dialect attribute in asm parser which lets target specific asm ...Devang Patel2012-01-31
* Silence GCC's -Wreturn-type warning.Benjamin Kramer2012-01-28
* Small improvement to the recursion detection logic from the previous commit.Rafael Espindola2012-01-28
* Handle recursive variable definitions directly. This gives us better errorRafael Espindola2012-01-28
* Source information in 'expected relocatable expression' diagnostic.Jim Grosbach2012-01-27
* Better diagnostic for malformed .org assembly directive.Jim Grosbach2012-01-27
* Tidy up.Jim Grosbach2012-01-26
* Add simple support for keeping MCFixup source information.Jim Grosbach2012-01-26
* Add SourceMgr to MCContext for backend diagnostics.Jim Grosbach2012-01-26
* Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...James Molloy2012-01-26
* Properly emit ctors / dtors with priorities into desired sectionsAnton Korobeynikov2012-01-25
* ARM Darwin symbol ref differences w/o subsection-via-symbols.Jim Grosbach2012-01-24
* Add support for .cfi_signal_frame. Fixes pr11762.Rafael Espindola2012-01-23
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Add missing breaks to switch.Benjamin Kramer2012-01-20
* Remove a bunch of unused variable assignments.Benjamin Kramer2012-01-20
* Add a dump() implementation for sub-instruction MCOperands.Owen Anderson2012-01-19
* MCAssembler tweak for determining when a symbol difference is resolved.Jim Grosbach2012-01-18
* Tidy up. MCAsmBackend naming conventions.Jim Grosbach2012-01-18
* Move some ARM specific MCAssmebler bits into the ARMAsmBackend.Jim Grosbach2012-01-18
* MC tweak symbol difference resolution for non-local symbols.Jim Grosbach2012-01-17
* The error check for using -g with a .s file already containing dwarf .fileKevin Enderby2012-01-11
* Let asm parser query asm syntax dialect.Devang Patel2012-01-10
* This is the matching change for the data structure name changes for theKevin Enderby2012-01-10
* Fix some leftover control reaches end of non-void function warnings.Benjamin Kramer2012-01-10
* Add 'llvm_unreachable' to passify GCC's understanding of the constraintsChandler Carruth2012-01-10
* Various crash reporting tools have a problem with the dwarf generated forKevin Enderby2012-01-10
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-10