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
/
Transforms
/
Utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ThinLTO] Clear dllimport when setting dso_local.
Rafael Espindola
2018-03-13
1
-1
/
+4
*
[Evaluator] Evaluate load/store with bitcast
Eugene Leviant
2018-03-13
1
-12
/
+22
*
Revert "[Debug] Retain both sets of debug intrinsics in HoistThenElseCodeToIf"
Ulrich Weigand
2018-03-09
1
-14
/
+25
*
[Debug] Retain both sets of debug intrinsics in HoistThenElseCodeToIf
Ulrich Weigand
2018-03-09
1
-25
/
+14
*
LowerDbgDeclare: ignore dbg.declares for allocas with volatile access
Adrian Prantl
2018-03-09
1
-17
/
+28
*
[NFC] Factor out a helper function for checking if a block has a potential ea...
Philip Reames
2018-03-08
1
-7
/
+4
*
[CloneFunction] Support BB == PredBB in DuplicateInstructionsInSplit.
Florian Hahn
2018-03-06
1
-1
/
+3
*
[Utils] Salvage debug info in block simplification
Vedant Kumar
2018-03-02
1
-0
/
+2
*
[Utils] Salvage debug info in recursive inst deletion
Vedant Kumar
2018-03-02
1
-0
/
+1
*
[SimplifyLibCalls] Update an obviously copy and pasted header comment to matc...
Craig Topper
2018-03-01
1
-4
/
+2
*
[Dominators] Remove verifyDomTree and add some verifying for Post Dom Trees
David Green
2018-02-28
3
-10
/
+4
*
[Debug] Add dbg.value intrinsics for PHIs created during LCSSA.
Matt Davis
2018-02-23
2
-4
/
+12
*
[Utils] Avoid a hash table lookup in salvageDI, NFC
Vedant Kumar
2018-02-22
1
-0
/
+5
*
Revert "[mem2reg] Use range loops (NFCI)"
Brian Gesiak
2018-02-19
1
-8
/
+9
*
[mem2reg] Use range loops (NFCI)
Brian Gesiak
2018-02-19
1
-9
/
+8
*
[Utils] salvageDI: Add a comment and move a call earlier, NFC
Vedant Kumar
2018-02-15
1
-1
/
+3
*
Pass a module reference to CloneModule.
Rafael Espindola
2018-02-14
2
-18
/
+19
*
Move llvm::computeLoopSafetyInfo from LICM.cpp to LoopUtils.cpp. NFC
David Green
2018-02-14
1
-0
/
+37
*
[Utils] Salvage the debug info of DCE'ed 'and' instructions
Petar Jovanovic
2018-02-14
1
-0
/
+3
*
Adding a width of the GEP index to the Data Layout.
Elena Demikhovsky
2018-02-14
1
-2
/
+2
*
[Utils] Salvage debug info from all no-op casts
Vedant Kumar
2018-02-13
1
-4
/
+7
*
[Utils] Salvage debug info of DCE'ed mul/sdiv/srem instructions
Vedant Kumar
2018-02-13
1
-0
/
+9
*
[Utils] Salvage debug info of DCE'ed shl/lhsr/ashr instructions
Vedant Kumar
2018-02-13
1
-0
/
+9
*
[Utils] Salvage the debug info of DCE'ed 'sub' instructions
Vedant Kumar
2018-02-13
1
-0
/
+3
*
[Utils] Salvage the debug info of DCE'ed 'xor' instructions
Vedant Kumar
2018-02-13
1
-11
/
+21
*
[Utils] Salvage debug info from dead 'or' instructions
Vedant Kumar
2018-02-09
1
-7
/
+24
*
[SimplifyCFG] Re-apply Relax restriction for folding unconditional branches
Serguei Katkov
2018-02-08
1
-1
/
+4
*
[InlineFunction] Update deprecated use of IRBuilder CreateMemCpy (NFC)
Daniel Neilson
2018-02-06
1
-1
/
+1
*
[LowerMemIntrinsics] Update uses of deprecated MemIntrinsic::getAlignment API...
Daniel Neilson
2018-02-05
1
-7
/
+7
*
[SimplifyLibCalls] Update from deprecated IRBuilder API for creating memory i...
Daniel Neilson
2018-02-05
1
-25
/
+23
*
LTO: Include dso-local bit in ThinLTO cache key.
Peter Collingbourne
2018-02-05
1
-10
/
+2
*
Revert r323472 "[Debug] Add dbg.value intrinsics for PHIs created during LCSSA."
Hans Wennborg
2018-02-05
1
-7
/
+2
*
Revert [SimplifyCFG] Relax restriction for folding unconditional branches
Serguei Katkov
2018-02-05
1
-4
/
+1
*
[SimplifyCFG] Relax restriction for folding unconditional branches
Serguei Katkov
2018-02-05
1
-1
/
+4
*
[InlineFunction] Set arg attrs even if there only are VarArg attrs.
Florian Hahn
2018-02-04
1
-1
/
+1
*
[LV] Use Demanded Bits and ValueTracking for reduction type-shrinking
Chad Rosier
2018-02-04
1
-72
/
+144
*
Utils: Fix DomTree update for entry block
Matt Arsenault
2018-01-31
1
-5
/
+14
*
[GlobalOpt] Fix exponential compile-time with selects.
Eli Friedman
2018-01-31
1
-17
/
+16
*
Teach ValueMapper to use ODR uniqued types when available
Teresa Johnson
2018-01-30
1
-4
/
+15
*
[Debug] LCSSA: Insert dbg.value at the first available insertion point
Vedant Kumar
2018-01-25
1
-1
/
+3
*
[Debug] Add dbg.value intrinsics for PHIs created during LCSSA.
Vedant Kumar
2018-01-25
1
-2
/
+7
*
[Debug] Add a utility to propagate dbg.value to new PHIs, NFC
Vedant Kumar
2018-01-25
1
-0
/
+38
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2018-01-19
2
-2
/
+2
*
Add a ProfileCount class to represent entry counts.
Easwaran Raman
2018-01-17
2
-17
/
+20
*
[JumpThreading] Preservation of DT and LVI across the pass
Brian M. Rzycki
2018-01-12
2
-50
/
+177
*
[LoopDeletion] Handle users in unreachable block
Serguei Katkov
2018-01-12
1
-0
/
+26
*
[InstCombine] Missed optimization in math expression: sin(x) / cos(x) => tan(x)
Dmitry Venikov
2018-01-11
2
-15
/
+13
*
[NFC] Commit to mention that r322248 is actually made by AndrewScheidecker
Marcello Maggioni
2018-01-11
1
-1
/
+1
*
[SimplifyCFG] Add cut-off for InitializeUniqueCases.
Marcello Maggioni
2018-01-11
1
-13
/
+25
*
[CodeExtractor] Use subset of function attributes for extracted function.
Florian Hahn
2018-01-07
1
-4
/
+74
[next]