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
*
[SSP] Remove llvm.stackprotectorcheck.
Tim Shen
2016-04-08
1
-2
/
+7
*
Swift Calling Convention: swifterror target-independent change.
Manman Ren
2016-04-05
1
-0
/
+121
*
CXX TLS: collect return blocks after SelectAllBasicBlocks.
Manman Ren
2016-03-24
1
-7
/
+15
*
[CXX_FAST_TLS] fix issues with O0 on ARM, AArch64 and X86.
Manman Ren
2016-03-18
1
-1
/
+1
*
[CodeGen] Add space-optimized EmitMergeInputChains1_2 to the DAG isel matchin...
Craig Topper
2016-03-07
1
-2
/
+3
*
Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes.
Eugene Zelenko
2016-02-02
1
-14
/
+6
*
[SelectionDAG] Eliminate exponential behavior in WalkChainUsers
Tim Shen
2016-01-31
1
-5
/
+20
*
Avoid overly large SmallPtrSet/SmallSet
Matthias Braun
2016-01-30
1
-1
/
+1
*
Don't check if a list is empty with ilist::size.
Benjamin Kramer
2016-01-23
1
-1
/
+1
*
[X86] Don't alter HasOpaqueSPAdjustment after we've relied on it
David Majnemer
2016-01-14
1
-1
/
+1
*
[X86] Make hasFP constant time
David Majnemer
2016-01-04
1
-0
/
+3
*
CXX_FAST_TLS calling convention: target independent portion.
Manman Ren
2015-12-16
1
-2
/
+2
*
CXX_FAST_TLS calling convention: target independent portion.
Manman Ren
2015-12-11
1
-1
/
+36
*
Move EH-specific helper functions to a more appropriate place
David Majnemer
2015-12-02
1
-1
/
+1
*
Have 'optnone' respect the -fast-isel=false option.
Paul Robinson
2015-11-30
1
-3
/
+7
*
Let SelectionDAG start to use probability-based interface to add successors.
Cong Hou
2015-11-24
1
-4
/
+3
*
Partially revert r253662: some unrelated work was accidentally committed with...
Daniel Sanders
2015-11-20
1
-1
/
+0
*
Revert the revert 253497 and 253539 - These commits aren't the cause of the c...
Daniel Sanders
2015-11-20
1
-0
/
+1
*
[WinEH] Update exception pointer registers
Joseph Tremoulet
2015-11-07
1
-3
/
+4
*
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
[next]