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
*
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
*
Make IntInits and ListInits typed. This helps deduce types of !if and
David Greene
2009-06-08
1
-7
/
+46
*
Add a !regmatch operator to do pattern matching in TableGen.
David Greene
2009-06-08
1
-1
/
+1
*
Add extra parenthesis around || statements to pacify compiler.
Nick Lewycky
2009-05-15
1
-7
/
+13
*
Implement !if, analogous to $(if) in GNU make.
David Greene
2009-05-14
1
-1
/
+1
*
Graduate LLVM to the big leagues by embedding a LISP processor into TableGen.
David Greene
2009-05-14
1
-4
/
+6
*
Implement a !foreach operator analogous to GNU make's $(foreach).
David Greene
2009-05-14
1
-34
/
+84
*
Implement a !subst operation simmilar to $(subst) in GNU make to do
David Greene
2009-05-14
1
-53
/
+53
*
Implement !cast.
David Greene
2009-05-14
1
-40
/
+40
*
Operation Enhancements
David Greene
2009-05-14
1
-11
/
+154
*
Change forward declaration of MultiClass to use the "struct" keyword instead
Bob Wilson
2009-04-30
1
-1
/
+1
*
Fix multiclass inheritance to limit value resolution to new defs added
David Greene
2009-04-24
1
-1
/
+3
*
Make BinOps typed and require a type specifier for !nameconcat. This
David Greene
2009-04-23
1
-37
/
+46
*
Implement !nameconcat to concatenate strings and look up the resulting
David Greene
2009-04-22
1
-2
/
+11
*
Add support to tablegen for naming the nodes themselves, not just the operands,
Nate Begeman
2009-03-19
1
-4
/
+8
*
Further constify Record::isSubClassOf.
Ted Kremenek
2009-03-13
1
-1
/
+1
*
add a new TGError class and use it to propagate location info with
Chris Lattner
2009-03-13
1
-0
/
+11
*
give each Record a location.
Chris Lattner
2009-03-13
1
-6
/
+11
*
Unbreak LLVM on the MSVC compiler:
Argyrios Kyrtzidis
2008-10-22
1
-0
/
+1
*
Fun x86 encoding tricks: when adding an immediate value of 128,
Dan Gohman
2008-10-17
1
-7
/
+7
*
lib/Target/SubtargetFeature.cpp asserts that the FeatureKV[] table be sorted
Jim Grosbach
2008-09-11
1
-1
/
+2
*
Stabilize 'getDwarfRegNumFull' output to not depend on random memory
Chris Lattner
2008-08-26
1
-0
/
+17
*
Add explicit keywords.
Dan Gohman
2008-07-07
1
-4
/
+4
*
Add explicit keywords.
Dan Gohman
2008-03-25
1
-9
/
+10
*
Add interator interface to DAGInit also
Anton Korobeynikov
2008-01-22
1
-0
/
+22
*
Provide iterator access to ListInit contents
Anton Korobeynikov
2008-01-21
1
-0
/
+11
*
remove attributions from utils.
Chris Lattner
2007-12-29
1
-2
/
+2
*
change the Init print methods to return strings, and implement
Chris Lattner
2007-11-22
1
-20
/
+19
*
eliminate a bunch of print methods that are duplicate with the getAsString() ...
Chris Lattner
2007-11-22
1
-9
/
+1
*
Add the ability to convert a tblgen type to a string.
Chris Lattner
2007-11-20
1
-3
/
+9
*
Add convenient helper to obtain list of ints
Anton Korobeynikov
2007-11-11
1
-1
/
+7
*
Added \!con(a,b) syntax to concatnate two dag fragments.
Evan Cheng
2007-05-15
1
-2
/
+2
*
reapply
Chris Lattner
2007-02-27
1
-0
/
+2
*
Backing out
Evan Cheng
2007-02-27
1
-2
/
+0
*
initial support for calling convention generation, still unfinished.
Chris Lattner
2007-02-27
1
-0
/
+2
[next]