index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
Sema
/
ASTStreamer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Interned MainFileID within SourceManager. Since SourceManager is referenced by
Ted Kremenek
2007-12-19
1
-6
/
+6
*
Yesterday, I simplified how we stream top-level decls.
Steve Naroff
2007-11-29
1
-20
/
+3
*
Several fixes/simplifications surrounding how we stream top-level decl AST's.
Steve Naroff
2007-11-28
1
-13
/
+12
*
Fix ownership model of ParseAST to allow the dtor of
Chris Lattner
2007-11-03
1
-7
/
+8
*
Patch to synthesize computation of Ivar offset in rewritten c file.
Fariborz Jahanian
2007-10-26
1
-0
/
+2
*
- Added Sema::AddFactoryMethodToGlobalPool and Sema::AddInstanceMethodToGloba...
Steve Naroff
2007-10-14
1
-0
/
+1
*
Make a significant change to invert the control flow handling
Chris Lattner
2007-10-09
1
-1
/
+1
*
Add SelectorInfo (similar in spirit to IdentifierInfo). The key difference is...
Steve Naroff
2007-09-27
1
-1
/
+1
*
remove some obsolete interfaces.
Chris Lattner
2007-09-16
1
-26
/
+0
*
add a new ASTConsumer consumer to simplify stuff in the driver.
Chris Lattner
2007-09-15
1
-0
/
+36
*
Fix 80 col violations.
Chris Lattner
2007-08-30
1
-2
/
+2
*
Finally bite the bullet and make the major change: split the clang namespace
Chris Lattner
2007-06-15
1
-7
/
+5
*
Move ASTStreamer.h into "clang/Sema/ASTStreamer.h"
Chris Lattner
2007-05-21
1
-1
/
+1
*
Go back to having the clang driver create ASTContext explicitly, passing
Steve Naroff
2007-02-28
1
-4
/
+5
*
Make Sema's use of the preprocessor explicit (rather than assume
Steve Naroff
2007-02-28
1
-7
/
+6
*
start gather stats on types processed. carbon.h currently yields:
Chris Lattner
2007-01-26
1
-31
/
+46
*
introduce a new ASTContext class to hold long-lived ast nodes.
Chris Lattner
2006-11-10
1
-5
/
+6
*
move ASTBuilder.h/cpp to be a private Sema.h/cpp files, not part of the
Chris Lattner
2006-11-10
1
-1
/
+1
*
rename ASTBuilder to Sema
Chris Lattner
2006-11-09
1
-1
/
+1
*
remove full locinfo AST nodes for now. They just clutter the implementation
Chris Lattner
2006-11-04
1
-5
/
+4
*
Export the ASTBuilder class from the AST module.
Chris Lattner
2006-11-03
1
-7
/
+2
*
Changes through out the parser and actions/ast interface to return top-level
Chris Lattner
2006-10-16
1
-5
/
+31
*
Initial support for semantic analysis and AST building for StringExpr nodes.
Chris Lattner
2006-10-06
1
-2
/
+2
*
Add (basic) expression AST representation capabilities for int/fp/binops/cond...
Chris Lattner
2006-08-23
1
-5
/
+6
*
Implement first cut of ASTBuilder class.
Chris Lattner
2006-08-18
1
-4
/
+5
*
Hook up more of the ASTStreamer
Chris Lattner
2006-08-17
1
-3
/
+11
*
Stub out the ASTStreamer
Chris Lattner
2006-08-17
1
-0
/
+67