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
/
lib
/
TableGen
/
Record.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Update BitRecTy::convertValue to allow if expressions with bit values on both...
Pete Cooper
2014-08-07
1
-0
/
+10
*
TableGen: Change { } to only accept bits<n> entries when n == 1.
Pete Cooper
2014-08-07
1
-1
/
+4
*
Allow binary and for tblgen math.
Joerg Sonnenberger
2014-08-05
1
-0
/
+3
*
[TableGen] Allow shift operators to take bits<n>
Adam Nemet
2014-07-17
1
-2
/
+4
*
Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the...
Craig Topper
2014-06-19
1
-8
/
+2
*
Use a vector of unique_ptrs to fix a memory leak introduced in r208179.
Daniel Sanders
2014-05-08
1
-2
/
+2
*
[tablegen] Add !listconcat operator with the similar semantics as !strconcat
Daniel Sanders
2014-05-07
1
-0
/
+13
*
[C++11] Make use of 'nullptr' in TableGen library.
Craig Topper
2014-04-09
1
-90
/
+83
*
tblgen: Twinify PrintFatalError.
Benjamin Kramer
2014-03-29
1
-19
/
+19
*
Fix odd indentation.
Craig Topper
2014-02-27
1
-1
/
+1
*
Fix most memory leaks in tablegen.
Rafael Espindola
2013-10-31
1
-11
/
+20
*
Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...
Benjamin Kramer
2013-02-15
1
-5
/
+3
*
Add an addition operator to TableGen
Hal Finkel
2013-01-25
1
-0
/
+3
*
Simplify TableGen type-compatibility checks.
Sean Silva
2013-01-07
1
-7
/
+38
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-5
/
+5
*
Remove exception handling usage from tblgen.
Joerg Sonnenberger
2012-10-25
1
-73
/
+74
*
tblgen: Use semantically correct RTTI functions.
Sean Silva
2012-10-10
1
-30
/
+16
*
tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.
Sean Silva
2012-10-10
1
-68
/
+68
*
tblgen: Use appropriate LLVM-style RTTI functions.
Sean Silva
2012-10-05
1
-21
/
+9
*
tblgen: Replace uses of dynamic_cast<XXXRecTy> with dyn_cast<>.
Sean Silva
2012-10-05
1
-20
/
+20
*
De-nest if's and fix mix-up
Sean Silva
2012-09-19
1
-41
/
+37
*
Re-work bit/bits value resolving in tblgen
Michael Liao
2012-09-06
1
-114
/
+83
*
Tristate mayLoad, mayStore, and hasSideEffects.
Jakob Stoklund Olesen
2012-08-23
1
-0
/
+17
*
TableGen: Location information for diagnostic.
Jim Grosbach
2012-07-12
1
-1
/
+1
*
Fix infinite loop in nested multiclasses.
Jakob Stoklund Olesen
2012-03-07
1
-6
/
+2
*
Switch the TableGen record's string-based DenseMap key to use the new
Chandler Carruth
2012-03-05
1
-5
/
+11
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-07
1
-1
/
+1
*
Implement String Cast from Integer
David Greene
2012-01-30
1
-0
/
+5
*
Removing unused default switch cases in switches over enums that already acco...
David Blaikie
2012-01-16
1
-3
/
+0
*
Delete CodeInit and CodeRecTy from TableGen.
Jakob Stoklund Olesen
2012-01-13
1
-30
/
+0
*
Use uniqued StringInit pointers for lookups.
Jakob Stoklund Olesen
2012-01-13
1
-20
/
+8
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+10
*
ARM vldm and vstm VFP instructions can take a data type suffix.
Jim Grosbach
2011-11-11
1
-1
/
+1
*
Add NAME Member
David Greene
2011-10-19
1
-0
/
+5
*
Resolve Record Names
David Greene
2011-10-19
1
-0
/
+6
*
Allow Names Changes on Unregistered Records
David Greene
2011-10-19
1
-4
/
+3
*
Fix Name Access
David Greene
2011-10-19
1
-1
/
+1
*
Fix Name Access
David Greene
2011-10-19
1
-1
/
+1
*
Fix Name Access
David Greene
2011-10-19
1
-1
/
+1
*
Add Record Init
David Greene
2011-10-19
1
-0
/
+4
*
Make Template Arg Names Inits
David Greene
2011-10-19
1
-3
/
+6
*
Add Utility to Scope Names
David Greene
2011-10-19
1
-0
/
+36
*
Make VarInit Name an Init
David Greene
2011-10-19
1
-1
/
+13
*
Add Value Accessors
David Greene
2011-10-19
1
-0
/
+12
*
Fix List-of-List Processing
David Greene
2011-10-06
1
-1
/
+3
*
Allow Operator Arguments
David Greene
2011-10-04
1
-5
/
+13
*
Move TableGen's parser and entry point into a library
Peter Collingbourne
2011-10-01
1
-0
/
+2009
[prev]