index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
ExecutionEngine
/
JIT
Commit message (
Expand
)
Author
Age
Files
Lines
*
LLVMBuild: Remove trailing newline, which irked me.
Daniel Dunbar
2011-12-12
1
-1
/
+0
*
ExecutionEngine: refactor interface
Dylan Noblesmith
2011-12-12
2
-6
/
+3
*
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-07
1
-1
/
+1
*
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
2011-12-02
2
-5
/
+11
*
ExecutionEngine: honor optimization level
Dylan Noblesmith
2011-12-01
1
-3
/
+3
*
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-11-29
1
-10
/
+0
*
Remove all remaining uses of Value::getNameStr().
Benjamin Kramer
2011-11-15
1
-1
/
+1
*
build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...
Daniel Dunbar
2011-11-12
2
-2
/
+3
*
build: Add initial cut at LLVMBuild.txt files.
Daniel Dunbar
2011-11-03
1
-0
/
+23
*
Adding dependencies to allow -DBUILD_SHARED_LIBS=true to complete.
Joe Abbey
2011-10-19
1
-0
/
+1
*
EE: Provide the symbol "lseek64" explicitly with <unistd.h> on Linux glibc.
NAKAMURA Takumi
2011-08-14
1
-0
/
+1
*
Silence a bunch (but not all) "variable written but not read" warnings
Duncan Sands
2011-08-12
1
-0
/
+1
*
Rewrite the CMake build to use explicit dependencies between libraries,
Chandler Carruth
2011-07-29
1
-0
/
+8
*
- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.
Evan Cheng
2011-07-20
1
-1
/
+1
*
Introduce MCCodeGenInfo, which keeps information that can affect codegen
Evan Cheng
2011-07-19
1
-1
/
+2
*
Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for
Evan Cheng
2011-07-18
2
-8
/
+6
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
2
-6
/
+6
*
Convert CallInst and InvokeInst APIs to use ArrayRef.
Jay Foad
2011-07-15
1
-2
/
+1
*
ExecutionEngine: move createJIT() definition (v2)
Dylan Noblesmith
2011-05-13
1
-19
/
+0
*
ExecutionEngine: push TargetMachine creation into clients (v2)
Dylan Noblesmith
2011-05-13
2
-20
/
+8
*
ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2)
Dylan Noblesmith
2011-05-13
4
-102
/
+9
*
Revert ExecutionEngine patches, they either failed to build or broke unit tests.
Jakob Stoklund Olesen
2011-05-07
4
-5
/
+129
*
ExecutionEngine: delete duplicated files
Dylan Noblesmith
2011-05-06
1
-91
/
+0
*
ExecutionEngine: move createJIT() definition
Dylan Noblesmith
2011-05-06
1
-19
/
+0
*
ExecutionEngine: push TargetMachine creation into clients
Dylan Noblesmith
2011-05-06
2
-20
/
+8
*
ExecutionEngine: fix JIT/MCJIT selectTarget() duplication
Dylan Noblesmith
2011-05-06
3
-11
/
+9
*
Fix a C++0x portability issue with std::make_pair. Explicitly providing templ...
Douglas Gregor
2011-04-29
1
-1
/
+1
*
Remove unused STL header includes.
Jay Foad
2011-04-23
1
-1
/
+0
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
Like the coding standards say, do not use "using namespace std".
Jay Foad
2011-04-13
1
-2
/
+2
*
Trailing whitespace.
Jim Grosbach
2011-03-22
5
-46
/
+46
*
Tidy up. Whitespace and 80 column.
Jim Grosbach
2011-03-16
2
-17
/
+20
*
Trailing whitespae.
Jim Grosbach
2011-03-15
1
-34
/
+34
*
Support unregistering exception frames of functions when they are removed.
Eric Christopher
2011-03-04
1
-3
/
+4
*
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2011-01-10
2
-7
/
+7
*
Merge System into Support.
Michael J. Spencer
2010-11-29
8
-9
/
+9
*
Move getInitialFrameState() to TargetFrameInfo
Anton Korobeynikov
2010-11-18
2
-1
/
+4
*
Fix some more 80-col violas.
Daniel Dunbar
2010-11-13
1
-4
/
+11
*
Move the remaining attribute macros to systematic names based on the attribute
Chandler Carruth
2010-10-23
1
-1
/
+1
*
Fix the cleanup process of exception information in JIT. Now JIT
Duncan Sands
2010-10-21
1
-0
/
+6
*
Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."
Michael J. Spencer
2010-09-13
1
-8
/
+0
*
CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.
Michael J. Spencer
2010-09-10
1
-0
/
+8
*
Fix a comment.
NAKAMURA Takumi
2010-08-30
1
-1
/
+1
*
EE/JIT: Do not invoke parent's ctors/dtors from main()! (PR3897)
NAKAMURA Takumi
2010-08-30
1
-0
/
+12
*
remove some dead code.
Chris Lattner
2010-08-23
1
-246
/
+0
*
When creating a JIT, try to load the program so that we can resolve symbols
Nick Lewycky
2010-08-17
1
-0
/
+3
*
Stop the JIT from refusing to work just because the program it was compiled into
Nick Lewycky
2010-08-09
1
-5
/
+0
*
Don't call __register_frame from the JIT on systems that use setjmp/longjmp
Bob Wilson
2010-07-26
1
-2
/
+2
*
remove the dwarf sizing stuff which is now dead, it was
Chris Lattner
2010-07-22
2
-456
/
+0
*
remove the JIT "NeedsExactSize" feature and supporting logic.
Chris Lattner
2010-07-22
1
-58
/
+3
[next]