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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
4
-20
/
+21
*
[PM/AA] Simplify the AliasAnalysis interface by removing a wrapper
Chandler Carruth
2015-08-06
1
-5
/
+7
*
revert r243687: enable fast-math-flag propagation to DAG nodes
Sanjay Patel
2015-08-05
1
-1
/
+1
*
wrap OptSize and MinSize attributes for easier and consistent access (NFCI)
Sanjay Patel
2015-08-04
3
-9
/
+4
*
[SDAG] Fix a result chain in ExpandUnalignedLoad
Hal Finkel
2015-08-04
1
-1
/
+1
*
[CodeGen] Fix FCOPYSIGN legalization to account for mismatched types.
Ahmed Bougacha
2015-08-04
2
-2
/
+53
*
Remove trailing whitespace. NFCI.
Simon Pilgrim
2015-08-01
1
-7
/
+7
*
Use SDValue bool check. NFCI.
Simon Pilgrim
2015-08-01
1
-20
/
+10
*
[DAGCombiner] Convert constant AND masks to shuffle clear masks down to the b...
Simon Pilgrim
2015-08-01
1
-21
/
+64
*
DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
Duncan P. N. Exon Smith
2015-07-31
1
-2
/
+1
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-31
2
-0
/
+30
*
fix memcpy/memset/memmove lowering when optimizing for size
Sanjay Patel
2015-07-30
1
-3
/
+15
*
enable fast-math-flag propagation to DAG nodes
Sanjay Patel
2015-07-30
1
-1
/
+1
*
move DAGCombiner's allowableAlignment() helper function into the TLI
Sanjay Patel
2015-07-29
2
-64
/
+49
*
[Statepoints] Let patchable statepoints have a symbolic call target.
Sanjoy Das
2015-07-28
1
-1
/
+17
*
ignore duplicate divisor uses when transforming into reciprocal multiplies (P...
Sanjay Patel
2015-07-28
1
-4
/
+4
*
fix TLI's combineRepeatedFPDivisors interface to return the minimum user thre...
Sanjay Patel
2015-07-28
1
-4
/
+10
*
Implement target independent TLS compatible with glibc's emutls.c.
Chih-Hung Hsieh
2015-07-28
1
-0
/
+43
*
Move the Target way of overriding DAG Scheduler to a target hook
Mehdi Amini
2015-07-28
1
-8
/
+6
*
move combineRepeatedFPDivisors logic into a helper function; NFCI
Sanjay Patel
2015-07-27
1
-42
/
+57
*
[PM/AA] Remove all of the dead AliasAnalysis pointers being threaded
Chandler Carruth
2015-07-22
1
-3
/
+3
*
[DAGCombiner] Fixed minor typo that was missed in D9097.
Simon Pilgrim
2015-07-19
1
-2
/
+2
*
Use SDValue bool check. NFCI.
Simon Pilgrim
2015-07-19
1
-58
/
+39
*
Only do fmul (fadd x, x), c combine if the fadd only has one use
Matt Arsenault
2015-07-17
1
-1
/
+3
*
Fix __builtin_setjmp in combination with sjlj exception handling.
Matthias Braun
2015-07-16
3
-0
/
+7
*
[Codegen] Add intrinsics 'absdiff' and corresponding SDNodes for absolute dif...
James Molloy
2015-07-16
5
-0
/
+48
*
Move most user of TargetMachine::getDataLayout to the Module one
Mehdi Amini
2015-07-16
1
-1
/
+1
*
Create a wrapper pass for BranchProbabilityInfo.
Cong Hou
2015-07-15
1
-3
/
+4
*
[SDAG] Optimize unordered comparison in soft-float mode (patch by Anton Nadol...
Alexey Bataev
2015-07-15
1
-23
/
+31
*
Use enum instead of unsigned. NFC.
Pete Cooper
2015-07-15
2
-2
/
+4
*
Use cast<> instead of dyn_cast to remove llvm_unreachable. NFC.
Pete Cooper
2015-07-15
1
-4
/
+2
*
Use another foreach loop. NFC
Pete Cooper
2015-07-15
1
-2
/
+1
*
Use getAnyExtOrTrunc helper instead of manually doing ext/trunc check. NFC.
Pete Cooper
2015-07-15
1
-14
/
+5
*
Use getZExtOrTrunc helper instead of manually doing zext/trunc check. NFC.
Pete Cooper
2015-07-15
2
-4
/
+2
*
Use getStoreSize() instead of getStoreSizeInBits()/8. NFC.
Pete Cooper
2015-07-15
1
-2
/
+1
*
Use more foreach loops in SelectionDAG. NFC
Pete Cooper
2015-07-14
3
-40
/
+37
*
Add allnodes() iterator range to SelectionDAG. NFC.
Pete Cooper
2015-07-14
2
-9
/
+6
*
Constify parameters in SelectionDAG methods. NFC
Pete Cooper
2015-07-14
1
-3
/
+3
*
Remove unnecessary .getNode() in SelectionDAG. NFC.
Pete Cooper
2015-07-14
1
-22
/
+20
*
Use more foreach loops in SelectionDAG. NFC
Pete Cooper
2015-07-14
1
-7
/
+6
*
Revert "LegalizeDAG: Fix and improve FCOPYSIGN/FABS legalization"
Matthias Braun
2015-07-14
1
-150
/
+74
*
LegalizeDAG: Fix and improve FCOPYSIGN/FABS legalization
Matthias Braun
2015-07-14
1
-74
/
+150
*
Fix handling of the 'n' asm constraint with invalid operands.
James Y Knight
2015-07-13
1
-2
/
+2
*
DAGCombiner: Assume invariant load cannot alias a store
Matt Arsenault
2015-07-10
1
-0
/
+9
*
ComputeKnownBits: be a bit smarter about ADDs
Fiona Glaser
2015-07-10
1
-5
/
+14
*
Revert the new EH instructions
David Majnemer
2015-07-10
2
-30
/
+0
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-10
2
-0
/
+30
*
Remove dead code from old 64-bit SEH lowering
Reid Kleckner
2015-07-09
2
-26
/
+0
*
Allow {e,r}bp as the target of {read,write}_register.
Pat Gavlin
2015-07-09
1
-2
/
+4
*
fix an invisible bug when combining repeated FP divisors
Sanjay Patel
2015-07-09
1
-2
/
+9
[next]