Age | Commit message (Expand) | Author |
2012-03-28 | Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager. | Danil Malyshev |
2012-03-22 | Revert a series of commits to MCJIT to get the build working in CMake | Chandler Carruth |
2012-03-21 | Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee... | Danil Malyshev |
2012-03-13 | Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code... | Eli Bendersky |
2012-02-07 | Convert assert(0) to llvm_unreachable | Craig Topper |
2012-02-03 | Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which is | Akira Hatanaka |
2012-01-20 | More dead code removal (using -Wunreachable-code) | David Blaikie |
2012-01-16 | MCJIT support for non-function sections. | Jim Grosbach |
2012-01-05 | Remove the old ELF writer. | Rafael Espindola |
2012-01-05 | A small re-factored JIT/MCJIT::getPointerToNamedFunction(), so it could be ca... | Danil Malyshev |
2011-12-12 | LLVMBuild: Remove trailing newline, which irked me. | Daniel Dunbar |
2011-12-12 | ExecutionEngine: refactor interface | Dylan Noblesmith |
2011-12-07 | Add bundle aware API for querying instruction properties and switch the code | Evan Cheng |
2011-12-02 | Move global variables in TargetMachine into new TargetOptions class. As an API | Nick Lewycky |
2011-12-01 | ExecutionEngine: honor optimization level | Dylan Noblesmith |
2011-11-29 | build/CMake: Finish removal of add_llvm_library_dependencies. | Daniel Dunbar |
2011-11-15 | Remove all remaining uses of Value::getNameStr(). | Benjamin Kramer |
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-10-19 | Adding dependencies to allow -DBUILD_SHARED_LIBS=true to complete. | Joe Abbey |
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-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 | 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-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 |