aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* PPC64: Constant initializers with dynamic relocations go in .data.rel.ro.Bill Schmidt2013-05-134-0/+94
* Remove redundant variable introduced by r181682.Bob Wilson2013-05-131-1/+0
* [objc-arc] Move the before optimization statistics gathering phase out of Opt...Michael Gottesman2013-05-131-8/+7
* [mips] Add option -mno-ldc1-sdc1.Akira Hatanaka2013-05-133-4/+75
* Fix a bug that APFloat::fusedMultiplyAdd() mistakenly evaluate "14.5f * -14.5...Shuxin Yang2013-05-131-2/+27
* [mips] Define a helper function which creates an instruction with the sameAkira Hatanaka2013-05-132-0/+19
* [mips] Rename functions. No functionality changes.Akira Hatanaka2013-05-137-29/+29
* Remove unused fields and arguments.Rafael Espindola2013-05-133-13/+6
* The purpose of the patch is to fix the syntax of ARM mrc and mrc2 instruction...Mihai Popa2013-05-134-11/+43
* Correctly preserve the input chain for potential tailcall nodes whoseLang Hames2013-05-131-1/+1
* Suppress GCC compiler warnings in release builds about variables that are onlyDuncan Sands2013-05-133-0/+3
* SLPVectorizer: Swap LHS and RHS. No functionality change.Nadav Rotem2013-05-131-4/+4
* Fix PR15950 A bug in DAG Combiner about undef maskHao Liu2013-05-131-10/+25
* Remove the MachineMove class.Rafael Espindola2013-05-1329-115/+131
* SLPVectorizer: Fix a bug in the code that generates extracts for values with ...Nadav Rotem2013-05-121-7/+27
* SLPVectorizer: Clear the map that maps between scalars to vectors after each ...Nadav Rotem2013-05-121-0/+1
* InstCombine: Flip the order of two urem transformsDavid Majnemer2013-05-121-6/+6
* LoopVectorize: Use the widest induction variable typeArnold Schwaighofer2013-05-111-21/+69
* LoopVectorize: Use variable instead of repeated function callArnold Schwaighofer2013-05-111-3/+4
* LoopVectorize: Use IRBuilder interface in more placesArnold Schwaighofer2013-05-111-25/+13
* StringRefize some debug accel table bits.Benjamin Kramer2013-05-113-7/+7
* InstCombine: Turn urem to bitwise-and more oftenDavid Majnemer2013-05-111-20/+2
* Change getFrameMoves to return a const reference.Rafael Espindola2013-05-119-57/+46
* Remove more dead code.Rafael Espindola2013-05-112-13/+0
* Remove dead code.Rafael Espindola2013-05-102-82/+0
* SLPVectorizer: Add support for trees with external users.Nadav Rotem2013-05-102-9/+55
* Add a debug printNadav Rotem2013-05-101-0/+2
* Checkin in of first of several patches to finish implementation ofReed Kotler2013-05-1012-16/+282
* Micro-optimization: don't shift an entire bitcode record over to get the code.Jordan Rose2013-05-101-3/+10
* PR14492: Debug Info: Support for values of non-integer non-type template para...David Blaikie2013-05-103-4/+24
* Fix unused variable error.Jyotsna Verma2013-05-101-2/+1
* Hexagon: Fix switch statements in GetDotOldOp and IsNewifyStore.Jyotsna Verma2013-05-104-707/+81
* Hexagon: Fix switch cases in HexagonVLIWPacketizer.cpp.Jyotsna Verma2013-05-108-703/+170
* Fix the R600 build.Rafael Espindola2013-05-102-3/+2
* [ms-inline asm] Fix a crasher when we fail on a direct match.Chad Rosier2013-05-102-6/+9
* Remove unused argument.Rafael Espindola2013-05-1023-33/+27
* Better output for long help strings for command-line options.Alexander Kornienko2013-05-101-8/+16
* Remove unused function.Rafael Espindola2013-05-102-11/+0
* InstCombine: Don't claim to be able to evaluate any shl in a zexted type.Benjamin Kramer2013-05-101-1/+11
* Implement AsmParser for ARM unwind directives.Logan Chien2013-05-102-27/+284
* DAGCombiner: Generate a correct constant for vector types when folding (xor (...Benjamin Kramer2013-05-101-2/+1
* InstCombine: Verify the type before transforming uitofp into select.Benjamin Kramer2013-05-101-22/+23
* R600: Remove AMDILPeeopholeOptimizer and replace optimizations with tablegen ...Tom Stellard2013-05-105-1217/+12
* R600: Expand SUB for v2i32/v4i32Tom Stellard2013-05-101-0/+2
* R600: Expand MUL for v4i32/v2i32Tom Stellard2013-05-101-0/+2
* R600: Expand SRA for v4i32/v2i32Tom Stellard2013-05-101-0/+2
* R600: Expand vselect for v4i32 and v2i32Tom Stellard2013-05-101-0/+3
* [x86AsmParser] It's valid to stop parsing an operand at an immediate.Chad Rosier2013-05-091-1/+3
* Teach SelectionDAG to constant fold all-constant FMA nodes the same way that ...Owen Anderson2013-05-091-0/+15
* Fix a documentation warning: \bried -> \briefDmitri Gribenko2013-05-091-1/+1