index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ExecutionEngine
Age
Commit message (
Expand
)
Author
2011-11-15
Remove all remaining uses of Value::getNameStr().
Benjamin Kramer
2011-11-12
Fixed the MCJIT so that it can emit not only instance
Sean Callanan
2011-11-12
build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...
Daniel Dunbar
2011-11-03
build: Add initial cut at LLVMBuild.txt files.
Daniel Dunbar
2011-11-01
rename getHostTriple into getDefaultTargetTriple
Sebastian Pop
2011-11-01
Ignore MachO symbol flags in the upper nibble of n_desc.
Jim Grosbach
2011-10-19
Adding dependencies to allow -DBUILD_SHARED_LIBS=true to complete.
Joe Abbey
2011-10-18
The MCJITMemoryManager takes ownership of the JMM, so don't leak it.
Jim Grosbach
2011-09-30
MCJIT initialization TargetData
Danil Malyshev
2011-09-29
Clean up uses of switch instructions so they are not dependent on the operand...
Eli Friedman
2011-09-10
Fix the asserts in lib/Target/X86/X86ELFWriterInfo.cpp and
Richard Trieu
2011-09-09
Don't tack "Instruction not interpretable yet!" onto the end of
Duncan Sands
2011-08-24
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-14
EE: Provide the symbol "lseek64" explicitly with <unistd.h> on Linux glibc.
NAKAMURA Takumi
2011-08-12
Silence a bunch (but not all) "variable written but not read" warnings
Duncan Sands
2011-07-29
Rewrite the CMake build to use explicit dependencies between libraries,
Chandler Carruth
2011-07-20
- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.
Evan Cheng
2011-07-20
Extra semi-colon.
Eric Christopher
2011-07-19
Convert TargetData::getIndexedOffset to use ArrayRef.
Jay Foad
2011-07-19
Introduce MCCodeGenInfo, which keeps information that can affect codegen
Evan Cheng
2011-07-18
Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for
Evan Cheng
2011-07-18
Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future a...
Jeffrey Yasskin
2011-07-18
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-15
Convert CallInst and InvokeInst APIs to use ArrayRef.
Jay Foad
2011-07-13
Add to RuntimeDyld support different object formats
Danil Malyshev
2011-07-09
Land the long talked about "type system rewrite" patch. This
Chris Lattner
2011-06-30
Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to
Evan Cheng
2011-06-29
Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...
Evan Cheng
2011-06-18
eliminate the Type::getDescription() method, using "<<" instead. This
Chris Lattner
2011-05-19
Avoid a Twine that referenced a tmp (which proceded to go out of scope before
Jim Grosbach
2011-05-18
Restore sanity to 131601.
Jim Grosbach
2011-05-18
Objective C functions may use a magic '\1' on the name. Handle that when
Jim Grosbach
2011-05-13
Be a bit more permissive about symbols we don't understand. Just skip them
Jim Grosbach
2011-05-13
ExecutionEngine: move createJIT() definition (v2)
Dylan Noblesmith
2011-05-13
ExecutionEngine: push TargetMachine creation into clients (v2)
Dylan Noblesmith
2011-05-13
ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2)
Dylan Noblesmith
2011-05-13
Teach the RtDyld to tell the memory manager about how much space a function
Jim Grosbach
2011-05-12
MCJIT section loading should just skip non-text sections rather than
Jim Grosbach
2011-05-12
The MCJIT memory manager needs to initialize its Module member.
Jim Grosbach
2011-05-07
Revert ExecutionEngine patches, they either failed to build or broke unit tests.
Jakob Stoklund Olesen
2011-05-06
ExecutionEngine: delete duplicated files
Dylan Noblesmith
2011-05-06
ExecutionEngine: add missing file
Dylan Noblesmith
2011-05-06
ExecutionEngine: move createJIT() definition
Dylan Noblesmith
2011-05-06
ExecutionEngine: push TargetMachine creation into clients
Dylan Noblesmith
2011-05-06
ExecutionEngine: fix JIT/MCJIT selectTarget() duplication
Dylan Noblesmith
2011-04-29
Fix a C++0x portability issue with std::make_pair. Explicitly providing templ...
Douglas Gregor
2011-04-28
Fix the last -Wnon-pod-memset I'm seeing. This is benign, but appears
Chandler Carruth
2011-04-23
Remove unused STL header includes.
Jay Foad
2011-04-22
80-col fix.
Eric Christopher
2011-04-15
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
[next]