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
*
Allow targets to custom legalize vector insertion and extraction.
Owen Anderson
2014-09-12
1
-0
/
+8
*
Legalizer: Use the scalar bit width when promoting bit counting instrs on
Benjamin Kramer
2014-09-12
1
-5
/
+6
*
Add DAG combine for shl + add of constants.
Matt Arsenault
2014-09-11
1
-32
/
+12
*
Combine fmul vector FP constants when unsafe math is allowed.
Sanjay Patel
2014-09-11
1
-6
/
+22
*
Build correct vector filled with undef nodes
David Xu
2014-09-11
1
-4
/
+20
*
Fast-ISel: Remove dead code after falling back from selecting call instructio...
Hans Wennborg
2014-09-08
1
-15
/
+10
*
Group unsafe fmul math folds together for easier reading. No functional change.
Sanjay Patel
2014-09-08
1
-6
/
+10
*
Fix the FIXME that was just added in r217390 - remove a bunch of redundant fo...
Sanjay Patel
2014-09-08
1
-43
/
+2
*
group unsafe math folds together for easier reading
Sanjay Patel
2014-09-08
1
-150
/
+142
*
Allow vector fsub ops with constants to get the same optimizations as scalars.
Sanjay Patel
2014-09-05
1
-2
/
+2
*
clean up; NFC
Sanjay Patel
2014-09-05
1
-2
/
+2
*
[FastISel][tblgen] Rename tblgen generated FastISel functions. NFC.
Juergen Ributzka
2014-09-03
1
-50
/
+50
*
[FastISel] Rename public visible FastISel functions. NFC.
Juergen Ributzka
2014-09-03
2
-46
/
+44
*
Remove resetSubtargetFeatures as it is unused.
Eric Christopher
2014-09-03
1
-3
/
+0
*
[FastISel] Some long overdue spring cleaning of FastISel.
Juergen Ributzka
2014-09-03
1
-378
/
+333
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
1
-3
/
+2
*
[FastISel] Provide the option to skip target-independent instruction selectio...
Juergen Ributzka
2014-09-02
1
-18
/
+24
*
Fix interference caused by fmul 2, x -> fadd x, x
Matt Arsenault
2014-09-02
1
-8
/
+21
*
CodeGen: Handle va_start in the entry block
Reid Kleckner
2014-09-02
1
-24
/
+16
*
Fix comment and unnecessary check for FP build_vectors.
Matt Arsenault
2014-09-02
1
-5
/
+1
*
Change MCSchedModel to be a struct of statically initialized data.
Pete Cooper
2014-09-02
1
-1
/
+1
*
Enable splitting indexing from loads with TargetConstants
Hal Finkel
2014-09-02
1
-8
/
+21
*
Revert "Revert '[DAGCombiner] Split up an indexed load if only the base point...
Hal Finkel
2014-09-02
1
-4
/
+39
*
Add a const and munge some comments
Reid Kleckner
2014-08-29
1
-1
/
+1
*
musttail: Forward regparms of variadic functions on x86_64
Reid Kleckner
2014-08-29
1
-0
/
+7
*
Do not assume the value passed to memset is an i32.
Job Noorman
2014-08-29
1
-8
/
+1
*
Move FNEG next to FABS and make them more similar, so it's easier that they c...
Sanjay Patel
2014-08-28
1
-43
/
+46
*
Do not introduce new shuffle patterns after operation legalization if SHUFFLE...
Owen Anderson
2014-08-28
1
-2
/
+1
*
Janitorial services: "Don’t duplicate function or class name at the beginni...
Sanjay Patel
2014-08-28
1
-134
/
+119
*
Remove local TLI vars that are just duplicates of the class var. No functiona...
Sanjay Patel
2014-08-28
1
-2
/
+0
*
Use local vars to improve readability. No functional change.
Sanjay Patel
2014-08-28
1
-42
/
+37
*
[FastISel] Undo phi node updates when falling-back to SelectionDAG.
Juergen Ributzka
2014-08-28
1
-4
/
+7
*
[FastISel]
Juergen Ributzka
2014-08-28
1
-1
/
+8
*
Use local variable in visitFADD. No functional change.
Sanjay Patel
2014-08-27
1
-13
/
+11
*
Group unsafe-math optimizations for fsub into one block. No functional change.
Sanjay Patel
2014-08-27
1
-14
/
+17
*
[FastISel] Fix a potential bug in FastEmitInst_ri
Juergen Ributzka
2014-08-27
1
-2
/
+1
*
Use local variable to improve readability.
Sanjay Patel
2014-08-27
1
-15
/
+10
*
Teach the AArch64 backend about v4f16 and v8f16
Oliver Stannard
2014-08-27
1
-6
/
+17
*
[SDAG] Re-instate r215611 with a fix to a pesky X86 DAG combine.
Chandler Carruth
2014-08-27
1
-0
/
+2
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
2
-9
/
+5
*
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
2014-08-24
2
-8
/
+6
*
Revert r215611 because it caused the infinite loop in bug 20736. There is a r...
Nick Lewycky
2014-08-23
1
-2
/
+0
*
ARM / x86_64 varargs: Don't save regparms in prologue without va_start
Reid Kleckner
2014-08-22
1
-0
/
+8
*
name change: isPow2DivCheap -> isPow2SDivCheap
Sanjay Patel
2014-08-21
1
-1
/
+1
*
DAGCombiner: Make concat_vector combine safe for EVTs and concat_vectors with...
Benjamin Kramer
2014-08-21
1
-1
/
+6
*
[ARM] Enable DP copy, load and store instructions for FPv4-SP
Oliver Stannard
2014-08-21
2
-17
/
+28
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-21
2
-4
/
+4
*
Revert r216066, "Optimize ZERO_EXTEND and SIGN_EXTEND in both SelectionDAG Bu...
Jiangning Liu
2014-08-21
2
-48
/
+3
*
Fix null reference creation in SelectionDAG constructor.
Alexey Samsonov
2014-08-20
1
-10
/
+7
*
Optimize ZERO_EXTEND and SIGN_EXTEND in both SelectionDAG Builder and type
Jiangning Liu
2014-08-20
2
-3
/
+48
[next]