- Feb 10, 2007
-
-
Evan Cheng authored
llvm-svn: 34110
-
Evan Cheng authored
llvm-svn: 34109
-
- Feb 09, 2007
-
-
Chris Lattner authored
delete ParseBytecodeFile(InputFilename, 0, &ErrorMessage); llvm_shutdown(); delete ParseBytecodeFile(InputFilename, 0, &ErrorMessage); The primitive type objects failed to ressurect themselves after shutdown, leading to crashes in clients that used them after llvm_shutdown(). This solution isn't wonderful, because we clearly have static ctors. However, the code it replaces was just as bad, so it's not a regression. llvm-svn: 34106
-
Evan Cheng authored
llvm-svn: 34105
-
Reid Spencer authored
generate errors about being unable to resolve overloaded type. llvm-svn: 34103
-
Reid Spencer authored
llvm-svn: 34102
-
Chris Lattner authored
llvm-svn: 34101
-
Reid Spencer authored
llvm-svn: 34100
-
Reid Spencer authored
llvm-svn: 34099
-
Reid Spencer authored
for parallel builds so that we space out the large links. llvm-svn: 34098
-
Reid Spencer authored
llvm-svn: 34097
-
Reid Spencer authored
llvm-svn: 34095
-
Reid Spencer authored
mention llvm-ld and opt instead (if appropriate). llvm-svn: 34094
-
Reid Spencer authored
llvm-svn: 34093
-
Reid Spencer authored
llvm-svn: 34092
-
Reid Spencer authored
llvm-svn: 34091
-
Reid Spencer authored
of a shell script to stand in its place. The shell script just pawns the execution off to llvm-ld. llvm-svn: 34090
-
Reid Spencer authored
doesn't get mingled with the output bytecode. llvm-svn: 34089
-
Reid Spencer authored
llvm-svn: 34088
-
Reid Spencer authored
doesn't get mingled with the output bytecode. llvm-svn: 34087
-
Chris Lattner authored
llvm-svn: 34086
-
Chris Lattner authored
llvm-svn: 34085
-
Chris Lattner authored
2. All function-level constants are now incorporated into the module-level constant pool, since the compaction table was removed. Eliminate extra work to check for them. This speeds up the bcwriter from 24.4s to 13.1s on 447.dealII and .73 -> .56s on kc++ in a release build. llvm-svn: 34084
-
Zhou Sheng authored
methods as those global function's internal implementation. llvm-svn: 34083
-
Chris Lattner authored
llvm-svn: 34082
-
Nate Begeman authored
llvm-svn: 34081
-
Reid Spencer authored
llvm-svn: 34080
-
Reid Spencer authored
llvm-svn: 34079
-
Reid Spencer authored
llvm-svn: 34076
-
Reid Spencer authored
llvm-svn: 34075
-
Reid Spencer authored
llvm-svn: 34074
-
Reid Spencer authored
llvm-svn: 34073
-
Evan Cheng authored
llvm-svn: 34072
-
- Feb 08, 2007
-
-
Evan Cheng authored
llvm-svn: 34067
-
Evan Cheng authored
llvm-svn: 34066
-
Evan Cheng authored
llvm-svn: 34065
-
Chris Lattner authored
strings. llvm-svn: 34064
-
Chris Lattner authored
llvm-svn: 34063
-
Chris Lattner authored
llvm-svn: 34062
-
Reid Spencer authored
Copy a couple more missing options from gccld to llvm-ld. llvm-svn: 34061
-