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
/
PrecompiledPreamble.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Preamble] Check system dependencies in preamble too
Ilya Biryukov
2018-07-09
1
-1
/
+11
*
s/LLVM_ON_WIN32/_WIN32/, clang
Nico Weber
2018-04-27
1
-1
/
+1
*
[vfs] Don't bail out after a missing -ivfsoverlay file
Ben Langmuir
2018-03-23
1
-4
/
+0
*
[Frontend] Allow to use PrecompiledPreamble without calling CanReuse
Ilya Biryukov
2018-01-18
1
-13
/
+29
*
Added helper to get size of PrecompiledPreamble
Ilya Biryukov
2017-12-21
1
-3
/
+24
*
[clang] Add BeforeExecute method to PrecompiledPreamble
Ilya Biryukov
2017-12-20
1
-0
/
+2
*
[clang] Add PPCallbacks list to preprocessor when building a preacompiled pre...
Ilya Biryukov
2017-12-15
1
-17
/
+8
*
Avoid copying the data of in-memory preambles
Ilya Biryukov
2017-11-24
1
-3
/
+1
*
Use llvm-config.h instead of config.h
Ilya Biryukov
2017-11-17
1
-1
/
+1
*
Allow to store precompiled preambles in memory.
Ilya Biryukov
2017-11-16
1
-30
/
+197
*
Create fewer copies of StringMaps. No functionality change intended.
Benjamin Kramer
2017-10-22
1
-1
/
+1
*
Set PreprocessorOpts.GeneratePreamble=true in PrecompiledPreamble.
Ilya Biryukov
2017-10-09
1
-0
/
+2
*
[PCH] Fixed preamble breaking with BOM presence (and particularly, fluctuatin...
Cameron Desrochers
2017-09-20
1
-2
/
+1
*
Fixed a race condition in PrecompiledPreamble.
Ilya Biryukov
2017-08-10
1
-1
/
+9
*
Fix unused-variable compilation error.
Haojian Wu
2017-06-21
1
-0
/
+2
*
Moved code hanlding precompiled preamble out of the ASTUnit.
Ilya Biryukov
2017-06-21
1
-0
/
+561