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
/
lib
/
Frontend
/
CacheTokens.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make some typedefs private
Kovarththanan Rajaratnam
2010-03-18
1
-2
/
+3
*
Rename variable to indicate what it is being used for
Kovarththanan Rajaratnam
2010-03-18
1
-4
/
+4
*
Entering the main source file in the preprocessor can fail if the
Douglas Gregor
2010-03-17
1
-1
/
+2
*
Use SourceManager's Diagnostic object for all file-reading errors,
Douglas Gregor
2010-03-16
1
-1
/
+1
*
Add EmitString helper method
Kovarththanan Rajaratnam
2010-03-14
1
-2
/
+6
*
Unbreak last commit. This should have been part of r98478.
Kovarththanan Rajaratnam
2010-03-14
1
-3
/
+3
*
Pass file string by reference
Kovarththanan Rajaratnam
2010-03-14
1
-6
/
+4
*
Use makeAbsolute()
Kovarththanan Rajaratnam
2010-03-14
1
-7
/
+2
*
Move to anonymous namespace
Kovarththanan Rajaratnam
2010-03-14
1
-1
/
+1
*
No need to call setIdentifierInfo() after LookUpIdentifierInfo() which LookUp...
Kovarththanan Rajaratnam
2010-03-13
1
-3
/
+2
*
Don't rely on implicit conversion
Kovarththanan Rajaratnam
2010-03-07
1
-2
/
+2
*
Use clang::io::Emit8
Kovarththanan Rajaratnam
2010-03-05
1
-3
/
+1
*
Move Emit24 to clang::io
Kovarththanan Rajaratnam
2010-03-02
1
-6
/
+1
*
Use the llvm coding convention for indentation for switch.
Mike Stump
2010-01-20
1
-19
/
+19
*
Fix PR5633 by making the preprocessor handle the case where we can
Chris Lattner
2009-11-30
1
-1
/
+2
*
Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend.
Benjamin Kramer
2009-11-28
1
-6
/
+5
*
PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients
Daniel Dunbar
2009-10-18
1
-1
/
+1
*
Move clients to use IdentifierInfo::getNameStart() instead of getName()
Daniel Dunbar
2009-10-18
1
-2
/
+2
*
Use StringExtra's HashString instead of BernsteinHash.
Daniel Dunbar
2009-10-17
1
-6
/
+7
*
Add support for a chain of stat caches in the FileManager, rather than
Douglas Gregor
2009-10-16
1
-3
/
+4
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-89
/
+89
*
API changes to match llvm ToT.
Chris Lattner
2009-08-23
1
-3
/
+3
*
Replace cerr with errs().
Benjamin Kramer
2009-08-23
1
-3
/
+2
*
Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp
Eli Friedman
2009-05-19
1
-0
/
+658