.. |
AsmMatcherEmitter.cpp
|
Now that we have C++11, turn simple functors into lambdas and remove a ton of boilerplate.
|
2014-03-01 11:47:00 +00:00 |
AsmWriterEmitter.cpp
|
Get rid of a vector copy by just making a pointer out of the reference returned by getInstructionsByEnumValue instead of assigning it to a new vector.
|
2014-02-05 07:56:49 +00:00 |
AsmWriterInst.cpp
|
|
|
AsmWriterInst.h
|
|
|
CallingConvEmitter.cpp
|
LLVM-1163: AAPCS-VFP violation when CPRC allocated to stack
|
2014-02-07 11:19:53 +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
|
Add an OutPatFrag TableGen class
|
2014-02-28 00:26:56 +00:00 |
CodeGenDAGPatterns.h
|
Add an OutPatFrag TableGen class
|
2014-02-28 00:26:56 +00:00 |
CodeGenInstruction.cpp
|
Shrink the size of CodeGenInstruction a little bit by using bitfields. 32 bools seemed excessive.
|
2014-02-05 09:10:40 +00:00 |
CodeGenInstruction.h
|
Shrink the size of CodeGenInstruction a little bit by using bitfields. 32 bools seemed excessive.
|
2014-02-05 09:10:40 +00:00 |
CodeGenIntrinsics.h
|
|
|
CodeGenMapTable.cpp
|
Unbreak the C++11 build.
|
2014-03-03 13:59:41 +00:00 |
CodeGenRegisters.cpp
|
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
|
2014-03-02 12:27:27 +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
|
Now that we have C++11, turn simple functors into lambdas and remove a ton of boilerplate.
|
2014-03-01 11:47:00 +00:00 |
CodeGenTarget.h
|
|
|
CTagsEmitter.cpp
|
Remove unnecessary include.
|
2014-02-09 07:55:19 +00:00 |
DAGISelEmitter.cpp
|
|
|
DAGISelMatcher.cpp
|
Add CheckChildInteger to ISelMatcher operations. Removes nearly 2000 bytes from X86 matcher table.
|
2014-02-05 05:44:28 +00:00 |
DAGISelMatcher.h
|
Add CheckChildInteger to ISelMatcher operations. Removes nearly 2000 bytes from X86 matcher table.
|
2014-02-05 05:44:28 +00:00 |
DAGISelMatcherEmitter.cpp
|
Add CheckChildInteger to ISelMatcher operations. Removes nearly 2000 bytes from X86 matcher table.
|
2014-02-05 05:44:28 +00:00 |
DAGISelMatcherGen.cpp
|
Fix typo in commment tyep->type.
|
2014-01-25 17:34:23 +00:00 |
DAGISelMatcherOpt.cpp
|
Add CheckChildInteger to ISelMatcher operations. Removes nearly 2000 bytes from X86 matcher table.
|
2014-02-05 05:44:28 +00:00 |
DFAPacketizerEmitter.cpp
|
|
|
DisassemblerEmitter.cpp
|
|
|
FastISelEmitter.cpp
|
Rename a DebugLoc variable to DbgLoc and a DataLayout to DL.
|
2014-02-18 22:05:46 +00:00 |
FixedLenDecoderEmitter.cpp
|
Remove unnecessary include.
|
2014-02-09 07:55:19 +00:00 |
InstrInfoEmitter.cpp
|
Fix a vector that was passed by value instead of reference.
|
2014-02-05 07:27:49 +00:00 |
IntrinsicEmitter.cpp
|
Now that we have C++11, turn simple functors into lambdas and remove a ton of boilerplate.
|
2014-03-01 11:47:00 +00:00 |
LLVMBuild.txt
|
|
|
Makefile
|
|
|
OptParserEmitter.cpp
|
|
|
PseudoLoweringEmitter.cpp
|
Change MCStreamer EmitInstruction interface to take subtarget info
|
2014-01-28 23:12:42 +00:00 |
RegisterInfoEmitter.cpp
|
Fix indentation.
|
2014-02-27 03:30:36 +00:00 |
SequenceToOffsetTable.h
|
|
|
SetTheory.cpp
|
|
|
SetTheory.h
|
|
|
SubtargetEmitter.cpp
|
|
|
TableGen.cpp
|
|
|
TableGenBackends.h
|
|
|
tdtags
|
|
|
X86DisassemblerShared.h
|
Remove filtering concept from X86 disassembler table generation. It's no longer necessary.
|
2014-02-13 07:07:16 +00:00 |
X86DisassemblerTables.cpp
|
Remove A6/A7 opcode maps. They can all be handled with a TB map, opcode of 0xa6/0xa7, and adding MRM_C0/MRM_E0 forms. Removes 376K from the disassembler tables.
|
2014-02-19 05:34:21 +00:00 |
X86DisassemblerTables.h
|
Remove A6/A7 opcode maps. They can all be handled with a TB map, opcode of 0xa6/0xa7, and adding MRM_C0/MRM_E0 forms. Removes 376K from the disassembler tables.
|
2014-02-19 05:34:21 +00:00 |
X86ModRMFilters.cpp
|
|
|
X86ModRMFilters.h
|
|
|
X86RecognizableInstr.cpp
|
[x86] Simplify disassembler code slightly.
|
2014-02-26 06:01:21 +00:00 |
X86RecognizableInstr.h
|
[x86] Switch PAUSE instruction to use XS prefix instead of HasREPPrefix. Remove HasREPPrefix support from disassembler table generator since its now only used by CodeGenOnly instructions.
|
2014-02-20 07:59:43 +00:00 |