- Jul 17, 2009
-
-
Daniel Dunbar authored
- Not fully enabled yet, need a configure regeneration. llvm-svn: 76230
-
- Jul 16, 2009
-
-
Anton Korobeynikov authored
llvm-svn: 75909
-
- Jul 14, 2009
-
-
Dan Gohman authored
llvm-svn: 75643
-
- Jul 10, 2009
-
-
Jeffrey Yasskin authored
library to tell it the addresses of JITted functions. For a particular program, this changes the opreport -l output from: samples % image name symbol name 48182 98.9729 anon (tgid:19412 range:0x7f12ccaab000-0x7f12cdaab000) anon (tgid:19412 range:0x7f12ccaab000-0x7f12cdaab000) 11 0.0226 libstdc++.so.6.0.9 /usr/lib/libstdc++.so.6.0.9 to: samples % image name symbol name 24565 60.7308 19814.jo fib_left 15365 37.9861 19814.jo fib_right 22 0.0544 ld-2.7.so do_lookup_x llvm-svn: 75279
-
- Jul 09, 2009
-
-
David Greene authored
Add support for other GraphViz display tools. This can help with very large graphs, where dot isn't necessarily the most visually pleasing way of looking at the graph. llvm-svn: 75144
-
- Jul 04, 2009
-
-
Mikhail Glushenkov authored
Controlled via the --enable-llvmc-dynamic-plugins option. llvm-svn: 74784
-
Mikhail Glushenkov authored
llvm-svn: 74783
-
- 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
-
Mikhail Glushenkov authored
llvm-svn: 74758
-
- Jul 01, 2009
-
-
Jeffrey Yasskin authored
Windows variant, strerror_s, but I couldn't test that. I'll update configure and config.h.in in a subsequent patch. llvm-svn: 74621
-
- Jun 26, 2009
-
-
Owen Anderson authored
llvm-svn: 74222
-
- Jun 23, 2009
-
-
Douglas Gregor authored
macro. Fixes PR 4427. Patch by Xerxes Rånby! llvm-svn: 73961
-
- Jun 17, 2009
-
-
Douglas Gregor authored
Define LLVM_NATIVE_ARCH in llvm/Config/config.h to be the LLVM back end that corresponds to the native executable, but only when that LLVM back end is being built llvm-svn: 73590
-
Owen Anderson authored
thread-safe reference counting. llvm-svn: 73587
-
- Jun 16, 2009
-
-
Douglas Gregor authored
initialization of all targets (InitializeAllTargets.h) or assembler printers (InitializeAllAsmPrinters.h). This is a step toward the elimination of relinked object files, so that we can build normal archives. llvm-svn: 73543
-
Owen Anderson authored
llvm-svn: 73523
-
- Jun 06, 2009
-
-
Nick Lewycky authored
Also, there were a bunch of flags with no text in --help because the square brackets were in the wrong place. I've fixed those too. llvm-svn: 72989
-
- May 20, 2009
-
-
Owen Anderson authored
Split the ENABLE_THREADS #define in two. Now ENABLE_THREADS indicates the ability to run multiple threads at once in the JIT, and requires only mutex support. LLVM_MULTITHREADED indicates (or will indicate) the ability to run LLVM itself across multiple threads, and requires atomics support. llvm-svn: 72140
-
- May 19, 2009
-
-
Owen Anderson authored
disable building LLVM in thread-safe mode and print a nice warning. Regenerate configure for these changes. llvm-svn: 72075
-
- May 18, 2009
-
-
Douglas Gregor authored
width of a terminal. Don't try to get the width of a terminal if we don't have this header. llvm-svn: 72018
-
- May 13, 2009
-
-
Duncan Sands authored
llvm-svn: 71656
-
- May 11, 2009
-
-
Douglas Gregor authored
fix Clang PRs 4148 and 4183. llvm-svn: 71448
-
- May 03, 2009
-
-
Anton Korobeynikov authored
llvm-svn: 70694
-
- Apr 21, 2009
-
-
Mikhail Glushenkov authored
Should now work when building with objdir != srcdir and when llvm-gcc is not available. Thanks to Duncan Sands for testing and advice! llvm-svn: 69700
-
- Apr 18, 2009
-
-
Bill Wendling authored
llvm-svn: 69478
-
Mikhail Glushenkov authored
llvm-svn: 69474
-
Nick Lewycky authored
Configure was not actually regenerated, but the change last time only touched this one line, so I'm being lazy and cheating by fixing it manually. llvm-svn: 69453
-
Nick Lewycky authored
llvm-svn: 69446
-
Bill Wendling authored
release build of llvm. llvm-svn: 69440
-
Mikhail Glushenkov authored
llvm-svn: 69438
-
- 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
-
- Apr 01, 2009
-
-
Nick Lewycky authored
Based on a patch by Nicolas Trangez on the unladen-swallow mailing list! llvm-svn: 68187
-
- Mar 12, 2009
-
-
Bill Wendling authored
llvm-svn: 66770
-
Nick Lewycky authored
Remove the explicit if OS = Darwin test around the setting of -m32/-m64. llvm-svn: 66765
-
- Mar 09, 2009
-
-
Nick Lewycky authored
no longer used in LLVM. llvm-svn: 66406
-
- 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 19, 2009
-
-
Nick Lewycky authored
run time but will make LLVM easier to use as a library. llvm-svn: 65019
-