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
/
InitHeaderSearch.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reland r371785: Add -Wpoison-system-directories warning
Manoj Gupta
2019-09-13
1
-0
/
+7
*
Revert r371785.
Manoj Gupta
2019-09-13
1
-7
/
+0
*
Add -Wpoison-system-directories warning
Manoj Gupta
2019-09-12
1
-0
/
+7
*
Introduce a DirectoryEntryRef that stores both a reference and an
Alex Lorenz
2019-08-31
1
-1
/
+1
*
[clang] Adopt new FileManager error-returning APIs
Harlan Haskins
2019-08-01
1
-6
/
+6
*
[WebAssembly] Modernize include path handling
Sam Clegg
2019-06-13
1
-0
/
+8
*
[clang][Darwin] Refactor header search path logic into the driver
Louis Dionne
2019-05-21
1
-51
/
+15
*
Remove OpenBSD case for old system libstdc++ header path as OpenBSD
Brad Smith
2019-02-23
1
-8
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Move detection of libc++ include dirs to Driver on MacOS
Ilya Biryukov
2018-12-05
1
-16
/
+0
*
Add Hurd target to Clang driver (2/2)
Kristina Brooks
2018-11-29
1
-0
/
+3
*
Revert "Make clang-based tools find libc++ on MacOS"
Jonas Devlieghere
2018-11-12
1
-3
/
+8
*
Make clang-based tools find libc++ on MacOS
Ilya Biryukov
2018-11-12
1
-8
/
+3
*
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
Erik Pilkington
2018-10-30
1
-4
/
+4
*
[frontend] Don't include the C++ stdlib for -x assembler-with-cpp
Alex Lorenz
2018-06-28
1
-2
/
+2
*
Recommit r335063: [Darwin] Add a warning for missing include path for libstdc++
Alex Lorenz
2018-06-19
1
-35
/
+48
*
Revert r335063 as it causes bot failures
Alex Lorenz
2018-06-19
1
-48
/
+35
*
[Darwin] Add a warning for missing include path for libstdc++
Alex Lorenz
2018-06-19
1
-35
/
+48
*
s/LLVM_ON_WIN32/_WIN32/, clang
Nico Weber
2018-04-27
1
-1
/
+1
*
[Frontend] Avoid including default system header paths on Fuchsia
Petr Hosek
2018-03-02
1
-0
/
+2
*
[Solaris] gcc toolchain handling revamp
Fedor Sergeev
2018-01-23
1
-0
/
+3
*
Revert "Add /System/Library/PrivateFrameworks as a header search path."
Douglas Gregor
2017-10-02
1
-1
/
+0
*
Add /System/Library/PrivateFrameworks as a header search path.
Douglas Gregor
2017-09-14
1
-0
/
+1
*
Remove Bitrig: Clang Changes
Erich Keane
2017-07-21
1
-1
/
+0
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-06-03
1
-0
/
+2
*
[Frontend] Fix an issue where a quoted search path is incorrectly
Alex Lorenz
2016-12-02
1
-1
/
+1
*
Use StringRef for MemoryBuffer identifier API (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-2
/
+1
*
[PS4] Change the names of some "environmental" things to what our
Paul Robinson
2016-05-16
1
-1
/
+1
*
Update clang support on recent Haiku
Reid Kleckner
2016-05-11
1
-32
/
+33
*
[ptr-traits] Add #includes of headers rather than forward declarations
Chandler Carruth
2015-12-30
1
-0
/
+1
*
Fix C++ support on recent DragonFly BSD releases
Dimitry Andric
2015-12-27
1
-4
/
+1
*
[x86] Exclusion of incorrect include headers paths for MCU target
Andrey Bokhanko
2015-12-16
1
-0
/
+2
*
Bring back r250262: PS4 toolchain
Filipe Cabecinhas
2015-10-14
1
-0
/
+23
*
Revert-to-green r250262 (PS4 toolchain patch)
Sean Silva
2015-10-14
1
-23
/
+0
*
I took care of the build problem in the commit 250252.
Ekaterina Romanova
2015-10-14
1
-0
/
+23
*
reverting my patch, cause build problems
Ekaterina Romanova
2015-10-14
1
-23
/
+0
*
This patch adds missing pieces to clang, including the PS4 toolchain
Ekaterina Romanova
2015-10-13
1
-0
/
+23
*
C++11 rangify for loops, NFC.
Yaron Keren
2015-10-01
1
-29
/
+21
*
Revert "This patch adds missing pieces to clang, including the PS4 toolchain ...
Greg Bedwell
2015-09-25
1
-23
/
+0
*
This patch adds missing pieces to clang, including the PS4 toolchain
Ekaterina Romanova
2015-09-24
1
-0
/
+23
*
[Solaris] Use the GCC Installation detector to add the C++ include paths.
Rafael Espindola
2015-09-09
1
-9
/
+0
*
Support mingw-w64 and mingw.org toolchains at any install location.
Yaron Keren
2015-07-02
1
-60
/
+5
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-1
/
+1
*
Add driver support for Native Client SDK
Derek Schuff
2015-03-30
1
-0
/
+2
*
Remove many superfluous SmallString::str() calls.
Yaron Keren
2015-03-18
1
-7
/
+7
*
Fix up default header paths for CloudABI.
Ed Schouten
2015-03-11
1
-1
/
+16
*
Use isOSBinFormatMachO() instead of comparing the object format
Eric Christopher
2014-12-05
1
-1
/
+1
*
Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...
David Blaikie
2014-11-19
1
-3
/
+3
*
Add the break in the switch case (even if there is llvm_unreachable. It will ...
Sylvestre Ledru
2014-08-18
1
-1
/
+1
[next]