Cleanup: test source files do not need to be executable
[oota-llvm.git] / lib / MC /
2013-04-22 Craig TopperFix indentation. No functional change.
2013-04-22 Craig TopperPut 'else' on same line as preceding curly brace per...
2013-04-22 Craig TopperRemove an unreachable 'break' following a 'return'.
2013-04-18 Bill WendlingRelax this assert. It may not hold in all cases.
2013-04-18 Bill WendlingAssert if we're trying to generate a null compact unwin...
2013-04-17 Peter CollingbourneAdd support for subsections to the ELF assembler. Fixes...
2013-04-14 Nico RieckUse object file specific section type for initial text...
2013-04-12 Chad Rosier[ms-inline asm] Add the implementation for the AOK_Dele...
2013-04-11 Chad Rosier[ms-inline asm] Remove brackets from around a symbol...
2013-04-10 Nico RieckMC: Support COFF image-relative MCSymbolRefs
2013-04-10 Bill WendlingNo need to have this return a bool.
2013-04-10 Bill WendlingTrack the compact unwind encoding for when we are unabl...
2013-04-10 Chad RosierReapply r179115, but use parsePrimaryExpression a littl...
2013-04-10 Peter CollingbourneUse a scheme closer to that of GNU as when deciding...
2013-04-09 Rafael EspindolaRemove unused method and default values.
2013-04-09 Chad RosierRevert r179115 as it looks to have killed the ASan...
2013-04-09 Chad Rosier[ms-inline asm] Use parsePrimaryExpr in lieu of parseEx...
2013-04-09 Chad Rosier[ms-inline asm] Maintain a StringRef to reference a...
2013-04-08 Chad Rosier[ms-inline asm] Add support for ImmDisp [ Symbol ]...
2013-04-03 Rafael EspindolaFix the fde encoding used by mips to match gas.
2013-04-01 Jack CarterMips direct object exception handling regression
2013-03-30 Benjamin KramerChange '@SECREL' suffix to GAS-compatible '@SECREL32'.
2013-03-19 Chad RosierDead code.
2013-03-19 Chad Rosier[ms-inline asm] Move the immediate asm rewrite into...
2013-03-19 Chad Rosier[ms-inline asm] Remove the brackets from X86Operand...
2013-03-19 Chad Rosier[ms-inline asm] Move the size directive asm rewrite...
2013-03-18 Jakub StaszakChange NULL to 0.
2013-03-15 Rafael EspindolaFix the FDE encoding to be relative on ELF.
2013-03-12 Manman RenDebug Info: use SmallVector instead of std::vector...
2013-03-12 Kevin EnderbyRemove the assert()'s from the LLVMCreateDisasmCPU...
2013-03-09 Nick LewyckyCommit the right files for r176762. Sigh.
2013-03-09 Nick LewyckyWe need a shndx if the number of sections breaks SHN_LO...
2013-03-07 Manman RenDebug Info: store the files and directories for each...
2013-02-26 Jim GrosbachAsmParser: More generic support for integer type suffices.
2013-02-26 Bill SchmidtFix PR15359.
2013-02-25 Matt Beaumont-Gay'Hexadecimal' has two 'a's and only one 'i'.
2013-02-20 Jim GrosbachMCParser: Update method names per coding guidelines.
2013-02-20 Pedro Artigasclear new map and initialize new variable
2013-02-19 Jack CarterELF symbol table field st_other support,
2013-02-16 Benjamin KramerMCParser: Reject .balign with non-pow2 alignments.
2013-02-16 Joerg SonnenbergerDerive ELF section type from the name in some cases...
2013-02-15 Matt Beaumont-GaySuppress a GCC -Wunused-variable warning in -Asserts...
2013-02-15 Chad Rosierc[ms-inline asm] It's possible to have a SizeDirective...
2013-02-15 Derek SchuffIf bundle alignment is enabled, do not add data to...
2013-02-15 Benjamin KramerAsmParser: Reformat the MS asm parser to reduce nesting.
2013-02-15 Benjamin KramerMake helpers static. Add missing include so LLVMInitial...
2013-02-14 Rafael EspindolaRevert r15266. This fixes llvm.org/pr15266.
2013-02-13 Chad Rosier[ms-inline asm] Add a comment about the determinism...
2013-02-13 Chad Rosier[ms-inline-asm] Use an array_pod_sort, rather than...
2013-02-13 Chad Rosier[ms-inline-asm] Make sure the AsmRewrite list is sorted...
2013-02-12 Chad Rosier[ms-inline-asm] Implement align directive (which is...
2013-02-12 Jack CarterThis patch just fixes up various llvm formatting
2013-02-12 Guy BenyeiAdd static cast to unsigned char whenever a character...
2013-02-12 Chad Rosier[ms-inline asm] Pass the length of the IDVal, so we...
2013-02-12 Chad Rosier[ms-inline asm] Accept the emit directive as either...
2013-02-12 Chad Rosier[ms-inline asm] Add support for lexing binary integers...
2013-02-12 Krzysztof ParzyszekAllow optionally generating pubnames section in DWARF...
2013-02-12 Chad RosierUpdate error message due to previous commit, r174926.
2013-02-12 Chad Rosier[ms-inline asm] Add support for lexing hexidecimal...
2013-02-11 David BlaikieFix unnecessary removal of const through cast machinery
2013-02-07 Eric ChristopherFormatting.
2013-02-05 Manman RenDwarf: support for LTO where a single object file can...
2013-02-05 Derek Schuff[MC] Bundle alignment: Invalidate relaxed fragments
2013-02-05 Logan ChienLink .ARM.exidx with corresponding text section.
2013-02-01 Chandler CarruthFix another typo in the classof definitions that doesn...
2013-01-31 Chandler CarruthGive the MCStreamer class hierarchy LLVM RTTI facilitie...
2013-01-31 Derek Schuff[MC] bundle alignment: prevent padding instructions...
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.
2013-01-30 Jack CarterThis patch reworks how llvm targets set
2013-01-29 Dmitri GribenkoRemove unused variable (unused since r173839)
2013-01-29 Michael J. Spencer[MC][COFF] Delay handling symbol aliases when writing
2013-01-23 Eli BenderskyClean up assignment of CalleeSaveStackSlotSize: get...
2013-01-22 Kevin EnderbyAdd a warning when there is a macro defintion that...
2013-01-22 Kevin EnderbyHave the integrated assembler give an error if $1 is...
2013-01-22 Eli BenderskyInitial patch for x32 ABI support.
2013-01-22 Daniel Dunbar[MC/Mach-O] Load commands are supposed to 8-byte aligne...
2013-01-18 Jack CarterThis is a resubmittal. For some reason it broke the...
2013-01-18 Daniel Dunbar[MC/Mach-O] Implement integrated assembler support...
2013-01-18 Daniel Dunbar[MC/Mach-O] Add support for linker options in Mach...
2013-01-18 Daniel Dunbar[MC/Mach-O] Add AsmParser support for .linker_option...
2013-01-18 Daniel Dunbar[MC] Expose ParseEscapedString to target AsmParser...
2013-01-18 Daniel Dunbar[MC] Fix 80-col violas.
2013-01-17 Chad Rosier[ms-inline asm] Add support for the 'SIZE' and 'LENGTH...
2013-01-16 Eli BenderskySome small (and mostly cosmetic) fixes.
2013-01-16 Eli BenderskyNow that GenericAsmParser was folded into AsmParser...
2013-01-16 Kevin EnderbyWe want the dwarf AT_producer for assembly source files...
2013-01-16 Eli BenderskyUse the ExtensionDirectiveHandler type in other places...
2013-01-15 Eric ChristopherSplit address information for DWARF5 split dwarf propos...
2013-01-15 Eli BenderskyOptimize the memory usage of MC bundling, by creating...
2013-01-15 Chad Rosier[ms-inline asm] Address the FIXME in AsmParser.cpp.
2013-01-15 Eli BenderskyRefactor generic Asm directive parsing.
2013-01-14 Eli BenderskyNow GenericAsmParser and AsmParser are no longer friend...
2013-01-14 Eli BenderskyProperly encapsulate additional methods and data from...
2013-01-14 Eli BenderskyMove CheckForValidSection to the MCAsmParser interface.
2013-01-14 Eli BenderskyExpose an InitToTextSection through MCStreamer.
2013-01-14 Eli BenderskyMove ParseMacroArgument to the MCAsmParser interfance.
2013-01-14 Eli BenderskyEncapsulate the MacroEnabled flag in AsmParser behind...
2013-01-13 Dmitri GribenkoRemove redundant 'llvm::' qualifications
2013-01-12 Eli BenderskyStop hiding the interface-exposed EatToEndOfStatement...
2013-01-12 Eli BenderskyMake ParseIdentifier a public method instead of private.
next