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: Translate -fverbose-asm for LLVM backend.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Driver: Forward -MMD (not -MM) to clang-cc; this got lost in
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Driver: lipo wasn't being called correctly (translation failure from
Daniel Dunbar
2009-03-24
1
-0
/
+3
*
Driver: Add two special groups of "whitelisted" options which we know
Daniel Dunbar
2009-03-23
1
-0
/
+12
*
Driver: Switch to using -include-pth.
Daniel Dunbar
2009-03-20
1
-35
/
+23
*
Driver: Add and use darwin::Assemble tool.
Daniel Dunbar
2009-03-20
1
-2
/
+48
*
Driver: Add darwin::Lipo tool.
Daniel Dunbar
2009-03-20
1
-1
/
+24
*
Driver/clang: -mattr strings were not comma separated.
Daniel Dunbar
2009-03-19
1
-0
/
+4
*
Driver: Claim -arch options when pipelining, and claim arguments that
Daniel Dunbar
2009-03-19
1
-1
/
+6
*
Driver: Handle "linker input" arguments.
Daniel Dunbar
2009-03-19
1
-11
/
+20
*
Driver: Fix bug in translating -O to clang, add clang-translation test
Daniel Dunbar
2009-03-18
1
-1
/
+1
*
Driver: Resolve program path for "cp" (used as part of transparent gcc
Daniel Dunbar
2009-03-18
1
-1
/
+3
*
Driver: Lookup program names using llvm::sys::Program::FindProgramByName
Daniel Dunbar
2009-03-18
1
-1
/
+3
*
Driver: Port Clang argument translation.
Daniel Dunbar
2009-03-18
1
-11
/
+294
*
Driver: Lift out common GCC tool and implement generic GCC tool
Daniel Dunbar
2009-03-18
1
-34
/
+93
*
Driver: ConstructJob also needs to know the destination (where to put
Daniel Dunbar
2009-03-18
1
-6
/
+21
*
Driver: Add a dash of const.
Daniel Dunbar
2009-03-18
1
-7
/
+12
*
Driver: Stub out Tool::ConstructJob.
Daniel Dunbar
2009-03-18
1
-0
/
+55