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
/
Driver.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Driver: CCC_ADD_ARGS could end up using dangling pointers.
Daniel Dunbar
2009-04-10
1
-2
/
+0
*
Driver: Add 'q' flag for options which shouldn't be reported as unused.
Daniel Dunbar
2009-04-07
1
-1
/
+5
*
Driver: Handle -dumpversion, this is used by some configuration
Daniel Dunbar
2009-04-04
1
-0
/
+8
*
Driver: Automatically suppress warnings for duplicate versions of
Daniel Dunbar
2009-04-04
1
-1
/
+21
*
Driver: Add -Qunused-arguments option to suppress driver "unused
Daniel Dunbar
2009-04-03
1
-2
/
+3
*
Wire --version to normal -v version text.
Daniel Dunbar
2009-04-02
1
-0
/
+5
*
Driver: Allow -ccc-gcc-name to specify the name/path to use when
Daniel Dunbar
2009-04-01
1
-1
/
+6
*
Quick and dirty (!) fix to make sure we use powerpc in triples.
Daniel Dunbar
2009-04-01
1
-3
/
+12
*
Driver: Implement basic --help text.
Daniel Dunbar
2009-03-31
1
-0
/
+72
*
Driver: Sketch FreeBSD tool chain.
Daniel Dunbar
2009-03-30
1
-0
/
+3
*
Driver: Support -M and -MM.
Daniel Dunbar
2009-03-30
1
-9
/
+12
*
Driver: Make sure to claim -### before emitting "unused argument"
Daniel Dunbar
2009-03-29
1
-0
/
+3
*
Driver: -print-libgcc-file-name was searching wrong path list.
Daniel Dunbar
2009-03-27
1
-1
/
+1
*
Fix searching for gcc, we only want executable files.
Mike Stump
2009-03-27
1
-3
/
+4
*
Driver: Fix a number of option definition mismatches (flags instead of
Daniel Dunbar
2009-03-26
1
-2
/
+2
*
Driver: Print the correct target when printing the version.
Daniel Dunbar
2009-03-26
1
-6
/
+6
*
Driver: Move GetReleaseVersion to static Driver::GetReleaseVersion method.
Daniel Dunbar
2009-03-26
1
-0
/
+39
*
hopefully fix VC++ build error.
Chris Lattner
2009-03-26
1
-0
/
+1
*
Driver: Prep for tool chain specific argument translation.
Daniel Dunbar
2009-03-25
1
-5
/
+6
*
Driver: Handle -flto, -O4, and tweak -emit-llvm to match llvm-gcc.
Daniel Dunbar
2009-03-24
1
-2
/
+9
*
Driver: Warn when 'clang' is used to compile a source file we could
Daniel Dunbar
2009-03-24
1
-3
/
+9
*
Driver: Change default use of "clang" compiler.
Daniel Dunbar
2009-03-24
1
-12
/
+18
*
Move ToolChain::ShouldUseClangCompiler to
Daniel Dunbar
2009-03-24
1
-0
/
+27
*
Driver: Setup file and program search paths in tool chains.
Daniel Dunbar
2009-03-23
1
-9
/
+2
*
Driver: Implement 'missing argument' error.
Daniel Dunbar
2009-03-22
1
-9
/
+14
*
ccc/Driver: .s defaults to 'assembler-with-cpp' on Darwin.
Daniel Dunbar
2009-03-20
1
-2
/
+4
*
Driver: Add Arg::getAsString and use when dumping arguments to
Daniel Dunbar
2009-03-20
1
-6
/
+6
*
Driver: Implement -print-search-dirs.
Daniel Dunbar
2009-03-20
1
-0
/
+19
*
Driver: Temporary hack to allow -ccc-print-bindings to work (for
Daniel Dunbar
2009-03-20
1
-1
/
+4
*
Driver: Claim unused input arguments when emitting "input file unused"
Daniel Dunbar
2009-03-19
1
-0
/
+2
*
Driver: Claim -arch options when pipelining, and claim arguments that
Daniel Dunbar
2009-03-19
1
-1
/
+2
*
Driver: Handle "linker input" arguments.
Daniel Dunbar
2009-03-19
1
-6
/
+9
*
Driver: Forcibly disable pipe support until we can execute them, the
Daniel Dunbar
2009-03-18
1
-1
/
+13
*
Driver: Delete the temporary files llvm::sys::Path::makeUnique
Daniel Dunbar
2009-03-18
1
-0
/
+4
*
Driver: Cleanup temporary/result files.
Daniel Dunbar
2009-03-18
1
-1
/
+1
*
Driver: Lookup program names using llvm::sys::Program::FindProgramByName
Daniel Dunbar
2009-03-18
1
-0
/
+6
*
The eventual name of this will be clang, might as well start now.
Mike Stump
2009-03-18
1
-1
/
+1
*
Driver: Support ToolChain specific path lists to search for files and
Daniel Dunbar
2009-03-18
1
-2
/
+25
*
Driver: Construct temporary file names.
Daniel Dunbar
2009-03-18
1
-5
/
+17
*
Add revision information.
Mike Stump
2009-03-18
1
-2
/
+7
*
Driver: Don't warn about unused arguments if there are Driver errors
Daniel Dunbar
2009-03-18
1
-2
/
+5
*
Fix URL trimming for version information.
Mike Stump
2009-03-18
1
-1
/
+1
*
Improve version number.
Mike Stump
2009-03-18
1
-2
/
+13
*
Driver: Bug fix, derived .gch names sometimes started with "/".
Daniel Dunbar
2009-03-18
1
-1
/
+4
*
Driver: Add assert and FIXME; arguments which act as linker inputs
Daniel Dunbar
2009-03-18
1
-0
/
+3
*
Driver: ConstructJob also needs to know the destination (where to put
Daniel Dunbar
2009-03-18
1
-1
/
+2
*
Driver: Print version on stderr to match [gc]cc.
Daniel Dunbar
2009-03-18
1
-1
/
+1
*
Driver: Claim inputs when we bind the InputAction.
Daniel Dunbar
2009-03-18
1
-0
/
+1
*
Driver: Don't claim inputs when pipelining, a tool should eventually
Daniel Dunbar
2009-03-18
1
-1
/
+0
*
Driver: Add a dash of const.
Daniel Dunbar
2009-03-18
1
-1
/
+0
[next]