summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* [NVPTX] Add support for native SIGN_EXTEND_INREG where availableJustin Holewinski2013-07-01
* [NVPTX] Add isel patterns for [reg+offset] form of ldg/ldu.Justin Holewinski2013-07-01
* [NVPTX] Make sure we zero out high-order 24 bits for 8-bit load into 32-bit v...Justin Holewinski2013-07-01
* LoopVectorize: Math functions only read rounding modeArnold Schwaighofer2013-07-01
* R600: Fix an unitialized variable in R600InstrInfo.cppVincent Lejeune2013-06-30
* X86: POP*rmm: move address operand to (ins) from (outs).Ahmed Bougacha2013-06-30
* DeadArgumentElimination: keep return value on functions that have a live argu...Stephen Lin2013-06-30
* ConstantFold: Check that truncating the other side is safe under a sext when ...Benjamin Kramer2013-06-30
* ValueTracking: Teach isKnownToBeAPowerOfTwo about (ADD X, (XOR X, Y)) where X...David Majnemer2013-06-29
* NVPTX: Fold otherwise unused variable into assert.Benjamin Kramer2013-06-29
* InstCombine: Also turn selects fed by an and into arithmetic when the types d...Benjamin Kramer2013-06-29
* R600: Unbreak GCC build.Benjamin Kramer2013-06-29
* R600: Support schedule and packetization of trans-only instVincent Lejeune2013-06-29
* R600: Bank Swizzle now display SCL equivalentVincent Lejeune2013-06-29
* misched: Compress pairs returned by getUnderlyingObjectsForInstr.Benjamin Kramer2013-06-29
* LoopVectorizer: Pack MemAccessInfo pairs.Benjamin Kramer2013-06-29
* Move helper classes into anonymous namespaces.Benjamin Kramer2013-06-29
* InstCombine: FoldGEPICmp shouldn't change sign of base pointer comparisonDavid Majnemer2013-06-29
* InstCombine: Small whitespace cleanup in FoldGEPICmpDavid Majnemer2013-06-29
* InstCombine: Be more agressive optimizing 'udiv' instrs with 'select' denomsDavid Majnemer2013-06-29
* We preserve the CFG and some of the analysis passes.Nadav Rotem2013-06-29
* Update docs.Nadav Rotem2013-06-29
* Debug Info: clean up usage of Verify.Manman Ren2013-06-29
* Change assert(0 && "text") to llvm_unreachable(0 && "text")Richard Trieu2013-06-28
* InstCombine: Optimize (1 << X) Pred CstP2 to X Pred Log2(CstP2)David Majnemer2013-06-28
* Fix extra whitespace / formattingMatt Arsenault2013-06-28
* PPC: Ignore spill/restore requests for VRSAVE (except on Darwin)Hal Finkel2013-06-28
* SLP Vectorizer: Add support for trees with external users.Nadav Rotem2013-06-28
* Fix broken asserts that never fire.Richard Trieu2013-06-28
* Fix a bad overflow check pointed out by Ben.Jakob Stoklund Olesen2013-06-28
* Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaini...Andrew Kaylor2013-06-28
* Remove unused memberDavid Blaikie2013-06-28
* Eliminate an assortment of undefined behavior.Jakob Stoklund Olesen2013-06-28
* LoopVectorizer: Refactor the code that checks if it is safe to predicate blo...Nadav Rotem2013-06-28
* R600/SI: Add processor types for each CIK variantTom Stellard2013-06-28
* DebugInfo: PR14728: TLS supportDavid Blaikie2013-06-28
* DebugInfo: Pass MCSymbolRefExprs for labels instead of MCSymbolsDavid Blaikie2013-06-28
* Fix a PPC rlwimi instruction-selection bugHal Finkel2013-06-28
* Remove needless include (unistd.h) in DebugIR passDaniel Malea2013-06-28
* Add missing header for DebugIRDaniel Malea2013-06-28
* Remove limitation on DebugIR that made it require existing debug metadata.Daniel Malea2013-06-28
* Fix an off-by-one error. Also make the code a little more explicit in what itChad Rosier2013-06-28
* DebugInfo: Revise r185189 to avoid subtle 'unsigned += bool'David Blaikie2013-06-28
* DebugInfo: Simplify the AddressPool representationDavid Blaikie2013-06-28
* DebugInfo: constify the AddressPool MCSymbol pointersDavid Blaikie2013-06-28
* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185187 91177308-0d34...Preston Briggs2013-06-28
* Add missing case to switch statement - DAGTypeLegalizer::ExpandIntegerResultLang Hames2013-06-28
* Stylistic cleanups, no functional change.Jakob Stoklund Olesen2013-06-28
* Add a division operator to BlockFrequency.Jakob Stoklund Olesen2013-06-28
* Remove unused variables.Eric Christopher2013-06-28