Add move constructors for OwningPtr and OwningArrayPtr.
[oota-llvm.git] / lib / MC /
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...
2012-08-21 Rafael EspindolaFix typo. Extracted from the Andy/PaX patch.
2012-08-12 Nick LewyckyWhen emitting the PC range in an FDE, use the same...
2012-08-08 Jim GrosbachMove [SU]LEB128 encoding to a utility header.
2012-08-08 Rafael EspindolaTypedefs and indentation fixes from the Andy Zhang...
2012-08-08 Anton KorobeynikovFix for .pdata and .xdata section attributes on COFF.
2012-08-08 Bill WendlingAdd `.pushsection', `.popsection', and `.previous'...
2012-07-30 Jim GrosbachKeep empty assembly macro argument values in the middle...
2012-07-27 Jakob Stoklund OlesenGive MCRegisterInfo an implementation file.
2012-07-23 Sylvestre LedruFix a typo (the the => the)
2012-07-21 Akira HatanakaAdd VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefEx...
2012-07-19 Bill WendlingRemove tabs.
2012-07-18 Chad RosierWhitespace.
2012-07-07 Andrew TrickI'm introducing a new machine model to simultaneously...
2012-07-07 Andrew TrickTweak spelling.
2012-07-05 Akira HatanakaEnable target dependent directive parsing to hook befor...
2012-07-03 NAKAMURA TakumiMCContext.cpp: Fixup for my odd previous commit. No...
2012-07-03 NAKAMURA TakumiMCContext::GetDwarfFile(): Make FileName parsing tolera...
2012-06-27 Jack CarterThe ELF relocation record format is different for N64
2012-06-22 Evan ChengEmitZerofill should take a 64-bit size or else it's...
2012-06-22 Rafael EspindolaRemove another duplicated variable. We only need one...
2012-06-22 Rafael EspindolaFix a FIXME: DwarfRequiresRelocationForSectionOffset...
2012-06-22 Nick LewyckyEmit relocations for DW_AT_location entries on systems...
2012-06-16 Rafael EspindolaImplement irpc. Extracted from a patch by the PaX team...
2012-06-15 Rafael EspindolaFactor macro argument parsing into helper methods and...
2012-06-06 Benjamin KramerAdd accessors for all private members of DisasmContext.
2012-06-05 Andrew Trickmisched: Added MultiIssueItineraries.
2012-06-04 Roman DivackyImplement local-exec TLS on PowerPC.
2012-06-03 Rafael EspindolaRepresent .rept as an anonymous macro. This removes...
2012-06-03 Rafael EspindolaAdd a typedef to simplify the code a bit. Not functiona...
2012-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2012-05-31 Eric ChristopherFix typo in assembly directive. Noticed by inspection.
2012-05-25 Jakob Stoklund OlesenCompress MCRegisterInfo register name tables.
2012-05-24 Craig TopperMark some static arrays as const.
2012-05-18 Jim GrosbachRefactor data-in-code annotations.
2012-05-12 Benjamin KramerFix spacing after if.
2012-05-12 Rafael EspindolaAdd support for the .rept directive. Patch by Vladmir...
2012-05-12 Benjamin KramerELF: Add support for the asm .version directive.
2012-05-12 Benjamin KramerAsmParser: Add support for the .purgem directive.
2012-05-12 Benjamin KramerAsmParser: Give a nice error message for .code16gcc...
2012-05-12 Benjamin KramerAsmParser: ignore the .extern directive.
next