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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove ';' after method definition. Noticed by clang++, which one would think
Daniel Dunbar
2009-12-19
1
-1
/
+1
*
ARM: Pass -mcpu to clang-cc based on -march= and -mcpu=.
Daniel Dunbar
2009-09-10
1
-0
/
+1
*
Move Clang X86 cpu/feature argument translation into AddX86TargetArgs.
Daniel Dunbar
2009-09-09
1
-0
/
+2
*
Add DarwinTool base class for all Darwin tools, and move AddDarwin[Sub]Arch t...
Daniel Dunbar
2009-09-09
1
-16
/
+21
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-50
/
+50
*
Rename Darwin_X86 toolchain to just Darwin, this can support all platforms.
Daniel Dunbar
2009-09-04
1
-2
/
+4
*
Remove unused argument.
Daniel Dunbar
2009-09-04
1
-6
/
+2
*
Second half of, clang, AuroraUX toolchain support.
Edward O'Callaghan
2009-08-22
1
-4
/
+38
*
OpenBSD support.
Daniel Dunbar
2009-06-29
1
-0
/
+34
*
DragonFly ToolChain definition for driver.
Daniel Dunbar
2009-05-02
1
-0
/
+34
*
Preliminary PCH support in the driver
Douglas Gregor
2009-04-18
1
-1
/
+4
*
Driver: Split out CPP specific options for clang so that we don't end
Daniel Dunbar
2009-04-08
1
-0
/
+5
*
Driver: Add freebsd::Link
Daniel Dunbar
2009-04-01
1
-0
/
+15
*
Driver: Call 'as' directly on FreeBSD.
Daniel Dunbar
2009-03-31
1
-0
/
+19
*
Improve dependency file support.
Daniel Dunbar
2009-03-30
1
-6
/
+8
*
Driver: Finish porting Darwin::Preprocess and Compile port (still
Daniel Dunbar
2009-03-29
1
-8
/
+14
*
Driver: Start porting Darwin::Preprocess and Compile implementations
Daniel Dunbar
2009-03-29
1
-0
/
+49
*
Driver: Add darwin::Link tool.
Daniel Dunbar
2009-03-26
1
-0
/
+32
*
Driver: Add and use darwin::Assemble tool.
Daniel Dunbar
2009-03-20
1
-1
/
+17
*
Driver: Add darwin::Lipo tool.
Daniel Dunbar
2009-03-20
1
-0
/
+18
*
Driver: Lift out common GCC tool and implement generic GCC tool
Daniel Dunbar
2009-03-18
1
-38
/
+31
*
Driver: ConstructJob also needs to know the destination (where to put
Daniel Dunbar
2009-03-18
1
-0
/
+6
*
Driver: Add a dash of const.
Daniel Dunbar
2009-03-18
1
-6
/
+12
*
Driver: Stub out Tool::ConstructJob.
Daniel Dunbar
2009-03-18
1
-0
/
+30
*
Driver: Add name to Tool (for testing/debugging) and move GCC_* tools
Daniel Dunbar
2009-03-17
1
-11
/
+14
*
Driver: GCC 4.0 isn't happy with VISIBILITY_HIDDEN on a namespace.
Daniel Dunbar
2009-03-17
1
-7
/
+7
*
Driver: Stub out generic GCC tool selection (missed a file)
Daniel Dunbar
2009-03-17
1
-0
/
+79