| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove dead code for llvm.eh.selector in the old EH model | Reid Kleckner | 2015-01-14 | 1 | -54/+0 |
* | [Statepoints 3/4] Statepoint infrastructure for garbage collection: Selection... | Philip Reames | 2014-12-02 | 1 | -0/+1 |
* | Allow the use of functions as typeinfo in landingpad clauses | Reid Kleckner | 2014-11-14 | 1 | -4/+4 |
* | Remove uses of the TargetMachine from FunctionLoweringInfo | Eric Christopher | 2014-10-09 | 1 | -14/+10 |
* | Move the complex address expression out of DIVariable and into an extra | Adrian Prantl | 2014-10-01 | 1 | -1/+1 |
* | Revert r218778 while investigating buldbot breakage. | Adrian Prantl | 2014-10-01 | 1 | -1/+1 |
* | Move the complex address expression out of DIVariable and into an extra | Adrian Prantl | 2014-10-01 | 1 | -1/+1 |
* | Clear PreferredExtendType for in each function-specific state FunctionLowerin... | Jiangning Liu | 2014-09-24 | 1 | -0/+1 |
* | Optimize sext/zext insertion algorithm in back-end. | Jiangning Liu | 2014-09-19 | 1 | -0/+25 |
* | CodeGen: Handle va_start in the entry block | Reid Kleckner | 2014-09-02 | 1 | -24/+16 |
* | Add a const and munge some comments | Reid Kleckner | 2014-08-29 | 1 | -1/+1 |
* | musttail: Forward regparms of variadic functions on x86_64 | Reid Kleckner | 2014-08-29 | 1 | -0/+7 |
* | ARM / x86_64 varargs: Don't save regparms in prologue without va_start | Reid Kleckner | 2014-08-22 | 1 | -0/+8 |
* | Have MachineFunction cache a pointer to the subtarget to make lookups | Eric Christopher | 2014-08-05 | 1 | -2/+1 |
* | Remove the TargetMachine forwards for TargetSubtargetInfo based | Eric Christopher | 2014-08-04 | 1 | -7/+10 |
* | [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 2014-04-22 | 1 | -1/+2 |
* | [C++11] More 'nullptr' conversion. In some cases just using a boolean check i... | Craig Topper | 2014-04-14 | 1 | -2/+2 |
* | [C++11] Add range based accessors for the Use-Def chain of a Value. | Chandler Carruth | 2014-03-09 | 1 | -4/+2 |
* | [Layering] Move DebugInfo.h into the IR library where its implementation | Chandler Carruth | 2014-03-06 | 1 | -1/+1 |
* | [Layering] Move DebugLoc.h into the IR library. The implementation | Chandler Carruth | 2014-03-05 | 1 | -1/+1 |
* | Fix unused variable in FunctionLoweringInfo.cpp | Hans Wennborg | 2014-03-05 | 1 | -1/+1 |
* | Check for dynamic allocas and inline asm that clobbers sp before building | Hans Wennborg | 2014-03-05 | 1 | -1/+40 |
* | Don't put non-static allocas in the static alloca map | Reid Kleckner | 2014-01-31 | 1 | -1/+7 |
* | [stackprotector] Use analysis from the StackProtector pass for stack layout i... | Josh Magee | 2013-12-19 | 1 | -9/+1 |
* | Debug Info: clean up usage of Verify. | Manman Ren | 2013-06-28 | 1 | -1/+4 |
* | Don't cache the TLI object since we have access to it through TargetMachine a... | Bill Wendling | 2013-06-19 | 1 | -6/+8 |
* | Don't cache the TargetLoweringInfo object inside of the FunctionLowering object. | Bill Wendling | 2013-06-06 | 1 | -17/+18 |
* | Revert 172027 and 174336. Remove diagnostics about over-aligned stack objects. | Bob Wilson | 2013-02-08 | 1 | -2/+1 |
* | Stack Alignment: throw error if we can't satisfy the minimal alignment | Manman Ren | 2013-01-10 | 1 | -1/+2 |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -7/+7 |
* | Remove the Function::getRetAttributes method in favor of using the AttributeS... | Bill Wendling | 2012-12-30 | 1 | -2/+1 |
* | Change TargetLowering::RegisterTypeForVT to contain MVTs, instead of | Patrik Hagglund | 2012-12-19 | 1 | -1/+1 |
* | Change TargetLowering::getRegClassFor to take an MVT, instead of EVT. | Patrik Hagglund | 2012-12-13 | 1 | -2/+2 |
* | Revert EVT->MVT changes, r169836-169851, due to buildbot failures. | Patrik Hagglund | 2012-12-11 | 1 | -2/+2 |
* | Change TargetLowering::RegisterTypeForVT to contain MVTs, instead of | Patrik Hagglund | 2012-12-11 | 1 | -1/+1 |
* | Change TargetLowering::getRegClassFor to take an MVT, instead of EVT. | Patrik Hagglund | 2012-12-11 | 1 | -2/+2 |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -12/+12 |
* | Move TargetData to DataLayout. | Micah Villmow | 2012-10-08 | 1 | -3/+3 |
* | Add a new optimization pass: Stack Coloring, that merges disjoint static allo... | Nadav Rotem | 2012-09-06 | 1 | -1/+1 |
* | Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and | Bill Wendling | 2012-06-28 | 1 | -1/+1 |
* | Tabs, formatting and long lines oh my! | Eric Christopher | 2012-02-24 | 1 | -4/+6 |
* | More newline cleanups. | Eric Christopher | 2012-02-23 | 1 | -1/+1 |
* | Properly emit _fltused with FastISel. Refactor to share code with SDAG. | Michael J. Spencer | 2012-02-22 | 1 | -0/+25 |
* | Remove the eh.exception and eh.selector intrinsics. Also remove a hack to copy | Bill Wendling | 2012-01-31 | 1 | -28/+0 |
* | An array of chars of length 8 will also cause the stack protector to be inserted | Bill Wendling | 2011-11-02 | 1 | -1/+1 |
* | Directly point debug info to the stack slot of the arugment, instead of tryin... | Devang Patel | 2011-09-08 | 1 | -6/+4 |
* | Add the support in code-gen for the landingpad instruction lowering. | Bill Wendling | 2011-08-17 | 1 | -0/+31 |
* | Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, | Bill Wendling | 2011-07-30 | 1 | -34/+0 |
* | Add the AddLandingPadInfo function. | Bill Wendling | 2011-07-28 | 1 | -0/+34 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -3/+3 |