- Nov 25, 2010
-
-
Duncan Sands authored
(dragonegg cannot use -emit-llvm so needs a different flag to everyone else). llvm-svn: 120155
-
- Nov 14, 2010
-
-
Chris Lattner authored
and the Alpha backend isn't MCized yet. Approved by Andrew. llvm-svn: 119051
-
- Nov 04, 2010
-
-
Jim Grosbach authored
llvm-svn: 118207
-
- Oct 23, 2010
-
-
Mikhail Glushenkov authored
llvm-svn: 117197
-
- Oct 22, 2010
-
-
Peter Collingbourne authored
test equality to 1, and fix/update documentation to reflect this llvm-svn: 117094
-
- Oct 15, 2010
-
-
Rafael Espindola authored
llvm-svn: 116550
-
- Oct 06, 2010
-
-
Chris Lattner authored
as the operator of the dag. Specifically, this allows parsing things like (F.x 4) in addition to just (a 4). Unfortunately, this runs afoul of an idiom being used by llvmc. It is using dags like (foo [1,2,3]) to represent a list of stuff being passed into foo. With this change, this is parsed as a [1,2,3] subscript on foo instead of being the first argument to the dag. Cope with this in the short term by requiring a "-llvmc-temp-hack" argument to tblgen to get the old parsing behavior. llvm-svn: 115742
-
- Oct 04, 2010
-
-
NAKAMURA Takumi authored
This has been applied already in r115093 on release_28. llvm-svn: 115487
-
- Oct 02, 2010
-
-
Jim Grosbach authored
delay. Anton and PIC16 folks, if this is still good to keep, please go ahead and add it back in with an updated comment about when would be a good time to revisit. llvm-svn: 115358
-
- Sep 16, 2010
-
-
Daniel Dunbar authored
order file on Darwin. llvm-svn: 114050
-
- Sep 10, 2010
-
-
NAKAMURA Takumi authored
only when ENABLE_SHARED=1. Loadable module for Win32 requires all symbols resolved for linking. llvm-svn: 113579
-
- 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
-