Fix misplaced closing brace.
[oota-llvm.git] / lib / MC /
2012-12-05 Benjamin KramerTry to unbreak the build on hosts that don't transitive...
2012-12-05 Kevin EnderbyAdded a option to the disassembler to print immediates...
2012-12-04 Bill SchmidtThis patch introduces initial-exec model support for...
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-12-01 Daniel DunbarMC/AsmParser: Avoid unnecessary use of SourceMgr::FindB...
2012-11-30 Eric ChristopherAdd the rest of the experimental fission sections to MC.
2012-11-28 Eric ChristopherAdd brief support for the fission .debug_info.dwo secti...
2012-11-28 Eric ChristopherAdd comments.
2012-11-27 Bill SchmidtThis patch implements medium code model support for...
2012-11-25 Rafael EspindolaAdd support for .cfi_register now that it is easy to...
2012-11-24 Benjamin KramerlibLTO: Add a utility method to initialize the disassem...
2012-11-24 Rafael EspindolaChange the representation of MCCFIInstruction.
2012-11-24 Rafael EspindolaGive each MCCFIInstruction its own opcode.
2012-11-24 Rafael EspindolaMove a bit of duplicated code into a helper function.
2012-11-24 Rafael EspindolaRefactor how MCCFIInstructions are created.
2012-11-23 Rafael EspindolaImplement .cfi_undefined. Based on a patch from PaX...
2012-11-21 Akira HatanakaAdd relocations used for mips big GOT.
2012-11-14 Alexey SamsonovEmit relocations from .debug_aranges to .debug_info...
2012-11-09 Anton KorobeynikovAdd ARM TARGET2 relocation. The testcase will follow...
2012-11-05 Kevin EnderbyFix for PR14264 cause by commit r167237 which did not...
2012-11-01 Kevin EnderbyAdd support for generating dwarf debugging info with...
2012-10-26 Chad Rosier[ms-inline asm] Add support for the TYPE operator.
2012-10-26 Chad Rosier[ms-inline asm] Have the target AsmParser create the...
2012-10-25 Chad Rosier[ms-inline asm] Add support for creating AsmRewrites...
2012-10-25 Adhemerval ZanellaInitial TOC support for PowerPC64 object creation
2012-10-24 Chad Rosier[ms-inline asm] Create a register operand, rather than...
2012-10-23 Kevin EnderbyMake branch heavy code for generating marked up disasse...
2012-10-23 Chad Rosier[ms-inline asm] Add an implementation of the offset...
2012-10-22 Eli Friedman[ms-inline-asm] Implement _emit directive (which is...
2012-10-22 Kevin EnderbyAdd support for annotated disassembly output for X86...
2012-10-22 Eli Friedman[ms-inline asm] Don't rewrite out parts of an inline...
2012-10-20 Benjamin KramerSymbol hygiene: Make sure declarations and definitions...
2012-10-20 Chad Rosier[ms-inline asm] Rename AsmOpRewrite to just AsmRewrite...
2012-10-20 Chad Rosier[ms-inline asm] If the state of the parser is ignore...
2012-10-19 Chad Rosier[ms-inline asm] Continue parsing even when we're in...
2012-10-19 Chad Rosier[ms-inline asm] Reset the opcode prior to parsing a...
2012-10-19 Chad Rosier[ms-inline asm] Have the TargetParser callback to Sema...
2012-10-19 Chad Rosier[ms-inline asm] Add the isParsingInlineAsm() function...
2012-10-19 Nick LewyckyPacify -Wnon-virtual-dtor.
2012-10-18 Chad Rosier[ms-inline asm] Add a size argument to the LookupInline...
2012-10-18 Chad Rosier[ms-inline asm] Have the LookupInlineAsmIdentifier...
2012-10-18 Chad Rosier[ms-inline asm] Move most of the AsmParsing logic in...
2012-10-16 Chad Rosier[ms-inline asm] Add the helper function, isParseringInl...
2012-10-16 Michael LiaoCheck .rela instead of ELF64 for the compensation vaue...
2012-10-15 Chad Rosier[ms-inline asm] If we parsed a statement and the opcode...
2012-10-15 Chad Rosier[ms-inline asm] Add a few new APIs to the AsmParser...
2012-10-15 Adhemerval ZanellaPowerPC: add EmitTCEntry class for TOC creation
2012-10-13 Chad Rosier[ms-inline asm] Remove the MatchInstruction() function...
2012-10-09 Chad RosierWhitespace.
2012-10-08 Eric ChristopherAdd names for the accelerator table sections so that...
2012-10-04 Benjamin KramerHoist some grossly duplicated code from the COFF/ELF...
2012-10-04 Craig TopperRemove template from function that is only used with...
2012-10-03 Craig TopperFix doxygen comment to match function name.
2012-10-03 Craig TopperRemove unused function that used to get itineraries...
2012-10-02 Andrew KaylorSupport for generating ELF objects on Windows.
2012-10-01 Jim GrosbachMachO: direct-to-object attribute for data-in-code...
2012-10-01 Benjamin KramerProvide a shortcut for MCObjectStreamer when emitting...
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2012-09-26 Craig TopperRename virtual table anchors from Anchor() to anchor...
2012-09-23 Anton KorobeynikovEmit dtors into proper section while compiling in vcpp...
2012-09-19 Preston GurdAdd support for macro parameters/arguments delimited...
2012-09-19 Preston GurdSupport default parameters/arguments for assembler...
2012-09-19 Preston GurdEnhance unmatched '.endr' directive error message in...
2012-09-18 Jim GrosbachTidy up. Minor formatting.
2012-09-18 Jim GrosbachTidy up. 80 columns.
2012-09-18 Roman DivackyAvoid symbol name clash when filling TOC.
2012-09-18 Andrew TrickReplaced ReInitMCSubtargetInfo with InitMCProcessor.
2012-09-18 Andrew TrickTargetSchedModel API. Implement latency lookup, disabled.
2012-09-18 Andrew TrickTableGen subtarget emitter. Initialize MCSubtargetInfo...
2012-09-17 Andrew TrickRevert r164061-r164067. Most of the new subtarget emitter.
2012-09-17 Andrew TrickInitMCProcessor
2012-09-17 Andrew TrickTargetSchedModel API. Implement latency lookup, disabled.
2012-09-17 Andrew TrickTableGen subtarget emitter. Initialize MCSubtargetInfo...
2012-09-15 Craig TopperUse LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT...
2012-09-14 Andrew TrickTargetSchedModel interface. To be implemented...
2012-09-14 Andrew TrickDefine MC data tables for the new scheduling machine...
2012-09-14 Dmitri GribenkoFix Doxygen issues:
2012-09-13 Jim GrosbachAssembler: Darwin variables defined via .set are no...
2012-09-13 Jim GrosbachMachO: Correctly mark symbol-difference variables as...
2012-09-12 Manman RenRelease build: guard dump functions with
2012-09-11 Jakob Stoklund OlesenAdd MCRI::getNumSubRegIndices() and start checking...
2012-09-10 Dmitri GribenkoRemove redundant semicolons which are null statements.
2012-09-07 Benjamin KramerFix alignment of .comm and .lcomm on mingw32.
2012-09-07 Benjamin KramerContrary to what the documentation says, .lcomm alignme...
2012-09-07 Benjamin KramerMC: Overhaul handling of .lcomm
2012-09-06 Manman RenRelease build: guard dump functions with "ifndef NDEBUG"
2012-09-05 Roman DivackyConstify subtarget info properly so that we dont cast...
2012-08-29 Owen AndersonAllow targets to specify a minimum supported NOP size...
2012-08-29 Craig TopperAdd virtual keywords for methods that override the...
2012-08-27 Rafael EspindolaFix comment.
2012-08-24 Roman DivackyLower constant pools and jump tables via TOC on PPC64...
2012-08-23 Dmitri GribenkoFix a bunch of -Wdocumentation warnings.
2012-08-22 Benjamin KramerReduce duplicated hash map lookups.
2012-08-22 Jack CarterFor mips64 switch statements in subroutines could generate
2012-08-21 Rafael EspindolaFix macros arguments with an underscore, dot or dollar...
2012-08-21 Rafael EspindolaMake the wording in of the "expected identifier" error...
2012-08-21 Rafael EspindolaUse typedefs. Fix indentation. Extracted from the Andy...
2012-08-21 Rafael EspindolaRemove unused variable. Extracted from the Andy/PaX...
next