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
*
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
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-64
/
+71
*
[STLExtras] Add distance() for ranges, pred_size(), and succ_size()
Vedant Kumar
2018-05-10
1
-2
/
+1
*
[CGP] Split large data structres to sink more GEPs
Haicheng Wu
2018-05-10
1
-26
/
+236
*
[CodeGenPrepare] Move Extension Instructions Through Logical And Shift Instru...
Guozhi Wei
2018-05-08
1
-0
/
+41
*
Rename invariant.group.barrier to launder.invariant.group
Piotr Padlewski
2018-05-03
1
-1
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-75
/
+75
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
[IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to Code...
Craig Topper
2018-03-29
1
-1
/
+1
*
Plumb useAA through TargetTransformInfo to remove Transforms->CodeGen header ...
David Blaikie
2018-03-28
1
-2
/
+1
*
Fix layering by moving ValueTypes.h from CodeGen to IR
David Blaikie
2018-03-23
1
-1
/
+1
*
Fix layering of MachineValueType.h by moving it from CodeGen to Support
David Blaikie
2018-03-23
1
-1
/
+1
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
[CGP] Avoid segmentation fault when doing PHI node simplifications
Bjorn Pettersson
2018-03-20
1
-61
/
+71
*
[CodeGenPrepare] Respect endianness in splitMergedValStore.
Jonas Paulsson
2018-03-13
1
-1
/
+2
*
[CGP] Fix the remove of matched phis in complex addressing mode
Serguei Katkov
2018-03-12
1
-1
/
+13
*
Adding a width of the GEP index to the Data Layout.
Elena Demikhovsky
2018-02-14
1
-1
/
+1
*
[CodeGenPrepare] Improve source and dest alignments of memory intrinsics inde...
Daniel Neilson
2018-01-31
1
-5
/
+8
*
[CGP] Re-enable Select in complex addressing mode.
Serguei Katkov
2018-01-26
1
-1
/
+1
*
[CGP] Fix the GV handling in complex addressing mode
Serguei Katkov
2018-01-23
1
-15
/
+21
*
Revert [CGP] Re-enable Select in complex addressing mode
Serguei Katkov
2018-01-19
1
-1
/
+1
*
[NFC] Change MemIntrinsicInst::setAlignment() to take an unsigned instead of ...
Daniel Neilson
2018-01-12
1
-1
/
+1
*
[CGP] Re-enable Select in complex addressing mode
Serguei Katkov
2018-01-12
1
-1
/
+1
*
Tidy some grammar in some comments
Eric Christopher
2018-01-09
1
-3
/
+3
*
[CGP] Fix Complex addressing mode for offset
Serguei Katkov
2018-01-09
1
-1
/
+6
*
Use phi ranges to simplify code. No functionality change intended.
Benjamin Kramer
2017-12-30
1
-37
/
+21
[next]