.. |
AsmMatcherEmitter.cpp
|
Add missing #include's to cctype when using isdigit/alpha/etc.
|
2013-10-12 00:55:57 +00:00 |
AsmWriterEmitter.cpp
|
Remove dead code.
|
2013-12-02 05:10:04 +00:00 |
AsmWriterInst.cpp
|
Remove dead code.
|
2013-12-02 05:10:04 +00:00 |
AsmWriterInst.h
|
Remove dead code.
|
2013-12-02 05:10:04 +00:00 |
CallingConvEmitter.cpp
|
|
|
CMakeLists.txt
|
|
|
CodeEmitterGen.cpp
|
Support little-endian encodings in the FixedLenDecoderEmitter
|
2013-12-17 22:37:50 +00:00 |
CodeGenDAGPatterns.cpp
|
TableGen: remove unused variable.
|
2013-10-28 18:19:04 +00:00 |
CodeGenDAGPatterns.h
|
TableGen: Refactor DAG patterns to enable parsing one pattern at a time.
|
2013-10-28 18:07:21 +00:00 |
CodeGenInstruction.cpp
|
|
|
CodeGenInstruction.h
|
|
|
CodeGenIntrinsics.h
|
|
|
CodeGenMapTable.cpp
|
Correct word hyphenations
|
2013-12-05 05:44:44 +00:00 |
CodeGenRegisters.cpp
|
|
|
CodeGenRegisters.h
|
|
|
CodeGenSchedule.cpp
|
[weak vtables] Place class definitions into anonymous namespaces to prevent weak vtables.
|
2013-11-19 03:08:35 +00:00 |
CodeGenSchedule.h
|
|
|
CodeGenTarget.cpp
|
Support little-endian encodings in the FixedLenDecoderEmitter
|
2013-12-17 22:37:50 +00:00 |
CodeGenTarget.h
|
Support little-endian encodings in the FixedLenDecoderEmitter
|
2013-12-17 22:37:50 +00:00 |
CTagsEmitter.cpp
|
|
|
DAGISelEmitter.cpp
|
|
|
DAGISelMatcher.cpp
|
Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of MoveChild, CheckSame, MoveParent. Saves 846 bytes from the X86 DAG isel matcher, ~300 from ARM, ~840 from Hexagon.
|
2013-10-05 05:38:16 +00:00 |
DAGISelMatcher.h
|
Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of MoveChild, CheckSame, MoveParent. Saves 846 bytes from the X86 DAG isel matcher, ~300 from ARM, ~840 from Hexagon.
|
2013-10-05 05:38:16 +00:00 |
DAGISelMatcherEmitter.cpp
|
Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of MoveChild, CheckSame, MoveParent. Saves 846 bytes from the X86 DAG isel matcher, ~300 from ARM, ~840 from Hexagon.
|
2013-10-05 05:38:16 +00:00 |
DAGISelMatcherGen.cpp
|
|
|
DAGISelMatcherOpt.cpp
|
Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of MoveChild, CheckSame, MoveParent. Saves 846 bytes from the X86 DAG isel matcher, ~300 from ARM, ~840 from Hexagon.
|
2013-10-05 05:38:16 +00:00 |
DFAPacketizerEmitter.cpp
|
|
|
DisassemblerEmitter.cpp
|
|
|
FastISelEmitter.cpp
|
|
|
FixedLenDecoderEmitter.cpp
|
Add support for positionally-encoded operands to FixedLenDecoderEmitter
|
2013-12-19 16:12:53 +00:00 |
InstrInfoEmitter.cpp
|
[weak vtables] Remove a bunch of weak vtables
|
2013-11-19 00:57:56 +00:00 |
IntrinsicEmitter.cpp
|
Small improvement to InstrinsicEmitter::EmitAttributes. This change removes the “pushing” and “clearing” of the SmallVector and instead uses const arrays to pass the attributeKinds to AttributeSet::get .
|
2013-11-16 00:20:01 +00:00 |
LLVMBuild.txt
|
|
|
Makefile
|
|
|
OptParserEmitter.cpp
|
Typo.
|
2013-10-20 03:19:25 +00:00 |
PseudoLoweringEmitter.cpp
|
|
|
RegisterInfoEmitter.cpp
|
|
|
SequenceToOffsetTable.h
|
|
|
SetTheory.cpp
|
[weak vtables] Remove a bunch of weak vtables
|
2013-11-19 00:57:56 +00:00 |
SetTheory.h
|
|
|
SubtargetEmitter.cpp
|
|
|
TableGen.cpp
|
|
|
TableGenBackends.h
|
|
|
tdtags
|
|
|
TGValueTypes.cpp
|
[weak vtables] Place class definitions into anonymous namespaces to prevent weak vtables.
|
2013-11-19 03:08:35 +00:00 |
X86DisassemblerShared.h
|
|
|
X86DisassemblerTables.cpp
|
AVX-512: decoder for AVX-512, made by Alexey Bader.
|
2013-12-25 11:40:51 +00:00 |
X86DisassemblerTables.h
|
|
|
X86ModRMFilters.cpp
|
|
|
X86ModRMFilters.h
|
Simplify filter accepts function to just return 'condition' instead of branching to return true/false. No functional change.
|
2013-12-30 17:22:20 +00:00 |
X86RecognizableInstr.cpp
|
[x86] Rename In32BitMode predicate to Not64BitMode
|
2013-12-20 02:04:49 +00:00 |
X86RecognizableInstr.h
|
AVX-512: added VPCONFLICT instruction and intrinsics,
|
2013-11-03 13:46:31 +00:00 |