summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* extending the interface of Dependence slightly to support future workPreston Briggs2013-06-28
* Fix copypaste error in test.Matt Arsenault2013-06-28
* Fix extra whitespace / formattingMatt Arsenault2013-06-28
* Try to unbreak Linux buildbots.Jakob Stoklund Olesen2013-06-28
* Minimize precision loss when computing cyclic probabilities.Jakob Stoklund Olesen2013-06-28
* PPC: Ignore spill/restore requests for VRSAVE (except on Darwin)Hal Finkel2013-06-28
* Replace UNIXy path with os-independent one in DebugIR unit testDaniel Malea2013-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
* Fix Windows/Darwin build error in DebugIR unit testsDaniel Malea2013-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
* Adding tests for DebugIR passDaniel Malea2013-06-28
* R600/SI: Add processor types for each CIK variantTom Stellard2013-06-28
* Fix CodeGen/PowerPC/stack-protector.ll on OpenBSDHal Finkel2013-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 flag to lli to enable debugging of IR when used with MCJIT.Daniel 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