- Sep 09, 2010
-
-
Daniel Dunbar authored
Makefile, which can be used to allow building out of tree sources. llvm-svn: 113503
-
- Sep 03, 2010
-
-
Dan Gohman authored
llvm-svn: 112976
-
Mikhail Glushenkov authored
This reverts commit 012b374e5b46fe93a8fdf605f5929fa8239e0960. llvm-svn: 112963
-
Mikhail Glushenkov authored
llvm-svn: 112954
-
- Sep 01, 2010
-
-
Chris Lattner authored
on an producing weird link errors. Patch by Yuri Gribov! llvm-svn: 112714
-
- Aug 18, 2010
-
-
Dan Gohman authored
right name. llvm-svn: 111340
-
- Aug 17, 2010
-
-
Anton Korobeynikov authored
Patch by Takumi Nakamura! llvm-svn: 111268
-
- Aug 15, 2010
-
-
Mikhail Glushenkov authored
llvm-svn: 111094
-
- Aug 10, 2010
-
-
Mikhail Glushenkov authored
Patch by NAKAMURA Takumi! llvm-svn: 110680
-
- Aug 02, 2010
-
-
Nick Lewycky authored
by Takumi Nakamura. llvm-svn: 110016
-
Daniel Dunbar authored
run the tests using DejaGNU, but not for much longer. This is a last call for DejaGNU supporters, if no one complains soon the DejaGNU support is going to die. llvm-svn: 109997
-
- Jul 26, 2010
-
-
Dan Gohman authored
llvm-svn: 109430
-
Nick Lewycky authored
accept the flag and do nothing but warn about it, cleverly bypassing our configure-based detection system. Patch by Takumi Nakamura! llvm-svn: 109385
-
- Jul 23, 2010
-
-
Mikhail Glushenkov authored
llvmc can be now compiled with llvm-gcc on Windows. llvm-svn: 109215
-
- Jul 20, 2010
-
-
Bruno Cardoso Lopes authored
llvm-svn: 108821
-
- Jul 16, 2010
-
-
Eric Christopher authored
llvm-svn: 108516
-
- Jul 15, 2010
-
-
Daniel Dunbar authored
llvm-svn: 108463
-
Devang Patel authored
llvm-svn: 108458
-
Devang Patel authored
llvm-svn: 108456
-
Daniel Dunbar authored
llvm-svn: 108444
-
Ted Kremenek authored
Correctly set rpath on Mac OS X for executable tools. Note that I am not certain this is the best fix; the code immediately above looks confused, as it first checks to see if we are NOT on Darwin and then checks the Darwin version number. This fix allows c-index-test (in Clang) to run outside of running the regression test suite. I would appreciate if someone reviewed this. llvm-svn: 108416
-
- Jul 13, 2010
-
-
Greg Clayton authored
This allows LLDB (llvm/tools/lldb) to build on Mac OS X. llvm-svn: 108255
-
- Jul 07, 2010
-
-
Duncan Sands authored
builds to "Release". The default build is unchanged (optimization on, assertions on), however it is now called Release+Asserts. The intent is that future LLVM releases released via llvm.org will be Release builds in the new sense, i.e. will have assertions disabled (currently they have assertions enabled, for a more than 20% slowdown). This will bring them in line with MacOS releases, which ship with assertions disabled. It also means that "Release" now means the same things in make and cmake builds: cmake already disables assertions for "Release" builds AFAICS. llvm-svn: 107758
-
- Jun 28, 2010
-
-
Dan Gohman authored
name, specifically the "lib" prefix. llvm-svn: 107011
-
- Jun 22, 2010
-
-
Eric Christopher authored
llvm-svn: 106505
-
- Jun 18, 2010
-
-
Chris Lattner authored
llvm-svn: 106259
-
- Jun 15, 2010
-
-
Chris Lattner authored
portability to Solaris 10, which apparently doesn't support [ foo -ot bar ] llvm-svn: 106048
-
- Jun 08, 2010
-
-
Daniel Dunbar authored
they are out of date, instead of only testing if they exist. llvm-svn: 105636
-
- Jun 01, 2010
-
-
Dan Gohman authored
support [[:<:]]. Use beginning-of-line and end-of-line anchors instead. llvm-svn: 105277
-
Dan Gohman authored
and configury to use --version-script. llvm-svn: 105271
-
- May 16, 2010
-
-
Rafael Espindola authored
LLVMgold.so both in both the build and install directories. llvm-svn: 103897
-
Rafael Espindola authored
llvm-svn: 103896
-
- May 10, 2010
-
-
Daniel Dunbar authored
Add new configure option, --disable-timestamps, intended to turn off anything which would mess up binary/object comparisons. Currently: - Disables 'Built on ...' in 'foo --version'. - Disables timestamps from being embedded into .dir files. llvm-svn: 103423
-
- May 01, 2010
-
-
Daniel Dunbar authored
llvm-svn: 102781
-
- Apr 30, 2010
-
-
Daniel Dunbar authored
(and wrong). llvm-svn: 102763
-
Daniel Dunbar authored
llvm-svn: 102752
-
- Apr 24, 2010
-
-
Nick Lewycky authored
the variable that we set as though it came from the user. Fixes PR6835. llvm-svn: 102239
-
- Apr 19, 2010
-
-
Dan Gohman authored
be done with const_cast. llvm-svn: 101798
-
Dan Gohman authored
llvm-svn: 101793
-
- Apr 17, 2010
-
-
Dan Gohman authored
use of that option with it. This eliminates an imprecise "Linux" test, and should help support old versions of gold. llvm-svn: 101560
-