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, 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
*
[CodeGenPrepare] Make -addr-sink-using-gep work with address spaces.
Eli Friedman
2017-02-24
1
-3
/
+8
*
[CGP] Split some critical edges coming out of indirect branches
Michael Kuperstein
2017-02-24
1
-0
/
+254
*
Revert r269060 to pacify bots.
Michael Kuperstein
2017-02-24
1
-254
/
+0
*
[CGP] Split some critical edges coming out of indirect branches
Michael Kuperstein
2017-02-24
1
-0
/
+254
*
[Analysis] Centralize objectsize lowering logic.
George Burgess IV
2016-12-20
1
-1
/
+34
*
[CodeGenPrep] Skip merging empty case blocks
Jun Bum Lim
2016-12-16
3
-6
/
+206
*
Fix CodeGenPrepare::stripInvariantGroupMetadata
Sanjoy Das
2016-12-16
1
-3
/
+4
*
Revert "[CodeGenPrep] Skip merging empty case blocks"
Jun Bum Lim
2016-12-16
3
-206
/
+6
*
[CodeGenPrep] Skip merging empty case blocks
Jun Bum Lim
2016-12-16
3
-6
/
+206
*
AMDGPU: Implement isCheapAddrSpaceCast
Matt Arsenault
2016-12-02
1
-0
/
+121
*
Revert r287553: [CodeGenPrep] Skip merging empty case blocks
Joerg Sonnenberger
2016-11-28
3
-150
/
+6
*
[CodeGenPrepare] Don't sink non-cheap addrspacecasts.
Justin Lebar
2016-11-21
1
-0
/
+21
*
[CodeGenPrep] Skip merging empty case blocks
Jun Bum Lim
2016-11-21
3
-6
/
+150
*
[BypassSlowDivision] Handle division by constant numerators better.
Justin Lebar
2016-11-16
1
-0
/
+35
*
Add missing lit.local.cfg to llvm/test/Transforms/CodeGenPrepare/NVPTX.
Justin Lebar
2016-10-28
1
-0
/
+2
*
Don't leave unused divs/rems sitting around in BypassSlowDivision.
Justin Lebar
2016-10-28
1
-0
/
+29
*
Don't claim the udiv created in BypassSlowDivision is exact.
Justin Lebar
2016-10-28
1
-0
/
+16
*
Update the section.ll to fix non-x86 failure.
Dehao Chen
2016-10-19
1
-10
/
+5
*
Revert r284545 again as the regression in ppc still exists. There is bug in M...
Dehao Chen
2016-10-19
1
-1
/
+1
*
Add target for test to fix regression introduced by r284533.
Dehao Chen
2016-10-18
1
-0
/
+2
*
Use profile info to set function section prefix to group hot/cold functions.
Dehao Chen
2016-10-18
1
-0
/
+38
*
[CodeGenPrepare] Don't sink a cast past its user
David Majnemer
2016-04-27
1
-0
/
+32
*
[CodeGenPrepare] don't convert an unpredictable select into control flow
Sanjay Patel
2016-04-26
1
-5
/
+24
*
[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.
Adrian Prantl
2016-04-15
1
-3
/
+2
*
Calculate __builtin_object_size when pointer depends on a condition
Petar Jovanovic
2016-04-13
1
-0
/
+90
*
[CodeGenPrepare] Avoid sinking soft-FP comparisons
Peter Zotov
2016-04-03
1
-0
/
+29
*
testcase gardening: update the emissionKind enum to the new syntax. (NFC)
Adrian Prantl
2016-04-01
1
-1
/
+1
*
Keep CodeGenPrepare from preserving the domtree.
George Burgess IV
2016-03-22
1
-0
/
+41
*
[CGP] Duplicate addressing computation in cold paths if required to sink addr...
Philip Reames
2016-03-09
1
-0
/
+196
[next]