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
*
Don't use PathV1.h in Tools.cpp.
Rafael Espindola
2013-06-25
1
-11
/
+7
*
Use the simpler version of llvm::sys::fs::exists.
Rafael Espindola
2013-06-25
1
-8
/
+5
*
Use the new llvm::sys::EnvPathSeparator.
Rafael Espindola
2013-06-25
1
-1
/
+2
*
Make -vectorize-... proper cc1 flags instead of abusing -backend-option. Fixes
Nick Lewycky
2013-06-25
1
-10
/
+5
*
[arcmt/driver] For the -ccc-arcmt-* flags, claim them when -fno-objc-arc is p...
Argyrios Kyrtzidis
2013-06-24
1
-0
/
+4
*
The profile library must come before the C library so that it can use
Chandler Carruth
2013-06-24
1
-2
/
+3
*
Fix the addition of Clang's profile runtime library to the link step
Chandler Carruth
2013-06-23
1
-1
/
+19
*
Fix typo in r184308.
Richard Smith
2013-06-20
1
-1
/
+1
*
[Driver] Don't forward source file input args to gcc
Reid Kleckner
2013-06-19
1
-1
/
+4
*
Debug Info: support for gdwarf-2 gdwarf-3 gdwarf-4
Manman Ren
2013-06-19
1
-0
/
+6
*
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
[next]