- Apr 09, 2011
-
-
Chris Lattner authored
LLVMCC_EMITIR_FLAG is already either -emit-llvm or -fplugin-arg-dragonegg-emit-ir, so don't add an extra leading -. Clang doesn't accept --emit-llvm. llvm-svn: 129232
-
Chris Lattner authored
llvm-svn: 129229
-
Chris Lattner authored
llvm-svn: 129191
-
Chris Lattner authored
where we shrunk the list without updating the end iterator. By inspection, from PR9639. llvm-svn: 129190
-
- Mar 09, 2011
-
-
NAKAMURA Takumi authored
Makefile.rules: [PR2928] "make install" may install include files along explicit pattern, not to install CMake's building stuff. llvm-svn: 127325
-
- Mar 08, 2011
-
-
NAKAMURA Takumi authored
Reapply r127073(partially): Introduce $(ECHOPATH) to print DOSish path string on MSYS bash for alternative of $(ECHO). On mingw and python/w32, lit would not be expected to understand MSYS-style path. llvm-svn: 127239
-
- Mar 07, 2011
-
-
Eric Christopher authored
Patch by Jack Howarth. llvm-svn: 127152
-
- Mar 05, 2011
-
-
Jakob Stoklund Olesen authored
Revert r127073: "Introduce $(ECHOPATH) to print DOSish path string on MSYS bash for alternative of $(ECHO)." It broke the llvm-gcc-native-mingw32 buildbot, and we need all of them to be green for the 2.9 branch. Takumi, please reapply after we branch, preferably with a fix ;-) llvm-svn: 127107
-
NAKAMURA Takumi authored
On mingw and python/w32, lit would not be expected to understand MSYS-style path. llvm-svn: 127073
-
- Feb 21, 2011
-
-
Chris Lattner authored
that this doesn't break gold, but it seems reasonable to me. llvm-svn: 126135
-
- Feb 20, 2011
-
-
Stephen Wilson authored
Do not try to descend into optional build directories if they do not exist. This makes the build logic symmetric for both the in tree and out of tree cases. llvm-svn: 126070
-
- Feb 03, 2011
-
-
Rafael Espindola authored
them on install. Before we would have LLVMgold.so on the build directory but libLLVMgold.so on the install dir. llvm-svn: 124821
-
- Dec 08, 2010
-
-
Daniel Dunbar authored
should use that. llvm-svn: 121231
-
Daniel Dunbar authored
build: Don't force -flat_namespace or '-undefined suppress' on unsuspecting users of LLVM makefiles, these options really shouldn't be used on Darwin. llvm-svn: 121223
-
- Nov 29, 2010
-
-
Charles Davis authored
from LLVM forever: grep -lR "llvm/System" * | grep -v .svn | xargs sed -ie 's#llvm/System#llvm/Support#g' llvm-svn: 120314
-
Michael J. Spencer authored
llvm-svn: 120298
-
- Nov 26, 2010
-
-
NAKAMURA Takumi authored
GNU ld/PECOFF accepts but ignores them below; --version-script --export-dynamic --rpath FIXME: autoconf should be aware of them. llvm-svn: 120179
-
- 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
-