- Jul 03, 2009
-
-
Mikhail Glushenkov authored
llvm-svn: 74758
-
- Apr 17, 2009
-
-
David Greene authored
Add a --enable-profiling option to configure to build Debug+Profile and Opt+Profile tools. Now we can profile any kind of flavor we build. llvm-svn: 69351
-
- Apr 13, 2009
-
-
Nick Lewycky authored
interpreter mode" when it's not. llvm-svn: 68937
-
- Mar 05, 2009
-
-
Nick Lewycky authored
llvm-svn: 66156
-
- Mar 03, 2009
-
-
Nick Lewycky authored
llvm-svn: 65927
-
- Feb 21, 2009
-
-
Nick Lewycky authored
llvm-svn: 65249
-
- Feb 04, 2009
-
-
Nick Lewycky authored
there. This changes the interpreter to use libffi. After this patch, the interpreter will barely be able to call any external functions if built on a system without libffi installed (just enough to pass 'make check' really). But with libffi, we can now call any function that isn't variadic or taking a struct or vector parameter (but pointer to struct is fine). Patch by Alexei Svitkine! llvm-svn: 63723
-
- Feb 03, 2009
-
-
Nick Lewycky authored
needed to build the LLVM gold plugin. llvm-svn: 63621
-
- Jan 09, 2009
-
-
Misha Brukman authored
llvm-svn: 61991
-
- Oct 22, 2008
-
-
Duncan Sands authored
llvm-svn: 57969
-
- Oct 21, 2008
-
-
Torok Edwin authored
llvm-svn: 57912
-
- Oct 03, 2008
-
-
Jim Grosbach authored
runnable on the build machine. There are a few bits that need built for the build environment (TableGen). This patch builds those bits, and the associated libraries, for the build environment as well as the (usual) host environment. Thanks to Eric C. and Devang P. for pre-commit review. llvm-svn: 56975
-
- Sep 02, 2008
-
-
Daniel Dunbar authored
disabled until issues with gcc 4.1 on linux 32-bit are resolved. llvm-svn: 55636
-
Matthijs Kooijman authored
llvm-svn: 55628
-
- Aug 30, 2008
-
-
Daniel Dunbar authored
support it. llvm-svn: 55557
-
- Mar 31, 2008
-
-
Gordon Henriksen authored
llvm-svn: 48983
-
Erick Tryzelaar authored
realazthat in #llvm was having problems building llvm because configure was finding an ocaml executable in a directory with a space in it's name. This patch puts quotes around the name so that llvm can build for him. llvm-svn: 48974
-
- Mar 10, 2008
-
-
Gordon Henriksen authored
Patch by Erick Tryzelaar. llvm-svn: 48147
-
- Jan 15, 2008
-
-
Chris Lattner authored
llvm-svn: 46026
-
- Dec 29, 2007
-
-
Chris Lattner authored
llvm-svn: 45416
-
- Oct 02, 2007
-
-
Gordon Henriksen authored
stdlib if it's beneath --prefix, and is libdir/ocaml otherwise. If someone has a better way than this to test whether $B is a path within $A, I'd love to hear it: if test "$A" \< "$B" -a "$B" \< "${A}~" llvm-svn: 42532
-
Gordon Henriksen authored
llvm-svn: 42528
-
Gordon Henriksen authored
llvm-svn: 42526
-
- Sep 29, 2007
-
-
Gordon Henriksen authored
Resolving this by deleting vestigal etags remnants. llvm-svn: 42460
-
- Sep 20, 2007
-
-
Gordon Henriksen authored
llvm-svn: 42163
-
- Sep 18, 2007
-
-
Gordon Henriksen authored
llvm-svn: 42090
-
- Jul 04, 2007
-
-
Bill Wendling authored
puts them in a more standardized place. llvm-svn: 37861
-
- Jun 28, 2007
-
-
David Greene authored
--enable-expensive-checks allows the developer to enable runtime checking that can greatly increase compile time. Currently it only turns on _GLIBCXX_DEBUG. Other expensive debugging checks added later should be controlled by this configure option. This patch also updates llvm-config with a --cppflags option to inform llvm-gcc how to build itself so that it is compatible with an llvm that was built with _GLIBCXX_DEBUG. llvm-svn: 37777
-
- Apr 21, 2007
-
-
Reid Spencer authored
supports. llvm-svn: 36319
-
- Mar 29, 2007
-
-
Reid Spencer authored
Make the sys::Path::getFileStatus function more efficient by having it return a pointer to the FileStatus structure rather than copy it. Adjust uses of the function accordingly. Also, fix some memory issues in sys::Path. llvm-svn: 35476
-
- Jan 17, 2007
-
-
Reid Spencer authored
Support overriding the prefix and DESTDIR variables from the make command line. This makes the makefile system a little more GNU compliant and the feature makes it easier for distribution builders to re-target the install location of LLVM. llvm-svn: 33305
-
- Dec 21, 2006
-
-
Reid Spencer authored
cc1 and cc1plus executables live. llvm-svn: 32738
-
- Dec 16, 2006
-
-
Reid Spencer authored
The default is disabled until we know this doesn't break anyone. llvm-svn: 32635
-
- Dec 13, 2006
-
-
Chris Lattner authored
Instead of installing into /usr/local/bin it would install into /usr/localbin llvm-svn: 32522
-
- Dec 10, 2006
-
-
Reid Spencer authored
Define a DESTDIR variable and use it to define the various install locations. This allows DESTDIR to be overridden on the command line. llvm-svn: 32409
-
- Dec 01, 2006
-
-
Reid Spencer authored
Add HAVE_PTHREAD to makefiles with support from configure and use it to determine whether to build examples/ParallelJIT. Patch by Anton Korobeynikov. llvm-svn: 32054
-
- Nov 17, 2006
-
-
Reid Spencer authored
premature, these libraries will be going away for the 2.0 release. Other arrangements for profiling, gc, etc. should be made in the next few months. llvm-svn: 31807
-
Reid Spencer authored
be dropped. This patch pertains to removing the runtime directory from LLVM. llvm-svn: 31793
-
- Nov 05, 2006
-
-
Reid Spencer authored
llvm-svn: 31467
-
- Nov 03, 2006
-
-
Reid Spencer authored
llvm-svn: 31416
-