Scalar/PlaceSafepoints.cpp: Fix a warning introduced in r228090. [-Wunused-variable]
[oota-llvm.git] / lib / Transforms / Scalar /
2015-05-07 NAKAMURA TakumiScalar/PlaceSafepoints.cpp: Fix a warning introduced...
2015-05-07 Philip Reames[JumpThreading] Simplify comparisons when simplifying...
2015-05-06 Sanjoy Das[Statepoints] Clean up PlaceSafepoints.cpp: de-duplicat...
2015-05-06 Sanjoy Das[Statepoints] Clean up PlaceSafepoints.cpp: variable...
2015-05-06 Sanjoy Das[IRBuilder] Add a CreateGCStatepointInvoke.
2015-05-06 Adam Nemet[DomTree] verifyDomTree to unconditionally perform...
2015-05-06 Sanjoy Das[Statepoint] Clean up Statepoint.h: accessor names.
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-26 Philip Reames[RewriteStatepointsForGC] Exclude constant values from...
2015-04-26 Philip ReamesDon't Place Entry Safepoints Before the llvm.frameescap...
2015-04-24 Andrew KaylorFix LoopInterchange/reductions.ll test for debug builds
2015-04-24 Jingyue WuResurrect r235688
2015-04-23 Michael ZolotukhinFix comment for NoCommonBits.
2015-04-23 Philip ReamesMove Value.isDereferenceablePointer to ValueTracking...
2015-04-23 Karthik BhatAdd support to interchange loops with reductions.
2015-04-22 Sanjay Pateldon't repeat function names in comments; NFC
2015-04-21 Ahmed Bougacha[MemCpyOpt] Use the raw i8* dest when optimizing memset...
2015-04-21 Daniel BerlinRevamp PredIteratorCache interface to be cleaner.
2015-04-21 Sanjoy Das[LSR][NFC] Remove a stale comment.
2015-04-21 Jingyue Wu[SLSR] garbage-collect unused instructions
2015-04-21 Jingyue Wu[SeparateConstOffsetFromGEP] garbage-collect intermedia...
2015-04-21 Duncan P. N. Exon... DebugInfo: Drop rest of DIDescriptor subclasses
2015-04-18 Ahmed Bougacha[MemCpyOpt] Don't force i64 when promoting memset/memcp...
2015-04-18 Ahmed Bougacha[MemCpyOpt] Promote both memset/memcpy sizes if differe...
2015-04-17 Ahmed Bougacha[MemCpyOpt] Optimize double-storing by memset+memcpy.
2015-04-17 Jingyue Wu[NaryReassociate] run NaryReassociate iteratively
2015-04-16 Jingyue Wu[NaryReassociate] speeds up candidate searching
2015-04-15 Duncan P. N. Exon... DebugInfo: Require a DebugLoc in DIBuilder::insertDeclare()
2015-04-15 Jingyue Wu[SLSR] handle candidate form (B + i * S)
2015-04-15 Richard TrieuChange range-based for-loops to be -Wrange-loop-analysi...
2015-04-14 Jingyue WuSimplify n-ary adds by reassociation
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DISubprogram and DILexicalBlock*
2015-04-14 Sanjoy Das[LoopUnrollRuntime] Avoid high-cost trip count computation.
2015-04-14 Sanjoy Das[SCEV] Refactor out isHighCostExpansion. NFCI.
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DILocation
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DIExpression
2015-04-14 Philip Reames[RewriteStatepointsForGC] Delete dead code [NFC]
2015-04-13 Philip Reames[RwriteStatepointsForGC] Minor indentation and naming...
2015-04-13 Philip Reames[RewriteStatepointsForGC] Avoid inserting empty holder
2015-04-13 Philip Reames[RewriteStatepointsForGC] Fix a latent bug in normaliza...
2015-04-13 Philip Reames[RewriteStatepointsForGC] Strengthen assertions around...
2015-04-13 Philip Reames[RewriteStatepointsForGC] Move an expensive debugging...
2015-04-11 Benjamin KramerMark empty default constructors as =default if it makes...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-11 Philip Reames[Statepoints] Fix a release only build failure
2015-04-10 Philip Reames[RewriteStatepointsForGC] Use a SetVector for a worklis...
2015-04-10 Philip Reames[RewriteStatepointsForGC] Use an actual liveness algorithm
2015-04-10 Philip Reames[RewriteStatepointsForGC] clang-format file
2015-04-10 Philip Reames[RewriteStatepointsForGC] Missed review comment from...
2015-04-10 Philip Reames[RewriteStatepointsForGC] Preprocess the IR to remove...
2015-04-10 Philip Reames[RewriteStatepointsForGC] Limited support for vectors...
2015-04-10 Benjamin Kramer[CallSite] Make construction from Value* (or Instructio...
2015-04-06 Duncan P. N. Exon... Transforms: Stop using DIDescriptor::is*() and auto...
2015-04-06 Jingyue Wu[SLSR] consider &B[S << i] as &B[(1 << i) * S]
2015-04-03 David Blaikie[opaque pointer type] More GEP IRBuilder API migrations
2015-04-03 David Blaikie[opaque pointer type] More GEP IRBuilder API migrations...
2015-04-03 David Blaikie[opaque pointer type] More GEP API migrations in IRBuil...
2015-04-02 Jingyue Wu[SLSR] handles off bounds GEPs
2015-04-02 David Blaikie[opaque pointer type] API migration for GEP constant...
2015-03-30 Duncan P. N. Exon... Transforms: Use the new DebugLoc API, NFC
2015-03-27 James MolloyReapply r233175 and r233183: float2int.
2015-03-27 Sanjoy Das[NFC] Fix typo in comment.
2015-03-27 Philip ReamesCode cleanup [NFC]
2015-03-27 Philip ReamesMore code cleanup [NFC]
2015-03-27 Philip ReamesMore code cleanup [NFC]
2015-03-27 Philip ReamesCode simplification and style cleanup
2015-03-27 Nick LewyckyRevert r233175 and r233183 with it. This pulls float2in...
2015-03-26 Jingyue Wu[SLSR] handle candidate form &B[i * S]
2015-03-25 Andrea Di Biagio[optnone] Skip pass Float2Int on optnone functions.
2015-03-25 James MolloyReapply r233062: "float2int": Add a new pass to demote...
2015-03-24 David BlaikieOpaque Pointer Types: GEP API migrations to specify...
2015-03-24 Hans WennborgRevert r233062 ""float2int": Add a new pass to demote...
2015-03-24 Sanjoy Das[IRCE] Fix how IRCE checks for no-sign-overflow.
2015-03-24 Sanjoy Das[IRCE] Fix a regression introduced in r232444.
2015-03-24 Benjamin Kramer[float2int] Sort includes and add missing raw_ostream...
2015-03-24 James Molloy"float2int": Add a new pass to demote from float to...
2015-03-23 Benjamin KramerRe-sort includes with sort-includes.py and insert raw_o...
2015-03-23 Benjamin KramerAnother set of missing raw_ostream.h. Still no function...
2015-03-23 Benjamin KramerMove private classes into anonymous namespaces
2015-03-20 Duncan P. N. Exon... SampleProfile: Check for missing debug locations
2015-03-19 Duncan P. N. Exon... Verifier: Remove the separate -verify-di pass
2015-03-17 David BlaikieFix GCC -Wparentheses warning (& reformat now that...
2015-03-17 Reid KlecknerUse an underlying enum type of unsigned to silence...
2015-03-17 Sanjoy Das[IRCE] Add a -irce-print-range-checks option.
2015-03-17 Sanjoy Das[IRCE] Add comments, NFC.
2015-03-17 Sanjoy Das[IRCE] Support half-range checks.
2015-03-14 David Blaikie[opaque pointer type] Start migrating GEP creation...
2015-03-13 Robert LougherReapply "[Reassociate] Add initial support for vector...
2015-03-13 Robert LougherRevert: "[Reassociate] Add initial support for vector...
2015-03-13 Robert Lougher[Reassociate] Add initial support for vector instructions.
2015-03-10 Mehdi AminiDataLayout is mandatory, update the API to reflect...
2015-03-09 Benjamin KramerRemove the remaining uses of abs64 and nuke it.
2015-03-09 Benjamin KramerMake helper functions static.
2015-03-09 Kevin QinIntroduce runtime unrolling disable matadata and use...
2015-03-06 Benjamin KramerLoopInterchange: Remove empty method.
2015-03-06 Benjamin KramerLoopInterchange: Rephrase instruction moving using...
2015-03-06 Daniel JasperChange the way in which error case is being handled.
2015-03-06 Karthik BhatAdd a new pass "Loop Interchange"
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-03-04 Philip Reames[RewriteStatepointsForGC] Fix a relocation bug w.r...
next