2015-10-23 |
Davide Italiano | [CodeGen] Remove usage of NDEBUG in header. |
blob | commitdiff | raw |
2015-10-07 |
Reid Kleckner | [SEH] Add llvm.eh.exceptioncode intrinsic |
blob | commitdiff | raw | diff to current |
2015-10-05 |
NAKAMURA Takumi | Prune trailing whitespaces in comment lines. |
blob | commitdiff | raw | diff to current |
2015-10-05 |
NAKAMURA Takumi | Reformat blank lines. |
blob | commitdiff | raw | diff to current |
2015-08-27 |
Reid Kleckner | [WinEH] Add some support for code generating catchpad |
blob | commitdiff | raw | diff to current |
2015-05-20 |
Igor Laevsky | [StatepointLowering] Support of the gc.relocates for... |
blob | commitdiff | raw | diff to current |
2015-04-24 |
Reid Kleckner | [SEH] Implement GetExceptionCode in __except blocks |
blob | commitdiff | raw | diff to current |
2015-04-21 |
Reid Kleckner | Re-land r235154-r235156 under the existing -sehprepare... |
blob | commitdiff | raw | diff to current |
2015-04-17 |
Nico Weber | Revert r235154-r235156, they cause asserts when buildin... |
blob | commitdiff | raw | diff to current |
2015-04-17 |
Reid Kleckner | [SEH] Reimplement x64 SEH using WinEHPrepare |
blob | commitdiff | raw | diff to current |
2015-01-14 |
Reid Kleckner | Remove dead code for llvm.eh.selector in the old EH... |
blob | commitdiff | raw | diff to current |
2015-01-14 |
Chandler Carruth | [cleanup] Re-sort all the #include lines in LLVM using |
blob | commitdiff | raw | diff to current |
2014-12-19 |
Peter Collingbourne | CodeGen: do not attempt to invalidate virtual registers... |
blob | commitdiff | raw | diff to current |
2014-12-02 |
Philip Reames | [Statepoints 3/4] Statepoint infrastructure for garbage... |
blob | commitdiff | raw | diff to current |
2014-10-09 |
Eric Christopher | Remove uses of the TargetMachine from FunctionLoweringInfo |
blob | commitdiff | raw | diff to current |
2014-09-19 |
Jiangning Liu | Optimize sext/zext insertion algorithm in back-end. |
blob | commitdiff | raw | diff to current |
2014-08-28 |
Juergen Ributzka | [FastISel] Undo phi node updates when falling-back... |
blob | commitdiff | raw | diff to current |
2014-04-15 |
Craig Topper | [C++11] More 'nullptr' conversion. In some cases just... |
blob | commitdiff | raw | diff to current |
2014-03-12 |
Patrik Hagglund | Replace '#include ValueTypes.h' with forward declarations. |
blob | commitdiff | raw | diff to current |
2014-03-05 |
Hans Wennborg | Check for dynamic allocas and inline asm that clobbers... |
blob | commitdiff | raw | diff to current |
2013-07-04 |
Jakob Stoklund Olesen | Simplify landing pad lowering. |
blob | commitdiff | raw | diff to current |
2013-07-04 |
Jakob Stoklund Olesen | Revert r185595-185596 which broke buildbots. |
blob | commitdiff | raw | diff to current |
2013-07-03 |
Jakob Stoklund Olesen | Simplify landing pad lowering. |
blob | commitdiff | raw | diff to current |
2013-06-19 |
Bill Wendling | Don't cache the TLI object since we have access to... |
blob | commitdiff | raw | diff to current |
2013-06-06 |
Bill Wendling | Don't cache the TargetLoweringInfo object inside of... |
blob | commitdiff | raw | diff to current |
2013-01-10 |
Jakub Staszak | Remove unneeded includes from FunctionLoweringInfo.h. |
blob | commitdiff | raw | diff to current |
2013-01-02 |
Chandler Carruth | Move all of the header files which are involved in... |
blob | commitdiff | raw | diff to current |
2012-12-13 |
Patrik Hagglund | Change TargetLowering::getRegClassFor to take an MVT... |
blob | commitdiff | raw | diff to current |
2012-12-11 |
Patrik Hagglund | Revert EVT->MVT changes, r169836-169851, due to buildbo... |
blob | commitdiff | raw | diff to current |
2012-12-11 |
Patrik Hagglund | Change TargetLowering::getRegClassFor to take an MVT... |
blob | commitdiff | raw | diff to current |
2012-12-03 |
Chandler Carruth | Sort the #include lines for the include/... tree with... |
blob | commitdiff | raw | diff to current |
2012-09-27 |
Sylvestre Ledru | Revert 'Fix a typo 'iff' => 'if''. iff is an abreviatio... |
blob | commitdiff | raw | diff to current |
2012-09-27 |
Sylvestre Ledru | Fix a typo 'iff' => 'if' |
blob | commitdiff | raw | diff to current |
2012-02-23 |
Benjamin Kramer | Replace a DenseSet with SmallPtrSet. |
blob | commitdiff | raw | diff to current |
2012-02-22 |
Michael J. Spencer | Properly emit _fltused with FastISel. Refactor to share... |
blob | commitdiff | raw | diff to current |
2012-01-31 |
Bill Wendling | Remove the eh.exception and eh.selector intrinsics... |
blob | commitdiff | raw | diff to current |
2011-09-08 |
Devang Patel | Directly point debug info to the stack slot of the... |
blob | commitdiff | raw | diff to current |
2011-08-17 |
Bill Wendling | Add the support in code-gen for the landingpad instruct... |
blob | commitdiff | raw | diff to current |
2011-08-09 |
Jakob Stoklund Olesen | Trim an unneeded header. |
blob | commitdiff | raw | diff to current |
2011-07-30 |
Bill Wendling | Revert r136253, r136263, r136269, r136313, r136325... |
blob | commitdiff | raw | diff to current |
2011-07-28 |
Bill Wendling | Add the AddLandingPadInfo function. |
blob | commitdiff | raw | diff to current |
2011-07-18 |
Chris Lattner | land David Blaikie's patch to de-constify Type, with... |
blob | commitdiff | raw | diff to current |
2011-06-16 |
Jakub Staszak | Introduce MachineBranchProbabilityInfo class, which... |
blob | commitdiff | raw | diff to current |
2011-03-03 |
Bill Wendling | There are times when the landing pad won't have a call... |
blob | commitdiff | raw | diff to current |
2011-02-27 |
Cameron Zwarich | Fix PR9324 / <rdar://problem/9052489> by handling the... |
blob | commitdiff | raw | diff to current |
2011-02-24 |
Cameron Zwarich | Merge information about the number of zero, one, and... |
blob | commitdiff | raw | diff to current |
2011-02-24 |
Cameron Zwarich | Add a mechanism for invalidating the LiveOutInfo of... |
blob | commitdiff | raw | diff to current |
2011-02-24 |
Cameron Zwarich | Track blocks visited in reverse postorder. |
blob | commitdiff | raw | diff to current |
2011-02-24 |
Cameron Zwarich | Refactor the LiveOutInfo interface into a few methods... |
blob | commitdiff | raw | diff to current |
2011-02-22 |
Cameron Zwarich | Roll out r126169 and r126170 in an attempt to fix the... |
blob | commitdiff | raw | diff to current |
2011-02-22 |
Cameron Zwarich | Merge information about the number of zero, one, and... |
blob | commitdiff | raw | diff to current |
2011-01-08 |
Jakob Stoklund Olesen | Use an IndexedMap for LiveOutRegInfo to hide its depend... |
blob | commitdiff | raw | diff to current |
2010-08-31 |
Devang Patel | Reapply r112623. Included additional check for unused... |
blob | commitdiff | raw | diff to current |
2010-08-31 |
Devang Patel | Revert r112623. It is causing self host build failures. |
blob | commitdiff | raw | diff to current |
2010-08-31 |
Devang Patel | Remember byval argument's frame index during argument... |
blob | commitdiff | raw | diff to current |
2010-07-10 |
Dan Gohman | Reapply bottom-up fast-isel, with several fixes for... |
blob | commitdiff | raw | diff to current |
2010-07-09 |
Bob Wilson | --- Reverse-merging r107947 into '.': |
blob | commitdiff | raw | diff to current |
2010-07-09 |
Dan Gohman | Re-apply bottom-up fast-isel, with fixes. Be very caref... |
blob | commitdiff | raw | diff to current |
2010-07-08 |
Dan Gohman | Revert 107840 107839 107813 107804 107800 107797 107791. |
blob | commitdiff | raw | diff to current |
2010-07-07 |
Dan Gohman | Give FunctionLoweringInfo an MBB member, avoiding the... |
blob | commitdiff | raw | diff to current |
2010-07-07 |
Dan Gohman | Move FunctionLoweringInfo.h out into include/llvm/CodeG... |
blob | commitdiff | raw | diff to current |
|