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
*
Add support for -fpcc-struct-return. Patch by Arthur O'Dwyer!
John McCall
2013-06-18
1
-0
/
+12
*
Accept and ignore -fdebug-types-section for now. This will be used
Eric Christopher
2013-06-18
1
-0
/
+3
*
Include PathV1.h only where it is used.
Rafael Espindola
2013-06-17
1
-0
/
+1
*
[Driver] Refactor clang driver to use LLVM's Option library
Reid Kleckner
2013-06-14
1
-4
/
+5
*
Teach clang about the armv4/armv4t distinction
Tim Northover
2013-06-13
1
-2
/
+5
*
When we're compiling with -pg make sure to link with gcrt1.o on linux. Be
Eric Christopher
2013-06-07
1
-1
/
+3
*
If we're splitting the dwarf for fission and don't want to use the
Eric Christopher
2013-06-05
1
-0
/
+8
*
Default to PIE and using stack protection on OpenBSD.
Rafael Espindola
2013-06-05
1
-0
/
+3
*
Driver: implement --dyld-prefix option.
Peter Collingbourne
2013-05-27
1
-30
/
+34
*
Add -fsanitize=leak to driver options.
Sergey Matveev
2013-05-27
1
-7
/
+27
*
Add -lrt to sanitizer link arguments.
Evgeniy Stepanov
2013-05-24
1
-0
/
+1
*
Fix a logic bug in the handling of -fmath-errno in the driver. We would
Chandler Carruth
2013-05-18
1
-2
/
+11
*
[Mips] Add -mldc1-sdc1 / -mno-ldc1-sdc1 command line options.
Simon Atanasyan
2013-05-11
1
-0
/
+8
*
C++1y: Add a step limit to constexpr evaluation, to catch runaway loops.
Richard Smith
2013-05-08
1
-0
/
+5
*
Add SystemZ support
Ulrich Weigand
2013-05-06
1
-1
/
+10
*
R600: Update GPU variants in -mcpu option
Tom Stellard
2013-05-06
1
-3
/
+3
*
[Mips] Pass -mips16, -mmicromips, -mdsp and -mdspr2 flags to the
Simon Atanasyan
2013-04-30
1
-0
/
+6
*
Exit early when $PWD isn't set. Remove unused unistd.h include.
Benjamin Kramer
2013-04-27
1
-4
/
+5
*
Use LLVM's preferred current_path API instead of calling getcwd(3) directly.
Benjamin Kramer
2013-04-27
1
-5
/
+3
*
[driver] Revert r180652 and 180658 and temporarily #define MAXPATHLEN to
Chad Rosier
2013-04-27
1
-2
/
+5
*
Fix the dangling pointer.
Chad Rosier
2013-04-27
1
-2
/
+2
*
[driver] Use the llvm equivalent of getcwd(). Hopefully, this makes the Windows
Chad Rosier
2013-04-27
1
-3
/
+2
*
[driver] Implement the -fdebug-compilation-dir in a way that is compatible with
Chad Rosier
2013-04-26
1
-8
/
+21
*
[driver] Put -fvectorize under the -Ofast umbrella flag.
Chad Rosier
2013-04-24
1
-1
/
+6
*
[driver] Improve the implementation of the -Ofast option.
Chad Rosier
2013-04-24
1
-13
/
+33
*
[Mips] Convert a GNU style Mips ABI name to the name accepted by LLVM
Simon Atanasyan
2013-04-21
1
-1
/
+8
*
Add support for gcc's spelling of -fcolor-diagnostics.
Nico Weber
2013-04-17
1
-3
/
+36
*
[Modules] Convert module specific -fno-modules-autolink into -fno-autolink.
Daniel Dunbar
2013-04-16
1
-10
/
+15
*
Add a new flag -vectorize-slp-aggressive to enable Hals BB vectorizer.
Nadav Rotem
2013-04-15
1
-0
/
+7
*
Rename the slp-vectorizer clang/llvm flags. No functionality change.
Nadav Rotem
2013-04-15
1
-1
/
+1
*
[Mips] Support -mmicromips / -mno-micromips command line options.
Simon Atanasyan
2013-04-14
1
-0
/
+3
*
[Mips] Fix indentation.
Simon Atanasyan
2013-04-14
1
-1
/
+1
*
[Mips] Follow-up to r179481. Reduce code duplication. Use
Simon Atanasyan
2013-04-14
1
-10
/
+3
*
[Mips] Remove "single" from the list of valid MIPS float ABI names. Add
Simon Atanasyan
2013-04-14
1
-7
/
+11
*
Remove duplicated comment.
Simon Atanasyan
2013-04-13
1
-2
/
+0
*
Fix the driver logic for recent versions of DragonFly.
John McCall
2013-04-11
1
-37
/
+64
*
Add a new -mimplicit-float option for symmetry with -mno-implicit-float.
Bob Wilson
2013-04-11
1
-1
/
+4
*
Hexagon: Remove -g option from the assembler command line.
Jyotsna Verma
2013-04-11
1
-1
/
+0
*
For split dwarf we should also run the objcopy action if we're
Eric Christopher
2013-04-10
1
-0
/
+8
*
Add an option to parse all comments as documentation comments
Dmitri Gribenko
2013-04-10
1
-0
/
+2
*
One more follow-up to r179082 - parse PIC/PIE arguments even on platfroms tha...
Alexey Samsonov
2013-04-09
1
-13
/
+14
*
Follow-up for r179082: more careful handling of -f(no-)sanitize-address-zero-...
Alexey Samsonov
2013-04-09
1
-5
/
+13
*
If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when...
Peter Collingbourne
2013-04-09
1
-55
/
+41
*
[analyzer] Re-enable cplusplus.NewDelete (but not NewDeleteLeaks).
Jordan Rose
2013-04-05
1
-0
/
+3
*
Initial support for struct-path aware TBAA.
Manman Ren
2013-04-04
1
-0
/
+2
*
revert r178784 since it does not have a commit message
Manman Ren
2013-04-04
1
-2
/
+0
*
Index: include/clang/Driver/CC1Options.td
Manman Ren
2013-04-04
1
-0
/
+2
*
Plumb through the -fsplit-stack option using the existing backend
Eric Christopher
2013-04-04
1
-0
/
+4
*
From PR9121 gcc defaulted to omitting the frame pointer on linux,
Eric Christopher
2013-04-03
1
-4
/
+19
*
[analyzer] Moving cplusplus.NewDelete to alpha.* for now.
Anton Yartsev
2013-04-02
1
-3
/
+0
[next]