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
/
Driver
/
SerializationTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move <root>/Driver into <root>/tools/clang-cc.
Daniel Dunbar
2009-03-24
1
-193
/
+0
*
[LLVM up] Update for raw_fd_ostream change. This fixes a FIXME that
Daniel Dunbar
2008-11-13
1
-2
/
+2
*
Patch by Csaba Hruska!
Ted Kremenek
2008-09-13
1
-4
/
+6
*
More #include cleaning
Daniel Dunbar
2008-08-11
1
-0
/
+1
*
Unbreak SerializationTest and the Rewriter by doing the work in HandleTransla...
Ted Kremenek
2008-08-08
1
-12
/
+14
*
Moved LangOptions from TranslationUnit to ASTContext. This induced a variety...
Ted Kremenek
2008-06-04
1
-19
/
+7
*
Fix the destruction "properly" in the sense that we actually destroy the
Eli Friedman
2008-05-21
1
-1
/
+4
*
TranslationUnit now owns IdentifierTable, TargetInfo, and Selectors objects
Ted Kremenek
2008-04-23
1
-6
/
+7
*
Call delete on the deserialized TranslationUnit object.
Sam Bishop
2008-04-03
1
-0
/
+2
*
Update to match simplified llvm MemoryBuffer interfaces for files.
Chris Lattner
2008-04-01
1
-4
/
+2
*
Add some missing #includes for GCC mainline, patch by Shantonu Sen!
Chris Lattner
2008-03-10
1
-1
/
+1
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Converted uses of scoped_ptr to OwningPtr.
Ted Kremenek
2007-12-20
1
-5
/
+5
*
Interned MainFileID within SourceManager. Since SourceManager is referenced by
Ted Kremenek
2007-12-19
1
-1
/
+1
*
Removed "SourceFile" from TranslationUnit. This same information will (soon)
Ted Kremenek
2007-12-19
1
-6
/
+6
*
Removed storing inode and device number in TranslationUnit.
Ted Kremenek
2007-12-19
1
-5
/
+7
*
Moved ReadBitcodeFile and EmitBitcodeFile out of TranslationUnit and made them
Ted Kremenek
2007-12-18
1
-2
/
+2
*
Fixed broken includes introduced by recent (incomplete) patch to
Ted Kremenek
2007-12-18
1
-1
/
+1
*
Converted SerializationTest (--test-pickling) to use the new TranslationUnit
Ted Kremenek
2007-12-05
1
-266
/
+42
*
Modified: CreateTargetInfo(). Now takes Diagnostic* instead of Diagnostic&.
Ted Kremenek
2007-12-05
1
-5
/
+7
*
Added serialization support of SourceManager to the clang driver.
Ted Kremenek
2007-12-05
1
-8
/
+13
*
Implemented serialization of TargetInfo.
Ted Kremenek
2007-12-03
1
-10
/
+22
*
Implemented serialization of SelectorTable and Selectors.
Ted Kremenek
2007-11-30
1
-14
/
+24
*
Only serialize top-level decls that appear at the head of a decl chain.
Ted Kremenek
2007-11-29
1
-12
/
+17
*
Enhanced serialization testing by also pretty-printing CFGs constructed from ...
Ted Kremenek
2007-11-29
1
-0
/
+16
*
Converted AST Pretty-Printer to use iostreams instead of FILE*. This fixes
Ted Kremenek
2007-11-28
1
-30
/
+14
*
Modified --test-pickling to perform an actual cross-check of serialized ASTs:
Ted Kremenek
2007-11-28
1
-48
/
+144
*
SourceManager, IdentifierTable, Selectors are now serialized in their own
Ted Kremenek
2007-11-14
1
-11
/
+27
*
Added pretty-printing of statements during serialization.
Ted Kremenek
2007-11-13
1
-1
/
+8
*
Modifed the test serialization driver to...
Ted Kremenek
2007-11-10
1
-17
/
+27
*
Fixed typo in the name of "ReadPreamble".
Ted Kremenek
2007-11-06
1
-2
/
+2
*
Bug fix: inverted test condition to see if a serialized AST-bitcode
Ted Kremenek
2007-11-06
1
-1
/
+1
*
Revampled Serialization Tester to serialize and deserialize out an entire AST...
Ted Kremenek
2007-11-06
1
-112
/
+161
*
In driver code implemented serialization of ASTContext. Working on serializa...
Ted Kremenek
2007-11-05
1
-87
/
+126
*
Modified current clients of Bitcode-Object serialization to use the
Ted Kremenek
2007-10-24
1
-1
/
+2
*
Implemented serialization for IdentifierInfo and IdentifierTable.
Ted Kremenek
2007-10-23
1
-183
/
+105
*
Updated VC++ build system.
Hartmut Kaiser
2007-10-17
1
-22
/
+25
*
Fix the build.
Anders Carlsson
2007-10-17
1
-0
/
+1
*
Started work on clang object serialization. Experimental
Ted Kremenek
2007-10-16
1
-0
/
+240