- Jun 01, 2006
-
-
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
-
Reid Spencer authored
llvm-svn: 28608
-
Evan Cheng authored
llvm-svn: 28607
-
Evan Cheng authored
llvm-svn: 28606
-
Reid Spencer authored
llvm-svn: 28605
-
Owen Anderson authored
llvm-svn: 28604
-
Evan Cheng authored
llvm-svn: 28603
-
- May 31, 2006
-
-
Reid Spencer authored
/bzlib.c:126: warning: string length `1056' is greater than the length `509' ISO C89 compilers are required to support llvm-svn: 28602
-
Chris Lattner authored
utostr. To keep the efficiency in the 32-bit case, make it check to see if the value is 32-bits and if so switch over to the faster 32-bit case. llvm-svn: 28601
-
Chris Lattner authored
but for sub, it really does! Fix fixes a miscompilation of fibheap_cut in llvmgcc4. llvm-svn: 28600
-
Owen Anderson authored
llvm-svn: 28599
-
Andrew Lenharth authored
llvm-svn: 28598
-
Andrew Lenharth authored
llvm-svn: 28597
-
Andrew Lenharth authored
Fix build breakage on alpha, without causing it on x86. as a bonus, all platforms can invent the same number of unique names now llvm-svn: 28596
-
Andrew Lenharth authored
llvm-svn: 28595
-
Evan Cheng authored
llvm-svn: 28594
-
Andrew Lenharth authored
llvm-svn: 28593
-
Evan Cheng authored
llvm-svn: 28592
-
Reid Spencer authored
the current author is not the person to provide it. Now that the file exists, perhaps others will chime in and embellish. llvm-svn: 28591
-
Reid Spencer authored
llvm-svn: 28590
-
Reid Spencer authored
mess as functions were moved around into a better ordering. The code was extended to provide various -gen-* options to better control what the generated output should be. Currently it is possible to generate entire modules (three different ways), functions, global variables, and types. llvm-svn: 28589
-
Reid Spencer authored
change the module in any way and we should enforce that. llvm-svn: 28588
-
Vladimir Prus authored
llvm-svn: 28587
-
Vladimir Prus authored
llvm-svn: 28586
-
Evan Cheng authored
llvm-svn: 28585
-
Evan Cheng authored
llvm-svn: 28584
-
Reid Spencer authored
llvm-svn: 28583
-
Evan Cheng authored
llvm-svn: 28582
-
Evan Cheng authored
llvm-svn: 28581
-
Evan Cheng authored
llvm-svn: 28580
-
Evan Cheng authored
llvm-svn: 28579
-
Evan Cheng authored
llvm-svn: 28578
-
Evan Cheng authored
llvm-svn: 28577
-
Reid Spencer authored
is the default and handled by the makefile system and runtest 2. Redirect stderr of llvm-as and llvm2cpp so that warning messages about instrinsics don't cause Tcl to report the run as failed. llvm-svn: 28576
-
Evan Cheng authored
only transform a shufps to pshufd when the first two operands are the same. llvm-svn: 28575
-
- May 30, 2006
-
-
Evan Cheng authored
llvm-svn: 28574
-
Evan Cheng authored
llvm-svn: 28573
-
Chris Lattner authored
llvm-svn: 28572
-
Chris Lattner authored
space will be available, even if the callee isn't varargs. llvm-svn: 28571
-
Reid Spencer authored
optional. llvm-svn: 28570
-