.. |
AsmMatcherEmitter.cpp
|
Add missing #include's to cctype when using isdigit/alpha/etc.
|
2013-10-12 00:55:57 +00:00 |
AsmWriterEmitter.cpp
|
Constant propagate MachineInstrClassName.
|
2014-01-10 22:59:49 +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
|
Add FPExt option to CCValAssign::LocInfo. When generating calling-convention
|
2014-01-14 19:56:36 +00:00 |
CMakeLists.txt
|
Remove TGValueTypes.cpp from CMakeLists.txt which I forgot to do in r200036.
|
2014-01-24 20:51:32 +00:00 |
CodeEmitterGen.cpp
|
Propagate MCSubtargetInfo through TableGen's getBinaryCodeForInstr()
|
2014-01-28 23:13:18 +00:00 |
CodeGenDAGPatterns.cpp
|
Improve handling of EnforceSmallerThan. Remove all types that are smaller from the larger set not just the smallest type from the smaller set. Ensure 'smaller' vectors have the same or fewer total bits. Similar for 'larger' vectors.
|
2014-01-28 04:49:01 +00:00 |
CodeGenDAGPatterns.h
|
Improve handling of EnforceSmallerThan. Remove all types that are smaller from the larger set not just the smallest type from the smaller set. Ensure 'smaller' vectors have the same or fewer total bits. Similar for 'larger' vectors.
|
2014-01-28 04:49:01 +00:00 |
CodeGenInstruction.cpp
|
Add an instruction deprecation feature to TableGen.
|
2013-09-12 10:28:05 +00:00 |
CodeGenInstruction.h
|
Add an instruction deprecation feature to TableGen.
|
2013-09-12 10:28:05 +00:00 |
CodeGenIntrinsics.h
|
Extend 'readonly' and 'readnone' to work on function arguments as well as
|
2013-07-06 00:29:58 +00:00 |
CodeGenMapTable.cpp
|
Correct word hyphenations
|
2013-12-05 05:44:44 +00:00 |
CodeGenRegisters.cpp
|
Replace tablegen uses of EVT with MVT. Add isOverloaded() to MVT to facilitate. Remove TGValueTypes.cpp since its unused now (and may have been before).
|
2014-01-24 20:50:47 +00:00 |
CodeGenRegisters.h
|
Fix known typos
|
2014-01-24 17:20:08 +00:00 |
CodeGenSchedule.cpp
|
Fix known typos
|
2014-01-24 17:20:08 +00:00 |
CodeGenSchedule.h
|
Fix known typos
|
2014-01-24 17:20:08 +00:00 |
CodeGenTarget.cpp
|
Replace tablegen uses of EVT with MVT. Add isOverloaded() to MVT to facilitate. Remove TGValueTypes.cpp since its unused now (and may have been before).
|
2014-01-24 20:50:47 +00:00 |
CodeGenTarget.h
|
Support little-endian encodings in the FixedLenDecoderEmitter
|
2013-12-17 22:37:50 +00:00 |
CTagsEmitter.cpp
|
|
|
DAGISelEmitter.cpp
|
Use ArrayRef to simplify some code.
|
2014-01-21 07:20:05 +00:00 |
DAGISelMatcher.cpp
|
Delete the Matchers stored in the SmallVectors in SwitchOpcodeMatcher/SwitchTypeMatcher.
|
2014-01-29 07:06:07 +00:00 |
DAGISelMatcher.h
|
Delete the Matchers stored in the SmallVectors in SwitchOpcodeMatcher/SwitchTypeMatcher.
|
2014-01-29 07:06:07 +00:00 |
DAGISelMatcherEmitter.cpp
|
Couple minor formatting fixes to the XXXGenDAGISel.inc files.
|
2014-01-30 06:42:52 +00:00 |
DAGISelMatcherGen.cpp
|
Fix typo in commment tyep->type.
|
2014-01-25 17:34:23 +00:00 |
DAGISelMatcherOpt.cpp
|
Use ArrayRef to simplify some code.
|
2014-01-21 07:20:05 +00:00 |
DFAPacketizerEmitter.cpp
|
|
|
DisassemblerEmitter.cpp
|
Don't use PrintFatalError(which calls exit) for 'Primary decode conflict'. Just skip emitting the table. This way the main function will delete the output file instead of it remaining empty and confusing dependency checks if build is invoked a second time.
|
2014-01-05 01:34:12 +00:00 |
FastISelEmitter.cpp
|
Tidy up. Comment grammar.
|
2013-08-29 22:41:43 +00:00 |
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
|
Replace tablegen uses of EVT with MVT. Add isOverloaded() to MVT to facilitate. Remove TGValueTypes.cpp since its unused now (and may have been before).
|
2014-01-24 20:50:47 +00:00 |
LLVMBuild.txt
|
|
|
Makefile
|
|
|
OptParserEmitter.cpp
|
Typo.
|
2013-10-20 03:19:25 +00:00 |
PseudoLoweringEmitter.cpp
|
Change MCStreamer EmitInstruction interface to take subtarget info
|
2014-01-28 23:12:42 +00:00 |
RegisterInfoEmitter.cpp
|
Replace some unnecessary vector copies with references.
|
2013-09-15 22:04:42 +00:00 |
SequenceToOffsetTable.h
|
Add missing include
|
2013-08-28 07:03:02 +00:00 |
SetTheory.cpp
|
[weak vtables] Remove a bunch of weak vtables
|
2013-11-19 00:57:56 +00:00 |
SetTheory.h
|
|
|
SubtargetEmitter.cpp
|
Mark the x86 machine model as incomplete. PR17367.
|
2013-09-25 18:14:12 +00:00 |
TableGen.cpp
|
replace LeakSanitizerIsTurnedOffForTheCurrentProcess with __lsan_is_turned_off, but this time hide it under __has_feature(address_sanitizer); also include <sanitizer/lsan_interface.h>
|
2014-01-15 07:59:37 +00:00 |
TableGenBackends.h
|
|
|
tdtags
|
|
|
X86DisassemblerShared.h
|
Remove modifierType/Base from X86 disassembler tables as they are no longer used. Removes ~11.5K from static tables.
|
2014-01-01 21:52:57 +00:00 |
X86DisassemblerTables.cpp
|
[x86] Fix disassembly of MOV16ao16 et al.
|
2014-01-20 12:02:53 +00:00 |
X86DisassemblerTables.h
|
Add XOP disassembler support. Fixes PR13933.
|
2013-10-03 05:17:48 +00:00 |
X86ModRMFilters.cpp
|
Second attempt at Removing special form of AddRegFrm used by FP instructions. These instructions can be handled by MRMXr instead.
|
2014-01-01 14:22:37 +00:00 |
X86ModRMFilters.h
|
Second attempt at Removing special form of AddRegFrm used by FP instructions. These instructions can be handled by MRMXr instead.
|
2014-01-01 14:22:37 +00:00 |
X86RecognizableInstr.cpp
|
Merge x86 HasOpSizePrefix/HasOpSize16Prefix into a 2-bit OpSize field with 0 meaning no 0x66 prefix in any mode. Rename Opsize16->OpSize32 and OpSize->OpSize16. The classes now refer to their operand size rather than the mode in which they need a 0x66 prefix. Hopefully can merge REX_W into this as OpSize64.
|
2014-02-02 09:25:09 +00:00 |
X86RecognizableInstr.h
|
TableGen/X86RecognizableInstr.h: Prune out-of-date "@param isSSE". [-Wdocumentation]
|
2014-02-02 10:53:36 +00:00 |