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
/
TableGen.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stub out assembly matcher (.s -> MCInst) tblgen backend.
Daniel Dunbar
2009-07-11
1
-1
/
+7
*
Add a new little "FileCheck" utility for regression testing.
Chris Lattner
2009-07-08
1
-7
/
+7
*
Replace std::iostreams with raw_ostream in TableGen.
Daniel Dunbar
2009-07-03
1
-14
/
+15
*
Normalize SourceMgr messages.
Daniel Dunbar
2009-06-30
1
-1
/
+1
*
rename SourceMgr::PrintError to PrintMessage.
Chris Lattner
2009-06-21
1
-1
/
+1
*
move include searching logic from TGLexer to SourceMgr.
Chris Lattner
2009-06-21
1
-3
/
+3
*
Rename TGSourceMgr -> SourceMgr.
Chris Lattner
2009-06-21
1
-2
/
+2
*
rename TGLoc -> SMLoc.
Chris Lattner
2009-06-21
1
-2
/
+2
*
rename -gen-clang-diags-options -> -gen-clang-diag-groups
Chris Lattner
2009-04-15
1
-5
/
+5
*
Add another Clang TableGen-backend (-gen-clang-diags-options) for emitting
Ted Kremenek
2009-03-18
1
-0
/
+6
*
Add (hidden) TableGen command option '-clang-component' which specifies the
Ted Kremenek
2009-03-13
1
-1
/
+6
*
Add initial implementation of a TableGen backend for converting Clang-warnings
Ted Kremenek
2009-03-13
1
-2
/
+7
*
add a new TGError class and use it to propagate location info with
Chris Lattner
2009-03-13
1
-19
/
+14
*
give each Record a location.
Chris Lattner
2009-03-13
1
-1
/
+10
*
make "locations" a class instead of a typedef.
Chris Lattner
2009-03-13
1
-2
/
+1
*
split buffer management and diagnostic printing out of the tblgen
Chris Lattner
2009-03-13
1
-4
/
+11
*
Change various llvm utilities to use PrettyStackTraceProgram in
Chris Lattner
2009-03-06
1
-0
/
+3
*
Reapply 63765. Patches for clang and llvm-gcc to follow.
Dale Johannesen
2009-02-05
1
-0
/
+6
*
Reverting 63765. This broke the build of both clang
Dale Johannesen
2009-02-04
1
-6
/
+0
*
New feature: add support for target intrinsics being defined in the
Nate Begeman
2009-02-04
1
-0
/
+6
*
Make tablegen print out a nice error message for a const char*
Dan Gohman
2008-11-07
1
-0
/
+7
*
Initial checkin of the new "fast" instruction selection support. See
Dan Gohman
2008-08-13
1
-0
/
+7
*
Naming fix: LLVMCCConfigurationEmitter -> LLVMCConfigurationEmitter.
Mikhail Glushenkov
2008-05-06
1
-5
/
+5
*
Rename LLVMCCConfigurationEmitter to LLVMCConfigurationEmitter
Mikhail Glushenkov
2008-05-06
1
-5
/
+5
*
Change the MemoryBuffer::getFile* methods to take just a pointer to the
Chris Lattner
2008-04-01
1
-2
/
+1
*
Add first proof-of-concept universal compiler driver framework based
Anton Korobeynikov
2008-03-23
1
-1
/
+8
*
split enum emission out from InstrInfoEmitter into it's own tblgen backend.
Chris Lattner
2008-01-06
1
-1
/
+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
-6
/
+27
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+193