aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added the test missed from r185080.Serge Pavlov2013-07-011-0/+13
* The build system is currently miss-identifying GNU/kFreeBSD as FreeBSD.Sylvestre Ledru2013-07-015-9/+27
* LoopVectorize: Math functions only read rounding modeArnold Schwaighofer2013-07-012-0/+39
* R600: Fix an unitialized variable in R600InstrInfo.cppVincent Lejeune2013-06-301-1/+1
* X86: POP*rmm: move address operand to (ins) from (outs).Ahmed Bougacha2013-06-301-3/+3
* DeadArgumentElimination: keep return value on functions that have a live argu...Stephen Lin2013-06-302-28/+115
* ConstantFold: Check that truncating the other side is safe under a sext when ...Benjamin Kramer2013-06-302-5/+19
* ValueTracking: Teach isKnownToBeAPowerOfTwo about (ADD X, (XOR X, Y)) where X...David Majnemer2013-06-292-10/+33
* NVPTX: Fold otherwise unused variable into assert.Benjamin Kramer2013-06-291-2/+2
* InstCombine: Also turn selects fed by an and into arithmetic when the types d...Benjamin Kramer2013-06-292-4/+45
* R600: Unbreak GCC build.Benjamin Kramer2013-06-291-1/+2
* R600: Support schedule and packetization of trans-only instVincent Lejeune2013-06-2913-106/+262
* R600: Bank Swizzle now display SCL equivalentVincent Lejeune2013-06-293-12/+12
* misched: Compress pairs returned by getUnderlyingObjectsForInstr.Benjamin Kramer2013-06-291-12/+15
* LoopVectorizer: Pack MemAccessInfo pairs.Benjamin Kramer2013-06-291-25/+22
* Move helper classes into anonymous namespaces.Benjamin Kramer2013-06-291-0/+6
* InstCombine: FoldGEPICmp shouldn't change sign of base pointer comparisonDavid Majnemer2013-06-292-2/+11
* InstCombine: Small whitespace cleanup in FoldGEPICmpDavid Majnemer2013-06-291-1/+1
* InstCombine: Be more agressive optimizing 'udiv' instrs with 'select' denomsDavid Majnemer2013-06-292-44/+115
* We preserve the CFG and some of the analysis passes.Nadav Rotem2013-06-291-0/+3
* Update docs.Nadav Rotem2013-06-291-3/+2
* Debug Info: clean up usage of Verify.Manman Ren2013-06-292-5/+11
* Change assert(0 && "text") to llvm_unreachable(0 && "text")Richard Trieu2013-06-281-2/+2
* InstCombine: Optimize (1 << X) Pred CstP2 to X Pred Log2(CstP2)David Majnemer2013-06-282-2/+176
* extending the interface of Dependence slightly to support future workPreston Briggs2013-06-281-1/+35
* Fix copypaste error in test.Matt Arsenault2013-06-281-1/+1
* Fix extra whitespace / formattingMatt Arsenault2013-06-282-6/+4
* Try to unbreak Linux buildbots.Jakob Stoklund Olesen2013-06-281-2/+2
* Minimize precision loss when computing cyclic probabilities.Jakob Stoklund Olesen2013-06-282-35/+91
* PPC: Ignore spill/restore requests for VRSAVE (except on Darwin)Hal Finkel2013-06-282-0/+27
* Replace UNIXy path with os-independent one in DebugIR unit testDaniel Malea2013-06-281-7/+8
* SLP Vectorizer: Add support for trees with external users.Nadav Rotem2013-06-284-30/+259
* Fix broken asserts that never fire.Richard Trieu2013-06-282-4/+4
* Fix a bad overflow check pointed out by Ben.Jakob Stoklund Olesen2013-06-282-4/+7
* Fix Windows/Darwin build error in DebugIR unit testsDaniel Malea2013-06-281-9/+19
* Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaini...Andrew Kaylor2013-06-283-25/+14
* Remove unused memberDavid Blaikie2013-06-281-4/+0
* Eliminate an assortment of undefined behavior.Jakob Stoklund Olesen2013-06-281-1/+5
* LoopVectorizer: Refactor the code that checks if it is safe to predicate blo...Nadav Rotem2013-06-281-87/+30
* Adding tests for DebugIR passDaniel Malea2013-06-2813-35/+726
* R600/SI: Add processor types for each CIK variantTom Stellard2013-06-281-0/+3
* Fix CodeGen/PowerPC/stack-protector.ll on OpenBSDHal Finkel2013-06-281-2/+3
* DebugInfo: PR14728: TLS supportDavid Blaikie2013-06-286-3/+69
* DebugInfo: Pass MCSymbolRefExprs for labels instead of MCSymbolsDavid Blaikie2013-06-285-13/+26
* Fix a PPC rlwimi instruction-selection bugHal Finkel2013-06-282-2/+46
* Remove needless include (unistd.h) in DebugIR passDaniel Malea2013-06-281-2/+0
* Add flag to lli to enable debugging of IR when used with MCJIT.Daniel Malea2013-06-284-3/+19
* Add missing header for DebugIRDaniel Malea2013-06-281-0/+99
* Remove limitation on DebugIR that made it require existing debug metadata.Daniel Malea2013-06-282-158/+493
* Fix an off-by-one error. Also make the code a little more explicit in what itChad Rosier2013-06-281-3/+4