- Sep 12, 2007
-
-
Chris Lattner authored
llvm-svn: 41881
-
- Aug 23, 2007
-
-
Chris Lattner authored
Add an APSInt::toString() method. llvm-svn: 41309
-
- Jul 05, 2007
-
-
Gabor Greif authored
Almost all occurrences of "bytecode" in the sources have been eliminated. llvm-svn: 37913
-
- Jul 03, 2007
-
-
Owen Anderson authored
a LLVM frontend in C++. Maybe someday it will be rewritten.. llvm-svn: 37858
-
- May 06, 2007
-
-
Chris Lattner authored
llvm-svn: 36867
-
- Mar 06, 2007
-
-
Reid Spencer authored
llvm-svn: 34970
-
Reid Spencer authored
llvm-svn: 34969
-
Chris Lattner authored
llvm-svn: 34962
-
- Feb 13, 2007
-
-
Chris Lattner authored
llvm-svn: 34227
-
- Jan 19, 2007
-
-
Reid Spencer authored
llvm-svn: 33385
-
Reid Spencer authored
llvm-svn: 33384
-
- Jan 07, 2007
-
-
Chris Lattner authored
llvm-svn: 32984
-
- Dec 31, 2006
-
-
Reid Spencer authored
Convert signed integer types to signless. llvm-svn: 32786
-
- Dec 23, 2006
-
-
Reid Spencer authored
This patch removes the SetCC instructions and replaces them with the ICmp and FCmp instructions. The SetCondInst instruction has been removed and been replaced with ICmpInst and FCmpInst. llvm-svn: 32751
-
- Dec 07, 2006
-
-
Bill Wendling authored
now cerr, cout, and NullStream resp. llvm-svn: 32298
-
- 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 29, 2006
-
-
Bill Wendling authored
adding a temporary wrapper around the ostream to make it friendly to functions expecting an LLVM stream. This should be fixed in the future. llvm-svn: 31990
-
- Oct 20, 2006
-
-
Reid Spencer authored
This patch implements the first increment for the Signless Types feature. All changes pertain to removing the ConstantSInt and ConstantUInt classes in favor of just using ConstantInt. llvm-svn: 31063
-
- Sep 04, 2006
-
-
Chris Lattner authored
llvm-svn: 30092
-
- Jul 29, 2006
-
-
Chris Lattner authored
llvm-svn: 29397
-
- Jul 28, 2006
-
-
Chris Lattner authored
llvm-svn: 29392
-
- Jun 01, 2006
-
-
Reid Spencer authored
BCWriter, and bzip2 libraries. Adjust the various makefiles to accommodate these changes. This was done to speed up link times. llvm-svn: 28610
-
Reid Spencer authored
1. Capture the ENABLE_THREADS configure variable in Makefile.config 2. Use ENABLE_THREADS to avoid building ParallelJIT if threads are not present. llvm-svn: 28609
-
- May 29, 2006
-
-
Reid Spencer authored
llvm-svn: 28532
-
- May 14, 2006
-
-
Chris Lattner authored
llvm-svn: 28295
-
- Mar 24, 2006
-
-
Jeff Cohen authored
llvm-svn: 27042
-
- Mar 03, 2006
-
-
Chris Lattner authored
llvm-svn: 26483
-
- Oct 23, 2005
-
-
Jeff Cohen authored
pointer marking the end of the list, the zero *must* be cast to the pointer type. An un-cast zero is a 32-bit int, and at least on x86_64, gcc will not extend the zero to 64 bits, thus allowing the upper 32 bits to be random junk. The new END_WITH_NULL macro may be used to annotate a such a function so that GCC (version 4 or newer) will detect the use of un-casted zero at compile time. llvm-svn: 23888
-
- Aug 24, 2005
-
-
Reid Spencer authored
These patches make threading optional in LLVM. The configuration scripts are now modified to accept a --disable-threads switch. If this is used, the Mutex class will be implemented with all functions as no-op. Furthermore, linking against libpthread will not be done. Finally, the ParallelJIT example needs libpthread so its makefile was changed to always add -lpthread to the link line. llvm-svn: 23003
-
- Jul 27, 2005
-
-
Jeff Cohen authored
llvm-svn: 22523
-
- Jul 14, 2005
-
-
Reid Spencer authored
llvm-svn: 22428
-
- Jul 13, 2005
-
-
Reid Spencer authored
llvm-svn: 22414
-
- Jul 12, 2005
-
-
Reid Spencer authored
Add an example program that utilizes multiple threads in the JIT to process work. This was used by Evan Jones as the original test case for ensuring that the ExecutionEngine was thread safe. Original source by Evan Jones (adapted from other LLVM JIT examples) and made LLVM style compliant by Reid Spencer. llvm-svn: 22411
-
- May 06, 2005
-
-
Chris Lattner authored
llvm-svn: 21730
-
Chris Lattner authored
llvm-svn: 21723
-
- Apr 22, 2005
-
-
Misha Brukman authored
llvm-svn: 21433
-
- Apr 20, 2005
-
-
Misha Brukman authored
llvm-svn: 21380
-
- Mar 15, 2005
-
-
Chris Lattner authored
llvm-svn: 20614
-
Alkis Evlogimenos authored
llvm-svn: 20610
-
Alkis Evlogimenos authored
llvm-svn: 20609
-