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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pass -fno-math-builtin from the Clang driver to -cc1 for the l32 arch.
Eli Bendersky
2013-07-24
1
-0
/
+7
*
Remove the -ccc-echo option that is now unused.
Rafael Espindola
2013-07-23
2
-3
/
+2
*
Add a cl.exe compatible driver mode
Hans Wennborg
2013-07-19
1
-0
/
+1
*
[mips] Add support for command-line options -mno-check-zero-division and
Akira Hatanaka
2013-07-19
1
-0
/
+8
*
[SystemZ] Add -march= command-line option
Richard Sandiford
2013-07-19
2
-2
/
+23
*
[SystemZ] Enable frame-pointer elimination for -O1 and above
Richard Sandiford
2013-07-19
1
-4
/
+6
*
Address -Wreorder warning in Driver.cpp
Hans Wennborg
2013-07-18
1
-2
/
+2
*
Turn Driver::CCCIsCXX and CCCIsCPP into a single Mode enum,
Hans Wennborg
2013-07-18
2
-29
/
+59
*
Option parsing tables: remove some unnecessary #defines
Hans Wennborg
2013-07-17
2
-10
/
+4
*
Use the simpler is_directory.
Rafael Espindola
2013-07-17
1
-2
/
+1
*
Update for llvm API change.
Rafael Espindola
2013-07-16
2
-6
/
+4
*
Replacing an empty switch with its moral equivalent. No functional changes i...
Aaron Ballman
2013-07-15
1
-7
/
+3
*
Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).
Craig Topper
2013-07-15
3
-4
/
+6
*
ObjC migrator: Add -objcmt-migrate-property to do property
Fariborz Jahanian
2013-07-09
1
-1
/
+4
*
Use llvm::sys::fs::createTemporaryFile.
Rafael Espindola
2013-07-05
1
-1
/
+1
*
Use SmallVectorImpl& for function arguments instead of SmallVector.
Craig Topper
2013-07-05
1
-3
/
+1
*
Use SmallVectorImpl instead of SmallVector for iterators and references to av...
Craig Topper
2013-07-04
1
-1
/
+1
*
Fix PR16454: Don't #include altivec.h when preprocessing assembly.
Bill Schmidt
2013-07-03
1
-1
/
+4
*
We don't need to know the OpenSUSE version, so don't parse it.
Rafael Espindola
2013-07-03
1
-19
/
+11
*
Debug Info: set default to gdwarf-2 for Darwin.
Manman Ren
2013-07-02
1
-2
/
+7
*
Use the multiple argument form of path::append.
Benjamin Kramer
2013-06-28
1
-11
/
+4
*
Add support for passing v8fp options via -mfpu.
Joey Gouly
2013-06-27
1
-0
/
+8
*
Add support for passing '-target armv8' through the Driver.
Joey Gouly
2013-06-26
3
-0
/
+4
*
Remove PathV1.h use from WindowsToolChain.cpp.
Rafael Espindola
2013-06-26
1
-3
/
+2
*
Remove PathV1.h usage from ToolChains.cpp.
Rafael Espindola
2013-06-26
1
-34
/
+31
*
Use simpler version of llvm::sys::fs::exists.
Rafael Espindola
2013-06-25
1
-14
/
+9
*
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
*
Add r184803 back now that the bug in unique_file has been fixed.
Rafael Espindola
2013-06-25
1
-21
/
+6
*
Revert "Use the new PathV2 instead of implementing the logic in clang."
Rafael Espindola
2013-06-25
1
-6
/
+21
*
Make -vectorize-... proper cc1 flags instead of abusing -backend-option. Fixes
Nick Lewycky
2013-06-25
1
-10
/
+5
*
Remove PathV1.h from Driver.cpp.
Rafael Espindola
2013-06-25
1
-2
/
+1
*
Use the new PathV2 instead of implementing the logic in clang.
Rafael Espindola
2013-06-25
1
-20
/
+6
*
[arcmt/driver] For the -ccc-arcmt-* flags, claim them when -fno-objc-arc is p...
Argyrios Kyrtzidis
2013-06-24
1
-0
/
+4
*
Convert some uses of llvm::sys::Path.
Rafael Espindola
2013-06-24
1
-27
/
+27
*
Use the simpler version of llvm::sys::fs::exists.
Rafael Espindola
2013-06-24
1
-8
/
+4
*
Convert last use of PathV1.h in Compilation.cpp
Rafael Espindola
2013-06-24
1
-17
/
+20
*
Convert a use of PathV1.h
Rafael Espindola
2013-06-24
1
-2
/
+2
*
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
*
Reword and reformat some of the "Multiarch" code in the toolchain setup.
Chandler Carruth
2013-06-22
2
-208
/
+169
*
Update a comment to clarify that searching the target triple bin
Chandler Carruth
2013-06-20
1
-2
/
+8
*
Add -fno-assume-sane-operator-new when building with MSan.
Evgeniy Stepanov
2013-06-20
1
-2
/
+6
*
Fix typo in r184308.
Richard Smith
2013-06-20
1
-1
/
+1
*
Revert "Adds support for openSUSE ARM v5/v7 triples."
Renato Golin
2013-06-19
1
-2
/
+0
*
Adds support for openSUSE ARM v5/v7 triples.
Renato Golin
2013-06-19
1
-0
/
+2
*
[Driver] Don't forward source file input args to gcc
Reid Kleckner
2013-06-19
1
-1
/
+4
*
Revert r184302 on Renato's behalf - it broke the bots and he's asked me to re...
James Molloy
2013-06-19
1
-2
/
+0
*
Adds support for openSUSE ARM v5/v7 triples.
Renato Golin
2013-06-19
1
-0
/
+2
[next]