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
/
include
/
llvm
/
TableGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sure TableGen exits with an error code after printing errors.
Jakob Stoklund Olesen
2013-03-20
1
-0
/
+1
*
Add SchedRW as an Instruction field.
Jakob Stoklund Olesen
2013-03-15
1
-0
/
+5
*
Fix comment formatting
Eli Bendersky
2013-02-05
1
-6
/
+3
*
Add an addition operator to TableGen
Hal Finkel
2013-01-25
1
-1
/
+1
*
TableGen: Keep track of superclass reference ranges.
Jordan Rose
2013-01-10
1
-4
/
+7
*
TableGen: record anonymous instantiations of classes.
Jordan Rose
2013-01-10
1
-5
/
+12
*
Fix include guards so they exactly match file names.
Jakub Staszak
2013-01-10
1
-2
/
+2
*
Simplify TableGen type-compatibility checks.
Sean Silva
2013-01-07
1
-68
/
+7
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
2
-3
/
+3
*
Remove exception handling usage from tblgen.
Joerg Sonnenberger
2012-10-25
1
-13
/
+0
*
In preparation for removing exception handling in tablegen, add
Joerg Sonnenberger
2012-10-25
1
-0
/
+3
*
Remove unnecessary classof()'s
Sean Silva
2012-10-11
1
-8
/
+0
*
tblgen: Put dyn_cast<> machinery in place for Init hierarchy.
Sean Silva
2012-10-10
1
-20
/
+118
*
Move misplaced comment.
Sean Silva
2012-10-09
1
-2
/
+2
*
tblgen: Use appropriate LLVM-style RTTI functions.
Sean Silva
2012-10-05
1
-5
/
+5
*
tblgen: Replace uses of dynamic_cast<XXXRecTy> with dyn_cast<>.
Sean Silva
2012-10-05
1
-5
/
+5
*
tblgen: Put dyn_cast<> infrastructure in place for RecTy hierarchy.
Sean Silva
2012-10-05
1
-8
/
+62
*
tblgen: Remove last traces of old TableGenMain API.
Sean Silva
2012-10-03
2
-40
/
+0
*
tblgen: Put new TableGenMain API in place.
Sean Silva
2012-10-03
1
-0
/
+8
*
Implement a correct copy constructor for Record. Now that we're using the ID...
Owen Anderson
2012-09-19
1
-0
/
+8
*
Refactor Record* by-ID comparator to Record.h
Sean Silva
2012-09-19
1
-0
/
+10
*
Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators...
Craig Topper
2012-09-16
1
-38
/
+36
*
Add explicit virtual keywords for methods that override base class.
Craig Topper
2012-09-16
1
-24
/
+25
*
Fixing a type width warning with MSVC.
Aaron Ballman
2012-09-09
1
-1
/
+1
*
Re-work bit/bits value resolving in tblgen
Michael Liao
2012-09-06
1
-60
/
+59
*
Tristate mayLoad, mayStore, and hasSideEffects.
Jakob Stoklund Olesen
2012-08-23
1
-0
/
+6
*
Print out the location of expanded multiclass defs in TableGen errors.
Jakob Stoklund Olesen
2012-08-22
2
-12
/
+17
*
Eliminate struct TableGenBackend.
Jakob Stoklund Olesen
2012-06-13
1
-23
/
+5
*
Write llvm-tblgen backends as functions instead of sub-classes.
Jakob Stoklund Olesen
2012-06-11
1
-0
/
+4
*
Don't put TGParser scratch results in the output.
Jakob Stoklund Olesen
2012-05-24
1
-4
/
+6
*
Move llvm-tblgen's StringMatcher into the TableGen library so it can
Douglas Gregor
2012-05-02
1
-0
/
+54
*
Tidy up. Trailing whitespace.
Jim Grosbach
2012-04-18
1
-2
/
+2
*
TableGen add warning diagnostic helper functions.
Jim Grosbach
2012-04-18
1
-0
/
+5
*
Add Foreach Loop
David Greene
2012-02-22
1
-0
/
+1
*
StringRef'ize EmitSourceFileHeader().
Ahmed Charles
2012-02-19
1
-2
/
+1
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-05
1
-19
/
+11
*
Delete CodeInit and CodeRecTy from TableGen.
Jakob Stoklund Olesen
2012-01-13
1
-87
/
+0
*
Use uniqued StringInit pointers for lookups.
Jakob Stoklund Olesen
2012-01-13
1
-10
/
+13
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
3
-0
/
+8
*
Add NAME Member
David Greene
2011-10-19
1
-0
/
+7
*
Call Record Initializer
David Greene
2011-10-19
1
-0
/
+2
*
Add Name Init Record Constructor
David Greene
2011-10-19
1
-0
/
+3
*
Fix 80-col Violation
David Greene
2011-10-19
1
-1
/
+3
*
Fix Name Check
David Greene
2011-10-19
1
-4
/
+4
*
Fix Name Check
David Greene
2011-10-19
1
-1
/
+1
*
Add Record Init
David Greene
2011-10-19
1
-0
/
+1
*
Make Template Arg Names Inits
David Greene
2011-10-19
1
-4
/
+10
*
Add Utility to Scope Names
David Greene
2011-10-19
1
-0
/
+10
*
Make VarInit Name an Init
David Greene
2011-10-19
1
-3
/
+9
*
Add Value Accessors
David Greene
2011-10-19
1
-2
/
+9
[next]