oota-llvm.git
2014-05-31 Rafael Espindoladelete dead code.
2014-05-31 Eric ChristopherHave the TLOF creation take a Triple rather than needin...
2014-05-30 Andrea Di Biagio[X86] Add two combine rules to simplify dag nodes intro...
2014-05-30 Filipe CabecinhasConvert a vselect into a concat_vector if possible
2014-05-30 Eric ChristopherisSVR4ABI() returned !isDarwin() so just move that...
2014-05-30 Eric ChristopherRename CreateTLOF->createTLOF to match the rest of...
2014-05-30 Filipe CabecinhasSeparate the check for blend shuffle_vector masks
2014-05-30 Sanjay Patelfixed more typos
2014-05-30 Adrian PrantlRoll DbgVariable::setMInsn into the constructor. No...
2014-05-30 Sanjay Pateladded link to CMake page
2014-05-30 Sanjay Patelfixed typo
2014-05-30 Matt ArsenaultMake bitcast, extractelement, and insertelement conside...
2014-05-30 Logan ChienFix MIPS exception personality encoding.
2014-05-30 Tim NorthoverMachO: move test to ARM directory.
2014-05-30 Rafael EspindolaPR19753: Optimize comparisons with "ashr exact" of...
2014-05-30 Rafael Espindola[pr19636] Fix known bit computation in urem instructio...
2014-05-30 Tim NorthoverSelectionDAG: skip barriers for unordered atomic operations
2014-05-30 Tim NorthoverARM: use AAPCS-style prologues for embedded MachO.
2014-05-30 Tim NorthoverMachO: support N_INDR aliases in assembly files.
2014-05-30 Tim NorthoverAArch64 & ARM: disable generic test that relies on...
2014-05-30 Tim NorthoverARM & AArch64: make use of common cmpxchg idioms after...
2014-05-30 Tim NorthoverAArch64 & ARM: remove undefined behaviour from some...
2014-05-30 Hao LiuTest cases named with dates is a legacy rule not used...
2014-05-30 Karthik BhatAllow vectorization of intrinsics such as powi,cttz...
2014-05-30 Chandler CarruthAdd a trivial ArrayRef helper overload to the Selection...
2014-05-30 Richard TrieuRemove use of comma operator.
2014-05-30 Nick LewyckyWhen analyzing params/args for readnone/readonly, don...
2014-05-29 Adam Nemet[X86] Move test from r209863 to CodeGen/X86
2014-05-29 Adam Nemet[X86] Remove AVX1 vbroadcast intrinsics
2014-05-29 Adam Nemet[X86] Auto-upgrade AVX1 vbroadcast intrinsics
2014-05-29 Chandler CarruthAnd fix my fix to sink down through the type at the...
2014-05-29 Chandler CarruthFix one bug in the latest incarnation of r209843 -...
2014-05-29 Jeroen KetemaSync list of targets with configure's reality
2014-05-29 Arnold SchwaighoferLoopVectorizer: Add a check that the backedge taken...
2014-05-29 Filipe CabecinhasAdded tests for shufflevector lowering to blend instrs.
2014-05-29 Louis GerbargAdd support for combining GEPs across PHI nodes
2014-05-29 Chad RosierUpdate Credits.
2014-05-29 Sebastian Popimplement missing SCEVDivision case
2014-05-29 Sebastian Popfail to find dimensions when ElementSize is nullptr
2014-05-29 Alexey SamsonovUse range-based for loops in ASan, TSan and MSan
2014-05-29 Reid Kleckner[ADT] Delete the Twine assignment operator
2014-05-29 Adrian PrantlDebug Info: Remove unused code. The MInsn of an _abstra...
2014-05-29 Rafael EspindolaRename alias variables to make it easier to add new...
2014-05-29 Rafael Espindola[PPC] Use alias symbols in address computation.
2014-05-29 Rafael EspindolaAdd a test showing the ppc code sequence for getting...
2014-05-29 Rafael EspindolaRevert "Revert "Revert "InstCombine: Improvement to...
2014-05-29 Artyom SkrobovRestore getInvertedCondCode() from the phased-out backe...
2014-05-29 Artyom SkrobovAdd missing check when MatchInstructionImpl() reports...
2014-05-29 Simon Atanasyan[elf2yaml][ELF] Move Info field to the RelocationSectio...
2014-05-29 Hao LiuRename a test case to contain correct date info.
2014-05-29 Hao LiuFix an assertion failure caused by v1i64 in DAGCombiner...
2014-05-29 Dinesh DwivediLCSSA should be performed on the outermost affected...
2014-05-29 Michael J.... [LoadCombine] Missed a file.
2014-05-29 Michael J.... Add LoadCombine pass.
2014-05-29 Alexey Samsonov[ASan] Hoist blacklisting globals from init-order check...
2014-05-29 Michael J.... [x86] Fold extract_vector_elt of a load into the Load...
2014-05-29 Matt ArsenaultR600/SI: Fix pattern variable names.
2014-05-29 Alexey SamsonovFix typo in variable name
2014-05-29 Alexey Samsonov[ASan] Use llvm.global_ctors to insert init-order check...
2014-05-28 Reid KlecknerAdd a simple helper function to create a 64-bit integer.
2014-05-28 Rafael EspindolaRevert "Revert "InstCombine: Improvement to check if...
2014-05-28 Rafael EspindolaRevert "Add support for combining GEPs across PHI nodes"
2014-05-28 Matt ArsenaultFix wrong setcc result type when legalizing uaddo/usubo
2014-05-28 Jim GrosbachUpdate CREDITS to be at least moderately more current.
2014-05-28 Sanjay Patelfixed a few typos
2014-05-28 Sanjay Pateltest check-in: added missing parenthesis in comment
2014-05-28 Rafael EspindolaRevert "InstCombine: Improvement to check if signed...
2014-05-28 Reid KlecknerFix standard integer definitions for MSVC in DataTypes.h
2014-05-28 Rafael Espindola[pr19844] Add thread local mode to aliases.
2014-05-28 Louis GerbargAdd support for combining GEPs across PHI nodes
2014-05-28 Hal FinkelRevert "[DAGCombiner] Split up an indexed load if only...
2014-05-28 Rafael EspindolaInstCombine: Improvement to check if signed addition...
2014-05-28 Hal FinkelRevert "[PPC] Use alias symbols in address computation."
2014-05-28 Joerg SonnenbergerDon't hard-code ld when extracting host linker version...
2014-05-28 Evgeniy Stepanov[asancov] Don't emit extra runtime calls when compiling...
2014-05-28 Tilmann Scheller[AArch64] Add store post-index update folding regressio...
2014-05-28 Justin Bognerutils: Teach lldbDataFormatters to load automatically
2014-05-28 Tilmann Scheller[AArch64] Add load post-index update folding regression...
2014-05-27 Alexey SamsonovChange representation of instruction ranges where varia...
2014-05-27 Alexey SamsonovFactor out looking for prologue end into a function
2014-05-27 Sebastian Popavoid type mismatch when building SCEVs
2014-05-27 Sebastian Popdo not use the GCD to compute the delinearization strides
2014-05-27 Sebastian Popremove BasePointer before delinearizing
2014-05-27 Sebastian Popremove constant terms
2014-05-27 Alexey SamsonovDon't pre-populate the set of keys in the map with...
2014-05-27 Arnaud A. de... No need for those tests to go thru llvm-as and/or llvm...
2014-05-27 Arnaud A. de... Factor out comparison of Instruction "special" states.
2014-05-27 Reid KlecknerWording fix for llvm.global_dtors docs.
2014-05-27 David BlaikieDebugInfo: partially revert cleanup committed in r209680
2014-05-27 David BlaikieDebugInfo: Simplify solution to avoid DW_AT_artificial...
2014-05-27 Sasa Stankovic[mips] Optimize long branch for MIPS64 by removing...
2014-05-27 David BlaikieDebugInfo: Create abstract function definitions even...
2014-05-27 David BlaikieDebugInfo: Avoid an extra map lookup when finding abstr...
2014-05-27 David BlaikieDebugInfo: Lazily construct subprogram definition DIEs.
2014-05-27 David BlaikieDebugInfo: Lazily attach definition attributes to defin...
2014-05-27 David BlaikieDebugInfo: Separate out the addition of subprogram...
2014-05-27 Jingyue WuFixed a test in r209670
2014-05-27 Jingyue WuDistribute sext/zext to the operands of and/or/xor
2014-05-27 David BlaikieDebugInfo: Fix argument ordering in test by adding...
2014-05-27 Filipe CabecinhasPost-commit fixes for r209643
next