index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
TableGen
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-15
Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...
Benjamin Kramer
1
-5
/
+3
2013-02-07
tblgen: Diagnose duplicate includes.
Sean Silva
4
-10
/
+23
2013-01-28
A bugfix for tblgen, in the function ‘emitSourceFileHeader’.
Nadav Rotem
1
-6
/
+25
2013-01-25
Add an addition operator to TableGen
Hal Finkel
4
-1
/
+9
2013-01-10
TableGen: Keep track of superclass reference ranges.
Jordan Rose
2
-34
/
+46
2013-01-10
TableGen: record anonymous instantiations of classes.
Jordan Rose
1
-6
/
+16
2013-01-09
tblgen: use an early return to reduce indentation.
Sean Silva
1
-18
/
+18
2013-01-09
tblgen: Factor out common code.
Sean Silva
2
-17
/
+18
2013-01-09
Inline this into its only caller.
Sean Silva
2
-12
/
+5
2013-01-09
tblgen: Reuse function that is 2 lines above.
Sean Silva
1
-11
/
+2
2013-01-09
fix copy-paste-o
Sean Silva
1
-2
/
+2
2013-01-09
docs: Bring TableGen syntax a bit closer to reality.
Sean Silva
1
-1
/
+6
2013-01-07
Revert r171140. We don't actually need to support #NAME. Because NAME by itse...
Craig Topper
1
-5
/
+1
2013-01-07
Simplify TableGen type-compatibility checks.
Sean Silva
1
-7
/
+38
2012-12-27
Update tablegen parser to allow defm names to start with #NAME.
Craig Topper
1
-1
/
+5
2012-12-04
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2
-3
/
+3
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
4
-15
/
+13
2012-10-25
Remove exception handling usage from tblgen.
Joerg Sonnenberger
5
-134
/
+113
2012-10-25
In preparation for removing exception handling in tablegen, add
Joerg Sonnenberger
1
-0
/
+12
2012-10-10
tblgen: Compile TableGen without RTTI.
Sean Silva
2
-4
/
+0
2012-10-10
tblgen: Use semantically correct RTTI functions.
Sean Silva
2
-36
/
+21
2012-10-10
tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.
Sean Silva
2
-94
/
+94
2012-10-09
tblgen: Rename handleDependencies -> createDependencyFile
Sean Silva
1
-2
/
+2
2012-10-09
tblgen: Move dependency file output to a separate function.
Sean Silva
1
-21
/
+31
2012-10-09
tblgen: Remove pointless method call.
Sean Silva
1
-1
/
+0
2012-10-05
tblgen: Use appropriate LLVM-style RTTI functions.
Sean Silva
1
-21
/
+9
2012-10-05
tblgen: Replace uses of dynamic_cast<XXXRecTy> with dyn_cast<>.
Sean Silva
2
-25
/
+25
2012-10-04
tblgen: Whitespace and 80-col cleanup.
Sean Silva
1
-11
/
+12
2012-10-03
tblgen: Remove last traces of old TableGenMain API.
Sean Silva
3
-36
/
+1
2012-10-03
tblgen: Put new TableGenMain API in place.
Sean Silva
1
-0
/
+19
2012-09-19
De-nest if's and fix mix-up
Sean Silva
1
-41
/
+37
2012-09-06
Re-work bit/bits value resolving in tblgen
Michael Liao
2
-138
/
+100
2012-08-23
Tristate mayLoad, mayStore, and hasSideEffects.
Jakob Stoklund Olesen
1
-0
/
+17
2012-08-22
Print out the location of expanded multiclass defs in TableGen errors.
Jakob Stoklund Olesen
2
-5
/
+19
2012-08-02
TableGen: Allow use of #NAME# outside of 'def' names.
Jim Grosbach
1
-11
/
+21
2012-07-12
TableGen: Location information for diagnostic.
Jim Grosbach
1
-1
/
+1
2012-06-19
Emit TableGen's header comment with C-style comments, so it can be used from ...
Benjamin Kramer
1
-4
/
+18
2012-06-13
Eliminate struct TableGenBackend.
Jakob Stoklund Olesen
1
-9
/
+2
2012-06-11
Write llvm-tblgen backends as functions instead of sub-classes.
Jakob Stoklund Olesen
1
-1
/
+4
2012-06-01
Fix 80 columns.
Michael J. Spencer
1
-3
/
+6
2012-05-24
Add support for range expressions in TableGen foreach loops.
Jakob Stoklund Olesen
1
-15
/
+50
2012-05-24
Don't put TGParser scratch results in the output.
Jakob Stoklund Olesen
1
-2
/
+2
2012-05-24
Simplify TGParser::ProcessForEachDefs.
Jakob Stoklund Olesen
2
-103
/
+72
2012-05-20
Emit memcmp directly from the StringMatcherEmitter.
Benjamin Kramer
1
-4
/
+4
2012-05-02
Move llvm-tblgen's StringMatcher into the TableGen library so it can
Douglas Gregor
2
-0
/
+150
2012-04-18
Fix copy/paste-o.
Jim Grosbach
1
-1
/
+1
2012-04-18
TableGen add warning diagnostic helper functions.
Jim Grosbach
1
-0
/
+16
2012-03-07
Fix infinite loop in nested multiclasses.
Jakob Stoklund Olesen
1
-6
/
+2
2012-03-05
Switch the TableGen record's string-based DenseMap key to use the new
Chandler Carruth
1
-5
/
+11
2012-02-28
Remove stray semi-colon.
Daniel Dunbar
1
-1
/
+1
[next]