index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
TableGen
/
Record.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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