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
/
utils
/
TableGen
/
Record.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make Record Name an Init
David Greene
2011-08-10
1
-3
/
+6
*
Add getAsUnquotedString
David Greene
2011-08-10
1
-0
/
+6
*
Unconstify Inits
David Greene
2011-07-29
1
-330
/
+327
*
[AVX] Make DagInits Unique
David Greene
2011-07-29
1
-18
/
+10
*
[AVX] Make ListInits Unique
David Greene
2011-07-29
1
-5
/
+5
*
[AVX] Make BitsInit Unique
David Greene
2011-07-29
1
-3
/
+4
*
[AVX] Create Inits Via Factory Method
David Greene
2011-07-29
1
-34
/
+156
*
[AVX] Constify Inits
David Greene
2011-07-29
1
-286
/
+298
*
[AVX] Remove non-const Iterators
David Greene
2011-07-29
1
-11
/
+2
*
[AVX] Remove Mutating Members from Inits
David Greene
2011-07-29
1
-10
/
+1
*
Add ListInit::getValues
David Greene
2011-07-29
1
-0
/
+3
*
Intern all RecTy subclass instances to avoid duplicates.
Jakob Stoklund Olesen
2011-07-18
1
-13
/
+50
*
struct Init -> class Init
David Greene
2011-07-13
1
-2
/
+3
*
Revert r134921, 134917, 134908 and 134907. They're causing failures
Eric Christopher
2011-07-11
1
-653
/
+323
*
Use get(0 Instead of Create()
David Greene
2011-07-11
1
-32
/
+32
*
struct Init -> class Init.
Evan Cheng
2011-07-11
1
-1
/
+1
*
[AVX] Make Inits Foldable
David Greene
2011-07-11
1
-322
/
+652
*
Add support for alternative register names, useful for instructions whose ope...
Owen Anderson
2011-06-27
1
-0
/
+6
*
Consolidate some TableGen diagnostic helper functions.
Jim Grosbach
2011-06-21
1
-14
/
+0
*
now that predicates have a decent abstraction layer on them, introduce a new
Chris Lattner
2011-04-17
1
-1
/
+1
*
Rename lisp-like functions as suggested by Gabor Greif as loooong time
David Greene
2011-01-07
1
-1
/
+1
*
various cleanups to tblgen, patch by Garrison Venn!
Chris Lattner
2010-12-15
1
-9
/
+3
*
Add support for using the `!if' operator when initializing variables:
Bill Wendling
2010-12-13
1
-0
/
+2
*
eliminate the Records global variable, patch by Garrison Venn!
Chris Lattner
2010-12-13
1
-5
/
+19
*
I swear I did a make clean and make before committing all this...
Michael J. Spencer
2010-11-29
1
-1
/
+1
*
remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 places
Chris Lattner
2010-10-06
1
-1
/
+1
*
Push twines deeper into SourceMgr's error handling methods.
Benjamin Kramer
2010-09-27
1
-1
/
+1
*
Trailing whitespace, 80-col violations.
Mikhail Glushenkov
2010-09-21
1
-6
/
+6
*
Generalize getFieldType to work on all TypedInits. Add a couple of testcases...
David Greene
2010-09-03
1
-6
/
+6
*
Add StringRef::compare_numeric and use it to sort TableGen register records.
Jakob Stoklund Olesen
2010-05-26
1
-1
/
+1
*
If all the bit positions are not specified; do not decode the instructions.
Johnny Chen
2010-04-09
1
-0
/
+5
*
Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field.
Jakob Stoklund Olesen
2010-04-05
1
-3
/
+0
*
Teach TableGen to understand X.Y notation in the TSFlagsFields strings.
Jakob Stoklund Olesen
2010-03-25
1
-0
/
+3
*
Fix evil TableGen bug in template parameters with defaults.
Jakob Stoklund Olesen
2010-03-25
1
-3
/
+6
*
Fix PR2590 by making PatternSortingPredicate actually be
Chris Lattner
2010-03-01
1
-0
/
+4
*
Add an !eq() operator to TableGen. It operates on strings only.
David Greene
2010-01-05
1
-1
/
+1
*
Delete some dead and non-obvious code.
Dan Gohman
2009-11-24
1
-6
/
+0
*
Fix whitespace.
Bob Wilson
2009-11-22
1
-37
/
+32
*
Fix some spelling in comments.
Bob Wilson
2009-11-21
1
-1
/
+1
*
Avoid a redundant assertion.
Bob Wilson
2009-11-21
1
-2
/
+1
*
Move DataTypes.h to include/llvm/System, update all users. This breaks the last
Chandler Carruth
2009-10-26
1
-1
/
+1
*
convert some stuff to StringRef to avoid temporary std::strings.
Chris Lattner
2009-09-18
1
-17
/
+17
*
Fix non-determinism in DAGISel emitter.
Daniel Dunbar
2009-08-23
1
-1
/
+8
*
This void is implicit in C++.
Dan Gohman
2009-08-12
1
-4
/
+4
*
Replace std::iostreams with raw_ostream in TableGen.
Daniel Dunbar
2009-07-03
1
-13
/
+14
*
Implement !cast<string>.
David Greene
2009-06-29
1
-0
/
+6
*
rename TGLoc -> SMLoc.
Chris Lattner
2009-06-21
1
-8
/
+8
*
move TGSourceMgr class out of TableGen into libsupport.
Chris Lattner
2009-06-21
1
-1
/
+1
*
Revert 73074 and 73099 because Windows doesn't have POSIX
David Greene
2009-06-09
1
-2
/
+2
*
Add a !patsubst operator. Use on string types.
David Greene
2009-06-08
1
-1
/
+1
[next]