aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-15Update the code ownership.Nadav Rotem
2012-11-15Fix typo.Jyotsna Verma
2012-11-15[mips] Add predicate HasFPIdx for floating-point indexed load instructionAkira Hatanaka
2012-11-15Add description of how to build docsJoel Jones
2012-11-15PowerPC: Lowering floor intrinsic for AltivecAdhemerval Zanella
2012-11-15PathV2: Fix a possible infinite loop.Daniel Dunbar
2012-11-15Add assertions in MipsLongBranch which check the size of basic blocks.Akira Hatanaka
2012-11-15Return 0 instead of false.Jakub Staszak
2012-11-15Use std::stable_sort instead of std::sort when sorting stack slotsUlrich Weigand
2012-11-15Clarify my code ownershipEvan Cheng
2012-11-15Add myself as owner of VLIW Instruction Scheduling and Packetization.Sergei Larin
2012-11-15Add ARM EABI to my list of responsibilities.Anton Korobeynikov
2012-11-15Simplify code.Jakub Staszak
2012-11-15misspellAndrew Trick
2012-11-15whitespaceAndrew Trick
2012-11-15[reg scavenger] Fix the isUsed/isAliasUsed functions so as to not report a falseChad Rosier
2012-11-15Fix indeterminism in MI scheduler DAG construction.Sergei Larin
2012-11-15Use empty parens for empty function parameter list instead of '(void)'.Dmitri Gribenko
2012-11-15FileCheck: remove useless 'continue' at the end of a 'while(){}' loop.Dmitri Gribenko
2012-11-15Do not handle void types in DataLayout. Patch by Patrick Hägglund.Duncan Sands
2012-11-15Make GlobalOpt be conservative with TLS variables (PR14309)Hans Wennborg
2012-11-15Add support for SPIR64 target - the 64bit counterpart of SPIR.Guy Benyei
2012-11-15Fix a crash observed by Shuxin Yang. The issue here is that LinearizeExprTree,Duncan Sands
2012-11-15Revert changing FNEG of v4f32 to Expand. It's legal.Craig Topper
2012-11-15Make FNEG and FABS of v4f32 Expand.Craig Topper
2012-11-15Make a bunch of floating point operations on vectors Expand so that instructi...Craig Topper
2012-11-15Add missing documentation for llvm.exp2, llvm.log10, and llvm.log2.Craig Topper
2012-11-15Add llvm.ceil, llvm.trunc, llvm.rint, llvm.nearbyint intrinsics.Craig Topper
2012-11-15Fix an obvious merge bug in -join-globalcopies (disabled).Andrew Trick
2012-11-15Add some release notes that say we removed the CellSPU port.Eric Christopher
2012-11-15InstCombineAndOrXor.cpp: Escape bracket in doxygen description. [-Wdocumentat...NAKAMURA Takumi
2012-11-15Use LLVM_DELETED_FUNCTION.Jakub Staszak
2012-11-15Add doInitialization and doFinalization methods to ModulePass's, to allow the...Owen Anderson
2012-11-14Remove unneeded #includes.Jakub Staszak
2012-11-14NVPTXISelLowering.cpp: Fix warnings. [-Wunused-variable]NAKAMURA Takumi
2012-11-14This patch is in preparation for adding medium code model support to theBill Schmidt
2012-11-14docs: Improve typographical correctness.Sean Silva
2012-11-14docs: Sphinxify TestSuiteMakefileGuideSean Silva
2012-11-14Use reserve() to avoid vector reallocation.Jakub Staszak
2012-11-14Make sure to not get AVX code on an AVX-capable host. Revealed in r167967.Jakub Staszak
2012-11-14test/CodeGen/Hexagon/postinc-load.ll: Suppress it for now. It triggered the f...NAKAMURA Takumi
2012-11-14Few more small CellSPU removals.Eric Christopher
2012-11-14Fix CMake build.Eric Christopher
2012-11-14Remove the CellSPU port.Eric Christopher
2012-11-14docs: Sphinxify TestingGuideSean Silva
2012-11-14Support for [[@LINE]], [[@LINE+<offset>]], [[@LINE-<offset>]] expressions inAlexander Kornienko
2012-11-14Fix invalid asserts, use llvm_unreachable instead.Jakub Staszak
2012-11-14llvm/test/CodeGen/X86/memset.ll: FileCheck-ize, and add another case on +avx.NAKAMURA Takumi
2012-11-14Added multiclass for post-increment load instructions.Jyotsna Verma
2012-11-14Force CPU in test so we don't accidentally get AVX code on an AVX-capable host.Benjamin Kramer