aboutsummaryrefslogtreecommitdiff
path: root/lib/MC
AgeCommit message (Expand)Author
2012-04-16MC assembly parser handling for trailing comma in macro instantiation.Jim Grosbach
2012-04-11Compute hashes directly with hash_combine instead of taking a detour through ...Benjamin Kramer
2012-04-10Use the correct section types on Solaris for unwind data on both x86 and x86-64.David Chisnall
2012-04-07Output UTF-8-encoded characters as identifier characters into assemblySean Hunt
2012-04-06Fixed two leaks in the MC disassembler. The MCSean Callanan
2012-04-02Move getOpcodeName from the various target InstPrinters into the superclass M...Benjamin Kramer
2012-04-02Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper
2012-03-27Prune some includesCraig Topper
2012-03-26Prune some includes and forward declarations.Craig Topper
2012-03-23Add a hook in MCELFObjectTargetWriter to allow targets to sort relocationAkira Hatanaka
2012-03-20Assembler should accept redefinitions of unused variable symbols.Jim Grosbach
2012-03-20Tidy up.Jim Grosbach
2012-03-17MC asm parser macro argument count was wrong when empty.Jim Grosbach
2012-03-15Implement relocation-overflow behavior for PE/COFF.Michael J. Spencer
2012-03-05Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach
2012-03-03Correctly initialize LineSectionSymbol. Thanks to Duncan Sands for noticing it.Rafael Espindola
2012-02-29Make MemoryObject accessor members const againDerek Schuff
2012-02-28On ELF, create relocations to the abbreviation and line sections when producingRafael Espindola
2012-02-27ARM BL/BLX instruction fixups should use relocations.Jim Grosbach
2012-02-25Grammar-o.Eric Christopher
2012-02-24ARM Thumb symbol references in assembly need the low bit set.Jim Grosbach
2012-02-23Emit global ctors into .CRT$XCU instead of .ctors on Win32. Patch by Joe Groff!Michael J. Spencer
2012-02-23Bump SmallString to the minimum required amount for raw_ostream to avoid allo...Benjamin Kramer
2012-02-22MC: Fix the MCNullStreamer which was broken in r147763.Daniel Dunbar
2012-02-21Switch the llvm::Triple class to immediately parse the triple string onChandler Carruth
2012-02-19Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles
2012-02-17Fix typo in comment ldopen() -> dlopen().Kevin Enderby
2012-02-17Put back the initializing the targets in the disassembler API with a comment asKevin Enderby
2012-02-17Generate the correct EH frame section types on Solaris, this time without bre...David Chisnall
2012-02-17Revert r150814. It turns out that there is a good reason for this after all...David Chisnall
2012-02-17Don't lazily allocate eh_frame. We're not lazily allocating things like the ...David Chisnall
2012-02-15For ELF, also call fixSymbolsInTLSFixups() on expressions passed to EmitValue...David Meyer
2012-02-11Add support for implicit TLS model used with MS VC runtime.Anton Korobeynikov
2012-02-07Convert assert(0) to llvm_unreachableCraig Topper
2012-02-06Enable streaming of bitcodeDerek Schuff
2012-02-04Modified the Enhanced Disassembler to create andSean Callanan
2012-02-03Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which isAkira Hatanaka
2012-01-31Fixed a crash in llvm-mc for Mach-O when a symbol difference expression uses aKevin Enderby
2012-01-31Add assembler dialect attribute in asm parser which lets target specific asm ...Devang Patel
2012-01-28Silence GCC's -Wreturn-type warning.Benjamin Kramer
2012-01-28Small improvement to the recursion detection logic from the previous commit.Rafael Espindola
2012-01-28Handle recursive variable definitions directly. This gives us better errorRafael Espindola
2012-01-27Source information in 'expected relocatable expression' diagnostic.Jim Grosbach
2012-01-27Better diagnostic for malformed .org assembly directive.Jim Grosbach
2012-01-26Tidy up.Jim Grosbach
2012-01-26Add simple support for keeping MCFixup source information.Jim Grosbach
2012-01-26Add SourceMgr to MCContext for backend diagnostics.Jim Grosbach
2012-01-26Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...James Molloy
2012-01-25Properly emit ctors / dtors with priorities into desired sectionsAnton Korobeynikov
2012-01-24ARM Darwin symbol ref differences w/o subsection-via-symbols.Jim Grosbach