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
*
[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
*
clang-cl: /fallback only applies to C or C++ files
Hans Wennborg
2014-04-25
1
-1
/
+2
*
clang-cl: pass -debug flag to the linker when compiling with debug info
Hans Wennborg
2014-04-25
1
-0
/
+4
*
[ARM64] Plumb in big-endian - add arm64_be to the many switches where it was ...
James Molloy
2014-04-17
1
-2
/
+7
*
[ARM64] Default to the 'generic' CPU, unless -arch is present for backwards c...
James Molloy
2014-04-17
1
-2
/
+6
*
Add support for optimization reports.
Diego Novillo
2014-04-16
1
-0
/
+3
*
[ARM64] Plumb in the -mfpu= flag.
James Molloy
2014-04-16
1
-0
/
+2
*
[Driver][ARM64] Make sure the default CPU is passed to the assembler.
Quentin Colombet
2014-04-15
1
-0
/
+3
*
Add -fmodules-strict-decluse to check that all headers are in modules
Daniel Jasper
2014-04-11
1
-0
/
+8
*
clang-cl: Disable TBAA by default for MSVC compatibility
Reid Kleckner
2014-04-09
1
-1
/
+4
*
Fix a typo introduced in r205716
David Majnemer
2014-04-07
1
-3
/
+2
*
clang-cl: make /Gw map to -fdata-sections
David Majnemer
2014-04-07
1
-6
/
+5
*
Driver: add target definition for Windows on ARM
Saleem Abdulrasool
2014-04-04
1
-1
/
+30
*
Code cleanup (re-indent)
Logan Chien
2014-04-03
1
-7
/
+7
*
Add support for dynamic ASan runtime (on Linux) to Clang driver.
Alexey Samsonov
2014-04-01
1
-24
/
+47
*
Warn when requesting compress-debug-sections and zlib is not available
David Blaikie
2014-03-31
1
-2
/
+7
*
ARM64: initial clang support commit.
Tim Northover
2014-03-29
1
-4
/
+66
*
Driver: implement addClangWarningOptions
Tim Northover
2014-03-29
1
-0
/
+5
*
InstrProf: Emit runtime hook directly in IRGen
Duncan P. N. Exon Smith
2014-03-28
1
-7
/
+0
*
Revert "Link in profile library on Linux using --whole-archive"
Duncan P. N. Exon Smith
2014-03-28
1
-6
/
+8
*
Link in profile library on Linux using --whole-archive
Alexey Samsonov
2014-03-28
1
-8
/
+6
*
Add ARM big endian Target (armeb, thumbeb)
Christian Pirker
2014-03-28
1
-6
/
+49
*
Use the new Windows environment for target detection
Saleem Abdulrasool
2014-03-27
1
-22
/
+20
*
Support for -Wa,-compress-debug-sections.
David Blaikie
2014-03-27
1
-1
/
+7
*
InstrProf: Pull in runtime on non-Darwin
Duncan P. N. Exon Smith
2014-03-27
1
-0
/
+7
*
Use an option alias to implement -gmlt
David Blaikie
2014-03-25
1
-2
/
+1
*
Fix an logic error in the clang driver preventing crtfastmath.o from linking ...
Benjamin Kramer
2014-03-25
1
-7
/
+0
*
clang-cl: make /Gy imply -fdata-sections in addition to -ffunction-sections
Hans Wennborg
2014-03-25
1
-0
/
+6
*
clang-cl: Forward /Gy or /Gy- when falling back to cl.exe
Hans Wennborg
2014-03-25
1
-0
/
+5
*
Update the parameters passed to the assembler and linker for
Will Schmidt
2014-03-24
1
-1
/
+4
*
Kill -faddress-sanitizer, -fthread-sanitizer and -fcatch-undefined-behavior f...
Alexey Samsonov
2014-03-20
1
-2
/
+1
*
Add support for sanitizers arguments on FreeBSD
Viktor Kutuzov
2014-03-18
1
-2
/
+10
*
AArch64_be specific clang target settings
Christian Pirker
2014-03-14
1
-0
/
+4
*
[Modules] Emit the module file paths as dependencies of the PCH when we are b...
Argyrios Kyrtzidis
2014-03-14
1
-0
/
+3
*
Always use --eh-frame-hdr on NetBSD, even for -static.
Joerg Sonnenberger
2014-03-13
1
-1
/
+1
*
Add an option -fmodules-validate-system-headers
Ben Langmuir
2014-03-12
1
-0
/
+2
*
Driver: Support -gmlt as an alias for -gline-tables-only
David Blaikie
2014-03-11
1
-1
/
+2
*
[OPENMP] Fixed linked libraries for libiomp5 on Linux
Alexey Bataev
2014-03-07
1
-1
/
+1
*
Update for LLVM API change
Saleem Abdulrasool
2014-03-06
1
-6
/
+7
*
[OPENMP] Added option -fopenmp=libiomp5|libgomp
Alexey Bataev
2014-03-06
1
-6
/
+48
*
Pass llvm::Triple objects by const reference.
Benjamin Kramer
2014-03-04
1
-2
/
+2
*
Introduce '-fmodules-user-build-path' which accepts the "canonical" path to a...
Argyrios Kyrtzidis
2014-03-03
1
-0
/
+7
[next]