Kill of TransferDeadFlag - Dead copies and subreg-to-reg instructions should
[oota-llvm.git] / lib / MC /
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.
2013-01-11 Eli BenderskyProof of concept moving of generic directive parsing...
2013-01-11 NAKAMURA TakumiRevert r172153, "llvm/lib/MC/MCParser/AsmParser.cpp...
2013-01-11 NAKAMURA Takumillvm/lib/MC/MCParser/AsmParser.cpp: [ms-inline-asm...
2013-01-10 Eli BenderskyRename enumerations s/VK/DK/ to conform to naming conve...
2013-01-10 Eli Benderskyfix comments a bit
2013-01-10 Eli BenderskyRemove a couple of if-else chains in parsing directives...
2013-01-10 Chad Rosier[ms-inline asm] Add support for calling functions from...
2013-01-09 Adhemerval ZanellaPowerPC: EH adjustments
2013-01-09 Eric ChristopherLast in the series of removing unnecessary '0' argument...
2013-01-09 Eric ChristopherThese functions have default arguments of 0 for the...
2013-01-09 Eric ChristopherThese functions have default arguments of 0 for the...
2013-01-08 Eli BenderskySimplify the code a bit: MCRelaxableFragment doesn...
2013-01-08 Eli BenderskyRename statistic for instruction fragments -> relaxable
2013-01-08 Eli BenderskyRenamed MCInstFragment to MCRelaxableFragment and added...
2013-01-07 Eli BenderskyAdd the align_to_end option to .bundle_lock in the...
2013-01-07 Chad Rosier[ms-inline asm] Make sure the NullStreamParser doesn...
2013-01-07 Jordan RoseChange SMRange to be half-open (exclusive end) instead...
2013-01-04 Adhemerval ZanellaPowerPC: Fix eh_frame relocation for PIC
2013-01-04 Pedro Artigassmall fixes to enable the reuse of the pass manager...
2013-01-04 Eric ChristopherAdd section information for the DWARF5 split debug...
2013-01-03 Michael J. Spencer[MC][COFF] Switch the COFF streamer over to using the...
2012-12-20 Eli BenderskyFix an unitialized member variable that may have caused...
2012-12-20 Eli BenderskyAligned bundling support. Following the discussion...
2012-12-20 Roman DivackyRemove MCTargetAsmLexer and its derived classes now...
2012-12-19 Roman DivackyRemove edis - the enhanced disassembler. Fixes PR14654.
2012-12-18 Kevin EnderbyAdd to the disassembler C API an option to print the...
2012-12-18 Eric ChristopherFormatting.
2012-12-18 Eric ChristopherAdd support for passing -main-file-name all the way...
2012-12-18 Eric ChristopherCleanup formatting and whitespace.
2012-12-17 Reed KotlerEmitDebugLabel should by default be the same as EmitLab...
2012-12-17 Eli Benderskyfix indentation
2012-12-17 Chandler CarruthPrepare LLVM to fix PR14625, exposing a hook in MCConte...
2012-12-17 Tim NorthoverTeach MachO which sections contain code
2012-12-16 NAKAMURA TakumiMCPureStreamer.cpp: Try to fix build, pruning EmitDebug...
2012-12-16 Reed KotlerThis patch is needed to make c++ exceptions work for...
2012-12-14 Pedro ArtigasAdd more reset methods to make all objects that the...
next