Age | Commit message (Expand) | Author |
2013-01-11 | Fix bug in exception table allocation (PR13678) | Eli Bendersky |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth |
2012-10-11 | Remove buggy classof(). | Sean Silva |
2012-10-08 | Move TargetData to DataLayout. | Micah Villmow |
2012-08-22 | Add a getName function to MachineFunction. Use it in places that previously d... | Craig Topper |
2012-06-28 | Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and | Bill Wendling |
2012-06-16 | Disable the right instance of TheJIT, this one is only used in asserts. | Benjamin Kramer |
2012-06-16 | Guard private fields that are unused in Release builds with #ifndef NDEBUG. | Benjamin Kramer |
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-05 | Remove the old ELF writer. | Rafael Espindola |
2011-12-02 | Move global variables in TargetMachine into new TargetOptions class. As an API | Nick Lewycky |
2011-08-12 | Silence a bunch (but not all) "variable written but not read" warnings | Duncan Sands |
2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner |
2011-04-13 | Like the coding standards say, do not use "using namespace std". | Jay Foad |
2011-03-16 | Tidy up. Whitespace and 80 column. | Jim Grosbach |
2011-03-04 | Support unregistering exception frames of functions when they are removed. | Eric Christopher |
2010-11-29 | Merge System into Support. | Michael J. Spencer |
2010-08-23 | remove some dead code. | Chris Lattner |
2010-07-22 | remove the JIT "NeedsExactSize" feature and supporting logic. | Chris Lattner |
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-18 | Formatting changes. No functionality change. | Bill Wendling |
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-07 | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner |
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-14 | change EH related stuff (other than EH_LABEL) to use MCSymbol | Chris Lattner |
2010-03-11 | Add a new jump table encoding to indicate jump tables entries | Richard Osborne |
2010-03-04 | Fix PR6360. It's easy for a stub's address to escape to user code, so we can't | Jeffrey Yasskin |
2010-03-04 | Fix PR5291, in which a SmallPtrSet iterator was held across an insertion into | Jeffrey Yasskin |
2010-03-04 | Make sure JITResolvers don't leave any stubs behind. When a JITResolver was | Jeffrey Yasskin |
2010-02-11 | Make it possible to create multiple JIT instances at the same time, by removing | Jeffrey Yasskin |
2010-01-27 | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin |
2010-01-26 | Add support for target-specific 32-bit custom-lowered | Chris Lattner |
2010-01-26 | make jit jump table emission be based on the EntryKind instead of magic varia... | Chris Lattner |
2010-01-25 | Rearrange handling of jump tables. Highlights: | Chris Lattner |
2010-01-19 | Avoid including DebugInfo.h in AsmPrinter.h | Devang Patel |
2010-01-16 | Replace DebugLocTuple with DILocation. | Devang Patel |
2010-01-05 | Change errs() to dbgs(). | David Greene |
2009-12-22 | Partially revert r91626. Materializing extra functions to determine whether | Jeffrey Yasskin |
2009-12-17 | Don't codegen available_externally functions. Fixes http://llvm.org/PR5735. | Jeffrey Yasskin |
2009-12-15 | Change indirect-globals to use a dedicated allocIndirectGV. This lets us | Jeffrey Yasskin |
2009-11-23 | * Move stub allocation inside the JITEmitter, instead of exposing a | Jeffrey Yasskin |
2009-11-23 | Allow more than one stub to be being generated at the same time. | Jeffrey Yasskin |
2009-11-19 | Try to fix JITTest.FarCallToKnownFunction on ARM and PPC. | Jeffrey Yasskin |
2009-11-16 | Make X86-64 in the Large model always emit 64-bit calls. | Jeffrey Yasskin |