summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* FileCheck: remove useless 'continue' at the end of a 'while(){}' loop.Dmitri Gribenko2012-11-151-1/+0
* Do not handle void types in DataLayout. Patch by Patrick Hägglund.Duncan Sands2012-11-152-3/+1
* Make GlobalOpt be conservative with TLS variables (PR14309)Hans Wennborg2012-11-154-0/+90
* Add support for SPIR64 target - the 64bit counterpart of SPIR.Guy Benyei2012-11-152-3/+12
* Fix a crash observed by Shuxin Yang. The issue here is that LinearizeExprTree,Duncan Sands2012-11-152-54/+30
* Revert changing FNEG of v4f32 to Expand. It's legal.Craig Topper2012-11-151-1/+0
* Make FNEG and FABS of v4f32 Expand.Craig Topper2012-11-151-0/+2
* Make a bunch of floating point operations on vectors Expand so that instructi...Craig Topper2012-11-151-6/+10
* Add missing documentation for llvm.exp2, llvm.log10, and llvm.log2.Craig Topper2012-11-151-0/+102
* Add llvm.ceil, llvm.trunc, llvm.rint, llvm.nearbyint intrinsics.Craig Topper2012-11-156-1/+178
* Fix an obvious merge bug in -join-globalcopies (disabled).Andrew Trick2012-11-151-1/+3
* Add some release notes that say we removed the CellSPU port.Eric Christopher2012-11-151-0/+2
* InstCombineAndOrXor.cpp: Escape bracket in doxygen description. [-Wdocumentat...NAKAMURA Takumi2012-11-151-1/+1
* Use LLVM_DELETED_FUNCTION.Jakub Staszak2012-11-151-1/+1
* Add doInitialization and doFinalization methods to ModulePass's, to allow the...Owen Anderson2012-11-1512-0/+117
* Remove unneeded #includes.Jakub Staszak2012-11-141-3/+0
* NVPTXISelLowering.cpp: Fix warnings. [-Wunused-variable]NAKAMURA Takumi2012-11-141-6/+4
* This patch is in preparation for adding medium code model support to theBill Schmidt2012-11-145-5/+5
* docs: Improve typographical correctness.Sean Silva2012-11-141-2/+2
* docs: Sphinxify TestSuiteMakefileGuideSean Silva2012-11-143-356/+290
* Use reserve() to avoid vector reallocation.Jakub Staszak2012-11-141-0/+1
* Make sure to not get AVX code on an AVX-capable host. Revealed in r167967.Jakub Staszak2012-11-144-8/+8
* test/CodeGen/Hexagon/postinc-load.ll: Suppress it for now. It triggered the f...NAKAMURA Takumi2012-11-141-1/+1
* Few more small CellSPU removals.Eric Christopher2012-11-143-8/+3
* Fix CMake build.Eric Christopher2012-11-141-1/+0
* Remove the CellSPU port.Eric Christopher2012-11-14120-22263/+9
* docs: Sphinxify TestingGuideSean Silva2012-11-147-930/+723
* Support for [[@LINE]], [[@LINE+<offset>]], [[@LINE-<offset>]] expressions inAlexander Kornienko2012-11-142-27/+121
* Fix invalid asserts, use llvm_unreachable instead.Jakub Staszak2012-11-141-3/+3
* llvm/test/CodeGen/X86/memset.ll: FileCheck-ize, and add another case on +avx.NAKAMURA Takumi2012-11-141-2/+23
* Added multiclass for post-increment load instructions.Jyotsna Verma2012-11-145-233/+216
* Force CPU in test so we don't accidentally get AVX code on an AVX-capable host.Benjamin Kramer2012-11-141-2/+2
* canJoinPhys method doesn't modify CoalescerPair. Make it const.Jakub Staszak2012-11-141-2/+2
* Added %(line), %(line+<number>), %(line-<number>) substitutions to litAlexander Kornienko2012-11-142-0/+16
* Remove dead code.Chad Rosier2012-11-141-13/+0
* Fix comment.Jakub Staszak2012-11-141-1/+1
* Remove DOS line endings.Jakub Staszak2012-11-149-910/+910
* X86: Enable SSE memory intrinsics even when stack alignment is less than 16 b...Benjamin Kramer2012-11-145-29/+81
* Replace std::vector -> SmallVector in BBVectorizeHal Finkel2012-11-141-4/+4
* Update my email address and update the code ownershipNadav Rotem2012-11-142-2/+6
* FileCheck.rst: change formatting of code-like constructs to use a monospacedDmitri Gribenko2012-11-141-86/+50
* The code pattern "imm0_255_neg" is used for checking if an immediate value is...Nadav Rotem2012-11-142-6/+38
* Add myself as code owner for NVPTX targetJustin Holewinski2012-11-141-0/+4
* docs: nuke GCCFEBuildInstrs.htmlSean Silva2012-11-141-279/+0
* [NVPTX] Implement custom lowering of loads/stores for i1Justin Holewinski2012-11-143-2/+87
* Fix commentAnton Korobeynikov2012-11-141-2/+2
* Fix really stupid ARM EHABI info generation bug: we should not emitAnton Korobeynikov2012-11-142-11/+32
* Claim ownership.Chad Rosier2012-11-141-0/+4
* Fix the largest offender of determinism in BBVectorizeHal Finkel2012-11-141-6/+6
* Sort the code owner list alphabetically. Add myself as lib/DebugInfo owner.Benjamin Kramer2012-11-141-12/+16