ARM: fix regression caused by r198914
[oota-llvm.git] / lib / MC /
2014-01-10 David BlaikieRevert "Revert r198851, "Prototype of skeleton type...
2014-01-09 NAKAMURA TakumiRevert r198851, "Prototype of skeleton type units for...
2014-01-09 David BlaikiePrototype of skeleton type units for fission
2014-01-08 Roman DivackyForce emit a relocation for @gnu_indirect_function...
2014-01-08 Iain Sandoe[patch] Adjust behavior of FDE cross-section relocs...
2014-01-07 Roman DivackyIn the ELFWriter when writing aliased (.set) symbols...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2014-01-07 Saleem AbdulrasoolMCParser: introduce Note and use it for ARM AsmParser
2014-01-06 Kevin EnderbyFor the 'C' disassembler API, add a new ReferenceType...
2014-01-06 David MajnemerMC: Fatally error if subtraction operand is bad
2014-01-03 Reid KlecknerRevert "For disassembly when adding a symbolic operand...
2014-01-03 Kevin EnderbyFor disassembly when adding a symbolic operand that...
2014-01-03 Rafael EspindolaMake the llvm mangler depend only on DataLayout.
2013-12-28 Saleem AbdulrasoolAsmParser: cleanup diagnostics for .rep/.rept
2013-12-28 Saleem AbdulrasoolIAS: support .rep as an alias for .rept
2013-12-20 Timur Iskhodzhanovclang-format a couple of mis-formatted functions
2013-12-20 Timur Iskhodzhanov[COFF] Add support for the .secidx directive
2013-12-19 David PeixottoAdd a finishParse() callback to the targer asm parser
2013-12-18 Saleem AbdulrasoolAsmParser: add support for .end directive
2013-12-17 Reid KlecknerMC COFF: Emit the 'b' section flag for .bss sections...
2013-12-13 David BlaikieDebugInfo: Move type units into the debug_types section...
2013-12-13 David BlaikieRevert "DebugInfo: Move type units into the debug_types...
2013-12-13 David BlaikieDebugInfo: Move type units into the debug_types section...
2013-12-13 David BlaikieRevert "DebugInfo: Move type units into the debug_types...
2013-12-13 David BlaikieDebugInfo: Move type units into the debug_types section...
2013-12-11 David BlaikieRevert "DebugInfo: Move type units into the debug_types...
2013-12-11 David BlaikieDebugInfo: Move type units into the debug_types section...
2013-12-11 NAKAMURA TakumiPrune redundant dependencies in LLVMBuild.txt.
2013-12-10 David Fangon darwin<10, fallback to .weak_definition (PPC,X86)
2013-12-10 Reid KlecknerReland "Fix miscompile of MS inline assembly with stack...
2013-12-10 Reid KlecknerRevert "Fix miscompile of MS inline assembly with stack...
2013-12-10 Reid KlecknerFix miscompile of MS inline assembly with stack realignment
2013-12-10 Andrew TrickFix a crash that occurs when PWD is invalid.
2013-12-10 Andrew Trickwhitespace
2013-12-09 Rafael EspindolaUse a more direct check for finding out the file type.
2013-12-06 David PeixottoCache AllowAtInIdentifier as class variable in AsmLexer
2013-12-06 David PeixottoIntegrated assembler incorrectly lexes ARM-style comments
2013-12-05 Alp TokerCorrect word hyphenations
2013-12-05 Logan Chien[mc] Fix ELF st_other flag.
2013-12-04 David PeixottoAdd support for parsing ARM symbol variants on ELF...
2013-12-04 Rafael EspindolaFix a funny typo.
2013-12-04 Rafael EspindolaProduce deterministic coff files.
2013-12-03 David BlaikieAvoid buffer copies when a Twine already is a StringRef.
2013-12-02 Rafael EspindolaRefactor the setting of PrivateGlobalPrefix.
2013-12-02 Rafael EspindolaConvert two char* that are only ever used as booleans...
2013-12-02 Rafael EspindolaOutput .eh_frames on COFF too now that the integrated...
2013-11-28 Rafael EspindolaThe global prefix is always one char. Don't use a strin...
2013-11-27 Rafael EspindolaUse simple section names for COMDAT sections on COFF.
2013-11-25 David PeixottoARM integrated assembler generates incorrect nop opcode
2013-11-25 Rafael EspindolaFix .comm and .lcomm on COFF.
2013-11-25 Rafael EspindolaRefactor to make the .bss, .data and .text sections...
2013-11-19 Rafael EspindolaSupport multiple COFF sections with the same name but...
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Reid KlecknerRevert "COFF: Emit all MCSymbols rather than filtering...
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-14 Rafael EspindolaDon't mangle \n and "
2013-11-13 Rafael EspindolaRemove AllowQuotesInName and friends from MCAsmInfo.
2013-11-12 Rafael EspindolaRemove always true flag.
2013-11-08 Lang HamesAdd a method to get the object-file appropriate stack...
2013-11-01 Kevin EnderbyAdd to the disassembler C API output reference types for
2013-10-31 Rafael EspindolaRemove unused flag.
2013-10-29 Joerg SonnenbergerMove the STT_FILE symbols out of the normal symbol...
2013-10-25 Tim NorthoverARM: allow .thumb_func to be separated from symbol...
2013-10-24 David BlaikieMCStreamer: Reimplement the virtual EmitRawText as...
2013-10-22 David BlaikieMC: Support multiple sections with the same name in...
2013-10-22 David BlaikieWhitespace
2013-10-20 Peter CollingbourneEmit DWARF line entries for all data in the instruction...
2013-10-18 Hans WennborgMC asm parser: allow ?'s in symbol names, and handle...
2013-10-18 Hans WennborgRevert "Re-commit r192758 - MC: quote tricky symbol...
2013-10-17 Hans WennborgRe-commit r192758 - MC: quote tricky symbol names in...
2013-10-16 Rafael EspindolaCreate an atom with just the data that failed to disass...
2013-10-16 Rafael EspindolaFix MCDataAtom never calling remap when adding data.
2013-10-16 NAKAMURA TakumiRevert r192758 (and r192759), "MC: Better handling...
2013-10-16 Rafael EspindolaAdd a MCAsmInfoELF class and factor some code into it.
2013-10-16 Hans WennborgMC: Better handling of tricky symbol and section names
2013-10-16 Rafael EspindolaMove .ident handling to MCStreamer.
2013-10-13 Will DietzMC: Don't assume incoming StringRef's are null terminated.
2013-10-08 Rafael EspindolaAdd a MCTargetStreamer interface.
2013-10-07 Rafael EspindolaFix the documentation of getDefaultSubtargetFeatures.
2013-10-05 Rafael EspindolaRemove some really nasty uses of hasRawTextSupport.
2013-10-04 Jack Carterreverting per request
2013-10-04 Jack Carter[MC][AsmParser] Hook for post assembly file processing
2013-10-03 Quentin Colombet[llvm-c][Disassembler] When printing latency informatio...
2013-10-02 Quentin Colombet[llvm-c][Disassembler] When printing latency informatio...
2013-10-02 Quentin Colombet[llvm-c][Disassembler] Add an option to print latency...
2013-10-02 Rafael EspindolaAdd Support For .bss Named Section Directive For Darwin...
2013-10-01 Quentin Colombet[llvm-c][Disassembler] Add an option to reproduce in...
2013-10-01 Quentin Colombet[MC] When MCInstPrint::printAnnotation uses a comment...
2013-09-26 Adrian PrantlMCParser/Debug info: Accept line number 0 as a legitima...
2013-09-26 Venkatraman Govind... Implements parsing and emitting of .cfi_window_save...
2013-09-25 David MajnemerMC: Add support for treating $ as a reference to the PC
2013-09-25 David MajnemerMC: Remove vestigial PCSymbol field from AsmInfo
2013-09-24 Jim GrosbachMachO: Improve backend diagnostic for overalignment.
2013-09-24 Roman DivackyMake the size and expr arguments of .fill directive...
2013-09-23 Richard MittonFixed debug_aranges handling for common symbols.
2013-09-22 Benjamin KramerProvide basic type safety for array_pod_sort comparators.
2013-09-21 David MajnemerELF: Parse types in directives like binutils gas
2013-09-21 NAKAMURA TakumiInitialize BSSSection explicitly in InitMachOMCObjectFi...
2013-09-20 Jim GrosbachMC: Tidy up.
next