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
...
*
[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
*
Unmerge GEPs to reduce register pressure on IndirectBr edges.
Hiroshi Yamauchi
2017-09-11
1
-0
/
+167
*
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-08-29
1
-66
/
+151
*
[Instruction] add moveAfter() convenience function; NFCI
Sanjay Patel
2017-08-29
1
-6
/
+3
*
Move helper classes into anonymous namespaces.
Benjamin Kramer
2017-08-20
1
-0
/
+2
*
[CGP] Fix the rematerialization of gc.relocates
Serguei Katkov
2017-08-17
1
-0
/
+15
*
[CGP] use narrower types in memcmp expansion when possible
Sanjay Patel
2017-08-01
1
-1
/
+6
*
[CGP] use subtract or subtract-of-cmps for result of memcmp expansion
Sanjay Patel
2017-07-31
1
-6
/
+18
*
Guard print() functions only used by dump() functions.
Florian Hahn
2017-07-31
1
-1
/
+1
*
[CodeGenPrepare] Cut off FindAllMemoryUses if there are too many uses.
Benjamin Kramer
2017-07-24
1
-4
/
+13
*
[CGP] Allow cycles during Phi traversal in OptimizaMemoryInst
Serguei Katkov
2017-07-19
1
-5
/
+11
*
[CGP] Cleanup - remove redundant code in OptimizeMemoryInst. NFC
Serguei Katkov
2017-07-18
1
-35
/
+12
*
[TTI] Refine the cost of EXT in getUserCost()
Haicheng Wu
2017-07-15
1
-19
/
+1
*
[CodeGenPrepare] Don't create dead instructions in addrmode sinking
Eli Friedman
2017-07-12
1
-12
/
+18
*
[CGP] Relax a bit restriction for optimizeMemoryInst to extend scope
Serguei Katkov
2017-07-11
1
-2
/
+5
*
[CodeGenPrepare] Don't create inttoptr for ni ptrs
Keno Fischer
2017-06-29
1
-8
/
+23
*
[CGP] add specialization for memcmp expansion with only one basic block
Sanjay Patel
2017-06-27
1
-1
/
+41
*
[CGP] eliminate a sub instruction in memcmp expansion
Sanjay Patel
2017-06-27
1
-5
/
+2
*
[CGP] simplify code to get bswap in memcmp expansion; NFCI
Sanjay Patel
2017-06-27
1
-3
/
+1
[prev]
[next]