- Sep 10, 2010
-
-
Michael J. Spencer authored
of whatever we were using before... llvm-svn: 113631
-
- Sep 09, 2010
-
-
Daniel Dunbar authored
llvm-svn: 113549
-
Daniel Dunbar authored
llvm-svn: 113541
-
Douglas Gregor authored
llvm-svn: 113489
-
- Sep 07, 2010
-
-
Daniel Dunbar authored
llvm-svn: 113226
-
Daniel Dunbar authored
use ld_classic. This is a temporary workaround, the linkr itself should handle this. llvm-svn: 113212
-
- Sep 06, 2010
-
-
Rafael Espindola authored
Patch by nobled. I also took the opportunity to make the field private since now it is only ready from the outside. llvm-svn: 113138
-
- Sep 03, 2010
-
-
Douglas Gregor authored
llvm-svn: 112974
-
Chris Lattner authored
llvm-svn: 112970
-
Dawn Perchik authored
(original patch r112791 was reverted due to a bug). llvm-svn: 112915
-
- Sep 02, 2010
-
-
Dawn Perchik authored
llvm-svn: 112797
-
Dawn Perchik authored
llvm-svn: 112791
-
- Aug 26, 2010
-
-
Daniel Dunbar authored
ready yet. llvm-svn: 112138
-
Daniel Dunbar authored
of always using the new toolchain. llvm-svn: 112125
-
Daniel Dunbar authored
llvm-svn: 112124
-
- Aug 25, 2010
-
-
Daniel Dunbar authored
- I didn't implement the GCC "multiple include guard" detection parts, because it doesn't seem useful or obvious. llvm-svn: 111983
-
- Aug 24, 2010
-
-
Daniel Dunbar authored
integrated assembler. For now this mostly just means that we will error out if someone tries to use this mechanism to send an argument to the assembler. llvm-svn: 111921
-
Daniel Dunbar authored
ToolChain. This fixes a potenial bad cast when running Clang on PPC code, since the tool chain in effect is not a subclass of the Darwin one, but we were treating it like it was. - This introduces some gross code duplication, but the right fix for it is to just move the Driver to start depending on the targets in libBasic, so I am not planning on fixing it immediately. llvm-svn: 111856
-
- Aug 23, 2010
-
-
Daniel Dunbar authored
way to see what will break! :) llvm-svn: 111840
-
Daniel Dunbar authored
the arch specific gcc lib path. llvm-svn: 111839
-
Daniel Dunbar authored
non-obvious. llvm-svn: 111838
-
- Aug 22, 2010
-
-
Chandler Carruth authored
are handled. llvm-svn: 111773
-
- Aug 21, 2010
-
-
Michael J. Spencer authored
llvm-svn: 111748
-
- Aug 19, 2010
-
-
Douglas Gregor authored
flag -fdiagnostics-parseable-fixits, from Eelis van der Weegen! llvm-svn: 111557
-
- Aug 18, 2010
-
-
Daniel Dunbar authored
reported as unused. llvm-svn: 111310
-
- Aug 16, 2010
-
-
David Chisnall authored
Pass some things to the linker that gcc passes. -r is the only one of these that I'm sure about, but the others seem to be listed on FreeBSD by gcc -dumpspecs, so I hope they're right. Apparently -r is also not passed on GNU/Linux (and should be), but I can't see where the toolchain definition for this platform live. llvm-svn: 111114
-
- Aug 13, 2010
-
-
Daniel Dunbar authored
GCC. - Mark -Xclang and -mlinker-version= with it for now, although I am sure there are more. llvm-svn: 111005
-
- Aug 12, 2010
-
-
Daniel Dunbar authored
if detected. - This is a hack, we really want the linker version at execution time, but we don't have any infrastructure for getting that. Yet. llvm-svn: 110886
-
Argyrios Kyrtzidis authored
llvm-svn: 110879
-
Daniel Dunbar authored
llvm-svn: 110873
-
Daniel Dunbar authored
llvm-svn: 110872
-
- Aug 10, 2010
-
-
Ted Kremenek authored
llvm-svn: 110695
-
Daniel Dunbar authored
cases we care about. - This is eventually going to be unified outside the host specific code. llvm-svn: 110693
-
Rafael Espindola authored
llvm-svn: 110635
-
- Aug 08, 2010
-
-
Eric Christopher authored
of just ignoring it. llvm-svn: 110525
-
- Aug 03, 2010
-
-
Daniel Dunbar authored
assembler. - Fixes PR6218, hopefully. llvm-svn: 110111
-
- Aug 02, 2010
-
-
Daniel Dunbar authored
chain construction. llvm-svn: 110028
-
Daniel Dunbar authored
now. llvm-svn: 110027
-
Daniel Dunbar authored
llvm-svn: 110026
-
Daniel Dunbar authored
chain construction. llvm-svn: 110025
-