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
*
[DAG] Check in advance if a build_vector has a legal type before attempting t...
Andrea Di Biagio
2014-09-30
1
-4
/
+4
*
[AArch64] Redundant store instructions should be removed as dead code
James Molloy
2014-09-27
1
-0
/
+11
*
Refactor reciprocal and reciprocal square root estimate into target-independe...
Sanjay Patel
2014-09-26
1
-28
/
+142
*
Revert patch ofr218493
David Xu
2014-09-26
1
-14
/
+0
*
Redundant store instructions should be removed as dead code
David Xu
2014-09-26
1
-0
/
+14
*
Move resetTargetOptions from taking a MachineFunction to a Function
Eric Christopher
2014-09-26
1
-1
/
+1
*
SelectionDAG: Remove #if NDEBUG from check for a post-isel hook
Tom Stellard
2014-09-25
1
-2
/
+0
*
Clear PreferredExtendType for in each function-specific state FunctionLowerin...
Jiangning Liu
2014-09-24
1
-0
/
+1
*
Use SDValue bool operator to reduce code. No functional change.
Sanjay Patel
2014-09-23
1
-9
/
+6
*
Refactor reciprocal square root estimate into target-independent function; NFC.
Sanjay Patel
2014-09-21
1
-17
/
+62
*
Fix crash with an insertvalue that produces an empty object.
Peter Collingbourne
2014-09-20
1
-0
/
+6
*
Optionally enable more-aggressive FMA formation in DAGCombine
Hal Finkel
2014-09-19
1
-5
/
+10
*
Optimize sext/zext insertion algorithm in back-end.
Jiangning Liu
2014-09-19
3
-8
/
+61
*
Replace repeated null checks with an assert. NFC.
Sanjay Patel
2014-09-15
1
-18
/
+14
*
[FastISel] Move optimizeCmpPredicate to FastISel base class. NFC.
Juergen Ributzka
2014-09-15
1
-0
/
+40
*
Replace dead links to "Hacker's Delight" with general references. NFC.
Sanjay Patel
2014-09-15
3
-10
/
+10
*
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
[next]