[SeparateConstOffsetFromGEP] Fixed a bug related to unsigned modulo
[oota-llvm.git] / test / Transforms / Inline /
2014-10-17 Rafael EspindolaRevert "TRE: make TRE a bit more aggressive"
2014-10-16 Saleem AbdulrasoolTRE: make TRE a bit more aggressive
2014-10-15 Hal FinkelPreserve non-byval pointer alignment attributes using...
2014-10-08 David MajnemerInliner: Non-local functions in COMDATs shouldn't be...
2014-10-03 Duncan P. N. Exon... Revert "Revert "DI: Fold constant arguments into a...
2014-10-02 Duncan P. N. Exon... Revert "DI: Fold constant arguments into a single MDString"
2014-10-02 Duncan P. N. Exon... DI: Fold constant arguments into a single MDString
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-09-07 Hal FinkelAdd functions for finding ephemeral values
2014-09-01 Hal FinkelFeed AA to the inliner and use AA->getModRefBehavior...
2014-09-01 Hal FinkelFix AddAliasScopeMetadata again - alias.scope must...
2014-08-30 Hal FinkelFix AddAliasScopeMetadata to not add scopes when derivi...
2014-08-26 Reid KlecknerDeclare that musttail calls in variadic functions forwa...
2014-08-14 Hal FinkelCopy noalias metadata from call sites to inlined instru...
2014-08-14 Hal FinkelAdd noalias metadata for general calls (not just memory...
2014-07-25 Hal FinkelConvert noalias parameter attributes into noalias metad...
2014-07-03 Richard TrieuAdd new lines to debugging information.
2014-07-01 Gerolf HoflehnerSuppress inlining when the block address is taken
2014-06-30 David BlaikieDebugInfo: Preserve debug location information when...
2014-05-22 Diego NovilloAdd support for missed and analysis optimization remarks.
2014-05-19 Peter CollingbourneCheck the alwaysinline attribute on the call as well...
2014-05-15 Reid KlecknerDon't insert lifetime.end markers between a musttail...
2014-05-15 Reid KlecknerRevert "Don't insert lifetime.end markers between a...
2014-05-15 Reid KlecknerDon't insert lifetime.end markers between a musttail...
2014-05-15 Reid KlecknerTeach the inliner how to preserve musttail invariants
2014-05-08 Dario DomizioliRevert test commit. Removed blank line.
2014-05-08 Dario DomizioliTest commit. Added blank line.
2014-04-28 Chandler Carruth[inliner] Significantly improve the compile time in...
2014-04-25 Manman Ren[inline cold threshold] Command line argument for inlin...
2014-04-21 Reid KlecknerFix PR7272 in -tailcallelim instead of the inliner
2014-04-17 Gerolf HoflehnerReverse 206485.
2014-04-17 Gerolf HoflehnerInline a function when the always_inline attribute
2014-04-15 Julien LerougeAdd lifetime markers for allocas created to hold byval...
2014-04-07 Eric ChristopherHandle vlas during inline cost computation if they...
2014-02-06 Manman RenSet default of inlinecold-threshold to 225.
2014-02-05 Manman RenInliner uses a smaller inline threshold for callees...
2014-02-01 Chandler Carruth[inliner] Skip debug intrinsics even earlier in computi...
2014-01-24 Alp TokerFix known typos
2013-12-13 Chandler Carruth[inliner] Fix PR18206 by preventing inlining functions...
2013-12-13 Chandler Carruth[inliner] Completely change (and fix) how the inline...
2013-12-12 Mark SeabornFix spelling in comment in test: "themselve" -> "themse...
2013-12-08 Mark SeabornFix inlining to not lose the "cleanup" clause from...
2013-12-08 Mark SeabornFix inlining to not produce duplicate landingpad clauses
2013-11-18 Paul RobinsonThe 'optnone' attribute means don't inline anything...
2013-11-04 Manman RenRename testing case to use - instead of _.
2013-11-03 David MajnemerRevert "Inliner: Handle readonly attribute per argument...
2013-11-01 Manman RenAdd comments.
2013-10-31 Manman RenDo not convert "call asm" to "invoke asm" in Inliner.
2013-10-24 Tom StellardInliner: Handle readonly attribute per argument when...
2013-09-30 Manman RenTBAA: remove !tbaa from testing cases when they are...
2013-08-28 Matt ArsenaultHandle address spaces in TargetTransformInfo
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-08-12 Tim NorthoverFix FileCheck --check-prefix lines.
2013-08-08 Evgeniy StepanovDisable inlining between sanitized and non-sanitized...
2013-07-20 Matt ArsenaultHave InlineCost check constant fcmps
2013-07-17 Hal FinkelFix comparisons of alloca alignment in inliner merging
2013-07-16 Hal FinkelWhen the inliner merges allocas, it must keep the large...
2013-07-14 Stephen LinFixup to r186268 and r186269: don't append -LABEL to...
2013-07-14 Stephen LinCatch more CHECK that can be converted to CHECK-LABEL...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-03-22 Bill WendlingUpdate test. There may be multiple catches, but those...
2013-03-21 Bill WendlingUpdate some EH tests that were violating the new EH...
2013-03-12 Jan Wen VoungRevert the test moves from 176733. Use "REQUIRES:...
2013-03-08 Jan Wen VoungDisable statistics on Release builds and move tests...
2013-03-06 Jim GrosbachInstCombine: Don't shrink allocas when combining with...
2013-02-22 Bill WendlingUse references to attribute groups on the call/invoke...
2013-02-20 Bill WendlingModify the LLVM assembly output so that it uses referen...
2013-01-31 Bill WendlingRemove the AttrBuilder form of the Attribute::get creators.
2013-01-29 Bill WendlingConvert getAttributes() to return an AttributeSetNode.
2013-01-23 Bill WendlingAdd the IR attribute 'sspstrong'.
2013-01-01 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2013-01-01 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2012-12-30 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2012-12-30 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2012-12-28 Chandler CarruthFix a stunning oversight in the inline cost analysis...
2012-12-28 Chandler CarruthTeach the inline cost analysis about calls that can...
2012-12-20 James MolloyAdd a new attribute, 'noduplicate'. If a function conta...
2012-12-13 Quentin ColombetTake into account minimize size attribute in the inliner.
2012-11-27 Bill WendlingRemove the dependent libraries feature.
2012-11-13 Alexey SamsonovFigure out <size> argument of llvm.lifetime intrinsics...
2012-09-19 Nadav Rotemrename test
2012-09-19 Nadav RotemPrevent inlining of callees which allocate lots of...
2012-08-17 Benjamin KramerFix broken check lines.
2012-08-07 Benjamin KramerPR13095: Give an inline cost bonus to functions using...
2012-08-07 Chandler CarruthFix PR13412, a nasty miscompile due to the interleaved
2012-07-02 Chandler CarruthFix the remaining TCL-style quotes found in the testsui...
2012-07-02 Chandler CarruthConvert the uses of '|&' to use '2>&1 |' instead, which...
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2012-05-23 Patrik HägglundFix the inliner so that the optsize function attribute...
2012-04-06 Chandler CarruthSink the collection of return instructions until after...
2012-04-06 Chandler CarruthTweak this test to ensure the inliner did indeed fire...
2012-04-06 Chandler CarruthActually finish this sentence in the comment the way...
2012-04-06 Chandler CarruthSink the return instruction collection until after...
2012-04-01 Chandler CarruthAdd some more testing to cover the remaining two cases...
2012-04-01 Chandler CarruthFix a pretty scary bug I introduced into the always...
2012-04-01 Chandler CarruthReplace four tiny tests with various uses of grep and...
2012-03-31 Chandler CarruthInitial commit for the rewrite of the inline cost analy...
2012-03-31 Chandler CarruthClean up the naming in this test. Someone pointed this...
next