Copy the ThreadLocalMode in GlobalVariable::copyAttributesFrom
[oota-llvm.git] / utils /
2014-02-10 NAKAMURA Takumi[CMake] Add dependencies to gtest.
2014-02-10 NAKAMURA Takumi[CMake] LLVMSupport should be responsible to provide...
2014-02-10 Craig TopperRecommit r201059 and r201060 with hopefully a fix for...
2014-02-10 Bob WilsonRevert r201059 and r201060.
2014-02-10 Craig TopperSimplify a bunch of code by removing the need for the...
2014-02-10 Craig TopperAdd MRMXr/MRMXm form to X86 for use by instructions...
2014-02-09 NAKAMURA TakumiProvide CMake package modules in install tree
2014-02-09 Craig TopperRemove unnecessary include.
2014-02-09 Craig TopperRemove some unnecessary code. The conditions it was...
2014-02-07 Nikola SmiljanicImprove existing visualizers by:
2014-02-07 Oliver StannardLLVM-1163: AAPCS-VFP violation when CPRC allocated...
2014-02-06 Craig TopperDelete all of the CodeGenInstructions from CodeGenTarge...
2014-02-05 Craig TopperShrink the size of CodeGenInstruction a little bit...
2014-02-05 Craig TopperGet rid of a vector copy by just making a pointer out...
2014-02-05 Craig TopperFix a vector that was passed by value instead of reference.
2014-02-05 Craig TopperFix a doxygen comment referencing the wrong method...
2014-02-05 Craig TopperAdd CheckChildInteger to ISelMatcher operations. Remove...
2014-02-02 NAKAMURA TakumiTableGen/X86RecognizableInstr.h: Prune out-of-date...
2014-02-02 Craig TopperMerge x86 HasOpSizePrefix/HasOpSize16Prefix into a...
2014-02-02 Craig TopperSimplify some code since VEX and EVEX instructions...
2014-02-02 Craig TopperMerge HasVEXPrefix/HasEVEXPrefix/HasXOPPrefix into...
2014-01-31 Craig TopperSeparate x86 opcode maps and 0x66/0xf2/0xf3 prefixes...
2014-01-31 Craig TopperMove REP out of the Prefix field of the X86 format...
2014-01-30 Renato GolinComment out unused macro because of warning
2014-01-30 Craig TopperCouple minor formatting fixes to the XXXGenDAGISel...
2014-01-29 Craig TopperDelete the Matchers stored in the SmallVectors in Switc...
2014-01-28 David WoodhousePropagate MCSubtargetInfo through TableGen's getBinaryC...
2014-01-28 David WoodhouseChange MCStreamer EmitInstruction interface to take...
2014-01-28 Owen AndersonUse the proper SDK when building iOS sim builds of...
2014-01-28 Craig TopperImprove handling of EnforceSmallerThan. Remove all...
2014-01-25 Craig TopperDon't use EnforceSmallerThan for EnforceVectorSubVector...
2014-01-25 Craig TopperFix typo in commment tyep->type.
2014-01-25 Craig TopperUse isConcrete and getConcrete instead of using TypeVec...
2014-01-25 Craig TopperFix EnforceSmallerThan to check !hasVectorTypes on...
2014-01-24 Craig TopperRemove TGValueTypes.cpp from CMakeLists.txt which I...
2014-01-24 Craig TopperReplace tablegen uses of EVT with MVT. Add isOverloaded...
2014-01-24 Alp TokerFix known typos
2014-01-22 David Woodhouse]x86] Allow segment and address-size overrides for...
2014-01-22 David Woodhouse[x86] Allow address-size overrides for STOS[BWLQ] ...
2014-01-22 David Woodhouse[x86] Allow segment and address-size overrides for...
2014-01-21 Craig TopperUse ArrayRef to simplify some code.
2014-01-20 David Woodhouse[x86] Fix disassembly of MOV16ao16 et al.
2014-01-16 Craig TopperAllow x86 mov instructions to/from memory with absolute...
2014-01-15 Kostya Serebryanyreplace LeakSanitizerIsTurnedOffForTheCurrentProcess...
2014-01-15 Craig TopperSimplify x86 disassembler table handling of when to...
2014-01-14 Joey GoulyAdd the lld root to llvm-lit, so llvm-lit can be used
2014-01-14 Lang HamesAdd FPExt option to CCValAssign::LocInfo. When generati...
2014-01-14 Craig TopperRemove stray comma in enum to satisfy -Wpedantic.
2014-01-14 Craig TopperSeparate the concept of 16-bit/32-bit operand size...
2014-01-13 Elena DemikhovskyAVX-512: Embedded Rounding Control - encoding and printing
2014-01-11 Alp Tokerlit: Provide source locations in cfg files with older...
2014-01-11 Alp Tokerlit: execfile() isn't present in Python 3.3
2014-01-10 Roman DivackyConstant propagate MachineInstrClassName.
2014-01-10 Rafael EspindolaAll backends use MC now.
2014-01-10 NAKAMURA TakumiSink add_llvm_library(gtest_main) to UnitTestMain/CMake...
2014-01-10 Kostya Serebryanyreapply r198858: Disable LeakSanitizer in TableGen...
2014-01-09 Alp TokerRevert "Disable LeakSanitizer in TableGen binaries...
2014-01-09 Kostya SerebryanyDisable LeakSanitizer in TableGen binaries, see PR18325
2014-01-08 Alp Tokerlit: Provide file location in cfg error messages
2014-01-08 David Woodhouse[x86] Fix MOV8ao8 et al for 16-bit mode, fix up disasse...
2014-01-06 Craig TopperThe rest of r198588. Remove SegOvrBits from X86 TSFlags...
2014-01-05 Craig TopperUse patterns to remove some duplicate instructions.
2014-01-05 Craig TopperFix encoding for PUSH64i16. Add In64BitMode Predicate...
2014-01-05 Craig TopperRemove no longer needed x86 disassembler hack.
2014-01-05 Craig TopperMark x86 _alt instructions as AsmParserOnly so they...
2014-01-05 Craig TopperUse new ForceDisassemble flag on the 2-byte forms of...
2014-01-05 Craig TopperAdd a new x86 specific instruction flag to force some...
2014-01-05 Craig TopperMark the 64-bit x86 push/pop instructions as In64BitMod...
2014-01-05 Craig TopperDon't use PrintFatalError(which calls exit) for 'Primar...
2014-01-04 Craig TopperTag x86 move to/from debug/control registers with Not64...
2014-01-04 Craig TopperRemove JMP64pcrel32 (jmpq ). There are no tests for...
2014-01-03 Adrian PrantlFileCheck: Print a nice error message for missing closi...
2014-01-02 Hal Finkel[TableGen] Handle ValueType in CodeGenDAGPatterns GetNu...
2014-01-02 Craig TopperMark REX64_PREFIX as In64BitMode, remove hack from...
2014-01-02 Craig TopperRemove unused HasFROperands field from disassembler.
2014-01-02 Craig TopperMark PUSHFS64/PUSHGS64/POPFS64/POPGS64 as In64BitMode...
2014-01-02 Craig TopperRemove unnecessary stirng comparison from disassembler.
2014-01-02 Craig TopperMark all x86 Int_ and _Int patterns as isCodeGenOnly...
2014-01-02 Craig TopperRemove unused function argument.
2014-01-01 Craig TopperRemove modifierType/Base from X86 disassembler tables...
2014-01-01 Craig TopperRemove need for MODIFIER_OPCODE in the disassembler...
2014-01-01 Elena DemikhovskyAVX-512: Added intrinsics for vcvt, vcvtt, vrndscale...
2014-01-01 Craig TopperSecond attempt at Removing special form of AddRegFrm...
2013-12-31 Craig TopperRevert r198238 and add FP disassembler tests. It didn...
2013-12-30 Craig TopperRemove special form of AddRegFrm used by FP instruction...
2013-12-30 Craig TopperRemove EscapeFilter. It's funcionality can be covered...
2013-12-30 Craig TopperSimplify filter accepts function to just return 'condit...
2013-12-30 NAKAMURA Takumi[CMake] Generate ${BUILD_MODE}/llvm-lit for each $...
2013-12-29 Alp TokerPython compatibility fix for r198150
2013-12-29 Alp TokerProspective Python 3 fix for r198150
2013-12-29 Alp Tokerlit: Incremental test scheduling
2013-12-25 Elena DemikhovskyAVX-512: decoder for AVX-512, made by Alexey Bader.
2013-12-20 NAKAMURA TakumiInstall three utils, "FileCheck", "count", and "not...
2013-12-20 Eric Christopher[x86] Rename In32BitMode predicate to Not64BitMode
2013-12-19 Hal FinkelAdd support for positionally-encoded operands to FixedL...
2013-12-19 Hal FinkelAdd support for PointerLikeRegClass to FixedLenDecoderE...
2013-12-17 Hal FinkelSupport little-endian encodings in the FixedLenDecoderE...
2013-12-17 NAKAMURA TakumiTweak lit/TestingConfig.py Py3-compatible. has_key...
2013-12-17 Reid KlecknerAdd missing trailing comma in llvm-lit.in
2013-12-17 Reid KlecknerAdd the lit site config for unittests to bin/llvm-lit
next