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
Commit message (
Expand
)
Author
Age
Files
Lines
*
keep only the StringRef version of getFileOrSTDIN.
Rafael Espindola
2013-06-25
1
-1
/
+1
*
Allow TableGen DAG arguments to be just a name.
Jakob Stoklund Olesen
2013-03-24
1
-15
/
+25
*
Make sure TableGen exits with an error code after printing errors.
Jakob Stoklund Olesen
2013-03-20
2
-2
/
+11
*
[TableGen] Fix ICE on MSVC 2012 Release builds.
Michael J. Spencer
2013-02-26
1
-1
/
+2
*
Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...
Benjamin Kramer
2013-02-15
1
-5
/
+3
*
tblgen: Diagnose duplicate includes.
Sean Silva
2013-02-07
4
-10
/
+23
*
A bugfix for tblgen, in the function ‘emitSourceFileHeader’.
Nadav Rotem
2013-01-28
1
-6
/
+25
*
Add an addition operator to TableGen
Hal Finkel
2013-01-25
4
-1
/
+9
*
TableGen: Keep track of superclass reference ranges.
Jordan Rose
2013-01-10
2
-34
/
+46
*
TableGen: record anonymous instantiations of classes.
Jordan Rose
2013-01-10
1
-6
/
+16
*
tblgen: use an early return to reduce indentation.
Sean Silva
2013-01-09
1
-18
/
+18
*
tblgen: Factor out common code.
Sean Silva
2013-01-09
2
-17
/
+18
*
Inline this into its only caller.
Sean Silva
2013-01-09
2
-12
/
+5
*
tblgen: Reuse function that is 2 lines above.
Sean Silva
2013-01-09
1
-11
/
+2
*
fix copy-paste-o
Sean Silva
2013-01-09
1
-2
/
+2
*
docs: Bring TableGen syntax a bit closer to reality.
Sean Silva
2013-01-09
1
-1
/
+6
*
Revert r171140. We don't actually need to support #NAME. Because NAME by itse...
Craig Topper
2013-01-07
1
-5
/
+1
*
Simplify TableGen type-compatibility checks.
Sean Silva
2013-01-07
1
-7
/
+38
*
Update tablegen parser to allow defm names to start with #NAME.
Craig Topper
2012-12-27
1
-1
/
+5
*
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
2
-3
/
+3
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
4
-15
/
+13
*
Remove exception handling usage from tblgen.
Joerg Sonnenberger
2012-10-25
5
-134
/
+113
*
In preparation for removing exception handling in tablegen, add
Joerg Sonnenberger
2012-10-25
1
-0
/
+12
*
tblgen: Compile TableGen without RTTI.
Sean Silva
2012-10-10
2
-4
/
+0
*
tblgen: Use semantically correct RTTI functions.
Sean Silva
2012-10-10
2
-36
/
+21
*
tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.
Sean Silva
2012-10-10
2
-94
/
+94
*
tblgen: Rename handleDependencies -> createDependencyFile
Sean Silva
2012-10-09
1
-2
/
+2
*
tblgen: Move dependency file output to a separate function.
Sean Silva
2012-10-09
1
-21
/
+31
*
tblgen: Remove pointless method call.
Sean Silva
2012-10-09
1
-1
/
+0
*
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
2
-25
/
+25
*
tblgen: Whitespace and 80-col cleanup.
Sean Silva
2012-10-04
1
-11
/
+12
*
tblgen: Remove last traces of old TableGenMain API.
Sean Silva
2012-10-03
3
-36
/
+1
*
tblgen: Put new TableGenMain API in place.
Sean Silva
2012-10-03
1
-0
/
+19
*
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
2
-138
/
+100
*
Tristate mayLoad, mayStore, and hasSideEffects.
Jakob Stoklund Olesen
2012-08-23
1
-0
/
+17
*
Print out the location of expanded multiclass defs in TableGen errors.
Jakob Stoklund Olesen
2012-08-22
2
-5
/
+19
*
TableGen: Allow use of #NAME# outside of 'def' names.
Jim Grosbach
2012-08-02
1
-11
/
+21
*
TableGen: Location information for diagnostic.
Jim Grosbach
2012-07-12
1
-1
/
+1
*
Emit TableGen's header comment with C-style comments, so it can be used from ...
Benjamin Kramer
2012-06-19
1
-4
/
+18
*
Eliminate struct TableGenBackend.
Jakob Stoklund Olesen
2012-06-13
1
-9
/
+2
*
Write llvm-tblgen backends as functions instead of sub-classes.
Jakob Stoklund Olesen
2012-06-11
1
-1
/
+4
*
Fix 80 columns.
Michael J. Spencer
2012-06-01
1
-3
/
+6
*
Add support for range expressions in TableGen foreach loops.
Jakob Stoklund Olesen
2012-05-24
1
-15
/
+50
*
Don't put TGParser scratch results in the output.
Jakob Stoklund Olesen
2012-05-24
1
-2
/
+2
*
Simplify TGParser::ProcessForEachDefs.
Jakob Stoklund Olesen
2012-05-24
2
-103
/
+72
*
Emit memcmp directly from the StringMatcherEmitter.
Benjamin Kramer
2012-05-20
1
-4
/
+4
*
Move llvm-tblgen's StringMatcher into the TableGen library so it can
Douglas Gregor
2012-05-02
2
-0
/
+150
*
Fix copy/paste-o.
Jim Grosbach
2012-04-18
1
-1
/
+1
[next]