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
*
[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
*
Revert "Invoke salvageDebugInfo from CodeGenPrepare's SinkCast()"
Adrian Prantl
2017-11-03
1
-1
/
+0
*
Invoke salvageDebugInfo from CodeGenPrepare's SinkCast()
Adrian Prantl
2017-11-03
1
-0
/
+1
*
re-land [ExpandMemCmp] Split ExpandMemCmp from CodeGen into its own pass."
Clement Courbet
2017-11-03
1
-710
/
+0
*
Revert "[ExpandMemCmp] Split ExpandMemCmp from CodeGen into its own pass."
Clement Courbet
2017-11-02
1
-0
/
+710
*
[ExpandMemCmp] Split ExpandMemCmp from CodeGen into its own pass.
Clement Courbet
2017-11-02
1
-710
/
+0
*
[CGP] Fix the detection of trivial case for addressing mode
Serguei Katkov
2017-10-31
1
-10
/
+9
*
[CGP] Fix crash on i96 bit multiply
Philip Reames
2017-10-30
1
-1
/
+1
*
[CodeGen][ExpandMemcmp] Allow memcmp to expand to vector loads (2).
Clement Courbet
2017-10-30
1
-25
/
+26
*
[CodeGen] Fix -Wunused-private-field warning on lld-x86_64-darwin13.
Clement Courbet
2017-10-27
1
-2
/
+0
*
[CodeGen][ExpandMemCmp][NFC] Simplify load sequence generation.
Clement Courbet
2017-10-27
1
-40
/
+33
*
Revert "[CGP] Merge empty case blocks if no extra moves are added."
Balaram Makam
2017-10-27
1
-36
/
+11
*
[CGP] Merge empty case blocks if no extra moves are added.
Balaram Makam
2017-10-26
1
-11
/
+36
*
Re-land "[CodeGen][ExpandMemcmp][NFC] Allow memcmp to expand to vector loads ...
Clement Courbet
2017-10-25
1
-195
/
+227
*
Revert "[CodeGen][ExpandMemcmp][NFC] Allow memcmp to expand to vector loads (1)"
Martin Bohme
2017-10-24
1
-201
/
+196
*
[CodeGen][ExpandMemcmp][NFC] Allow memcmp to expand to vector loads (1)
Clement Courbet
2017-10-24
1
-196
/
+201
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-1
/
+1
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-1
/
+1
*
[CGP] Make optimizeMemoryInst capable of handling multiple AddrModes
John Brawn
2017-10-03
1
-20
/
+154
*
[CGP] In optimizeMemoryInst handle select similarly to phi
John Brawn
2017-10-03
1
-7
/
+16
*
[CodeGenPrepare][NFC] Rename TargetTransformInfo::expandMemCmp -> TargetTrans...
Clement Courbet
2017-09-25
1
-1
/
+1
[next]