.. |
AsmMatcherEmitter.cpp
|
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
|
2014-04-15 07:20:03 +00:00 |
AsmWriterEmitter.cpp
|
remove some dead code
|
2014-04-17 22:26:44 +00:00 |
AsmWriterInst.cpp
|
|
|
AsmWriterInst.h
|
|
|
CallingConvEmitter.cpp
|
Make consistent use of MCPhysReg instead of uint16_t throughout the tree.
|
2014-04-04 05:16:06 +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
|
remove a bunch of unused private methods
|
2014-03-23 17:09:26 +00:00 |
CodeGenDAGPatterns.cpp
|
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
|
2014-04-15 07:20:03 +00:00 |
CodeGenDAGPatterns.h
|
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
|
2014-04-16 04:21:27 +00:00 |
CodeGenInstruction.cpp
|
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
|
2014-04-15 07:20:03 +00:00 |
CodeGenInstruction.h
|
iterator_range accessor for CodeGenTarget instruction list.
|
2014-04-18 02:09:02 +00:00 |
CodeGenIntrinsics.h
|
Expose "noduplicate" attribute as a property for intrinsics.
|
2014-03-18 23:51:07 +00:00 |
CodeGenMapTable.cpp
|
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
|
2014-04-15 07:20:03 +00:00 |
CodeGenRegisters.cpp
|
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
|
2014-04-15 07:20:03 +00:00 |
CodeGenRegisters.h
|
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
|
2014-04-16 04:21:27 +00:00 |
CodeGenSchedule.cpp
|
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
|
2014-04-15 07:20:03 +00:00 |
CodeGenSchedule.h
|
iterator access to scheduling classes
|
2014-04-18 02:09:04 +00:00 |
CodeGenTarget.cpp
|
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
|
2014-04-15 07:20:03 +00:00 |
CodeGenTarget.h
|
iterator_range accessor for CodeGenTarget instruction list.
|
2014-04-18 02:09:02 +00:00 |
CTagsEmitter.cpp
|
Remove unnecessary include.
|
2014-02-09 07:55:19 +00:00 |
DAGISelEmitter.cpp
|
Use ArrayRef to simplify some code.
|
2014-01-21 07:20:05 +00:00 |
DAGISelMatcher.cpp
|
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
|
2014-04-15 07:20:03 +00:00 |
DAGISelMatcher.h
|
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
|
2014-04-16 04:21:27 +00:00 |
DAGISelMatcherEmitter.cpp
|
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
|
2014-04-15 07:20:03 +00:00 |
DAGISelMatcherGen.cpp
|
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
|
2014-04-15 07:20:03 +00:00 |
DAGISelMatcherOpt.cpp
|
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
|
2014-04-15 07:20:03 +00:00 |
DFAPacketizerEmitter.cpp
|
remove some dead code
|
2014-04-17 22:26:44 +00:00 |
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
|
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
|
2014-04-15 07:20:03 +00:00 |
FixedLenDecoderEmitter.cpp
|
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
|
2014-04-15 07:20:03 +00:00 |
InstrInfoEmitter.cpp
|
c++11: Tidy up tblgen w/ range loops.
|
2014-04-18 02:09:07 +00:00 |
IntrinsicEmitter.cpp
|
Fix redefinition of default argument, found by modules build. It's not
|
2014-04-20 20:26:39 +00:00 |
LLVMBuild.txt
|
|
|
Makefile
|
|
|
OptParserEmitter.cpp
|
[cleanup] Re-sort all the includes with utils/sort_includes.py.
|
2014-03-04 10:07:28 +00:00 |
PseudoLoweringEmitter.cpp
|
Change MCStreamer EmitInstruction interface to take subtarget info
|
2014-01-28 23:12:42 +00:00 |
RegisterInfoEmitter.cpp
|
Make consistent use of MCPhysReg instead of uint16_t throughout the tree.
|
2014-04-04 05:16:06 +00:00 |
SequenceToOffsetTable.h
|
|
|
SetTheory.cpp
|
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
|
2014-04-15 07:20:03 +00:00 |
SetTheory.h
|
|
|
SubtargetEmitter.cpp
|
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
|
2014-04-15 07:20:03 +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
|
More C++ification.
|
2014-04-20 22:10:16 +00:00 |
X86DisassemblerTables.cpp
|
AVX-512: Added rrk, rrkz, rmk, rmkz, rmbk, rmbkz versions of AVX512 FP packed instructions, added encoding tests for them.
|
2014-03-06 08:45:30 +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
|
[C++11] Add 'override' keywords to tablegen code.
|
2014-03-05 05:17:42 +00:00 |
X86RecognizableInstr.cpp
|
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
|
2014-04-15 07:20:03 +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 |