- Oct 17, 2003
-
-
Misha Brukman authored
ModuleProvider, which has bad consequences in lli::callAsMain() which tries to access that same Module*. llvm-svn: 9205
-
Brian Gaeke authored
llvm-svn: 9204
-
Brian Gaeke authored
Make insertFarJumpAtAddr() return void, because nothing uses its return value. Remove some commented-out code. Implement replaceMachineCodeForFunction() for SPARC. llvm-svn: 9203
-
Brian Gaeke authored
llvm-svn: 9202
-
Misha Brukman authored
llvm-svn: 9201
-
Brian Gaeke authored
Add prototypes for recompileAndRelinkFunction() and runJITOnFunction(). llvm-svn: 9200
-
Brian Gaeke authored
runJITOnFunction(). Add new method for recompiling and patching in new versions of functions, recompileAndRelinkFunction(). llvm-svn: 9199
-
Misha Brukman authored
llvm-svn: 9198
-
Brian Gaeke authored
we have a better place for it to go. llvm-svn: 9197
-
Brian Gaeke authored
llvm-svn: 9196
-
Chris Lattner authored
llvm-svn: 9195
-
John Criswell authored
llvm-svn: 9194
-
Misha Brukman authored
* `Quote' names of projects * Add emails to people's records llvm-svn: 9193
-
Chris Lattner authored
llvm-svn: 9192
-
Chris Lattner authored
llvm-svn: 9191
-
Alkis Evlogimenos authored
Rename SlotCalculator::getValSlot() to SlotCalculator::getSlot(), SlotCalculator::insertValue() to SlotCalculator::getOrCreateSlot(), SlotCalculator::insertVal() to SlotCalculator::insertValue(), and SlotCalculator::doInsertVal() to SlotCalculator::doInsertValue(). llvm-svn: 9190
-
Alkis Evlogimenos authored
llvm-svn: 9189
-
Brian Gaeke authored
llvm-svn: 9188
-
Brian Gaeke authored
llvm-svn: 9187
-
Brian Gaeke authored
Make this file less funny. llvm-svn: 9186
-
Brian Gaeke authored
llvm-svn: 9185
-
Brian Gaeke authored
llvm-svn: 9184
-
- Oct 16, 2003
-
-
Misha Brukman authored
llvm-svn: 9183
-
Misha Brukman authored
* #include "llvm/ModuleProvider" * alphabetize #includes * omit extraneous parens in pointer expressions VM.cpp: * #include "llvm/ModuleProvider" * alphabetize #includes llvm-svn: 9182
-
Misha Brukman authored
* Move the constructors from .h file here * Document ExecutionEngine::create() * Catch exception possibly thrown by ModuleProvider::releaseModule() llvm-svn: 9181
-
Misha Brukman authored
llvm-svn: 9180
-
John Criswell authored
They are already marked precious in llvm/Makefile.rules, and removing this line seems to fix the Makefile so that the Yacc output is placed into the object tree and not the source tree. llvm-svn: 9179
-
John Criswell authored
Fixed some grammar, spelling, and punctuation. llvm-svn: 9178
-
Chris Lattner authored
llvm-svn: 9177
-
John Criswell authored
llvm-svn: 9176
-
John Criswell authored
:) llvm-svn: 9175
-
Chris Lattner authored
llvm-svn: 9174
-
John Criswell authored
LLVM. Added information on how to use the autoconf code to specify LLVM's location and setup separate source and object trees. Fixed some of the wording to be more accurate, especially regarding the building of libraries. Added information on where built files are placed. Added a link to the llvmdev mailing list so that they can ask us questions. llvm-svn: 9173
-
Chris Lattner authored
llvm-svn: 9172
-
Chris Lattner authored
llvm-svn: 9171
-
Chris Lattner authored
For now, we translate linkonce into weak linkage in the bytecode format because we don't have enough bits to represent it. We will rev the bytecode version soon anyways, so this will be fixed in the near future. llvm-svn: 9170
-
Chris Lattner authored
llvm-svn: 9169
-
Chris Lattner authored
llvm-svn: 9168
-
Misha Brukman authored
llvm-svn: 9167
-
Misha Brukman authored
llvm-svn: 9166
-