projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
[InstCombine] add tests to show missing trunc optimizations
[oota-llvm.git]
/
test
/
Transforms
/
LoopIdiom
/
2015-11-19
Pete Cooper
Revert "Change memcpy/memset/memmove to have dest and...
tree
|
commitdiff
2015-11-18
Pete Cooper
Change memcpy/memset/memmove to have dest and source...
tree
|
commitdiff
2015-11-13
Chad Rosier
[LIR] Add support for creating memcpys from loops with...
tree
|
commitdiff
2015-11-05
Peter Collingbourne
DI: Reverse direction of subprogram -> function edge.
tree
|
commitdiff
2015-10-28
Chad Rosier
Reapply: [LIR] Add support for creating memsets from...
tree
|
commitdiff
2015-10-28
Chad Rosier
Revert "[LIR] Add support for creating memsets from...
tree
|
commitdiff
2015-10-28
Chad Rosier
[LIR] Add support for creating memsets from loops with...
tree
|
commitdiff
2015-08-28
Duncan P. N. Exon...
DI: Require subprogram definitions to be distinct
tree
|
commitdiff
2015-08-03
Duncan P. N. Exon...
DI: Disallow uniquable DICompileUnits
tree
|
commitdiff
2015-07-31
Duncan P. N. Exon...
DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
tree
|
commitdiff
2015-07-13
Pete Cooper
Remove unnecessary lines from the test in r242068.
tree
|
commitdiff
2015-07-13
Pete Cooper
Loop idiom recognizer was replacing too many uses of...
tree
|
commitdiff
2015-06-24
Jingyue Wu
[LSR] canonicalize Prod*(1<<C) to Prod<<C
tree
|
commitdiff
2015-06-19
Matt Arsenault
AMDGPU: Fix some places missed in rename
tree
|
commitdiff
2015-05-12
Sunil Srivastava
Changed renaming of local symbols by inserting a dot...
tree
|
commitdiff
2015-04-29
Duncan P. N. Exon...
IR: Give 'DI' prefix to debug info metadata
tree
|
commitdiff
2015-03-27
Duncan P. N. Exon...
DebugInfo: Fix bad debug info for compile units and...
tree
|
commitdiff
2015-03-15
Duncan P. N. Exon...
Verifier: Check debug info intrinsic arguments
tree
|
commitdiff
2015-03-13
David Blaikie
[opaque pointer type] Add textual IR support for explic...
tree
|
commitdiff
2015-03-03
Duncan P. N. Exon...
DebugInfo: Move new hierarchy into place
tree
|
commitdiff
2015-03-03
Benjamin Kramer
LoopIdiom: Give globals for memset_pattern16 private...
tree
|
commitdiff
2015-02-27
David Blaikie
[opaque pointer type] Add textual IR support for explic...
tree
|
commitdiff
2015-02-27
David Blaikie
[opaque pointer type] Add textual IR support for explic...
tree
|
commitdiff
2015-01-14
Duncan P. N. Exon...
IR: Move MDLocation into place
tree
|
commitdiff
2014-12-15
Duncan P. N. Exon...
IR: Make metadata typeless in assembly
tree
|
commitdiff
2014-10-03
Duncan P. N. Exon...
Revert "Revert "DI: Fold constant arguments into a...
tree
|
commitdiff
2014-10-02
Duncan P. N. Exon...
Revert "DI: Fold constant arguments into a single MDString"
tree
|
commitdiff
2014-10-02
Duncan P. N. Exon...
DI: Fold constant arguments into a single MDString
tree
|
commitdiff
2014-10-01
Adrian Prantl
Move the complex address expression out of DIVariable...
tree
|
commitdiff
2014-10-01
Adrian Prantl
Revert r218778 while investigating buldbot breakage.
tree
|
commitdiff
2014-10-01
Adrian Prantl
Move the complex address expression out of DIVariable...
tree
|
commitdiff
2014-07-18
Matt Arsenault
R600: Implement TTI:getPopcntSupport
tree
|
commitdiff
2014-06-09
Alp Toker
Reduce verbiage of lit.local.cfg files
tree
|
commitdiff
2013-11-23
Manman Ren
Debug Info: update testing cases to specify the debug...
tree
|
commitdiff
2013-09-11
Matt Arsenault
Teach loop-idiom about address space pointer sizes
tree
|
commitdiff
2013-09-06
Manman Ren
Debug Info Testing: updated to use NULL instead of...
tree
|
commitdiff
2013-08-26
Manman Ren
Debug Info: add an identifier field to DICompositeType.
tree
|
commitdiff
2013-08-16
Daniel Dunbar
[tests] Cleanup initialization of test suffixes.
tree
|
commitdiff
2013-07-29
Manman Ren
Debug Info: enable verifier for testing cases.
tree
|
commitdiff
2013-07-27
Manman Ren
Debug Info Verifier: verify SPs in llvm.dbg.sp.
tree
|
commitdiff
2013-07-24
Rafael Espindola
add -disable-debug-info-verifier to 3 test to fix tests...
tree
|
commitdiff
2013-07-14
Stephen Lin
Update Transforms tests to use CHECK-LABEL for easier...
tree
|
commitdiff
2013-01-10
Shuxin Yang
PR14904: Segmentation fault running pass 'Recognize...
tree
|
commitdiff
2013-01-07
David Tweed
Fix a mistaken commit that included some debugging...
tree
|
commitdiff
2013-01-07
David Tweed
There was a switch fall-through in the parser for textu...
tree
|
commitdiff
2012-12-09
Shuxin Yang
- Re-enable population count loop idiom recognization
tree
|
commitdiff
2012-12-08
Chandler Carruth
Revert the patches adding a popcount loop idiom recogni...
tree
|
commitdiff
2012-12-07
David Tweed
The test unconditionally assumes a particular cpu has...
tree
|
commitdiff
2012-11-29
Shuxin Yang
rdar://12100355 (part 1)
tree
|
commitdiff
2012-11-02
Chandler Carruth
Add a testcase to loop-idiom to cover PR14241 when...
tree
|
commitdiff
2012-11-02
Chandler Carruth
Revert the switch of loop-idiom to use the new dependen...
tree
|
commitdiff
2012-10-31
Benjamin Kramer
LCSSA: Add a workaround for another nasty SCEV cache...
tree
|
commitdiff
2012-10-31
Benjamin Kramer
DependenceAnalysis: Don't crash if there is no constant...
tree
|
commitdiff
2012-10-30
Benjamin Kramer
LoopIdiom: Fix a serious missed optimization: we only...
tree
|
commitdiff
2012-10-27
Benjamin Kramer
LoopIdiom: Add checks to avoid turning memmove into...
tree
|
commitdiff
2012-10-27
Benjamin Kramer
LoopIdiom: Recognize memmove loops.
tree
|
commitdiff
2012-10-27
Benjamin Kramer
LoopIdiom: Replace custom dependence analysis with...
tree
|
commitdiff
2012-10-21
Benjamin Kramer
Revert r166390 "LoopIdiom: Replace custom dependence...
tree
|
commitdiff
2012-10-21
Benjamin Kramer
LoopIdiom: Replace custom dependence analysis with...
tree
|
commitdiff
2012-09-21
Benjamin Kramer
LoopIdiom: Give up when the loop is not in canonical...
tree
|
commitdiff
2012-02-16
Eli Bendersky
Replace all instances of dg.exp file with lit.local...
tree
|
commitdiff
2011-09-27
Benjamin Kramer
Stop emitting instructions with the name "tmp" they...
tree
|
commitdiff
2011-07-15
Chad Rosier
A real testcase for r135286.
tree
|
commitdiff
2011-07-15
Chad Rosier
Add testcase for r135286.
tree
|
commitdiff
2011-05-22
Chris Lattner
Fix PR9815: I was trying to get out of "generating...
tree
|
commitdiff
2011-03-07
Devang Patel
Preserve line no. info.
tree
|
commitdiff
2011-02-19
Chris Lattner
rewrite the memset_pattern pattern generation stuff...
tree
|
commitdiff
2011-02-19
Chris Lattner
Stores of null pointers should turn into memset, we...
tree
|
commitdiff
2011-02-19
Chris Lattner
Implement rdar://9009151, transforming strided loop...
tree
|
commitdiff
2011-01-04
Chris Lattner
Teach loop-idiom to turn a loop containing a memset...
tree
|
commitdiff
2011-01-02
Chris Lattner
fix a miscompilation of tramp3d-v4: when forming a...
tree
|
commitdiff
2011-01-02
Chris Lattner
If a loop iterates exactly once (has backedge count...
tree
|
commitdiff
2011-01-02
Chris Lattner
enhance loop idiom recognition to scan *all* unconditio...
tree
|
commitdiff
2011-01-02
Chris Lattner
Allow loop-idiom to run on multiple BB loops, but still...
tree
|
commitdiff
2011-01-02
Chris Lattner
teach loop idiom recognition to form memcpy's from...
tree
|
commitdiff
2011-01-01
Chris Lattner
add a validity check that was missed, fixing a crash...
tree
|
commitdiff
2011-01-01
Chris Lattner
improve validity check to handle constant-trip-count...
tree
|
commitdiff
2011-01-01
Chris Lattner
implement the "no aliasing accesses in loop" safety...
tree
|
commitdiff
2010-12-26
Chris Lattner
implement enough of the memset inference algorithm...
tree
|
commitdiff