2007-03-06 |
Reid Spencer | Fix all of last night's JIT failures in Prolangs-C... |
blob | commitdiff | raw |
2007-03-06 |
Reid Spencer | 1. Make StoreValueToMemory a little more efficient... |
blob | commitdiff | raw | diff to current |
2007-03-06 |
Reid Spencer | Simplify things significantly because GenericValue... |
blob | commitdiff | raw | diff to current |
2007-03-03 |
Reid Spencer | Deal with error handling better. |
blob | commitdiff | raw | diff to current |
2007-03-03 |
Reid Spencer | Avoid memory leakage by having caller construct the... |
blob | commitdiff | raw | diff to current |
2007-03-03 |
Reid Spencer | Implement loading and storing of APInt values from... |
blob | commitdiff | raw | diff to current |
2007-02-15 |
Reid Spencer | For PR1195: |
blob | commitdiff | raw | diff to current |
2007-02-14 |
Chris Lattner | From Dan Gohman: |
blob | commitdiff | raw | diff to current |
2007-02-10 |
Chris Lattner | eliminate use of TargetData::getIndexedOffset that... |
blob | commitdiff | raw | diff to current |
2007-02-10 |
Chris Lattner | Privatize StructLayout::MemberOffsets, adding an accessor |
blob | commitdiff | raw | diff to current |
2007-02-05 |
Reid Spencer | For PR411: |
blob | commitdiff | raw | diff to current |
2007-01-30 |
Reid Spencer | For PR1136: Rename GlobalVariable::isExternal as isDecl... |
blob | commitdiff | raw | diff to current |
2007-01-19 |
Reid Spencer | For PR1043: |
blob | commitdiff | raw | diff to current |
2007-01-18 |
Reid Spencer | Fix a regression in the last patch. When constructing... |
blob | commitdiff | raw | diff to current |
2007-01-18 |
Reid Spencer | Make sure we truncate stored values to their bit width. |
blob | commitdiff | raw | diff to current |
2007-01-12 |
Reid Spencer | For PR1064: |
blob | commitdiff | raw | diff to current |
2007-01-12 |
Reid Spencer | Implement review feedback for the ConstantBool->Constan... |
blob | commitdiff | raw | diff to current |
2007-01-11 |
Reid Spencer | Rename BoolTy as Int1Ty. Patch by Sheng Zhou. |
blob | commitdiff | raw | diff to current |
2007-01-11 |
Zhou Sheng | For PR1043: |
blob | commitdiff | raw | diff to current |
2006-12-31 |
Reid Spencer | For PR950: |
blob | commitdiff | raw | diff to current |
2006-12-19 |
Chris Lattner | remove static ctors from Statistic objects |
blob | commitdiff | raw | diff to current |
2006-12-07 |
Bill Wendling | Changed llvm_ostream et all to OStream. llvm_cerr,... |
blob | commitdiff | raw | diff to current |
2006-12-06 |
Chris Lattner | Detemplatize the Statistic class. The only type it... |
blob | commitdiff | raw | diff to current |
2006-12-01 |
Anton Korobeynikov | Introducing external weak linkage. Darwin codegen shoul... |
blob | commitdiff | raw | diff to current |
2006-11-27 |
Bill Wendling | Removed #include <iostream> and replaced streams with... |
blob | commitdiff | raw | diff to current |
2006-11-27 |
Reid Spencer | For PR950: |
blob | commitdiff | raw | diff to current |
2006-11-09 |
Chris Lattner | init ivar |
blob | commitdiff | raw | diff to current |
2006-10-20 |
Reid Spencer | For PR950: |
blob | commitdiff | raw | diff to current |
2006-09-14 |
Anton Korobeynikov | Adding dllimport, dllexport and external weak linkage... |
blob | commitdiff | raw | diff to current |
2006-08-16 |
Chris Lattner | initial changes to support JIT'ing from multiple module... |
blob | commitdiff | raw | diff to current |
2006-05-14 |
Chris Lattner | LoadLibraryPermanently can theoretically throw an excep... |
blob | commitdiff | raw | diff to current |
2006-05-08 |
Chris Lattner | Move some methods out of line so that MutexGuard.h... |
blob | commitdiff | raw | diff to current |
2006-05-03 |
Owen Anderson | Refactor TargetMachine, pushing handling of TargetData... |
blob | commitdiff | raw | diff to current |
2006-04-22 |
Nate Begeman | JumpTable support! What this represents is working... |
blob | commitdiff | raw | diff to current |
2006-04-22 |
Chris Lattner | Fix JIT support for static ctors, which was apparently... |
blob | commitdiff | raw | diff to current |
2006-03-23 |
Chris Lattner | prune #includes |
blob | commitdiff | raw | diff to current |
2006-03-23 |
Chris Lattner | remove the intrinsiclowering hook |
blob | commitdiff | raw | diff to current |
2006-03-22 |
Chris Lattner | Eliminate the dependency of ExecutionEngine on the... |
blob | commitdiff | raw | diff to current |
2006-03-08 |
Chris Lattner | Add a helper method for running static ctors/dtors... |
blob | commitdiff | raw | diff to current |
2006-02-07 |
Jeff Cohen | Teach the interpreter to handle global variables that... |
blob | commitdiff | raw | diff to current |
2006-01-20 |
Robert Bocchino | Fixed InitializeMemory to handle ConstantPacked. |
blob | commitdiff | raw | diff to current |
2005-10-23 |
Chris Lattner | Fix a nasty bug that was causing miscompilation of... |
blob | commitdiff | raw | diff to current |
2005-07-12 |
Reid Spencer | For PR540: |
blob | commitdiff | raw | diff to current |
2005-07-11 |
Chris Lattner | fix long lines |
blob | commitdiff | raw | diff to current |
2005-05-12 |
Chris Lattner | Fix a really horrible problem that causes the JIT to... |
blob | commitdiff | raw | diff to current |
2005-04-21 |
Misha Brukman | Remove trailing whitespace |
blob | commitdiff | raw | diff to current |
2005-03-15 |
Chris Lattner | This mega patch converts us from using Function::a... |
blob | commitdiff | raw | diff to current |
2005-02-27 |
Chris Lattner | Use const iterators where possible. Patch by Evan... |
blob | commitdiff | raw | diff to current |
2005-02-02 |
Chris Lattner | This is no longer needed. Global variables with undef... |
blob | commitdiff | raw | diff to current |
2005-01-08 |
Chris Lattner | Silence VS warnings. |
blob | commitdiff | raw | diff to current |
2004-11-29 |
Reid Spencer | Use System/DynamicLibrary instead of Support/DynamicLinker |
blob | commitdiff | raw | diff to current |
2004-11-19 |
Chris Lattner | This is a horrible hack to work around libstdc++ bugs :( |
blob | commitdiff | raw | diff to current |
2004-10-26 |
Chris Lattner | Fix the interpreter crash that Michael McCracken found |
blob | commitdiff | raw | diff to current |
2004-10-16 |
Chris Lattner | Add support for undef |
blob | commitdiff | raw | diff to current |
2004-09-01 |
Reid Spencer | Changes For Bug 352 |
blob | commitdiff | raw | diff to current |
2004-08-16 |
Chris Lattner | Don't pass too many arguments into runFunction |
blob | commitdiff | raw | diff to current |
2004-08-04 |
Alkis Evlogimenos | Stop using getValues(). |
blob | commitdiff | raw | diff to current |
2004-07-18 |
Reid Spencer | bug 122: |
blob | commitdiff | raw | diff to current |
2004-07-15 |
Chris Lattner | Fixes for PR341 |
blob | commitdiff | raw | diff to current |
2004-07-11 |
Chris Lattner | Make add constantexprs work with all types, fixing... |
blob | commitdiff | raw | diff to current |
2004-07-07 |
Reid Spencer | Fix for bug 391. |
blob | commitdiff | raw | diff to current |
2004-06-20 |
Chris Lattner | Move the IntrinsicLowering header into the CodeGen... |
blob | commitdiff | raw | diff to current |
2004-06-17 |
Chris Lattner | Rename Type::PrimitiveID to TypeId and ::getPrimitiveID... |
blob | commitdiff | raw | diff to current |
2004-05-27 |
Chris Lattner | Remove long unused #includes |
blob | commitdiff | raw | diff to current |
2004-03-16 |
Chris Lattner | Fix PR296: [execution engines] Unhandled cast constant... |
blob | commitdiff | raw | diff to current |
2004-02-15 |
Chris Lattner | Make the JIT zero out globals with memset instead of... |
blob | commitdiff | raw | diff to current |
2004-02-08 |
Chris Lattner | Print out all globals as they are emitted, not just... |
blob | commitdiff | raw | diff to current |
2004-02-01 |
Chris Lattner | Print an error message if we can't materialize the... |
blob | commitdiff | raw | diff to current |
2003-12-31 |
Chris Lattner | Add new ExecutionEngine::getGlobalValueAtAddress method... |
blob | commitdiff | raw | diff to current |
2003-12-28 |
Chris Lattner | Pass around IntrinsicLowering instances as appropriate. |
blob | commitdiff | raw | diff to current |
2003-12-26 |
Chris Lattner | Factor code out of LLI |
blob | commitdiff | raw | diff to current |
2003-12-20 |
Chris Lattner | Implement PR135, lazy emission of global variables |
blob | commitdiff | raw | diff to current |
2003-12-20 |
Chris Lattner | Simple refactorings to prepare for lazy global emission |
blob | commitdiff | raw | diff to current |
2003-12-20 |
Chris Lattner | Update for changes in the JIT |
blob | commitdiff | raw | diff to current |
2003-12-08 |
Chris Lattner | Use the new method, though noone currently implements... |
blob | commitdiff | raw | diff to current |
2003-11-19 |
Chris Lattner | Fine grainify namespaceification |
blob | commitdiff | raw | diff to current |
2003-11-11 |
Brian Gaeke | Put all LLVM code into the llvm namespace, as per bug... |
blob | commitdiff | raw | diff to current |
2003-10-24 |
Brian Gaeke | ExecutionEngine::create no longer takes a TraceMode... |
blob | commitdiff | raw | diff to current |
2003-10-20 |
John Criswell | Added LLVM project notice to the top of every C++ sourc... |
blob | commitdiff | raw | diff to current |
2003-10-17 |
Misha Brukman | Don't release the Module, as that invalidates the Modul... |
blob | commitdiff | raw | diff to current |
2003-10-16 |
Misha Brukman | * Reorder includes as per the style guide |
blob | commitdiff | raw | diff to current |
2003-10-14 |
Misha Brukman | Enabling incremental bytecode loading in the JIT: |
blob | commitdiff | raw | diff to current |
2003-10-10 |
Misha Brukman | * Tabs to spaces |
blob | commitdiff | raw | diff to current |
2003-10-10 |
Brian Gaeke | Change to use GetAddressOfSymbol instead of dlsym. |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Chris Lattner | Reorder #includes to follow LLVM conventions |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Brian Gaeke | ExecutionEngine.h, GenericValue.h --> include/llvm... |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Brian Gaeke | Make CreateArgv part of lli rather than part of Executi... |
blob | commitdiff | raw | diff to current |
2003-09-04 |
Brian Gaeke | Move EE dtor where it belongs |
blob | commitdiff | raw | diff to current |
2003-09-04 |
Brian Gaeke | Interpreter cleanups: |
blob | commitdiff | raw | diff to current |
2003-09-03 |
Brian Gaeke | ExecutionEngine.cpp: Move execution engine creation... |
blob | commitdiff | raw | diff to current |
2003-08-24 |
Chris Lattner | Consult the target data, not the module, about how... |
blob | commitdiff | raw | diff to current |
2003-08-24 |
Chris Lattner | Add preliminary support for "any" pointersize/endiannes... |
blob | commitdiff | raw | diff to current |
2003-08-18 |
Chris Lattner | no really, implement it! |
blob | commitdiff | raw | diff to current |
2003-08-18 |
Chris Lattner | Add support for casting any pointer to any integer... |
blob | commitdiff | raw | diff to current |
2003-08-13 |
Brian Gaeke | In ExecutionEngine::getPointerToGlobal(), throw away... |
blob | commitdiff | raw | diff to current |
2003-08-05 |
Chris Lattner | Specify DEBUG_TYPE's for the JIT debug messages |
blob | commitdiff | raw | diff to current |
2003-08-01 |
Chris Lattner | DEBUG got moved to Debug.h |
blob | commitdiff | raw | diff to current |
2003-07-18 |
Misha Brukman | Cleaned up the code which chooses the appropriate value... |
blob | commitdiff | raw | diff to current |
2003-07-15 |
Misha Brukman | Clean up my last checkin: code is easier to read and... |
blob | commitdiff | raw | diff to current |
2003-07-15 |
Misha Brukman | On Sparc/Solaris, the special handle RTLD_SELF is used... |
blob | commitdiff | raw | diff to current |
next |