[ARM] Use symbolic register names in .cfi directives only with IAS (PR19110)
[oota-llvm.git] / lib / Transforms /
2014-03-13 Evgeniy Stepanov[msan] Fix handling of byval arguments in VarArg calls.
2014-03-13 Stepan DyatkovskiyFirst patch of patch series that improves MergeFunction...
2014-03-13 Mark SeabornFix typo in comment: "inwoke" -> "invoke"
2014-03-12 Raul E. SilveraResubmit "[SLPV] Recognize vectorizable intrinsics...
2014-03-12 Hans WennborgAllow switch-to-lookup table for tables with holes...
2014-03-12 Evan ChengRevert r203488 and r203520.
2014-03-12 Eli BenderskyRevive SizeOptLevel-explaining comments that were dropp...
2014-03-12 Eli BenderskyMove duplicated code into a helper function (exposed...
2014-03-12 Alon MishneCloning a function now also clones its debug metadata...
2014-03-11 Erik VerbruggenFix crash in PRE.
2014-03-11 Tim NorthoverIR: add a second ordering operand to cmpxhg for failure
2014-03-11 Erik VerbruggenGVN: fix hashing of extractvalue.
2014-03-11 Erik VerbruggenGVN: merge overflow intrinsics with non-overflow instru...
2014-03-11 Duncan P. N. Exon... Cleanup whitespace
2014-03-11 Evan ChengFollow up to r203488. Code clean up to eliminate a...
2014-03-10 Diego NovilloUse discriminator information in sample profiles.
2014-03-10 Benjamin KramerMemCpyOpt: When merging memsets also merge the trivial...
2014-03-10 Evan ChengFor functions with ARM target specific calling conventi...
2014-03-09 Benjamin KramerSimplifyCFG: Simplify the weight scaling algorithm.
2014-03-09 Ahmed CharlesFix build break.
2014-03-09 Chandler Carruth[C++11] Add range based accessors for the Use-Def chain...
2014-03-07 Benjamin Kramer[C++11] Revert uses of lambdas with array_pod_sort.
2014-03-07 Benjamin Kramer[C++11] Convert sort predicates into lambdas.
2014-03-07 Tim NorthoverInstCombine: form shuffles from wider range of insert...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-06 Chandler Carruth[Layering] Move InstVisitor.h into the IR library as...
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-03-06 Chandler Carruth[Layering] Move DIBuilder.h into the IR library where...
2014-03-05 Arnold SchwaighoferLoopVectorizer: Preserve fast-math flags
2014-03-05 Chandler Carruth[Layering] Move DebugLoc.h into the IR library. The...
2014-03-05 Chandler Carruth[C++11] Make this interface accept const Use pointers...
2014-03-05 Ahmed Charles[C++11] Replace OwningPtr::take() with OwningPtr::relea...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-04 Chandler Carruth[Modules] Move the ConstantRange class into the IR...
2014-03-04 Chandler Carruth[Modules] Move the PredIteratorCache into the IR librar...
2014-03-04 Chandler Carruth[Modules] Move the NoFolder into the IR library as...
2014-03-04 Chandler Carruth[Modules] Move the TargetFolder into the Analysis libra...
2014-03-04 Chandler Carruth[Modules] Move CFG.h to the IR library as it defines...
2014-03-04 Chandler Carruth[Modules] Move ValueMap to the IR library. While this...
2014-03-04 Chandler Carruth[Modules] Move ValueHandle into the IR library where...
2014-03-04 Chandler Carruth[Modules] Move the LLVM IR pattern match header into...
2014-03-04 Chandler Carruth[Modules] Move CallSite into the IR library where it...
2014-03-04 Chandler Carruth[Modules] Move GetElementPtrTypeIterator into the IR...
2014-03-04 Chandler Carruth[Modules] Move InstIterator out of the Support library...
2014-03-04 Chandler Carruth[cleanup] Re-sort all the includes with utils/sort_incl...
2014-03-03 Diego NovilloPass to emit DWARF path discriminators.
2014-03-03 Benjamin Kramer[C++11] Use std::tie to simplify compare operators.
2014-03-03 Benjamin Kramer[C++11] Remove a leftover std::function instance.
2014-03-03 Chandler Carruth[C++11] Remove the completely unnecessary requirement...
2014-03-03 Evgeniy Stepanov[msan] Handle X86 SIMD bitshift intrinsics.
2014-03-03 Tobias Grosser[C++11] Add a basic block range view for RegionInfo
2014-03-03 Chandler Carruth[C++11] Add two range adaptor views to User: operands and
2014-03-02 Benjamin Kramer[C++11] Replace llvm::tie with std::tie.
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-03-02 Chandler Carruth[C++11] Switch all uses of the llvm_move macro to use...
2014-03-01 Benjamin KramerNow that we have C++11, turn simple functors into lambd...
2014-02-28 Reid KlecknerReflow isProfitableToMakeFastCC
2014-02-27 Kostya Serebryany[asan] fix a pair of silly typos
2014-02-27 Kostya Serebryany[asan] disable asan-detect-invalid-pointer-pair (was...
2014-02-27 Kostya Serebryany[asan] *experimental* implementation of invalid-pointer...
2014-02-26 Reid KlecknerGlobalOpt: Apply fastcc to internal x86_thiscallcc...
2014-02-26 Andrew TrickFix PR18165: LSR must avoid scaling factors that exceed...
2014-02-26 Chandler Carruth[SROA] Use the correct index integer size in GEPs throu...
2014-02-26 Chandler Carruth[SROA] Teach SROA how to handle pointers from address...
2014-02-26 Chandler Carruth[SROA] Split the alignment computation complete for...
2014-02-26 Chandler Carruth[SROA] The original refactoring inspired by the addrspa...
2014-02-26 Chandler Carruth[SROA] Yet another slight refactoring that simplifies...
2014-02-26 Chandler Carruth[SROA] Simplify the computing of alignment: we only...
2014-02-26 Chandler Carruth[SROA] Use NewOffsetBegin in the unsplit case for memse...
2014-02-26 Chandler Carruth[SROA] Use the members for New{Begin,End}Offset in...
2014-02-26 Chandler Carruth[SROA] Compute the New{Begin,End}Offset values once...
2014-02-26 Chandler Carruth[SROA] Fix PR18615 with some long overdue simplificatio...
2014-02-25 Chandler Carruth[reassociate] Switch two std::sort calls into std:...
2014-02-25 Chandler Carruth[SROA] Add an off-by-default *strict* inbounds check...
2014-02-25 Rafael EspindolaMake DataLayout a plain object, not a pass.
2014-02-25 Rafael EspindolaFactor out calls to AA.getDataLayout().
2014-02-25 Rafael EspindolaMake a few more DataLayout variables const.
2014-02-25 Chandler Carruth[SROA] Use the original load name with the SROA-prefixe...
2014-02-25 Chandler Carruth[SROA] Thread the ability to add a pointer-specific...
2014-02-25 Chandler Carruth[SROA] Rather than copying the logic for building a...
2014-02-25 Chandler Carruth[SROA] Simplify some of the logic to dig out the old...
2014-02-25 Chandler Carruth[SROA] Adjust to new clang-format style.
2014-02-25 Chandler Carruth[SROA] Fix a *glaring* bug in r202091: you have to...
2014-02-25 Alexey SamsonovSilence GCC warning
2014-02-25 Alp TokerFix typos
2014-02-25 Chandler Carruth[SROA] Add a debugging tool which shuffles the slices...
2014-02-25 Chandler Carruth[SROA] Use a more direct way of determining whether...
2014-02-25 Chandler Carruth[SROA] Fix another instability in SROA with respect...
2014-02-24 Rafael EspindolaMake some DataLayout pointers const.
2014-02-24 Arnold SchwaighoferSLPVectorizer: Try vectorizing 'splat' stores
2014-02-24 Rafael EspindolaReplace the F_Binary flag with a F_Text one.
2014-02-24 Arnold SchwaighoferLTO: Add the loop vectorizer to the LTO pipeline.
2014-02-24 Rafael EspindolaDon't make F_None the default.
2014-02-24 Kostya Serebryany[asan] simplify the code that compute the shadow offset...
2014-02-22 Logan ChienInclude <cctype> for isdigit().
2014-02-22 Quentin Colombet[CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen.
2014-02-21 Rafael EspindolaRename a few more DataLayout variables from TD to DL.
2014-02-21 Rafael EspindolaRename a few more DataLayout variables.
2014-02-21 Rafael EspindolaRename many DataLayout variables from TD to DL.
next