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
/
test
/
Transforms
/
CodeGenPrepare
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[CGP] Fix the crash caused by enable of complex addr mode
Serguei Katkov
2017-11-20
1
-0
/
+35
*
Let llvm.invariant.group.barrier accepts pointer to any address space
Yaxun Liu
2017-11-16
1
-3
/
+3
*
Remove stray comma in sink-addrmode test
John Brawn
2017-11-16
1
-1
/
+1
*
Revert "[CodeGenPrepare] Check that erased sunken address are not reused"
Simon Dardis
2017-11-13
2
-66
/
+0
*
[CodeGenPrepare] Check that erased sunken address are not reused
Simon Dardis
2017-11-13
2
-0
/
+66
*
Fix some misc. -enable-var-scope violations
Matt Arsenault
2017-11-13
1
-12
/
+12
*
[CGP] Disable Select instruction handling in optimizeMemoryInst. NFC
Serguei Katkov
2017-11-07
2
-3
/
+3
*
[CGP] Extends the scope of optimizeMemoryInst optimization. NFC
Serguei Katkov
2017-11-05
2
-0
/
+493
*
Revert "Invoke salvageDebugInfo from CodeGenPrepare's SinkCast()"
Adrian Prantl
2017-11-03
1
-118
/
+0
*
Invoke salvageDebugInfo from CodeGenPrepare's SinkCast()
Adrian Prantl
2017-11-03
1
-0
/
+118
*
re-land [ExpandMemCmp] Split ExpandMemCmp from CodeGen into its own pass."
Clement Courbet
2017-11-03
1
-771
/
+0
*
Revert "[ExpandMemCmp] Split ExpandMemCmp from CodeGen into its own pass."
Clement Courbet
2017-11-02
1
-0
/
+771
*
[ExpandMemCmp] Split ExpandMemCmp from CodeGen into its own pass.
Clement Courbet
2017-11-02
1
-771
/
+0
*
[CGP] Fix crash on i96 bit multiply
Philip Reames
2017-10-30
1
-0
/
+10
*
[CodeGen][ExpandMemcmp] Allow memcmp to expand to vector loads (2).
Clement Courbet
2017-10-30
1
-21
/
+7
*
Revert "[CGP] Merge empty case blocks if no extra moves are added."
Balaram Makam
2017-10-27
1
-98
/
+2
*
[CGP] Merge empty case blocks if no extra moves are added.
Balaram Makam
2017-10-26
1
-2
/
+98
*
[CGP] In optimizeMemoryInst handle select similarly to phi
John Brawn
2017-10-03
1
-0
/
+17
*
Revert "[BypassSlowDivision] Improve our handling of divisions by constants"
Sanjoy Das
2017-09-29
1
-77
/
+0
*
[BypassSlowDivision] Improve our handling of divisions by constants
Sanjoy Das
2017-09-26
1
-0
/
+77
*
Unmerge GEPs to reduce register pressure on IndirectBr edges.
Hiroshi Yamauchi
2017-09-11
1
-0
/
+60
*
[CGP] Fix the rematerialization of gc.relocates
Serguei Katkov
2017-08-17
1
-0
/
+22
*
[CGP] use narrower types in memcmp expansion when possible
Sanjay Patel
2017-08-01
1
-179
/
+84
*
[CGP] use subtract or subtract-of-cmps for result of memcmp expansion
Sanjay Patel
2017-07-31
1
-13
/
+14
*
[X86][CGP] Reduce memcmp() expansion to 2 load pairs (PR33914)
Simon Pilgrim
2017-07-25
1
-1021
/
+53
*
[CGP] Allow cycles during Phi traversal in OptimizaMemoryInst
Serguei Katkov
2017-07-19
1
-1
/
+34
*
[x86, CGP] increase memcmp() expansion up to 4 load pairs
Simon Pilgrim
2017-07-18
1
-88
/
+1547
*
[CodeGenPrepare] Don't create dead instructions in addrmode sinking
Eli Friedman
2017-07-12
1
-0
/
+24
*
Add a test for r307754
George Burgess IV
2017-07-12
1
-0
/
+16
*
[CGP, x86] update test checks; NFC
Sanjay Patel
2017-07-06
1
-38
/
+39
*
[CodeGenPrepare] Don't create inttoptr for ni ptrs
Keno Fischer
2017-06-29
1
-0
/
+68
*
[CGP] add specialization for memcmp expansion with only one basic block
Sanjay Patel
2017-06-27
1
-90
/
+33
*
[CGP] eliminate a sub instruction in memcmp expansion
Sanjay Patel
2017-06-27
1
-30
/
+25
*
[x86] set the datalayout to match the RUN line triple; NFC
Sanjay Patel
2017-06-21
1
-4
/
+2
*
[x86] enable CGP memcmp() expansion for 2/4/8 byte sizes
Sanjay Patel
2017-06-20
1
-18
/
+132
*
[CGP, x86] add tests for potential memcmp expansion; NFC
Sanjay Patel
2017-06-08
1
-0
/
+337
*
Restrict call metadata based hotness detection to Sample PGO mode
Teresa Johnson
2017-05-11
2
-9
/
+66
*
Fix code section prefix for proper layout
Teresa Johnson
2017-05-09
1
-1
/
+1
*
[CodeGenPrepare] Fix crash due to an invalid CFG
Brendon Cahoon
2017-04-17
1
-0
/
+37
*
Add address space mangling to lifetime intrinsics
Matt Arsenault
2017-04-10
1
-10
/
+10
*
Turn on -addr-sink-using-gep by default.
Eli Friedman
2017-04-06
3
-21
/
+18
*
[BypassSlowDivision] Do not bypass division of hash-like values
Nikolai Bozhenov
2017-04-02
1
-0
/
+121
*
Use isFunctionHotInCallGraph to set the function section prefix.
Dehao Chen
2017-03-23
1
-0
/
+22
*
AMDGPU: Mark all unspecified CC functions in tests as amdgpu_kernel
Matt Arsenault
2017-03-21
1
-1
/
+1
*
Let llvm.objectsize be conservative with null pointers
George Burgess IV
2017-03-21
1
-2
/
+40
*
[SimplifyCFG] move tests for PR31028 from CGP
Sanjay Patel
2017-03-13
1
-122
/
+0
*
[CGP] add tests for PR31028; NFC
Sanjay Patel
2017-03-13
1
-0
/
+122
*
[BypassSlowDivision] Use ValueTracking to simplify run-time checks
Nikolai Bozhenov
2017-03-02
1
-0
/
+95
*
[CGP] Split some critical edges coming out of indirect branches
Michael Kuperstein
2017-02-28
1
-0
/
+294
*
Revert "[CGP] Split some critical edges coming out of indirect branches"
Daniel Jasper
2017-02-26
1
-254
/
+0
[prev]
[next]