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
/
CodeGenPrepare.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[CGP] add another bailout for degenerate code (PR41064)
Sanjay Patel
2019-03-14
1
-1
/
+5
*
CodeGenPrep: preserve inbounds attribute when sinking GEPs.
Tim Northover
2019-03-12
1
-3
/
+27
*
[CGP] Fix UB when GEP is bound to trivial PHINode
Eugene Leviant
2019-03-12
1
-0
/
+1
*
[CGP] Limit distance between overflow math and cmp
Sam Parker
2019-03-11
1
-0
/
+11
*
[CGP] fix comments; NFC
Sanjay Patel
2019-03-10
1
-2
/
+2
*
[CodeGenPrepare] Fix ModifiedDT flag in optimizeSelectInst
Rong Xu
2019-03-08
1
-16
/
+10
*
[CGP] Avoid repeatedly building DominatorTree causing long compile-time (NFC)
Teresa Johnson
2019-03-06
1
-21
/
+25
*
[CodeGenPrepare] avoid crashing on non-canonical/degenerate code
Sanjay Patel
2019-03-04
1
-0
/
+5
*
[CGP] add special-cases to form unsigned add with overflow (PR40486)
Sanjay Patel
2019-02-24
1
-8
/
+27
*
[CGP] move overflow intrinsic insertion to common location; NFCI
Sanjay Patel
2019-02-22
1
-17
/
+28
*
[CGP] match a special-case of unsigned subtract overflow
Sanjay Patel
2019-02-20
1
-0
/
+5
*
[CGP] form usub with overflow from sub+icmp
Sanjay Patel
2019-02-18
1
-13
/
+78
*
Implementation of asm-goto support in LLVM
Craig Topper
2019-02-08
1
-0
/
+10
*
[CGP] Add support for sinking operands to their users, if they are free.
Florian Hahn
2019-02-05
1
-0
/
+48
*
[CGP] use IRBuilder to simplify code
Sanjay Patel
2019-02-04
1
-26
/
+25
*
[CGP] adjust target constraints for forming uaddo
Sanjay Patel
2019-02-03
1
-8
/
+11
*
[CGP] refactor optimizeCmpExpression (NFCI)
Sanjay Patel
2019-02-03
1
-36
/
+38
*
[opaque pointer types] Pass function types to CallInst creation.
James Y Knight
2019-02-01
1
-1
/
+1
*
Lower widenable_conditions in CGP
Philip Reames
2019-01-31
1
-0
/
+14
*
Revert "Reapply "[CGP] Check for existing inttotpr before creating new one""
David L. Jones
2019-01-31
1
-18
/
+4
*
Add a 'dynamic' parameter to the objectsize intrinsic
Erik Pilkington
2019-01-30
1
-1
/
+1
*
[CodeGenPrepare] Handle all debug calls in dupRetToEnableTailCallOpts()
Jonas Paulsson
2019-01-29
1
-4
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Reapply "[CGP] Check for existing inttotpr before creating new one"
Roman Tereshin
2019-01-19
1
-4
/
+18
*
Revert "Reapply "[CGP] Check for existing inttotpr before creating new one""
Roman Tereshin
2019-01-19
1
-17
/
+4
*
Reapply "[CGP] Check for existing inttotpr before creating new one"
Roman Tereshin
2019-01-19
1
-4
/
+17
*
Revert "[CGP] Check for existing inttotpr before creating new one"
Roman Tereshin
2019-01-18
1
-13
/
+4
*
[CGP] Check for existing inttotpr before creating new one
Roman Tereshin
2019-01-18
1
-4
/
+13
*
[CodeGenPrepare] Fix bad IR created by large offset GEP splitting.
Eli Friedman
2018-12-19
1
-3
/
+4
*
[Debuginfo] Prevent CodeGenPrepare from dropping debuginfo references.
Wolfgang Pieb
2018-12-11
1
-0
/
+15
*
[CGP] Improve compile time for complex addressing mode
Serguei Katkov
2018-11-29
1
-106
/
+58
*
Fix disturbing warning - NFCI
Serge Guelton
2018-11-19
1
-1
/
+1
*
[ProfileSummary] Standardize methods and fix comment
Vedant Kumar
2018-11-19
1
-1
/
+1
*
Use a data structure better suited for large sets in SimplificationTracker.
Ali Tamur
2018-11-12
1
-11
/
+156
*
Add support for llvm.is.constant intrinsic (PR4898)
James Y Knight
2018-11-07
1
-14
/
+29
*
CGP: Clear data structures at the end of a loop iteration instead of the begi...
Peter Collingbourne
2018-10-23
1
-5
/
+5
*
Fix a use-after-RAUW bug in large GEP splitting
Krzysztof Pszeniczny
2018-10-19
1
-3
/
+14
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-2
/
+1
*
[CodeGen] Enable tail calls for functions with NonNull attributes.
David Green
2018-09-26
1
-9
/
+0
*
[CodeGenPrepare] Preserve debug locs in OptimizeExtractBits
Vedant Kumar
2018-09-15
1
-1
/
+6
*
[CGP] Ensure splitgep gives deterministic output
David Green
2018-09-12
1
-1
/
+1
*
Revert "[CodeGenPrepare] Scan past debug intrinsics to find select candidates...
David Blaikie
2018-08-28
1
-4
/
+3
*
[CodeGenPrepare] Set debug locs when folding a comparison into a uadd.with.ov...
Vedant Kumar
2018-08-22
1
-0
/
+4
*
[CodeGenPrepare] Set debug loc when widening a switch condition
Vedant Kumar
2018-08-22
1
-0
/
+1
*
[CodeGenPrepare] Set debug locations when splitting selects
Vedant Kumar
2018-08-22
1
-1
/
+5
*
[CodeGenPrepare] Clean up dbg.value use-before-def as late as possible
Vedant Kumar
2018-08-21
1
-5
/
+4
*
[CodeGenPrepare] Scan past debug intrinsics to find select candidates (NFC)
Vedant Kumar
2018-08-21
1
-3
/
+4
*
[CodeGenPrepare] Exit earlier when optimizing selects (NFC)
Vedant Kumar
2018-08-21
1
-2
/
+5
*
[CodeGenPrepare] Add BothExtension type to PromotedInsts
Guozhi Wei
2018-08-15
1
-7
/
+49
*
[CGP] Fix GEP issue with out of range APInt constant values not fitting in in...
Simon Pilgrim
2018-08-13
1
-2
/
+7
[prev]
[next]