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
*
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
*
Delete support for AuroraUX.
Rafael Espindola
2014-08-14
1
-5
/
+0
*
AArch64: update Clang for merged arm64/aarch64 triples.
Tim Northover
2014-07-23
1
-1
/
+0
*
Fix crash with x86_64-pc-win32-macho target. <rdar://problem/17235840>
Bob Wilson
2014-06-10
1
-1
/
+2
*
AArch64/ARM64: rename ARM64 components to AArch64
Tim Northover
2014-05-24
1
-0
/
+1
*
ARM64: initial clang support commit.
Tim Northover
2014-03-29
1
-0
/
+5
*
Use the new Windows environment for target detection
Saleem Abdulrasool
2014-03-27
1
-34
/
+44
*
Dont unconditionally add gcc4.2 include paths on FreeBSD.
Roman Divacky
2014-03-12
1
-5
/
+0
*
Check for LLVM_ON_WIN32 instead of _WIN32.
Hans Wennborg
2014-03-12
1
-3
/
+3
*
With the new update to the ABI, we should not look for installations
Yaron Keren
2013-12-12
1
-16
/
+12
*
Darwin: Look for libc++ headers in include/, rather than lib/
Justin Bogner
2013-11-15
1
-5
/
+7
*
Add another MinGW header include path
Hans Wennborg
2013-10-18
1
-0
/
+1
*
InitHeaderSearch.cpp: [Cygwin] Add 4.7.3.
NAKAMURA Takumi
2013-08-18
1
-0
/
+1
*
Modernize some low-hanging PathV1 uses.
Benjamin Kramer
2013-06-13
1
-17
/
+21
*
Include PathV1.h in files that use it.
Rafael Espindola
2013-06-11
1
-0
/
+1
*
Add support for -stdlib=libc++ in the NetBSD toolchain.
Joerg Sonnenberger
2013-04-30
1
-3
/
+0
*
Fix the driver logic for recent versions of DragonFly.
John McCall
2013-04-11
1
-1
/
+5
*
[Frontend] Factor AddUnmappedPath() out of AddPath() and simplify.
Daniel Dunbar
2013-01-30
1
-15
/
+33
*
[Frontend] Add an ExternCSystem include entry group.
Daniel Dunbar
2013-01-30
1
-74
/
+69
*
[Frontend] Make the include dir group independent from the "use sysroot" bit.
Daniel Dunbar
2013-01-29
1
-3
/
+1
*
[Frontend] Rename a member variable to clarify its intent.
Daniel Dunbar
2013-01-29
1
-5
/
+6
*
[Frontend] Factor out helper function, for clarity.
Daniel Dunbar
2013-01-29
1
-9
/
+10
*
[Frontend] Drop the isUserSupplied argument to InitHeaderSearch, it is unused.
Daniel Dunbar
2013-01-25
1
-72
/
+63
*
[Lex] Remove DirectoryLookup.UserSpecified, which is unused.
Daniel Dunbar
2013-01-25
1
-4
/
+5
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-5
/
+4
*
Move HeaderSearchOptions into the Lex library, make it intrusively
Douglas Gregor
2012-10-24
1
-1
/
+1
*
InitHeaderSearch.cpp: [mingw] Handle DOSish paths only on Win32 hosts.
NAKAMURA Takumi
2012-09-13
1
-0
/
+4
*
clang support for Bitrig (an OpenBSD fork); patch by David Hill.
Eli Friedman
2012-08-08
1
-0
/
+1
*
Correct AddDefaultCIncludePaths for OpenBSD to not include /usr/local/include
Hans Wennborg
2012-08-02
1
-0
/
+1
*
Add -isystem-prefix and -ino-system-prefix arguments, which can be used to
Richard Smith
2012-06-13
1
-0
/
+13
*
Since this change is generating a considerable amount of discussion (and poss...
Aaron Ballman
2012-03-25
1
-56
/
+46
*
No longer hard coding paths to the MinGW include directories; using a regular...
Aaron Ballman
2012-03-25
1
-46
/
+56
*
Adding in newer MinGW header paths.
Aaron Ballman
2012-03-15
1
-0
/
+3
*
Add the Solaris support directory to the header search when using libc++.
David Chisnall
2012-03-02
1
-0
/
+5
*
Some more Solaris fixes. Now successfully building libc++ on Solaris with cl...
David Chisnall
2012-02-28
1
-7
/
+0
*
Add some Solaris include paths and fix a -lgcc_eh that apparently should be -...
David Chisnall
2012-02-15
1
-0
/
+9
*
include clang's config.h unconditionally (v2)
Dylan Noblesmith
2012-02-14
1
-4
/
+1
*
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-1
/
+1
*
Replace the old --with-cxx-* configure options with a single --with-gcc-toolc...
Rafael Espindola
2012-02-03
1
-13
/
+0
*
Back out my heinous hack that tricked the module generation mechanism
Douglas Gregor
2012-02-02
1
-0
/
+8
*
back out r149504
Dylan Noblesmith
2012-02-02
1
-1
/
+4
*
include clang's config.h unconditionally
Dylan Noblesmith
2012-02-01
1
-5
/
+3
*
lib/Frontend/InitHeaderSearch.cpp: [Cygwin] Add 4.5.3.
NAKAMURA Takumi
2012-01-21
1
-0
/
+1
*
[Cygwin] Abandon Cygwin-1.5 and g++-3. Use g++-4.3 and higher on Cygwin-1.7.
NAKAMURA Takumi
2012-01-21
1
-2
/
+0
*
Add a couple more GCC versions to C++ search paths for MinGW. Patch by Ruben...
Eli Friedman
2011-11-28
1
-0
/
+2
*
Move the Linux header searching from the Frontend to the Driver. This is
Chandler Carruth
2011-11-05
1
-274
/
+7
*
Add two flags to the CC1 layer that I was hoping to avoid. We need to
Chandler Carruth
2011-11-05
1
-2
/
+2
*
Begin the migration of header search logic to the driver, starting with
Chandler Carruth
2011-11-04
1
-244
/
+16
[next]