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
/
JIT
Age
Commit message (
Expand
)
Author
2011-07-15
Convert CallInst and InvokeInst APIs to use ArrayRef.
Jay Foad
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-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: 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-23
Remove unused STL header includes.
Jay Foad
2011-04-15
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-13
Like the coding standards say, do not use "using namespace std".
Jay Foad
2011-03-22
Trailing whitespace.
Jim Grosbach
2011-03-16
Tidy up. Whitespace and 80 column.
Jim Grosbach
2011-03-15
Trailing whitespae.
Jim Grosbach
2011-03-04
Support unregistering exception frames of functions when they are removed.
Eric Christopher
2011-01-10
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-11-18
Move getInitialFrameState() to TargetFrameInfo
Anton Korobeynikov
2010-11-13
Fix some more 80-col violas.
Daniel Dunbar
2010-10-23
Move the remaining attribute macros to systematic names based on the attribute
Chandler Carruth
2010-10-21
Fix the cleanup process of exception information in JIT. Now JIT
Duncan Sands
2010-09-13
Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."
Michael J. Spencer
2010-09-10
CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.
Michael J. Spencer
2010-08-30
Fix a comment.
NAKAMURA Takumi
2010-08-30
EE/JIT: Do not invoke parent's ctors/dtors from main()! (PR3897)
NAKAMURA Takumi
2010-08-23
remove some dead code.
Chris Lattner
2010-08-17
When creating a JIT, try to load the program so that we can resolve symbols
Nick Lewycky
2010-08-09
Stop the JIT from refusing to work just because the program it was compiled into
Nick Lewycky
2010-07-26
Don't call __register_frame from the JIT on systems that use setjmp/longjmp
Bob Wilson
2010-07-22
remove the dwarf sizing stuff which is now dead, it was
Chris Lattner
2010-07-22
remove the JIT "NeedsExactSize" feature and supporting logic.
Chris Lattner
2010-07-16
Get rid of a bunch of duplicated ELF enum values.
Eli Friedman
2010-07-12
Convert some tab stops into spaces.
Duncan Sands
2010-07-11
first part of JIT support for address of labels, part of PR7264,
Chris Lattner
2010-05-02
Remove the -enable-sjlj-eh option, which doesn't do anything.
Duncan Sands
2010-04-30
Fix the OProfileJITEventListener build after r101844 removed
Jeffrey Yasskin
2010-04-18
Don't rely upon the MCSymbol "isDefined" method to indicate if a label has been
Bill Wendling
2010-04-18
Formatting changes. No functionality change.
Bill Wendling
2010-04-17
Fix -Wcast-qual warnings.
Dan Gohman
2010-04-16
The JIT calls TidyLandingPads to tidy up the landing pads. However, because the
Bill Wendling
2010-04-15
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2010-04-14
Don't use DILocation when processing a DebugLoc.
Nicolas Geoffray
2010-04-08
Use twines to simplify calls to report_fatal_error. For code size and readabi...
Benjamin Kramer
2010-04-07
rename llvm::llvm_report_error -> llvm::report_fatal_error
Chris Lattner
2010-04-05
Fix OProfileJITEventListener build for new DebugLoc.
Jeffrey Yasskin
2010-04-04
CurFn is only used for relocations. Use EmissionDetails.MF->getFunction() ins...
Nicolas Geoffray
2010-04-02
Switch the code generator (except the JIT) onto the new DebugLoc
Chris Lattner
2010-03-16
Avoid a memory leak in JITDebugRegisterer.
Jeffrey Yasskin
[prev]
[next]