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
...
|
*
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
*
|
Merge branch 'upstream' into merge-2012_09_10
Stephen Hines
2012-09-10
3
-143
/
+136
|
\
\
|
|
/
|
*
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
*
|
Merge branch 'upstream' into merge_2
Stephen Hines
2012-08-23
1
-11
/
+21
|
\
\
|
|
/
|
*
TableGen: Allow use of #NAME# outside of 'def' names.
Jim Grosbach
2012-08-02
1
-11
/
+21
*
|
Apply changes to migrate to LLVM-160668-20120724.
Shih-wei Liao
2012-08-03
1
-0
/
+1
*
|
Merge with LLVM upstream r160668 (Jul 24th 2012)
Shih-wei Liao
2012-08-03
7
-129
/
+296
|
\
\
|
|
/
|
*
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
*
|
Merge with LLVM upstream r155090.
Shih-wei Liao
2012-04-24
1
-0
/
+16
|
\
\
|
|
/
|
*
Fix copy/paste-o.
Jim Grosbach
2012-04-18
1
-1
/
+1
|
*
TableGen add warning diagnostic helper functions.
Jim Grosbach
2012-04-18
1
-0
/
+16
*
|
Merge branch 'upstream' into sliao_d
Shih-wei Liao
2012-03-24
1
-6
/
+2
|
\
\
|
|
/
|
*
Fix infinite loop in nested multiclasses.
Jakob Stoklund Olesen
2012-03-07
1
-6
/
+2
*
|
Merge with upstream LLVM @152063
Stephen Hines
2012-03-05
1
-0
/
+1
*
|
Merge branch 'upstream' into merge-20120305
Stephen Hines
2012-03-05
8
-77
/
+329
|
\
\
|
|
/
|
*
Switch the TableGen record's string-based DenseMap key to use the new
Chandler Carruth
2012-03-05
1
-5
/
+11
|
*
Remove stray semi-colon.
Daniel Dunbar
2012-02-28
1
-1
/
+1
|
*
Add Foreach Loop
David Greene
2012-02-22
4
-5
/
+262
|
*
StringRef'ize EmitSourceFileHeader().
Ahmed Charles
2012-02-19
1
-1
/
+1
|
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-07
2
-5
/
+5
|
*
Implement String Cast from Integer
David Greene
2012-01-30
1
-0
/
+5
|
*
Fix Record Name Reference
David Greene
2012-01-28
1
-1
/
+1
|
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-5
/
+0
|
*
TblGen diagnostic for mismatched template instantiation.
Jim Grosbach
2012-01-20
1
-0
/
+4
|
*
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
2
-33
/
+3
|
*
Use uniqued StringInit pointers for lookups.
Jakob Stoklund Olesen
2012-01-13
2
-21
/
+9
|
*
TableGen: add a comment
Dylan Noblesmith
2011-12-22
1
-1
/
+1
|
*
try to fix MSVC build
Dylan Noblesmith
2011-12-22
1
-0
/
+3
|
*
drop unneeded config.h includes
Dylan Noblesmith
2011-12-22
1
-1
/
+0
|
*
Fix up the CMake build for the new files added in r146960, they're
Chandler Carruth
2011-12-20
1
-0
/
+1
|
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
3
-0
/
+27
*
|
Merge with LLVM upstream r146714 (Dec 16th 2011)
Logan Chien
2011-12-16
3
-5
/
+2
|
\
\
|
|
/
|
*
LLVMBuild: Remove trailing newline, which irked me.
Daniel Dunbar
2011-12-12
1
-1
/
+0
|
*
Check for error after InstantiateMultclassDef.
Jim Grosbach
2011-12-02
1
-0
/
+2
|
*
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-11-29
1
-4
/
+0
*
|
Merge with LLVM upstream r144606 (Nov 15th 2011)
Logan Chien
2011-11-15
1
-1
/
+1
|
\
\
|
|
/
|
*
ARM vldm and vstm VFP instructions can take a data type suffix.
Jim Grosbach
2011-11-11
1
-1
/
+1
[prev]
[next]