- Oct 16, 2003
-
-
Chris Lattner authored
llvm-svn: 9147
-
Chris Lattner authored
llvm-svn: 9146
-
Chris Lattner authored
llvm-svn: 9145
-
Chris Lattner authored
llvm-svn: 9144
-
- Oct 15, 2003
-
-
Chris Lattner authored
llvm-svn: 9142
-
Chris Lattner authored
llvm-svn: 9141
-
Chris Lattner authored
left on the side of the road without a second thought. It is preventing forward progress, so for now, we will disable it by default. llvm-svn: 9140
-
Brian Gaeke authored
llvm-svn: 9139
-
Brian Gaeke authored
llvm-svn: 9138
-
John Criswell authored
llvm-svn: 9136
-
Chris Lattner authored
llvm-svn: 9135
-
Chris Lattner authored
llvm-svn: 9134
-
Chris Lattner authored
llvm-svn: 9133
-
Chris Lattner authored
llvm-svn: 9132
-
Chris Lattner authored
llvm-svn: 9131
-
- Oct 14, 2003
-
-
Chris Lattner authored
Other adjustments to work with the new ToolRunner interfaces llvm-svn: 9130
-
Chris Lattner authored
llvm-svn: 9129
-
Misha Brukman authored
llvm-svn: 9128
-
Misha Brukman authored
* Use the incremental bytecode reader interface to speed up execution llvm-svn: 9127
-
Misha Brukman authored
* FunctionPassManager ctor now takes in a ModuleProvider * run() materializes function before running passes on it llvm-svn: 9126
-
Misha Brukman authored
* The VM is now constructed with a ModuleProvider llvm-svn: 9125
-
Misha Brukman authored
* ExecutionEngine and VM can be constructed using a ModuleProvider. llvm-svn: 9124
-
Misha Brukman authored
* ExecutionEngine can be constructed from a ModuleProvider * Alphabetized order of forward-declared classes llvm-svn: 9123
-
Misha Brukman authored
* Add ModuleProvider as a parameter to FunctionPassManager llvm-svn: 9122
-
Chris Lattner authored
* Add header comment * Remove extraneous #includes * Move the FileType enum into the GCC class * The GCC class is not virtual. * Move all of the "constructor" functions into the classes themselves * Stop using cl::list as arguments, use std::vector instead (which cl::list derives from) * Improve comments llvm-svn: 9121
-
Chris Lattner authored
object's name instead llvm-svn: 9120
-
Chris Lattner authored
llvm-svn: 9119
-
Chris Lattner authored
llvm-svn: 9118
-
Chris Lattner authored
llvm-svn: 9117
-
Chris Lattner authored
llvm-svn: 9116
-
Chris Lattner authored
Eliminate the bugpoint -mode option, by making bugpoint automatically infer the root of all of your problems llvm-svn: 9115
-
Chris Lattner authored
off the bottom of the stack. This fixes PR#41 llvm-svn: 9114
-
Chris Lattner authored
X86/linux. :( The problem is that a signal delivered while the function is executing could clobber the functions stack. This is a partial fix for PR41. llvm-svn: 9113
-
Chris Lattner authored
llvm-svn: 9110
-
Chris Lattner authored
break dominance relationships, and is otherwise bad. This fixes bug: Inline/2003-10-13-AllocaDominanceProblem.ll. This also fixes miscompilation of 3 176.gcc source files (reload1.c, global.c, flow.c) llvm-svn: 9109
-
Chris Lattner authored
llvm-svn: 9108
-
- Oct 13, 2003
-
-
John Criswell authored
Made the "Submitting a Bug" reference point to the web site, as we want people using the latest and greatest bug reporting. Fixed the indentation by assuming that tabs are 8 characters or less. llvm-svn: 9107
-
Chris Lattner authored
llvm-svn: 9106
-
John Criswell authored
llvm-svn: 9102
-
Chris Lattner authored
253.perlbmk, and test/Programs/SingleSource/UnitTests/2003-10-13-SwitchTest.c! llvm-svn: 9101
-