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
*
[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
*
[CodeGenPrepare] Remove load-based heuristic
Junmo Park
2016-02-25
1
-7
/
+2
*
AMDGPU: Remove some old intrinsic uses from tests
Matt Arsenault
2016-02-11
1
-2
/
+2
*
[InstCombine] Rewrite bswap/bitreverse handling completely.
James Molloy
2016-01-15
3
-0
/
+93
*
Reapply r257105 "[Verifier] Check that debug values have proper size"
Keno Fischer
2016-01-15
1
-1
/
+1
*
Re-Revert r257105 (Verifier debug info changes)
Keno Fischer
2016-01-13
1
-1
/
+1
*
Reapply r257105 "[Verifier] Check that debug values have proper size"
Keno Fischer
2016-01-13
1
-1
/
+1
*
Temporarily revert r257105 "[Verifier] Check that debug values have proper size"
Keno Fischer
2016-01-07
1
-1
/
+1
*
[Verifier] Check that debug values have proper size
Keno Fischer
2016-01-07
1
-1
/
+1
*
[gc.statepoint] Change gc.statepoint intrinsic's return type to token type in...
Chen Li
2015-12-26
1
-33
/
+33
*
Remove double blanks. NFC.
Manuel Jacob
2015-12-19
1
-7
/
+7
*
Move catchpad-phi-cast.ll to the X86 specific subdirectory
David Majnemer
2015-12-12
1
-0
/
+0
*
[IR] Reformulate LLVM's EH funclet IR
David Majnemer
2015-12-12
1
-25
/
+27
*
[CGP] Reimplement r255055 a different way
Reid Kleckner
2015-12-08
1
-0
/
+57
*
Revert "[CGP] Check that we have an insert point before moving llvm.dbg.value...
Reid Kleckner
2015-12-08
1
-57
/
+0
*
[CGP] Check that we have an insert point before moving llvm.dbg.value around
Reid Kleckner
2015-12-08
1
-0
/
+57
*
[WinEH] Fix problem where CodeGenPrepare incorrectly sinks a bitcast into an ...
Andrew Kaylor
2015-11-23
1
-0
/
+59
*
Move free-zext.ll to llvm/test/Transforms/CodeGenPrepare/AArch64/
NAKAMURA Takumi
2015-11-20
1
-0
/
+0
*
[CodeGenPrepare] Create more extloads and fewer ands
Geoff Berry
2015-11-20
1
-0
/
+82
*
this new test file was accidentally left out of r253573
Sanjay Patel
2015-11-19
1
-0
/
+56
*
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
2015-11-19
1
-1
/
+1
*
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
2015-11-18
1
-1
/
+1
*
[CodegenPrepare] Do not rematerialize gc.relocates across different basic blocks
Igor Laevsky
2015-11-03
1
-0
/
+39
*
[CGP] widen switch condition and case constants to target's register width (2...
Sanjay Patel
2015-11-02
2
-0
/
+190
*
revert r251849; need to move tests to arch-specific folders
Sanjay Patel
2015-11-02
1
-107
/
+0
*
[CGP] widen switch condition and case constants to target's register width
Sanjay Patel
2015-11-02
1
-0
/
+107
*
[CGP] transform select instructions into branches and sink expensive operands
Sanjay Patel
2015-10-19
1
-0
/
+141
*
Revert "This is a follow-up to the discussion in D12882."
Benjamin Kramer
2015-10-16
1
-114
/
+0
*
move test case to x86 directory because it specifies an x86 target
Sanjay Patel
2015-10-16
1
-0
/
+0
*
This is a follow-up to the discussion in D12882.
Sanjay Patel
2015-10-16
1
-0
/
+114
*
Introducing llvm.invariant.group.barrier intrinsic
Piotr Padlewski
2015-09-15
1
-0
/
+23
*
AMDGPU: Fix some places missed in rename
Matt Arsenault
2015-06-19
3
-3
/
+3
*
Forgot to add lit.local.cfg for new R600 directory
Matt Arsenault
2015-05-26
1
-0
/
+3
*
CodeGenPrepare: Don't match addressing modes through addrspacecast
Matt Arsenault
2015-05-26
1
-0
/
+49
*
[Statepoints] Support for "patchable" statepoints.
Sanjoy Das
2015-05-12
1
-22
/
+22
*
Extend the statepoint intrinsic to allow statepoints to be marked as transiti...
Pat Gavlin
2015-05-08
1
-22
/
+22
*
[opaque pointer type] Add textual IR support for explicit type parameter to t...
David Blaikie
2015-04-16
1
-6
/
+6
*
[InstCombine][CodeGenPrep] Create llvm.uadd.with.overflow in CGP.
Sanjoy Das
2015-04-10
1
-0
/
+74
*
[SimplifyLibCalls] Ignore nobuiltin/unavailable fortified libcalls.
Ahmed Bougacha
2015-04-01
1
-0
/
+18
*
Require a GC strategy be specified for functions which use gc.statepoint
Philip Reames
2015-03-27
1
-6
/
+6
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
3
-11
/
+11
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
2
-23
/
+23
*
[GC] CodeGenPrep transform: simplify offsetable relocate
Ramkumar Ramachandra
2015-01-14
1
-0
/
+88
*
[CodeGenPrepare][AArch64] Fix a TLI legality check on iPTR to use a lowered i...
Ahmed Bougacha
2014-11-12
1
-0
/
+19
[next]