Constify the Optnone checks in IR passes.
[oota-llvm.git] / utils /
2014-02-24 Rafael EspindolaReplace the F_Binary flag with a F_Text one.
2014-02-20 Filip PizloStackmaps are used for OSR exits, which is a custom...
2014-02-20 Adrian Prantltest_debuginfo.pl: Make failures easier to debug by...
2014-02-20 Craig Topper[x86] Switch PAUSE instruction to use XS prefix instead...
2014-02-19 Alexey SamsonovSupport GTest for FreeBSD platforms (9.x)
2014-02-19 Craig TopperRemove special FP opcode maps and instead add enough...
2014-02-19 Craig TopperPut some of the X86 formats in a more logical order.
2014-02-19 Craig TopperRemove A6/A7 opcode maps. They can all be handled with...
2014-02-18 Rafael EspindolaRename a DebugLoc variable to DbgLoc and a DataLayout...
2014-02-18 Tim NorthoverDarwin builds: handle different possible form for SDKROOT.
2014-02-18 Craig TopperAdd an x86 prefix encoding for instructions that would...
2014-02-16 NAKAMURA Takumillvmbuild: Exclude disabled targets from LLVMExports...
2014-02-13 Craig TopperRemove unused method declaration.
2014-02-13 Craig TopperRemove filtering concept from X86 disassembler table...
2014-02-12 Craig TopperRemove special case filtering for instructions with...
2014-02-12 Craig TopperMark XACQUIRE_PREFIX/XRELEASE_PREFIX as isAsmParserOnly...
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...
next