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
/
TGLexer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace std::iostreams with raw_ostream in TableGen.
Daniel Dunbar
2009-07-03
1
-1
/
+0
*
Normalize SourceMgr messages.
Daniel Dunbar
2009-06-30
1
-2
/
+2
*
rename SourceMgr::PrintError to PrintMessage.
Chris Lattner
2009-06-21
1
-2
/
+2
*
simplify some error recovery stuff.
Chris Lattner
2009-06-21
1
-5
/
+4
*
prune #include, fix warning.
Chris Lattner
2009-06-21
1
-1
/
+1
*
move include searching logic from TGLexer to SourceMgr.
Chris Lattner
2009-06-21
1
-13
/
+4
*
Rename TGSourceMgr -> SourceMgr.
Chris Lattner
2009-06-21
1
-1
/
+1
*
rename TGLoc -> SMLoc.
Chris Lattner
2009-06-21
1
-7
/
+7
*
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
/
+0
*
Add a !patsubst operator. Use on string types.
David Greene
2009-06-08
1
-0
/
+1
*
Add a !regmatch operator to do pattern matching in TableGen.
David Greene
2009-06-08
1
-0
/
+1
*
Implement !if, analogous to $(if) in GNU make.
David Greene
2009-05-14
1
-0
/
+1
*
Graduate LLVM to the big leagues by embedding a LISP processor into TableGen.
David Greene
2009-05-14
1
-0
/
+3
*
Implement a !foreach operator analogous to GNU make's $(foreach).
David Greene
2009-05-14
1
-1
/
+1
*
Implement a !subst operation simmilar to $(subst) in GNU make to do
David Greene
2009-05-14
1
-1
/
+1
*
Implement !cast.
David Greene
2009-05-14
1
-1
/
+1
*
Operation Enhancements
David Greene
2009-05-14
1
-1
/
+4
*
Allow multiclass def names to contain "#NAME"" where TableGen replaces
David Greene
2009-05-05
1
-3
/
+15
*
Implement !nameconcat to concatenate strings and look up the resulting
David Greene
2009-04-22
1
-5
/
+6
*
Fix escaping in asm string literals correctly by having tblgen unescape
Chris Lattner
2009-03-13
1
-2
/
+2
*
add a horrible hack to fix the build.
Chris Lattner
2009-03-13
1
-0
/
+9
*
add support for a few simple escape characters in tblgen strings.
Chris Lattner
2009-03-13
1
-1
/
+25
*
make "locations" a class instead of a typedef.
Chris Lattner
2009-03-13
1
-5
/
+14
*
split buffer management and diagnostic printing out of the tblgen
Chris Lattner
2009-03-13
1
-48
/
+14
*
Fun x86 encoding tricks: when adding an immediate value of 128,
Dan Gohman
2008-10-17
1
-0
/
+12
*
Add <cstdio> include where needed by gcc-4.4.
Duncan Sands
2008-10-08
1
-0
/
+1
*
Change the MemoryBuffer::getFile* methods to take just a pointer to the
Chris Lattner
2008-04-01
1
-2
/
+2
*
Unbreak build with gcc 4.3: provide missed includes and silence most annoying...
Anton Korobeynikov
2008-02-20
1
-0
/
+2
*
remove attributions from utils.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Rewrite the tblgen parser in a recursive descent style, eliminating the bison...
Chris Lattner
2007-11-22
1
-139
/
+87
*
Switching back to strtoll. Including config.h. On VStudio builds, this overr...
Chuck Rose III
2007-11-21
1
-3
/
+4
*
This change does a couple of things. First it gets the Visual Studio builds ...
Chuck Rose III
2007-11-21
1
-3
/
+6
*
Record the start of the current token, for use in error reporting.
Chris Lattner
2007-11-19
1
-5
/
+6
*
Add carat diagnostics to tblgen lexer errors.
Chris Lattner
2007-11-19
1
-28
/
+53
*
minor cleanups
Chris Lattner
2007-11-18
1
-2
/
+2
*
ensure header is self contained.
Chris Lattner
2007-11-18
1
-1
/
+1
*
reimplement the tblgen lexer with a simple hand-written lexer. This eliminates
Chris Lattner
2007-11-18
1
-0
/
+439