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
*
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
*
[PGO] Function section hotness prefix should look at all blocks
Teresa Johnson
2017-12-20
1
-11
/
+4
*
[CGP] Format. NFC
Haicheng Wu
2017-12-19
1
-1
/
+1
*
[CGP] Fix the handling select inst in complex addressing mode
Serguei Katkov
2017-12-18
1
-2
/
+2
*
Revert "[CGP] Enable select in complex addr mode"
Serguei Katkov
2017-12-13
1
-1
/
+1
*
[CGP] Enable select in complex addr mode
Serguei Katkov
2017-12-13
1
-1
/
+1
*
Move splitIndirectCriticalEdges() to BasicBlockUtils.h.
Hiroshi Yamauchi
2017-12-04
1
-159
/
+1
*
[CGP] Enable complex addr mode
Serguei Katkov
2017-11-29
1
-1
/
+1
*
[CGP] Fix common type handling in optimizeMemoryInst
Serguei Katkov
2017-11-29
1
-6
/
+10
*
[CGP] Fix handling of null pointer values in optimizeMemoryInst
John Brawn
2017-11-27
1
-9
/
+7
*
[CodeGenPrepare] Check that erased sunken address are not reused
Simon Dardis
2017-11-24
1
-5
/
+14
*
[CGP] Make optimizeMemoryInst able to combine more kinds of ExtAddrMode fields
John Brawn
2017-11-24
1
-12
/
+94
*
Revert "[CGP] Enable complex addr mode (2nd attempt)"
Serguei Katkov
2017-11-21
1
-1
/
+1
*
[CGP] Enable complex addr mode (2nd attempt)
Serguei Katkov
2017-11-21
1
-1
/
+1
*
[CGP] Fix the crash caused by enable of complex addr mode
Serguei Katkov
2017-11-20
1
-9
/
+5
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
[CodeGenPrepare] Disable div bypass when working set size is huge.
Easwaran Raman
2017-11-14
1
-3
/
+4
*
Revert "[CodeGenPrepare] Check that erased sunken address are not reused"
Simon Dardis
2017-11-13
1
-6
/
+1
*
[CodeGenPrepare] Check that erased sunken address are not reused
Simon Dardis
2017-11-13
1
-1
/
+6
*
Revert "[CGP] Enable extending scope of optimizeMemoryInst"
Serguei Katkov
2017-11-08
1
-1
/
+1
*
[CGP] Enable extending scope of optimizeMemoryInst
Serguei Katkov
2017-11-08
1
-1
/
+1
*
[CodeGenPrepare] Fix typo in comment. NFC
Craig Topper
2017-11-07
1
-1
/
+1
*
[CGP] Disable Select instruction handling in optimizeMemoryInst. NFC
Serguei Katkov
2017-11-07
1
-1
/
+1
*
[CGP] Fix the bug found by asan.
Serguei Katkov
2017-11-05
1
-2
/
+2
*
[CGP] Extends the scope of optimizeMemoryInst optimization
Serguei Katkov
2017-11-05
1
-5
/
+438
*
Invoke salvageDebugInfo from CodeGenPrepare's SinkCast()
Adrian Prantl
2017-11-03
1
-0
/
+1
[next]