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
*
Masked Load/Store - fixed a bug in type legalization.
Elena Demikhovsky
2015-01-08
3
-3
/
+107
*
[SelectionDAG] Allow targets to specify legality of extloads' result
Ahmed Bougacha
2015-01-08
3
-31
/
+38
*
More FMA folding opportunities.
Olivier Sallenave
2015-01-07
1
-1
/
+133
*
Test commit
Olivier Sallenave
2015-01-07
1
-0
/
+1
*
Introduce an example statepoint GC strategy
Philip Reames
2015-01-07
1
-0
/
+43
*
SelectionDAGBuilder: move constant initialization out of loop
Mehdi Amini
2015-01-06
1
-15
/
+19
*
Replace several 'assert(false' with 'llvm_unreachable' or fold a condition in...
Craig Topper
2015-01-05
1
-1
/
+1
*
Revert "merge consecutive stores of extracted vector elements"
Alexey Samsonov
2014-12-31
1
-75
/
+4
*
Masked Load/Store - Changed the order of parameters in intrinsics.
Elena Demikhovsky
2014-12-25
1
-5
/
+7
*
Always assert in DAGCombine and not only when -debug is enabled
Mehdi Amini
2014-12-23
1
-5
/
+6
*
[DagCombine] Improve DAGCombiner BUILD_VECTOR when it has two sources of elem...
Michael Kuperstein
2014-12-23
1
-12
/
+22
*
Enable (sext x) == C --> x == (trunc C) combine
Matt Arsenault
2014-12-21
1
-9
/
+26
*
merge consecutive stores of extracted vector elements
Sanjay Patel
2014-12-19
1
-4
/
+75
*
[DAGCombine] Slightly improve lowering of BUILD_VECTOR into a shuffle.
Michael Kuperstein
2014-12-17
1
-11
/
+22
*
SelectionDAG switch lowering: use 'unsigned' to count destination popularity
Hans Wennborg
2014-12-16
1
-2
/
+2
*
merge consecutive loads that are offset from a base address
Sanjay Patel
2014-12-16
1
-5
/
+19
*
Silence more static analyzer warnings.
Michael Ilseman
2014-12-15
1
-1
/
+2
*
Add target hook for whether it is profitable to reduce load widths
Matt Arsenault
2014-12-12
1
-0
/
+3
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
1
-2
/
+4
*
Fix a few instances found in SelectionDAG where we were not handling F16 at p...
Owen Anderson
2014-12-09
2
-3
/
+5
*
InstrProf: An intrinsic and lowering for instrumentation based profiling
Justin Bogner
2014-12-08
1
-0
/
+2
*
SelectionDAG switch lowering: Replace unreachable default with most popular c...
Hans Wennborg
2014-12-06
1
-17
/
+40
*
[InstCombine] Minor optimization for bswap with binary ops
Simon Pilgrim
2014-12-04
1
-0
/
+2
*
Masked Load / Store Intrinsics - the CodeGen part.
Elena Demikhovsky
2014-12-04
8
-0
/
+429
*
[PowerPC] Implement readcyclecounter for PPC32
Hal Finkel
2014-12-02
1
-0
/
+11
*
Restructure some assertion checking based on post commit feedback by Aaron an...
Philip Reames
2014-12-02
1
-7
/
+7
*
Appease a build bot complaining about an unused variable that's used in an as...
Philip Reames
2014-12-02
1
-0
/
+1
*
[Statepoints 3/4] Statepoint infrastructure for garbage collection: Selection...
Philip Reames
2014-12-02
6
-0
/
+814
*
Revert r223049, r223050 and r223051 while investigating test failures.
Hans Wennborg
2014-12-01
1
-42
/
+17
*
SelectionDAG switch lowering: Replace unreachable default with most popular c...
Hans Wennborg
2014-12-01
1
-17
/
+42
*
[stack protector] Set edge weights for newly created basic blocks.
Akira Hatanaka
2014-12-01
2
-4
/
+7
*
Switch lowering: reformat some for loops etc. NFC
Hans Wennborg
2014-11-29
1
-7
/
+5
*
Switch lowering: Fix broken 'Figure out which block is next' code
Hans Wennborg
2014-11-29
1
-0
/
+3
*
Revert "Masked Vector Load and Store Intrinsics."
Duncan P. N. Exon Smith
2014-11-28
8
-430
/
+0
*
Converted back to Unix format (after my last commit 222632)
Elena Demikhovsky
2014-11-23
1
-3241
/
+3241
*
Masked Vector Load and Store Intrinsics.
Elena Demikhovsky
2014-11-23
8
-3127
/
+3557
*
Don't repeat class/function/variable names in comments. NFC.
Sanjay Patel
2014-11-21
1
-47
/
+35
*
Less space; NFC
Sanjay Patel
2014-11-21
1
-8
/
+4
*
[DAG] Teach how to turn a build_vector into a shuffle if some of the operands...
Andrea Di Biagio
2014-11-21
1
-11
/
+39
*
[DAG] Refactor the shuffle combining logic in DAGCombiner. NFC.
Andrea Di Biagio
2014-11-21
1
-153
/
+73
*
DAGCombiner: Allow the DAGCombiner to combine multiple FDIVs with the same di...
Hao Liu
2014-11-21
1
-0
/
+38
*
[X86][SSE] pslldq/psrldq byte shifts/rotation for SSE2
Simon Pilgrim
2014-11-19
1
-2
/
+2
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
10
-19
/
+22
*
Fix an incorrect chain operand when expanding INSERT_VECTOR operations throug...
Owen Anderson
2014-11-18
1
-1
/
+1
*
Fix optimisations of SELECT_CC which assumed result is boolean
Oliver Stannard
2014-11-17
1
-2
/
+5
*
Move register class name strings to a single array in MCRegisterInfo to reduc...
Craig Topper
2014-11-17
1
-2
/
+2
*
Replace a couple asserts with static_asserts.
Craig Topper
2014-11-17
1
-2
/
+2
*
Convert some EVTs to MVTs where only a SimpleValueType is needed.
Craig Topper
2014-11-16
3
-12
/
+12
*
[DAG] Improved target independent vector shuffle folding logic.
Andrea Di Biagio
2014-11-15
1
-0
/
+20
*
Allow the use of functions as typeinfo in landingpad clauses
Reid Kleckner
2014-11-14
2
-5
/
+5
[next]