Age | Commit message (Expand) | Author |
2012-11-16 | Factor some common code to reduce compile size. | Craig Topper |
2012-11-16 | LoopVectorize: Division reductions generate incorrect code. Remove the part o... | Nadav Rotem |
2012-11-16 | Use roundps/pd for llvm.ceil, llvm.trunc, llvm.rint, and llvm.nearbyint of ve... | Craig Topper |
2012-11-16 | Fix typo in a comment. | Craig Topper |
2012-11-16 | [mips] Fix delay slot filler so that instructions with register operand $1 are | Akira Hatanaka |
2012-11-16 | Remove trailing whitespace | Michael Ilseman |
2012-11-15 | Interface changes to allow RuntimeDyld memory managers to set memory permissi... | Andrew Kaylor |
2012-11-15 | Add some tests for the FileCheck utility. | Eli Bendersky |
2012-11-15 | Added myself as owner of LLVM Buildbot. | Galina Kistanova |
2012-11-15 | Clarify. | Eric Christopher |
2012-11-15 | Claim ownership of everyone's favorite part of the backend. | Owen Anderson |
2012-11-15 | Mark FP_ROUND for converting NEON v2f64 to v2f32 as expand. Add a missing | Eli Friedman |
2012-11-15 | More ownership, no one likes these things anyways. | Eric Christopher |
2012-11-15 | Remove trailing whitespace | Michael Ilseman |
2012-11-15 | Update the code ownership. | Nadav Rotem |
2012-11-15 | Fix typo. | Jyotsna Verma |
2012-11-15 | [mips] Add predicate HasFPIdx for floating-point indexed load instruction | Akira Hatanaka |
2012-11-15 | Add description of how to build docs | Joel Jones |
2012-11-15 | PowerPC: Lowering floor intrinsic for Altivec | Adhemerval Zanella |
2012-11-15 | PathV2: Fix a possible infinite loop. | Daniel Dunbar |
2012-11-15 | Add assertions in MipsLongBranch which check the size of basic blocks. | Akira Hatanaka |
2012-11-15 | Return 0 instead of false. | Jakub Staszak |
2012-11-15 | Use std::stable_sort instead of std::sort when sorting stack slots | Ulrich Weigand |
2012-11-15 | Clarify my code ownership | Evan Cheng |
2012-11-15 | Add myself as owner of VLIW Instruction Scheduling and Packetization. | Sergei Larin |
2012-11-15 | Add ARM EABI to my list of responsibilities. | Anton Korobeynikov |
2012-11-15 | Simplify code. | Jakub Staszak |
2012-11-15 | misspell | Andrew Trick |
2012-11-15 | whitespace | Andrew Trick |
2012-11-15 | [reg scavenger] Fix the isUsed/isAliasUsed functions so as to not report a false | Chad Rosier |
2012-11-15 | Fix indeterminism in MI scheduler DAG construction. | Sergei Larin |
2012-11-15 | Use empty parens for empty function parameter list instead of '(void)'. | Dmitri Gribenko |
2012-11-15 | FileCheck: remove useless 'continue' at the end of a 'while(){}' loop. | Dmitri Gribenko |
2012-11-15 | Do not handle void types in DataLayout. Patch by Patrick Hägglund. | Duncan Sands |
2012-11-15 | Make GlobalOpt be conservative with TLS variables (PR14309) | Hans Wennborg |
2012-11-15 | Add support for SPIR64 target - the 64bit counterpart of SPIR. | Guy Benyei |
2012-11-15 | Fix a crash observed by Shuxin Yang. The issue here is that LinearizeExprTree, | Duncan Sands |
2012-11-15 | Revert changing FNEG of v4f32 to Expand. It's legal. | Craig Topper |
2012-11-15 | Make FNEG and FABS of v4f32 Expand. | Craig Topper |
2012-11-15 | Make a bunch of floating point operations on vectors Expand so that instructi... | Craig Topper |
2012-11-15 | Add missing documentation for llvm.exp2, llvm.log10, and llvm.log2. | Craig Topper |
2012-11-15 | Add llvm.ceil, llvm.trunc, llvm.rint, llvm.nearbyint intrinsics. | Craig Topper |
2012-11-15 | Fix an obvious merge bug in -join-globalcopies (disabled). | Andrew Trick |
2012-11-15 | Add some release notes that say we removed the CellSPU port. | Eric Christopher |
2012-11-15 | InstCombineAndOrXor.cpp: Escape bracket in doxygen description. [-Wdocumentat... | NAKAMURA Takumi |
2012-11-15 | Use LLVM_DELETED_FUNCTION. | Jakub Staszak |
2012-11-15 | Add doInitialization and doFinalization methods to ModulePass's, to allow the... | Owen Anderson |
2012-11-14 | Remove unneeded #includes. | Jakub Staszak |
2012-11-14 | NVPTXISelLowering.cpp: Fix warnings. [-Wunused-variable] | NAKAMURA Takumi |
2012-11-14 | This patch is in preparation for adding medium code model support to the | Bill Schmidt |