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
/
Lex
/
PTHLexer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
unique_ptrify PTHManager's PerIDCache using the newly added llvm::FreeDeleter
David Blaikie
2014-08-29
1
-14
/
+12
*
unique_ptrify some parameters to PTHManager::PTHManager
David Blaikie
2014-08-29
1
-35
/
+29
*
Update the call to llvm::sys::fs::UniqueID to match the definition: UniqueID(...
Sylvestre Ledru
2014-08-18
1
-1
/
+1
*
unique_ptr-ify FileSystemStatCache::setNextStatCache
David Blaikie
2014-08-11
1
-2
/
+2
*
Improve memory ownership of vfs::Files in the FileSystemStatCache by using st...
David Blaikie
2014-07-08
1
-3
/
+2
*
PTH: use a variable instead of a macro
Alp Toker
2014-07-07
1
-8
/
+10
*
Update for llvm api change.
Rafael Espindola
2014-07-06
1
-2
/
+4
*
Include system_error directly.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
[C++11] Use 'nullptr'. Lex edition.
Craig Topper
2014-05-17
1
-18
/
+18
*
Teach users of OnDiskHashTable to define hash_value and offset types
Justin Bogner
2014-04-18
1
-8
/
+8
*
Remove OnDiskHashTable.h, since it's been moved to llvm
Justin Bogner
2014-04-18
1
-5
/
+4
*
Reapply "OnDiskHashTable: Use Endian.h to read little endian ostreams"
Justin Bogner
2014-03-28
1
-29
/
+57
*
Reapply "OnDiskHashTable: Use EndianStream.h to write little endian ostreams"
Justin Bogner
2014-03-28
1
-0
/
+1
*
Revert "OnDiskHashTable: Use Endian.h to read little endian ostreams"
Justin Bogner
2014-03-28
1
-57
/
+29
*
Revert "OnDiskHashTable: Use EndianStream.h to write little endian ostreams"
Justin Bogner
2014-03-28
1
-1
/
+0
*
OnDiskHashTable: Use Endian.h to read little endian ostreams
Justin Bogner
2014-03-28
1
-29
/
+57
*
OnDiskHashTable: Use EndianStream.h to write little endian ostreams
Justin Bogner
2014-03-28
1
-0
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-11
1
-1
/
+1
*
[C++11] Replace OwningPtr include with <memory>.
Ahmed Charles
2014-03-09
1
-1
/
+1
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-4
/
+4
*
Change OwningPtr::take() to OwningPtr::release().
Ahmed Charles
2014-03-07
1
-3
/
+3
*
Reapply fixed "Honour 'use-external-names' in FileManager"
Ben Langmuir
2014-02-28
1
-0
/
+1
*
Revert "Honour 'use-external-names' in FileManager"
Ben Langmuir
2014-02-27
1
-1
/
+0
*
Honour 'use-external-names' in FileManager
Ben Langmuir
2014-02-27
1
-0
/
+1
*
Recommit virtual file system
Ben Langmuir
2014-02-20
1
-2
/
+2
*
Reverting the virtual file system implementation, because it triggers an asse...
Juergen Ributzka
2014-02-20
1
-2
/
+2
*
Initial implementation of virtual file system
Ben Langmuir
2014-02-19
1
-2
/
+2
*
Enforce safe usage of DiagnosticsEngine::getCustomDiagID()
Alp Toker
2014-01-26
1
-1
/
+1
*
Make Preprocessor::Lex non-recursive.
Eli Friedman
2013-09-19
1
-17
/
+8
*
Use llvm::sys::fs::UniqueID for windows and unix.
Rafael Espindola
2013-08-01
1
-28
/
+36
*
Remove duplicate includes.
Roman Divacky
2012-12-21
1
-1
/
+0
*
Extend stat query APIs to explicitly specify if the query is for
Argyrios Kyrtzidis
2012-12-11
1
-2
/
+2
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-4
/
+4
*
Fix dead store found by static analyzer.
Ted Kremenek
2012-09-16
1
-5
/
+2
*
Dont cast away const needlessly. Found by gcc48 -Wcast-qual.
Roman Divacky
2012-09-06
1
-2
/
+2
*
Switch PTH format from a 7 byte magic number to an 8 byte one, to avoid
Richard Smith
2012-08-17
1
-3
/
+3
*
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-3
/
+3
*
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-09-25
1
-3
/
+4
*
Simplify the last character check.
David Blaikie
2011-09-22
1
-1
/
+1
*
Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset.
Argyrios Kyrtzidis
2011-09-19
1
-2
/
+2
*
Support code-completion for C++ inline methods and ObjC buffering methods.
Argyrios Kyrtzidis
2011-09-04
1
-1
/
+1
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-2
/
+2
*
fix a bunch of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
Rename tok::eom to tok::eod.
Peter Collingbourne
2011-02-28
1
-1
/
+1
*
MemoryBuffer API update.
Michael J. Spencer
2010-12-16
1
-4
/
+2
*
Use error_code instead of std::string* for MemoryBuffer.
Michael J. Spencer
2010-12-09
1
-1
/
+5
*
change the 'is directory' indicator to be a null-or-not
Chris Lattner
2010-11-23
1
-2
/
+3
*
simplify the cache miss handling code, eliminating CacheMissing.
Chris Lattner
2010-11-23
1
-3
/
+2
*
rework the stat cache, pulling it out of FileManager.h into
Chris Lattner
2010-11-23
1
-13
/
+14
*
don't allow remapping PTH file paths with -fworking-directory, the
Chris Lattner
2010-11-23
1
-3
/
+2
[next]