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
*
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
*
Fix inconsistency with/without debug information (-g)
Jonas Devlieghere
2018-08-07
1
-1
/
+1
*
[CodeGen] Fix inconsistent declaration parameter name
Fangrui Song
2018-07-16
1
-7
/
+7
*
Use Type::isIntOrPtrTy where possible, NFC
Vedant Kumar
2018-07-06
1
-5
/
+3
*
[CodeGen] Make block removal order deterministic in CodeGenPrepare
David Stenberg
2018-07-02
1
-3
/
+5
*
Implement strip.invariant.group
Piotr Padlewski
2018-07-02
1
-0
/
+1
*
Generalize MergeBlockIntoPredecessor. Replace uses of MergeBasicBlockIntoOnly...
Alina Sbirlea
2018-06-20
1
-23
/
+30
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2018-06-20
1
-15
/
+15
*
[CodeGenPrepare] Move Extension Instructions Through Logical And Shift Instru...
Guozhi Wei
2018-06-05
1
-0
/
+41
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
[CodeGenPrepare] Revert r331783
Guozhi Wei
2018-05-25
1
-41
/
+0
*
[DebugInfo] Maintain DI when converting GEP to bitcast
Vedant Kumar
2018-05-24
1
-0
/
+1
*
[DebugInfo] Maintain DI for sunken bitcasts
Vedant Kumar
2018-05-23
1
-0
/
+1
[next]