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
/
Driver
/
Tools.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Forward -u to the linker on gnutools toolchains
Reid Kleckner
2014-06-26
1
-0
/
+1
*
Align with new GCC options for x86 Android
Alexey Volkov
2014-06-25
1
-2
/
+6
*
[Driver] Follow-up to r211598, r211663. Do not build a dynamic linker
Simon Atanasyan
2014-06-25
1
-6
/
+6
*
Tools.cpp: Update getLinuxDynamicLinker() to return Twine instead of StringRe...
NAKAMURA Takumi
2014-06-25
1
-3
/
+3
*
Reformat.
NAKAMURA Takumi
2014-06-25
1
-3
/
+3
*
Use appropriate default PIE settings for OpenBSD.
Brad Smith
2014-06-24
1
-0
/
+21
*
[mips] Correct linux dynamic linker for -mnan=2008
Daniel Sanders
2014-06-24
1
-5
/
+24
*
Driver: In crashdumps with -fmodule, dump the module dependencies
Justin Bogner
2014-06-20
1
-17
/
+40
*
Driver: Record that we're in crashdump and push flags to ConstructJob
Justin Bogner
2014-06-20
1
-4
/
+5
*
Driver: Remove some superfluous calls to Arg->claim()
Justin Bogner
2014-06-20
1
-14
/
+5
*
[PowerPC] Fix ELF interpreter name for powerpc64le-linux
Ulrich Weigand
2014-06-20
1
-1
/
+2
*
Driver: correct the backend option spelling
Saleem Abdulrasool
2014-06-18
1
-1
/
+1
*
Add support for the /EP argument to clang-cl
Hans Wennborg
2014-06-13
1
-0
/
+6
*
Use dwarf-2 by default on OpenBSD and FreeBSD.
Brad Smith
2014-06-13
1
-4
/
+8
*
Driver: use more range-based for loops
Saleem Abdulrasool
2014-06-12
1
-145
/
+67
*
clang-cl: accept the /C option with /P (PR19978)
Hans Wennborg
2014-06-11
1
-3
/
+7
*
Driver: add -m{,no-}long-calls support
Saleem Abdulrasool
2014-06-07
1
-0
/
+11
*
Implement -Wframe-larger-than backend diagnostic
Alp Toker
2014-06-05
1
-0
/
+7
*
Fix driver warning about -pthread on Android.
Evgeniy Stepanov
2014-06-05
1
-3
/
+3
*
[ubsan] Don't add a --dynamic-list for ubsan symbols when building a shared
Richard Smith
2014-06-04
1
-2
/
+8
*
Add flags -Rpass-missed and -Rpass-analysis.
Diego Novillo
2014-05-29
1
-0
/
+6
*
Make the -mno-global-merge option work for arm64/aarch64. rdar://17024719
Bob Wilson
2014-05-29
1
-0
/
+8
*
-pthread does not translate to -lpthread on Android.
Evgeniy Stepanov
2014-05-28
1
-2
/
+3
*
AArch64/ARM64: rename ARM64 components to AArch64
Tim Northover
2014-05-24
1
-13
/
+21
*
AArch64/ARM64: update Clang after AArch64 removal.
Tim Northover
2014-05-24
1
-22
/
+0
*
Don't reduce the stack protector level given -fstack-protector.
Rafael Espindola
2014-05-22
1
-3
/
+4
*
Unify the name of compiler-rt builtins library on Linux.
Alexey Samsonov
2014-05-22
1
-3
/
+4
*
MachO: perform ARM ABI detection even for non-Darwin triples.
Tim Northover
2014-05-22
1
-1
/
+1
*
Pass -gdwarf-N options to integrated assembler
Oliver Stannard
2014-05-19
1
-0
/
+9
*
Driver: force restricted IT blocks for Windows on ARM
Saleem Abdulrasool
2014-05-18
1
-0
/
+5
*
[C++11] Use 'nullptr'. Driver edition.
Craig Topper
2014-05-17
1
-6
/
+6
*
InstrProf: Look for the PIC-version of the profile runtime
Duncan P. N. Exon Smith
2014-05-16
1
-1
/
+8
*
clang-cl: Fall back immediately if /GR and /fallback were both passed
Reid Kleckner
2014-05-14
1
-1
/
+9
*
Support -masm= flag for x86 targets.
Nico Weber
2014-05-13
1
-0
/
+11
*
[ASan] Fixup for r208610: link in asan_cxx library on Windows
Alexey Samsonov
2014-05-12
1
-6
/
+14
*
[ASan] Split static ASan runtime in two parts: asan and asan_cxx.
Alexey Samsonov
2014-05-12
1
-6
/
+11
*
Wrap at 80 columns. No code change.
Nico Weber
2014-05-11
1
-7
/
+13
*
[mips] Pass nan2008 info to the back-end.
Matheus Almeida
2014-05-07
1
-1
/
+7
*
Drop libgcc and default to libc++ for NetBSD/ARM on 6.99.40+.
Joerg Sonnenberger
2014-05-07
1
-1
/
+5
*
[PATCH] [ARM64] Enable alignment control option in front-end for ARM64.
Kevin Qin
2014-05-06
1
-2
/
+10
*
Simplify getARMCPUForMArch() and make it more consistent
Christian Pirker
2014-05-05
1
-53
/
+39
*
[driver] Enable the slp vectorizer at -Oz.
Chad Rosier
2014-05-02
1
-6
/
+8
*
[ARM64/AArch64] Hook up CRC32 subtarget feature to the driver
Bradley Smith
2014-05-02
1
-0
/
+9
*
XCore target: fix handling of -g0 flag
Robert Lytton
2014-05-02
1
-2
/
+3
*
Android uses -fpic for arm64 as well.
Logan Chien
2014-04-30
1
-0
/
+1
*
Drop non-cfi assembly support from clang.
Rafael Espindola
2014-04-30
1
-16
/
+0
*
Android uses -fpic for aarch64.
Logan Chien
2014-04-29
1
-0
/
+1
*
Add comments regarding isPIEDefault usage for r207520
Alexey Volkov
2014-04-29
1
-0
/
+2
*
Pass -pie to linker when generating executable on Android
Alexey Volkov
2014-04-29
1
-1
/
+4
*
[driver] Disable the slp vectorizer at -O0, -O1, and -Oz. This mirrors the
Chad Rosier
2014-04-28
1
-3
/
+5
[next]