Fix issue with bitwise and precedence.
[oota-llvm.git] / lib / ExecutionEngine /
2012-02-14 Aaron BallmanUsing the new external-linkage warning recently added...
2012-02-14 Aaron BallmanFixing warning due to the new "UTD return type in exter...
2012-02-13 Ahmed CharlesRemove duplicate code in this header file which seemed...
2012-02-13 Ahmed CharlesFix various issues (or do cleanups) found by enabling...
2012-02-12 Eli BenderskyExpose the ELFObjectFile class directly in the Object...
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-06 Bill Wendling[unwind removal] We no longer have 'unwind' instruction...
2012-02-05 Duncan SandsExplain to the compiler why TargetAddr is not used...
2012-02-03 Akira HatanakaAdd a new MachineJumpTableInfo entry type, EK_GPRel64Bl...
2012-02-01 Stepan DyatkovskiySwitchInst refactoring.
2012-01-24 Chris Lattneradd more support for ConstantDataSequential
2012-01-23 Bill WendlingRemove extraneous ';'s.
2012-01-22 Eli BenderskySplit the lib/ExecutionEngine/RuntimeDyld/RuntimeDyldIm...
2012-01-21 Jim GrosbachRuntimeDyld alignment adjustment from MachO file.
2012-01-20 Jim GrosbachFix inverted condition.
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-17 Jim GrosbachFix MCJIT memory leak of owned TargetMachine.
2012-01-16 Jim GrosbachTidy up.
2012-01-16 Jim GrosbachExecutionEngine interface to re-map addresses for engin...
2012-01-16 Jim GrosbachMCJIT handle a few more simple x86 relocations for...
2012-01-16 Jim GrosbachMCJIT support for non-function sections.
2012-01-16 Eli BenderskyA fix for the previous commit: "integer constant is...
2012-01-16 Eli BenderskyAdding a basic ELF dynamic loader and MC-JIT for ELF...
2012-01-06 Eli BenderskyFix typo in string
2012-01-05 Rafael EspindolaRemove the old ELF writer.
2012-01-05 Danil MalyshevA small re-factored JIT/MCJIT::getPointerToNamedFunctio...
2011-12-20 Chandler CarruthFix up the CMake build for the new files added in r1469...
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-12-12 Daniel DunbarLLVMBuild: Introduce a common section which currently...
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-12-12 Dylan NoblesmithExecutionEngine: refactor interface
2011-12-07 Peter CollingbourneEngineBuilder: support for custom TargetOptions. Fixes the
2011-12-07 Evan ChengAdd bundle aware API for querying instruction propertie...
2011-12-02 Nick LewyckyMove global variables in TargetMachine into new TargetO...
2011-12-01 Dylan NoblesmithExecutionEngine: honor optimization level
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-11-16 Evan ChengSink codegen optimization level into MCCodeGenInfo...
2011-11-15 Benjamin KramerRemove all remaining uses of Value::getNameStr().
2011-11-12 Sean CallananFixed the MCJIT so that it can emit not only instance
2011-11-12 Daniel Dunbarbuild: Attempt to rectify inconsistencies between CMake...
2011-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
2011-11-01 Sebastian Poprename getHostTriple into getDefaultTargetTriple
2011-11-01 Jim GrosbachIgnore MachO symbol flags in the upper nibble of n_desc.
2011-10-19 Joe AbbeyAdding dependencies to allow -DBUILD_SHARED_LIBS=true...
2011-10-18 Jim GrosbachThe MCJITMemoryManager takes ownership of the JMM,...
2011-09-30 Danil MalyshevMCJIT initialization TargetData
2011-09-29 Eli FriedmanClean up uses of switch instructions so they are not...
2011-09-10 Richard TrieuFix the asserts in lib/Target/X86/X86ELFWriterInfo...
2011-09-09 Duncan SandsDon't tack "Instruction not interpretable yet!" onto...
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-08-14 NAKAMURA TakumiEE: Provide the symbol "lseek64" explicitly with <unist...
2011-08-12 Duncan SandsSilence a bunch (but not all) "variable written but...
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-07-20 Evan Cheng- Move CodeModel from a TargetMachine global option...
2011-07-20 Eric ChristopherExtra semi-colon.
2011-07-19 Jay FoadConvert TargetData::getIndexedOffset to use ArrayRef.
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-07-18 Evan ChengMove getInitialFrameState from TargetFrameInfo to MCAsm...
2011-07-18 Jeffrey YasskinAdd APInt(numBits, ArrayRef<uint64_t> bigVal) construct...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-15 Jay FoadConvert CallInst and InvokeInst APIs to use ArrayRef.
2011-07-13 Danil MalyshevAdd to RuntimeDyld support different object formats
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-06-30 Evan ChengFix the ridiculous SubtargetFeatures API where it impli...
2011-06-29 Evan ChengSink SubtargetFeature and TargetInstrItineraries (renam...
2011-06-18 Chris Lattnereliminate the Type::getDescription() method, using...
2011-05-19 Jim GrosbachAvoid a Twine that referenced a tmp (which proceded...
2011-05-18 Jim GrosbachRestore sanity to 131601.
2011-05-18 Jim GrosbachObjective C functions may use a magic '\1' on the name...
2011-05-13 Jim GrosbachBe a bit more permissive about symbols we don't underst...
2011-05-13 Dylan NoblesmithExecutionEngine: move createJIT() definition (v2)
2011-05-13 Dylan NoblesmithExecutionEngine: push TargetMachine creation into clien...
2011-05-13 Dylan NoblesmithExecutionEngine: fix JIT/MCJIT selectTarget() duplicati...
2011-05-13 Jim GrosbachTeach the RtDyld to tell the memory manager about how...
2011-05-12 Jim GrosbachMCJIT section loading should just skip non-text section...
2011-05-12 Jim GrosbachThe MCJIT memory manager needs to initialize its Module...
2011-05-07 Jakob Stoklund OlesenRevert ExecutionEngine patches, they either failed...
2011-05-06 Dylan NoblesmithExecutionEngine: delete duplicated files
2011-05-06 Dylan NoblesmithExecutionEngine: add missing file
2011-05-06 Dylan NoblesmithExecutionEngine: move createJIT() definition
2011-05-06 Dylan NoblesmithExecutionEngine: push TargetMachine creation into clients
2011-05-06 Dylan NoblesmithExecutionEngine: fix JIT/MCJIT selectTarget() duplication
2011-04-29 Douglas GregorFix a C++0x portability issue with std::make_pair....
2011-04-28 Chandler CarruthFix the last -Wnon-pod-memset I'm seeing. This is benig...
2011-04-23 Jay FoadRemove unused STL header includes.
2011-04-22 Eric Christopher80-col fix.
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-13 Jim GrosbachMCJIT relocation resolution.
2011-04-13 Jay FoadLike the coding standards say, do not use "using namesp...
2011-04-12 Jim GrosbachMCJIT lazy relocation resolution and symbol address...
2011-04-12 Jim GrosbachTidy up a bit now that we're using the MemoryManager...
2011-04-11 Nick LewyckyJust because a GlobalVariable's initializer is [N x...
2011-04-09 Benjamin KramerMake error message more useful.
2011-04-08 Jim GrosbachWorkaround g++ 4.2.1 warning diagnostic false positive.
2011-04-08 Jim GrosbachRefactor MCJIT 32-bit section loading.
2011-04-08 Nick Lewyckyllvm.global_[cd]tor is defined to be either external...
2011-04-06 Jim Grosbachtidy up.
2011-04-06 Nick LewyckyFix comment to use llvm 2.x syntax.
2011-04-06 Jim GrosbachRuntimeDyld should use the memory manager API.
2011-04-05 Chandler CarruthMake the virtual destructor out-of-line so we have...
next