projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
AVX-512: Fixed encoding of VPCMPEQ and VPCMPGT
[oota-llvm.git]
/
utils
/
2014-02-20
Filip Pizlo
Stackmaps are used for OSR exits, which is a custom...
tree
|
commitdiff
2014-02-20
Adrian Prantl
test_debuginfo.pl: Make failures easier to debug by...
tree
|
commitdiff
2014-02-20
Craig Topper
[x86] Switch PAUSE instruction to use XS prefix instead...
tree
|
commitdiff
2014-02-19
Alexey Samsonov
Support GTest for FreeBSD platforms (9.x)
tree
|
commitdiff
2014-02-19
Craig Topper
Remove special FP opcode maps and instead add enough...
tree
|
commitdiff
2014-02-19
Craig Topper
Put some of the X86 formats in a more logical order.
tree
|
commitdiff
2014-02-19
Craig Topper
Remove A6/A7 opcode maps. They can all be handled with...
tree
|
commitdiff
2014-02-18
Rafael Espindola
Rename a DebugLoc variable to DbgLoc and a DataLayout...
tree
|
commitdiff
2014-02-18
Tim Northover
Darwin builds: handle different possible form for SDKROOT.
tree
|
commitdiff
2014-02-18
Craig Topper
Add an x86 prefix encoding for instructions that would...
tree
|
commitdiff
2014-02-16
NAKAMURA Takumi
llvmbuild: Exclude disabled targets from LLVMExports...
tree
|
commitdiff
2014-02-13
Craig Topper
Remove unused method declaration.
tree
|
commitdiff
2014-02-13
Craig Topper
Remove filtering concept from X86 disassembler table...
tree
|
commitdiff
2014-02-12
Craig Topper
Remove special case filtering for instructions with...
tree
|
commitdiff
2014-02-12
Craig Topper
Mark XACQUIRE_PREFIX/XRELEASE_PREFIX as isAsmParserOnly...
tree
|
commitdiff
2014-02-10
NAKAMURA Takumi
[CMake] Add dependencies to gtest.
tree
|
commitdiff
2014-02-10
NAKAMURA Takumi
[CMake] LLVMSupport should be responsible to provide...
tree
|
commitdiff
2014-02-10
Craig Topper
Recommit r201059 and r201060 with hopefully a fix for...
tree
|
commitdiff
2014-02-10
Bob Wilson
Revert r201059 and r201060.
tree
|
commitdiff
2014-02-10
Craig Topper
Simplify a bunch of code by removing the need for the...
tree
|
commitdiff
2014-02-10
Craig Topper
Add MRMXr/MRMXm form to X86 for use by instructions...
tree
|
commitdiff
2014-02-09
NAKAMURA Takumi
Provide CMake package modules in install tree
tree
|
commitdiff
2014-02-09
Craig Topper
Remove unnecessary include.
tree
|
commitdiff
2014-02-09
Craig Topper
Remove some unnecessary code. The conditions it was...
tree
|
commitdiff
2014-02-07
Nikola Smiljanic
Improve existing visualizers by:
tree
|
commitdiff
2014-02-07
Oliver Stannard
LLVM-1163: AAPCS-VFP violation when CPRC allocated...
tree
|
commitdiff
2014-02-06
Craig Topper
Delete all of the CodeGenInstructions from CodeGenTarge...
tree
|
commitdiff
2014-02-05
Craig Topper
Shrink the size of CodeGenInstruction a little bit...
tree
|
commitdiff
2014-02-05
Craig Topper
Get rid of a vector copy by just making a pointer out...
tree
|
commitdiff
2014-02-05
Craig Topper
Fix a vector that was passed by value instead of reference.
tree
|
commitdiff
2014-02-05
Craig Topper
Fix a doxygen comment referencing the wrong method...
tree
|
commitdiff
2014-02-05
Craig Topper
Add CheckChildInteger to ISelMatcher operations. Remove...
tree
|
commitdiff
2014-02-02
NAKAMURA Takumi
TableGen/X86RecognizableInstr.h: Prune out-of-date...
tree
|
commitdiff
2014-02-02
Craig Topper
Merge x86 HasOpSizePrefix/HasOpSize16Prefix into a...
tree
|
commitdiff
2014-02-02
Craig Topper
Simplify some code since VEX and EVEX instructions...
tree
|
commitdiff
2014-02-02
Craig Topper
Merge HasVEXPrefix/HasEVEXPrefix/HasXOPPrefix into...
tree
|
commitdiff
2014-01-31
Craig Topper
Separate x86 opcode maps and 0x66/0xf2/0xf3 prefixes...
tree
|
commitdiff
2014-01-31
Craig Topper
Move REP out of the Prefix field of the X86 format...
tree
|
commitdiff
2014-01-30
Renato Golin
Comment out unused macro because of warning
tree
|
commitdiff
2014-01-30
Craig Topper
Couple minor formatting fixes to the XXXGenDAGISel...
tree
|
commitdiff
2014-01-29
Craig Topper
Delete the Matchers stored in the SmallVectors in Switc...
tree
|
commitdiff
2014-01-28
David Woodhouse
Propagate MCSubtargetInfo through TableGen's getBinaryC...
tree
|
commitdiff
2014-01-28
David Woodhouse
Change MCStreamer EmitInstruction interface to take...
tree
|
commitdiff
2014-01-28
Owen Anderson
Use the proper SDK when building iOS sim builds of...
tree
|
commitdiff
2014-01-28
Craig Topper
Improve handling of EnforceSmallerThan. Remove all...
tree
|
commitdiff
2014-01-25
Craig Topper
Don't use EnforceSmallerThan for EnforceVectorSubVector...
tree
|
commitdiff
2014-01-25
Craig Topper
Fix typo in commment tyep->type.
tree
|
commitdiff
2014-01-25
Craig Topper
Use isConcrete and getConcrete instead of using TypeVec...
tree
|
commitdiff
2014-01-25
Craig Topper
Fix EnforceSmallerThan to check !hasVectorTypes on...
tree
|
commitdiff
2014-01-24
Craig Topper
Remove TGValueTypes.cpp from CMakeLists.txt which I...
tree
|
commitdiff
2014-01-24
Craig Topper
Replace tablegen uses of EVT with MVT. Add isOverloaded...
tree
|
commitdiff
2014-01-24
Alp Toker
Fix known typos
tree
|
commitdiff
2014-01-22
David Woodhouse
]x86] Allow segment and address-size overrides for...
tree
|
commitdiff
2014-01-22
David Woodhouse
[x86] Allow address-size overrides for STOS[BWLQ] ...
tree
|
commitdiff
2014-01-22
David Woodhouse
[x86] Allow segment and address-size overrides for...
tree
|
commitdiff
2014-01-21
Craig Topper
Use ArrayRef to simplify some code.
tree
|
commitdiff
2014-01-20
David Woodhouse
[x86] Fix disassembly of MOV16ao16 et al.
tree
|
commitdiff
2014-01-16
Craig Topper
Allow x86 mov instructions to/from memory with absolute...
tree
|
commitdiff
2014-01-15
Kostya Serebryany
replace LeakSanitizerIsTurnedOffForTheCurrentProcess...
tree
|
commitdiff
2014-01-15
Craig Topper
Simplify x86 disassembler table handling of when to...
tree
|
commitdiff
2014-01-14
Joey Gouly
Add the lld root to llvm-lit, so llvm-lit can be used
tree
|
commitdiff
2014-01-14
Lang Hames
Add FPExt option to CCValAssign::LocInfo. When generati...
tree
|
commitdiff
2014-01-14
Craig Topper
Remove stray comma in enum to satisfy -Wpedantic.
tree
|
commitdiff
2014-01-14
Craig Topper
Separate the concept of 16-bit/32-bit operand size...
tree
|
commitdiff
2014-01-13
Elena Demikhovsky
AVX-512: Embedded Rounding Control - encoding and printing
tree
|
commitdiff
2014-01-11
Alp Toker
lit: Provide source locations in cfg files with older...
tree
|
commitdiff
2014-01-11
Alp Toker
lit: execfile() isn't present in Python 3.3
tree
|
commitdiff
2014-01-10
Roman Divacky
Constant propagate MachineInstrClassName.
tree
|
commitdiff
2014-01-10
Rafael Espindola
All backends use MC now.
tree
|
commitdiff
2014-01-10
NAKAMURA Takumi
Sink add_llvm_library(gtest_main) to UnitTestMain/CMake...
tree
|
commitdiff
2014-01-10
Kostya Serebryany
reapply r198858: Disable LeakSanitizer in TableGen...
tree
|
commitdiff
2014-01-09
Alp Toker
Revert "Disable LeakSanitizer in TableGen binaries...
tree
|
commitdiff
2014-01-09
Kostya Serebryany
Disable LeakSanitizer in TableGen binaries, see PR18325
tree
|
commitdiff
2014-01-08
Alp Toker
lit: Provide file location in cfg error messages
tree
|
commitdiff
2014-01-08
David Woodhouse
[x86] Fix MOV8ao8 et al for 16-bit mode, fix up disasse...
tree
|
commitdiff
2014-01-06
Craig Topper
The rest of r198588. Remove SegOvrBits from X86 TSFlags...
tree
|
commitdiff
2014-01-05
Craig Topper
Use patterns to remove some duplicate instructions.
tree
|
commitdiff
2014-01-05
Craig Topper
Fix encoding for PUSH64i16. Add In64BitMode Predicate...
tree
|
commitdiff
2014-01-05
Craig Topper
Remove no longer needed x86 disassembler hack.
tree
|
commitdiff
2014-01-05
Craig Topper
Mark x86 _alt instructions as AsmParserOnly so they...
tree
|
commitdiff
2014-01-05
Craig Topper
Use new ForceDisassemble flag on the 2-byte forms of...
tree
|
commitdiff
2014-01-05
Craig Topper
Add a new x86 specific instruction flag to force some...
tree
|
commitdiff
2014-01-05
Craig Topper
Mark the 64-bit x86 push/pop instructions as In64BitMod...
tree
|
commitdiff
2014-01-05
Craig Topper
Don't use PrintFatalError(which calls exit) for 'Primar...
tree
|
commitdiff
2014-01-04
Craig Topper
Tag x86 move to/from debug/control registers with Not64...
tree
|
commitdiff
2014-01-04
Craig Topper
Remove JMP64pcrel32 (jmpq ). There are no tests for...
tree
|
commitdiff
2014-01-03
Adrian Prantl
FileCheck: Print a nice error message for missing closi...
tree
|
commitdiff
2014-01-02
Hal Finkel
[TableGen] Handle ValueType in CodeGenDAGPatterns GetNu...
tree
|
commitdiff
2014-01-02
Craig Topper
Mark REX64_PREFIX as In64BitMode, remove hack from...
tree
|
commitdiff
2014-01-02
Craig Topper
Remove unused HasFROperands field from disassembler.
tree
|
commitdiff
2014-01-02
Craig Topper
Mark PUSHFS64/PUSHGS64/POPFS64/POPGS64 as In64BitMode...
tree
|
commitdiff
2014-01-02
Craig Topper
Remove unnecessary stirng comparison from disassembler.
tree
|
commitdiff
2014-01-02
Craig Topper
Mark all x86 Int_ and _Int patterns as isCodeGenOnly...
tree
|
commitdiff
2014-01-02
Craig Topper
Remove unused function argument.
tree
|
commitdiff
2014-01-01
Craig Topper
Remove modifierType/Base from X86 disassembler tables...
tree
|
commitdiff
2014-01-01
Craig Topper
Remove need for MODIFIER_OPCODE in the disassembler...
tree
|
commitdiff
2014-01-01
Elena Demikhovsky
AVX-512: Added intrinsics for vcvt, vcvtt, vrndscale...
tree
|
commitdiff
2014-01-01
Craig Topper
Second attempt at Removing special form of AddRegFrm...
tree
|
commitdiff
2013-12-31
Craig Topper
Revert r198238 and add FP disassembler tests. It didn...
tree
|
commitdiff
2013-12-30
Craig Topper
Remove special form of AddRegFrm used by FP instruction...
tree
|
commitdiff
next