Fixed the dynamic generation of the list of subdirectories to compile.
[oota-llvm.git] / lib / ExecutionEngine /
2003-12-08 Chris Lattnerimplement method
2003-12-08 Chris LattnerUse the new method, though noone currently implements...
2003-12-08 Chris LattnerFinegrainify namespacification
2003-11-30 Chris LattnerEmit constants to one contiguous block, but this time...
2003-11-30 Misha BrukmanGo back to allocating memory for each constant separate...
2003-11-25 Chris LattnerDo not depend on structure elements being of type UByteTy
2003-11-19 Chris LattnerFine grainify namespaceification
2003-11-17 Misha BrukmanEmit the MachineConstantPool constants in one contiguou...
2003-11-17 Misha Brukman* Order #includes as per style guide
2003-11-13 Brian GaekeChange LLI's internal representation of va_list to...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-09 Brian GaekeRemove #include of PassManager.h which was marked FIXME...
2003-11-07 Brian GaekeImplement vaarg instruction. This is not quite perfect...
2003-11-07 Brian GaekepopStackAndReturnValueToCaller() must advance instructi...
2003-11-07 Misha BrukmanRemove the *BIG UGLY HACK* from the JIT: PreSelection...
2003-11-07 Brian GaekeAdd stub version of unwind support
2003-11-07 Brian GaekevisitCallInst --> visitCallSite.
2003-11-07 Brian GaekeMake the operation of visitCallInst() only depend on...
2003-11-07 Brian GaekeUse CallSites for call sites, instead of CallInsts...
2003-11-07 Brian GaekeRefactor the return-from-function code into popStackAnd...
2003-11-05 Chris LattnerBe friendly to gcc 3.4... good compiler. Nice compiler.
2003-11-05 Brian GaekeAbort when the user program calls abort, instead of...
2003-11-05 Brian GaekeUse regular old malloc to emulate malloc/alloca instruc...
2003-11-05 Brian GaekeRemove a comment which no longer applies.
2003-10-29 Brian GaekeIn VM::create(), comment out almost the whole function...
2003-10-25 Chris LattnerUnbreak the build
2003-10-24 Brian GaekeExecutionEngine::create no longer takes a TraceMode...
2003-10-24 Brian GaekeExecutionEngine::create no longer takes a TraceMode...
2003-10-24 Brian GaekeThe ExecutionAnnotations (SlotNumber, InstNumber, and...
2003-10-24 Brian GaekeReduce the number of #includes.
2003-10-24 Brian GaekeExecutionEngine::create no longer takes a TraceMode...
2003-10-24 Brian GaekeDestroy MachineFunction for any Function that we are...
2003-10-21 John CriswellAdded LLVM copyright header.
2003-10-20 John CriswellAdded LLVM copyright notice to Makefiles.
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-20 Chris LattnerHrm, a relic from the past. How cute :)
2003-10-18 Chris LattnerInterpret the new varargs intrinsics correctly
2003-10-17 Misha BrukmanDon't release the Module, as that invalidates the Modul...
2003-10-17 Brian GaekeTidy up doxygen comment for getPointerToFunction().
2003-10-17 Brian GaekeRefactor running the JIT passes on a single function...
2003-10-16 Brian GaekeFix a typo in a comment, and zap a blank line.
2003-10-16 Misha BrukmanJIT.cpp:
2003-10-16 Misha Brukman* Reorder includes as per the style guide
2003-10-14 Misha BrukmanOrder #includes as per the style guide.
2003-10-14 Misha BrukmanEnabling incremental bytecode loading in the JIT:
2003-10-14 Misha BrukmanEnabling incremental bytecode loading in the JIT:
2003-10-11 Brian GaekeMake mmap's fd for anonymous memory acquisition default...
2003-10-10 Brian GaekeDon't include Config/stdio.h or <stdio.h>.
2003-10-10 Misha Brukman* Tabs to spaces
2003-10-10 Misha BrukmanFix spelling.
2003-10-10 Brian GaekeNever set any signal handlers.
2003-10-10 Brian GaekeRewrite head-of-file comment.
2003-10-10 Brian GaekeChange to use GetAddressOfSymbol instead of dlsym.
2003-10-09 Chris LattnerDo not read past the end of the contained type list
2003-10-06 Chris LattnerActually _PASS IN_ NO_RESERVE if we have it.
2003-09-22 Chris LattnerSquelch warning
2003-09-17 Chris LattnerChange FunctionInfo from being an annotation put on...
2003-09-10 Misha Brukman* Move include files from middle of file to the top...
2003-09-10 Misha BrukmanFix warning when _POSIX_MAPPED_FILES is already defined...
2003-09-08 Chris LattnerRemove a bunch of unneeded stuph
2003-09-05 Chris LattnerReorder #includes to follow LLVM conventions
2003-09-05 Brian GaekeExecutionEngine.h, GenericValue.h --> include/llvm...
2003-09-05 Brian GaekeMake getOperandValue and executeCastOperation methods...
2003-09-05 Brian GaekeMake CreateArgv part of lli rather than part of Executi...
2003-09-05 Brian GaekeRemove printOperandInfo(), and simplify run().
2003-09-05 Brian GaekeRemove support for printing values from a module by...
2003-09-05 Brian GaekeRemove support for interactive (step finish next) instr...
2003-09-04 Brian GaekeRemove support for breakpoints (not used).
2003-09-04 Brian GaekeMove EE dtor where it belongs
2003-09-04 Brian GaekeInterpreter cleanups:
2003-09-03 Brian GaekeExecutionEngine.cpp: Move execution engine creation...
2003-09-01 Chris LattnerPreselection is now integrated into the Sparc target...
2003-09-01 Chris LattnerSparc peephole optimizer moved out of post-opts library...
2003-08-24 Chris LattnerConsult the target data, not the module, about how...
2003-08-24 Chris LattnerTargets now configure themselves based on the source...
2003-08-24 Chris LattnerAdd preliminary support for "any" pointersize/endiannes...
2003-08-21 Chris LattnerMinor cleanups: wrap at 80 lines. Convert file comment...
2003-08-21 John CriswellThe JIT now passes the environment pointer to the main...
2003-08-18 Chris Lattnerno really, implement it!
2003-08-18 Chris LattnerAdd support for casting any pointer to any integer...
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-08-15 Chris Lattnerrename selection library to selectiondag
2003-08-14 Chris LattnerImplement a _REAL_ memory manager for the code generate...
2003-08-13 Brian GaekeDeconstify parameter to getPointerToFunction().
2003-08-13 Brian GaekeDeconstify parameter to getPointerToFunction().
2003-08-13 Brian GaekeDeconstify parameter to getPointerToFunction().
2003-08-13 Brian GaekeIn ExecutionEngine::getPointerToGlobal(), throw away...
2003-08-13 Chris LattnerIncorporate mapping library into the sparc library
2003-08-11 Chris LattnerInclude the new selection library for the X86 target
2003-08-05 Chris LattnerSpecify DEBUG_TYPE's for the JIT debug messages
2003-08-01 Chris LattnerDEBUG got moved to Debug.h
2003-07-29 Misha Brukman* Stop hard-coding a value for beginning of emitted...
2003-07-28 Misha BrukmanAdd rationale for the MAP_ANONYMOUS vs. MAP_ANON flags.
2003-07-28 Misha BrukmanAdd ability for external C code to get pointers to...
2003-07-28 Misha BrukmanClean up code dealing with RTLD_SELF differences on...
2003-07-28 Misha BrukmanFix reference to architecture.
2003-07-28 Misha BrukmanAdd in support to load shared objects (-load is provide...
2003-07-23 Chris LattnerFix space
2003-07-23 Chris LattnerRemove redundant const qualifier
2003-07-18 Misha BrukmanCleaned up the code which chooses the appropriate value...
next