index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
utils
/
TableGen
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[modules] Add module maps for LLVM. These are not quite ready for prime-time
Richard Smith
2014-05-21
1
-0
/
+4
*
Clean up language and grammar.
Eric Christopher
2014-05-20
1
-2
/
+2
*
TableGen: permit non-leaf ComplexPattern uses
Tim Northover
2014-05-20
3
-56
/
+165
*
TableGen: convert InstAlias's Emit bit to an int.
Tim Northover
2014-05-20
1
-13
/
+31
*
Fix typos.
Eric Christopher
2014-05-19
1
-2
/
+1
*
TableGen: fix operand counting for aliases
Tim Northover
2014-05-16
1
-32
/
+7
*
TableGen: use correct MIOperand when printing aliases
Tim Northover
2014-05-15
3
-9
/
+36
*
TableGen/ARM64: print aliases even if they have syntax variants.
Tim Northover
2014-05-15
4
-35
/
+54
*
Fix typos
Alp Toker
2014-05-15
1
-1
/
+1
*
Teach the table generator to not generate switch statements containing only a...
Aaron Ballman
2014-05-13
1
-12
/
+15
*
TableGen: strengthen assert
Tim Northover
2014-05-13
1
-1
/
+1
*
Fix gcc -Wparentheses warning.
Jay Foad
2014-05-13
1
-1
/
+2
*
TableGen: use PrintMethods to print more aliases
Tim Northover
2014-05-12
1
-18
/
+79
*
Move late partial-unrolling thresholds into the processor definitions
Hal Finkel
2014-05-08
1
-0
/
+1
*
Debug.h already includes raw_ostream.h, no need to include it again.
Eric Christopher
2014-05-07
1
-1
/
+0
*
ArrayRef-ize the Feature and Processor tables for SubtargetFeatures.
Eric Christopher
2014-05-06
1
-12
/
+12
*
AArch64/ARM64: implement diagnosis of unpredictable loads & stores
Tim Northover
2014-05-06
1
-4
/
+7
*
[C++11] Use 'nullptr' in tablegen output files.
Craig Topper
2014-04-30
3
-11
/
+11
*
raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...
Benjamin Kramer
2014-04-29
1
-0
/
+1
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
7
-12
/
+14
*
Simplify DFAPacketizerEmitter State copy/move semantics to use compiler defau...
David Blaikie
2014-04-21
1
-6
/
+0
*
[Modules] Make Support/Debug.h modular. This requires it to not change
Chandler Carruth
2014-04-21
4
-0
/
+8
*
Fix builds that use an stl missing std::set::emplace
David Blaikie
2014-04-21
1
-1
/
+1
*
Store State objects by value in TableGen's DFAPacketizerEmitter
David Blaikie
2014-04-21
1
-34
/
+30
*
Use Regex objects by value (rather than 'new'ed) in CodeGenSchedule.
David Blaikie
2014-04-21
1
-6
/
+4
*
More C++ification.
Richard Smith
2014-04-20
1
-1
/
+2
*
Don't provide two different definitions of ModRMDecision, OpcodeDecision, and...
Richard Smith
2014-04-20
1
-6
/
+23
*
Don't define llvm::X86Disassembler::InstructionSpecifier in different ways in
Richard Smith
2014-04-20
1
-11
/
+12
*
Fix redefinition of default argument, found by modules build. It's not
Richard Smith
2014-04-20
1
-5
/
+4
*
c++11: Tidy up tblgen w/ range loops.
Jim Grosbach
2014-04-18
1
-62
/
+53
*
iterator access to scheduling classes
Jim Grosbach
2014-04-18
1
-0
/
+22
*
iterator_range accessor for CodeGenTarget instruction list.
Jim Grosbach
2014-04-18
2
-1
/
+3
*
iterator based accessors for CodeGenInstruction operand list.
Jim Grosbach
2014-04-18
1
-0
/
+7
*
remove some dead code
Nuno Lopes
2014-04-17
3
-22
/
+0
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-16
4
-16
/
+19
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
18
-92
/
+92
*
Retire llvm::array_endof in favor of non-member std::end.
Benjamin Kramer
2014-04-12
1
-4
/
+4
*
Make consistent use of MCPhysReg instead of uint16_t throughout the tree.
Craig Topper
2014-04-04
2
-7
/
+7
*
tblgen: Twinify PrintFatalError.
Benjamin Kramer
2014-03-29
6
-34
/
+38
*
TableGen: don't save a StringRef to a local std::string.
Tim Northover
2014-03-29
1
-2
/
+2
*
TableGen: avoid dereferencing nullptr variable
Tim Northover
2014-03-29
1
-6
/
+10
*
Intrinsics: add LLVMHalfElementsVectorType constraint
Tim Northover
2014-03-29
1
-1
/
+4
*
Intrinsics: expand semantics of LLVMExtendedVectorType (& trunc)
Tim Northover
2014-03-28
2
-10
/
+10
*
remove a bunch of unused private methods
Nuno Lopes
2014-03-23
1
-2
/
+0
*
[TableGen] Don't assert, produce an error, when an instruction has too few op...
Hal Finkel
2014-03-22
1
-1
/
+12
*
Expose "noduplicate" attribute as a property for intrinsics.
Eli Bendersky
2014-03-18
3
-1
/
+17
*
Replace ValueTypes.h with MachineValueType.h if possible.
Patrik Hagglund
2014-03-15
4
-4
/
+4
*
[TableGen] Optionally forbid overlap between named and positional operands
Hal Finkel
2014-03-13
2
-3
/
+38
*
Fix a false error reported by the tblgen backend for machine model
Andrew Trick
2014-03-13
1
-0
/
+12
*
Remove copy ctors that did the same thing as the default one.
Benjamin Kramer
2014-03-11
1
-5
/
+0
[prev]
[next]