index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
SelectionDAG
/
SelectionDAGISel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
SelectionDAG: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-11
/
+12
*
Don't call PrepareEHLandingPad on non EH pads
Reid Kleckner
2015-10-12
1
-2
/
+3
*
[WinEH] Delete the old landingpad implementation of Windows EH
Reid Kleckner
2015-10-09
1
-37
/
+0
*
[SEH] Fix llvm.eh.exceptioncode fast register allocation assertion
Reid Kleckner
2015-10-09
1
-1
/
+1
*
[SEH] Add llvm.eh.exceptioncode intrinsic
Reid Kleckner
2015-10-07
1
-6
/
+35
*
[WinEH] Recognize CoreCLR personality function
Joseph Tremoulet
2015-10-06
1
-2
/
+2
*
Add an explicit 'inline' specifier to these static functions. GCC is
Chandler Carruth
2015-09-10
1
-14
/
+14
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-4
/
+3
*
[WinEH] Avoid creating MBBs for LLVM BBs that cannot contain code
Reid Kleckner
2015-09-08
1
-0
/
+2
*
Distribute the weight on the edge from switch to default statement to edges g...
Cong Hou
2015-09-01
1
-3
/
+1
*
[EH] Handle non-Function personalities like unknown personalities
Reid Kleckner
2015-08-31
1
-8
/
+6
*
[WinEH] Add some support for code generating catchpad
Reid Kleckner
2015-08-27
1
-4
/
+7
*
Remove the final bit test during lowering switch statement if all cases in bi...
Cong Hou
2015-08-25
1
-13
/
+20
*
Move the Target way of overriding DAG Scheduler to a target hook
Mehdi Amini
2015-07-28
1
-8
/
+6
*
[PM/AA] Remove all of the dead AliasAnalysis pointers being threaded
Chandler Carruth
2015-07-22
1
-3
/
+3
*
Create a wrapper pass for BranchProbabilityInfo.
Cong Hou
2015-07-15
1
-3
/
+4
*
Allow {e,r}bp as the target of {read,write}_register.
Pat Gavlin
2015-07-09
1
-2
/
+4
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-18
/
+26
*
Convert a bunch of loops to foreach. NFC.
Pete Cooper
2015-06-26
1
-9
/
+9
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-2
/
+2
*
Avoid a Symbol -> Name -> Symbol conversion.
Rafael Espindola
2015-06-22
1
-0
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-2
/
+2
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
1
-2
/
+4
*
Preserve the order of READ_REGISTER and WRITE_REGISTER
Hal Finkel
2015-05-18
1
-3
/
+3
*
[Fast-ISel] Clear kill flags on registers replaced by updateValueMap.
Pete Cooper
2015-05-08
1
-0
/
+7
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-1
/
+1
*
Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"
Sergey Dmitrouk
2015-04-28
1
-8
/
+12
*
Revert "[DebugInfo] Add debug locations to constant SD nodes"
Daniel Jasper
2015-04-28
1
-12
/
+8
*
[DebugInfo] Add debug locations to constant SD nodes
Sergey Dmitrouk
2015-04-28
1
-8
/
+12
*
[SEH] Implement GetExceptionCode in __except blocks
Reid Kleckner
2015-04-24
1
-6
/
+0
*
Re-commit "[SEH] Remove the old __C_specific_handler code now that WinEHPrepa...
Reid Kleckner
2015-04-23
1
-58
/
+2
*
Revert "[SEH] Remove the old __C_specific_handler code now that WinEHPrepare ...
Reid Kleckner
2015-04-23
1
-2
/
+58
*
Re-commit r235560: Switch lowering: extract jump tables and bit tests before ...
Hans Wennborg
2015-04-23
1
-27
/
+7
*
Revert r235560; this commit was causing several failed assertions in Debug bu...
Aaron Ballman
2015-04-23
1
-7
/
+27
*
Switch lowering: extract jump tables and bit tests before building binary tre...
Hans Wennborg
2015-04-22
1
-27
/
+7
*
[SEH] Remove the old __C_specific_handler code now that WinEHPrepare works
Reid Kleckner
2015-04-22
1
-58
/
+2
*
Re-land r235154-r235156 under the existing -sehprepare flag
Reid Kleckner
2015-04-21
1
-5
/
+15
*
Revert r235154-r235156, they cause asserts when building win64 code (http://c...
Nico Weber
2015-04-17
1
-25
/
+62
*
[SEH] Reimplement x64 SEH using WinEHPrepare
Reid Kleckner
2015-04-17
1
-62
/
+25
*
Revert the switch lowering change (r235101, r235103, r235106)
Hans Wennborg
2015-04-16
1
-7
/
+27
*
Switch lowering: extract jump tables and bit tests before building binary tre...
Hans Wennborg
2015-04-16
1
-27
/
+7
*
[WinEH] Try to make the MachineFunction CFG more accurate
Reid Kleckner
2015-04-15
1
-42
/
+65
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-1
/
+1
*
CodeGen: Stop using DIDescriptor::is*() and auto-casting
Duncan P. N. Exon Smith
2015-04-06
1
-1
/
+1
*
CodeGen: Assert that inlined-at locations agree
Duncan P. N. Exon Smith
2015-04-03
1
-5
/
+8
*
[WinEH] Run cleanup handlers when an exception is thrown
David Majnemer
2015-03-30
1
-0
/
+5
*
Remove superfluous .str() and replace std::string concatenation with Twine.
Yaron Keren
2015-03-27
1
-2
/
+2
*
SelectionDAGIsel: Fix comment about terminators being "handled below".
Hans Wennborg
2015-03-19
1
-3
/
+2
*
Recommit r232027 with PR22883 fixed: Add infrastructure for support of multip...
Daniel Sanders
2015-03-13
1
-1
/
+15
*
Revert "r232027 - Add infrastructure for support of multiple memory constraints"
Hal Finkel
2015-03-12
1
-3
/
+1
[prev]
[next]