- Jan 24, 2010
-
-
Chris Lattner authored
llvm-svn: 94376
-
Chris Lattner authored
llvm-svn: 94375
-
- Jan 22, 2010
-
-
Daniel Dunbar authored
llvm-svn: 94184
-
- Jan 16, 2010
-
-
Anton Korobeynikov authored
Otherwise we'll end with random cyclic deps between libraries due to this. Proposed by Gianluigi Tiesi! llvm-svn: 93635
-
- Nov 25, 2009
-
-
Daniel Dunbar authored
llvm-svn: 89841
-
- Nov 19, 2009
-
-
Daniel Dunbar authored
which the makefiles will create by symlinking the actual tool to. - For use by clang, where we want to make 'clang++' and alias for clang (which enables C++ support in the driver) - Not sure this is the best approach, alternative suggestions welcome! llvm-svn: 89282
-
- Nov 16, 2009
-
-
Daniel Dunbar authored
disk space, and increasing battery lifetime. :) llvm-svn: 88978
-
- Nov 04, 2009
-
-
Daniel Dunbar authored
OPTIMIZE_OPTION. llvm-svn: 86005
-
- Oct 30, 2009
-
-
Jim Grosbach authored
llvm-svn: 85615
-
- Oct 25, 2009
-
-
Nick Lewycky authored
llvm-svn: 85034
-
- Oct 15, 2009
-
-
Jakob Stoklund Olesen authored
Fix pasto. llvm-svn: 84190
-
- Oct 14, 2009
-
-
Edward O'Callaghan authored
llvm-svn: 84076
-
- Oct 09, 2009
-
-
Mikhail Glushenkov authored
llvm-svn: 83614
-
- Oct 04, 2009
-
-
Jakob Stoklund Olesen authored
llvm-svn: 83284
-
- Sep 27, 2009
-
-
Jeffrey Yasskin authored
DEBUG_RUNTIME. llvm-svn: 82906
-
- Sep 25, 2009
-
-
Jeffrey Yasskin authored
DEBUG_RUNTIME Makefile variable to pass -g to gcc when building LLVM's objects. Without this, it's very hard to debug crashes that happen in Release-Asserts mode but not Debug mode. llvm-svn: 82775
-
- Sep 20, 2009
-
-
Daniel Dunbar authored
its in the standard location. llvm-svn: 82374
-
- Sep 14, 2009
-
-
Daniel Dunbar authored
- 'make unittests' still builds and tests. - 'make unitcheck' inside a unittest directory runs the tests in that directory. llvm-svn: 81725
-
- Sep 13, 2009
-
-
Daniel Dunbar authored
llvm-svn: 81692
-
Daniel Dunbar authored
- 'make unittests' still builds and tests. - 'make unitcheck' inside a unittest directory runs the tests in that directory. llvm-svn: 81687
-
- Sep 11, 2009
-
-
Daniel Dunbar authored
llvm-svn: 81524
-
Daniel Dunbar authored
llvm-svn: 81523
-
Daniel Dunbar authored
llvm-svn: 81522
-
- Sep 08, 2009
-
-
Evan Cheng authored
llvm-svn: 81240
-
Dan Gohman authored
files directly. llvm-svn: 81222
-
Daniel Dunbar authored
- This adds 'make check-lit' from the top-level Makefile. llvm-svn: 81191
-
- Sep 03, 2009
-
-
Dan Gohman authored
llvm-svn: 80924
-
Daniel Dunbar authored
llvm-svn: 80910
-
- Aug 28, 2009
-
-
Daniel Dunbar authored
llvm-ld shell wrapper script in the archive, not the relinked object! Also, rename the temp file to avoid conflicts. llvm-svn: 80373
-
- Aug 20, 2009
-
-
Nicolas Geoffray authored
elimination optimization on the LLVM code base. llvm-svn: 79477
-
- Aug 18, 2009
-
-
Eric Christopher authored
of LDFLAGS. llvm-svn: 79352
-
Eric Christopher authored
defined ones from the user defined ones. Propagate accordingly. llvm-svn: 79308
-
Anton Korobeynikov authored
try to use i686-darwin to build for arm-eabi, you'll quickly run into several false assumptions that the target OS must be the same as the host OS. These patches split $(OS) into $(HOST_OS) and $(TARGET_OS) to help builds like "make check" and the test-suite able to cross compile. Along the way a target of *-unknown-eabi is defined as "Freestanding" so that TARGET_OS checks have something to work with. Patch by Sandeep Patel! llvm-svn: 79296
-
- Aug 17, 2009
-
-
Misha Brukman authored
llvm-svn: 79245
-
- Aug 14, 2009
-
-
Anton Korobeynikov authored
llvm-svn: 79019
-
- Aug 13, 2009
-
-
Daniel Dunbar authored
AsmPrinter (in AsmPrinters.def). llvm-svn: 78922
-
- Aug 05, 2009
-
-
Anton Korobeynikov authored
llvm-svn: 78185
-
- Jul 13, 2009
-
-
Daniel Dunbar authored
- Unused, fear not cmakers. llvm-svn: 75483
-
- Jul 03, 2009
-
-
Mikhail Glushenkov authored
Controls whether libCompilerDriver should be loaded dynamically. By default this is needed only on Win32, to make dynamic plugins work. llvm-svn: 74759
-
- Jun 29, 2009
-
-
Mikhail Glushenkov authored
Implemented by making lib/CompilerDriver a shared library that holds all the global static data (CommandLine options, plugin registry) that we unfortunately have to live with. llvm-svn: 74417
-