[docs] Amend confusing title
[oota-llvm.git] / lib /
2013-07-01 Akira Hatanaka[mips] Reverse the order of source operands of shift...
2013-07-01 Ulrich Weigand[PowerPC] Also add "msync" alias
2013-07-01 Akira Hatanaka[mips] Increase the number of floating point control...
2013-07-01 Cameron ZwarichFix the build after r185363. Use llvm::next instead...
2013-07-01 Anton KorobeynikovAdd jump tables handling for MSP430.
2013-07-01 Cameron ZwarichFix PR16508.
2013-07-01 Hal FinkelDon't form PPC CTR loops for over-sized exit counts
2013-07-01 Tim NorthoverAArch64: correct CodeGen of MOVZ/MOVK combinations.
2013-07-01 Tim NorthoverRevert r185339 (ARM: relax the atomic release barrier...
2013-07-01 Manman RenDebug Info: Scope of a DebugLoc should not be null.
2013-07-01 Ulrich Weigand[PowerPC] Fix @got references to local symbols
2013-07-01 Ulrich Weigand[PowerPC] Add "wait" instruction
2013-07-01 Ulrich Weigand[PowerPC] Support "eieio" instruction
2013-07-01 Michael GottesmanAdded c++ mode selector to head of SelectionDAGBuilder...
2013-07-01 Ulrich Weigand[PowerPC] Add variants of "sync" instruction
2013-07-01 Tim NorthoverARM: relax the atomic release barrier to "dmb ishst"
2013-07-01 Justin Holewinski[NVPTX] Add support for module-scope inline asm
2013-07-01 Justin Holewinski[NVPTX] We dont use NVBuiltin anymore
2013-07-01 Justin Holewinski[NVPTX] Cut down on physical register defs
2013-07-01 Justin Holewinski[NVPTX] 64-bit ADDC/ADDE are not legal
2013-07-01 Justin Holewinski[NVPTX] Fix vector loads from parameters that span...
2013-07-01 Justin Holewinski[NVPTX] Handle signext/zeroext attributes properly
2013-07-01 Justin Holewinski[NVPTX] Add support for native SIGN_EXTEND_INREG where...
2013-07-01 Justin Holewinski[NVPTX] Add isel patterns for [reg+offset] form of...
2013-07-01 Justin Holewinski[NVPTX] Make sure we zero out high-order 24 bits for...
2013-07-01 Arnold SchwaighoferLoopVectorize: Math functions only read rounding mode
2013-06-30 Vincent LejeuneR600: Fix an unitialized variable in R600InstrInfo.cpp
2013-06-30 Ahmed BougachaX86: POP*rmm: move address operand to (ins) from (outs).
2013-06-30 Stephen LinDeadArgumentElimination: keep return value on functions...
2013-06-30 Benjamin KramerConstantFold: Check that truncating the other side...
2013-06-29 David MajnemerValueTracking: Teach isKnownToBeAPowerOfTwo about ...
2013-06-29 Benjamin KramerNVPTX: Fold otherwise unused variable into assert.
2013-06-29 Benjamin KramerInstCombine: Also turn selects fed by an and into arith...
2013-06-29 Benjamin KramerR600: Unbreak GCC build.
2013-06-29 Vincent LejeuneR600: Support schedule and packetization of trans-only...
2013-06-29 Vincent LejeuneR600: Bank Swizzle now display SCL equivalent
2013-06-29 Benjamin Kramermisched: Compress pairs returned by getUnderlyingObject...
2013-06-29 Benjamin KramerLoopVectorizer: Pack MemAccessInfo pairs.
2013-06-29 Benjamin KramerMove helper classes into anonymous namespaces.
2013-06-29 David MajnemerInstCombine: FoldGEPICmp shouldn't change sign of base...
2013-06-29 David MajnemerInstCombine: Small whitespace cleanup in FoldGEPICmp
2013-06-29 David MajnemerInstCombine: Be more agressive optimizing 'udiv' instrs...
2013-06-29 Nadav RotemWe preserve the CFG and some of the analysis passes.
2013-06-29 Nadav RotemUpdate docs.
2013-06-29 Manman RenDebug Info: clean up usage of Verify.
2013-06-28 Richard TrieuChange assert(0 && "text") to llvm_unreachable(0 &...
2013-06-28 David MajnemerInstCombine: Optimize (1 << X) Pred CstP2 to X Pred...
2013-06-28 Matt ArsenaultFix extra whitespace / formatting
2013-06-28 Hal FinkelPPC: Ignore spill/restore requests for VRSAVE (except...
2013-06-28 Nadav RotemSLP Vectorizer: Add support for trees with external...
2013-06-28 Richard TrieuFix broken asserts that never fire.
2013-06-28 Jakob Stoklund OlesenFix a bad overflow check pointed out by Ben.
2013-06-28 Andrew KaylorRevising the MCJIT ObjectCache interface to allow subcl...
2013-06-28 David BlaikieRemove unused member
2013-06-28 Jakob Stoklund OlesenEliminate an assortment of undefined behavior.
2013-06-28 Nadav RotemLoopVectorizer: Refactor the code that checks if it...
2013-06-28 Tom StellardR600/SI: Add processor types for each CIK variant
2013-06-28 David BlaikieDebugInfo: PR14728: TLS support
2013-06-28 David BlaikieDebugInfo: Pass MCSymbolRefExprs for labels instead...
2013-06-28 Hal FinkelFix a PPC rlwimi instruction-selection bug
2013-06-28 Daniel MaleaRemove needless include (unistd.h) in DebugIR pass
2013-06-28 Daniel MaleaAdd missing header for DebugIR
2013-06-28 Daniel MaleaRemove limitation on DebugIR that made it require exist...
2013-06-28 Chad RosierFix an off-by-one error. Also make the code a little...
2013-06-28 David BlaikieDebugInfo: Revise r185189 to avoid subtle 'unsigned...
2013-06-28 David BlaikieDebugInfo: Simplify the AddressPool representation
2013-06-28 David BlaikieDebugInfo: constify the AddressPool MCSymbol pointers
2013-06-28 Preston Briggsgit-svn-id: https://llvm.org/svn/llvm-project/llvm...
2013-06-28 Lang HamesAdd missing case to switch statement - DAGTypeLegalizer...
2013-06-28 Jakob Stoklund OlesenStylistic cleanups, no functional change.
2013-06-28 Jakob Stoklund OlesenAdd a division operator to BlockFrequency.
2013-06-28 Eric ChristopherRemove unused variables.
2013-06-28 Justin Holewinski[NVPTX] Select -1 instead of 1 when anyextend'ing i1...
2013-06-28 Justin Holewinski[NVPTX] Add (1.0 / sqrt(x)) => rsqrt(x) generation...
2013-06-28 Justin Holewinski[NVPTX] Calling conventions fix
2013-06-28 Justin Holewinski[NVPTX] Add support for cttz/ctlz/ctpop
2013-06-28 Justin Holewinski[NVPTX] Clean up comparison/select/convert patterns...
2013-06-28 Justin Holewinski[NVPTX] Remove i8 register class. PTX support for...
2013-06-28 Justin Holewinski[NVPTX] Add support for vectorized function return...
2013-06-28 Justin Holewinski[NVPTX] Clean up handling of formal arguments and enabl...
2013-06-28 Justin Holewinski[NVPTX] Add infrastructure for vector loads/stores...
2013-06-28 Weiming ZhaoBug 13662: Enable GPRPair for all i64 operands of inlin...
2013-06-28 Arnold SchwaighoferLoopVectorize: Pull dyn_cast into setDebugLocFromInst
2013-06-28 Arnold SchwaighoferLoopVectorize: Use static function instead of DebugLocS...
2013-06-28 Tom StellardR600: Add local memory support via LDS
2013-06-28 Tom StellardR600: Add support for GROUP_BARRIER instruction
2013-06-28 Tom StellardR600: Add ALUInst bit to tablegen definitions v2
2013-06-28 Tim NorthoverARM: ensure fixed-point conversions have sane types
2013-06-28 Tilmann SchellerARM: Fix pseudo-instructions for SRS (Store Return...
2013-06-28 Rafael EspindolaImprove comment.
2013-06-28 Alexey SamsonovMake a switch in createBinary fully-covered. Add forgot...
2013-06-28 Patrik HagglundSuppress GCC "control reaches end of non-void function...
2013-06-28 Manman RenDebug Info: clean up usage of Verify.
2013-06-28 David BlaikieIntegrate Assembler: Support X86_64_DTPOFF64 relocations
2013-06-28 Rafael EspindolaImprovements to unique_file and createUniqueDirectory.
2013-06-28 Rafael EspindolaDon't ask for a mode when we are not keeping the file.
2013-06-28 Arnold SchwaighoferLoopVectorize: Preserve debug location info
2013-06-28 Matt ArsenaultFix using arg_end() - arg_begin() instead of arg_size()
2013-06-27 Peter CollingbourneRename DIBuilder::createNullPtrType to createUnspecifie...
2013-06-27 Michael GottesmanRevert "Revert "[APFloat] Removed APFloat constructor...
next