Remove target triple from this test, it fails on x86-64 with
[oota-llvm.git] / lib / ExecutionEngine /
2009-08-25 Xerxes RanbyFix PR4772 ARM JIT.GlobalInFuction unittest by explicit...
2009-08-23 Chris Lattnerjust remove interpreter support for endianness mismatch...
2009-08-23 Chris Lattnerremove use of alloca.h
2009-08-23 Chris Lattnerremove some uses of llvm/Support/Streams.h
2009-08-23 Chris Lattnerremove a few DOUTs here and there.
2009-08-23 Chris Lattnerremove the std::ostream version of module and type...
2009-08-23 Chris Lattnereliminate the "Value" printing methods that print to...
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-08-21 Reid KlecknerFix a bug where the DWARF emitter in the JIT was not...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-12 Dan GohmanThis void is implicit in C++.
2009-08-11 Jim GrosbachSjLj based exception handling unwinding support. This...
2009-08-07 Daniel DunbarMSVC warning fixes; patch by Stein Roger!
2009-08-07 Jeffrey YasskinTo catch bugs like the one fixed in
2009-08-07 Dan GohmanFix a bunch of namespace pollution.
2009-08-04 Jeffrey YasskinMake ExecutionEngine::updateGlobalMapping(GV, NULL...
2009-08-04 Daniel DunbarNo really, it's unused.
2009-08-03 Benjamin Kramerllvm_report_error already prints "LLVM ERROR:". So...
2009-08-03 Daniel DunbarRemove now unused arguments from TargetRegistry::lookup...
2009-08-03 Daniel DunbarPass target triple string in to TargetMachine constructor.
2009-08-02 Nick LewyckyFix the build for people with oprofile installed.
2009-07-29 Nicolas GeoffrayIn TrimAllocationToSize, if a block is below the minimu...
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-29 Owen AndersonMove ConstantExpr to 2.5 API.
2009-07-27 Owen AndersonMove ConstantFP construction back to the 2.5-ish API.
2009-07-26 Daniel DunbarRemove Value::getName{Start,End}, the last of the old...
2009-07-26 Daniel DunbarEliminate some uses of DOUT, cerr, and getNameStart().
2009-07-25 Daniel DunbarSimplify JIT target selection.
2009-07-25 Daniel DunbarMore migration to raw_ostream, the water has dried...
2009-07-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
2009-07-24 Daniel DunbarSwitch to getNameStr().
2009-07-23 Reid KlecknerRe-committing r76828 with the JIT memory manager change...
2009-07-23 Reid KlecknerReverting r76825 and r76828, since they caused clang...
2009-07-23 Reid KlecknerMake the JIT code emitter properly retry and ask for...
2009-07-22 Daniel DunbarSimplify some uses of Value::getName()
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-21 Daniel DunbarSimplify / normalize some uses of Value::getName.
2009-07-18 Reid KlecknerAdd EngineBuilder to ExecutionEngine in favor of the...
2009-07-16 Jeffrey YasskinAdd line numbers to OProfile. To do this, I added a...
2009-07-16 Daniel DunbarRemove unused header.
2009-07-16 Daniel DunbarSwitch llc and createJIT to use simpler command line...
2009-07-15 Daniel DunbarReapply TargetRegistry refactoring commits.
2009-07-15 Stuart HastingsRevert 75762, 75763, 75766..75769, 75772..75775, 75778...
2009-07-15 Daniel DunbarMigrate llc and the JIT to using the TargetRegistry...
2009-07-14 Owen AndersonMove EVER MORE stuff over to LLVMContext.
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-12 Daniel DunbarMatch declaration to definition.
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-11 Torok EdwinConvert more assert(0)+abort() -> LLVM_UNREACHABLE,
2009-07-10 Jeffrey YasskinOops. s/#if defined(USE_OPROFILE)/#if USE_OPROFILE...
2009-07-10 Jeffrey YasskinAdd a --with-oprofile flag to configure, which uses...
2009-07-09 Chris Lattnerremove dead function.
2009-07-08 Jeffrey YasskinAdd an option to allocate JITed global data separately...
2009-07-07 Owen AndersonHave scoped mutexes take referenes instead of pointers.
2009-07-07 Torok EdwinIntroduce new error handling API.
2009-07-01 Chris Lattnerimprove the APIs for creating struct and function types...
2009-06-26 Owen AndersonGet rid of unnecessary global variables.
2009-06-25 Chris Lattneradd file to cmake
2009-06-25 Jeffrey YasskinAdd a JITEventListener interface that gets called back...
2009-06-24 Bob WilsonFix the Ocaml bindings for the ExecutionEngine: with...
2009-06-23 Douglas GregorEliminate object-relinking support from CMake. Fixes...
2009-06-22 Owen AndersonAdd locking around the external function lookup table...
2009-06-16 Chris LattnerFix the EE bindings to use the proper EE interfaces...
2009-06-12 Nicolas GeoffrayAfter obtaining the lock, look if the function has...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-06-04 Bruno Cardoso LopesUse uint8_t and int32_t in {JIT,Machine}CodeEmiters
2009-06-03 Bruno Cardoso LopesRevert 72650
2009-06-01 Bruno Cardoso LopesFix new CodeEmitter stuff to follow LLVM codying style...
2009-05-30 Bruno Cardoso LopesUse uint8_t and int32_t in {JIT,Machine}CodeEmiters
2009-05-30 Bruno Cardoso LopesFirst patch in the direction of splitting MachineCodeEm...
2009-05-23 Torok Edwinstat64/open64/lseek64 for the interpreter
2009-05-18 Argyrios KyrtzidisAllow the JIT ExecutionEngine to report details about...
2009-05-09 Duncan SandsRename PaddedSize to AllocSize, in the hope that this
2009-04-30 Argyrios KyrtzidisSet FnEnd in JITEmitter::finishFunction to point strict...
2009-04-30 Bill WendlingFix the JIT bindings for ocaml.
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-04-29 Bill WendlingThe second part of the change from -fast to -O#. This...
2009-04-27 Nick LewyckyUnder unusual circumstances (jitting a function that...
2009-04-19 Nick LewyckyUse an AssertingVH to detect the case where the Functio...
2009-04-16 Chris Lattnermake sure to unlock keymgr if the JIT is created and...
2009-04-14 Evan ChengMac OS X 10.6 and above do not use key manager to regis...
2009-04-13 Nick LewyckyLink against libffi if available, fall back to "no...
2009-04-01 Dan GohmanUse CHAR_BIT instead of hard-coding 8 in several places...
2009-03-24 Dale Johannesenfix one more fp80 case (used only by Interpreter)
2009-03-24 Dale JohannesenChange JIT for different layout of fp80.
2009-03-13 Evan ChengFix some significant problems with constant pools that...
2009-03-11 Nate BegemanAllow cross-process JIT to handle MachineRelocations...
2009-03-09 Chris LattnerFix PR3724 by searching for the largest free block...
2009-03-07 Duncan SandsIntroduce new linkage types linkonce_odr, weak_odr...
2009-03-07 Nate BegemanFinish cross-process JIT work, and clean up previous...
2009-03-05 Chris Lattnerswitch this message back to only being in -debug mode.
2009-03-05 Nate BegemanWhen allocating stubs, keep track of which Functions...
2009-03-04 Nate BegemanFix a thinko in the JIT where the address of a GV was...
2009-03-03 Chris Lattnerdon't #include a header into the middle of an anon...
2009-03-02 Nate BegemanFix the calculation for how big the allocated stub...
2009-02-19 Dan GohmanFix the logic in this assertion to properly validate...
2009-02-19 Dan GohmanReapply r57340. VMKit does not presently rely on materi...
2009-02-18 Nate BegemanAdd support to the JIT for true non-lazy operation...
2009-02-15 Nicolas GeoffrayOn 64bit we may have a personality function which requi...
2009-02-06 Dan GohmanSplit the locking out of JIT::runJITOnFunction so that...
next