aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [NVPTX] Calling conventions fixJustin Holewinski2013-06-285-40/+63
* [NVPTX] Add support for cttz/ctlz/ctpopJustin Holewinski2013-06-283-0/+114
* [NVPTX] Clean up comparison/select/convert patterns and factor out PTX instru...Justin Holewinski2013-06-281-4/+4
* [NVPTX] Remove i8 register class. PTX support for i8 (.b8, .u8, .s8) is rath...Justin Holewinski2013-06-286-44/+44
* [NVPTX] Add support for vectorized function return valuesJustin Holewinski2013-06-281-0/+10
* [NVPTX] Clean up handling of formal arguments and enable generation of vector...Justin Holewinski2013-06-281-4/+2
* Bug 13662: Enable GPRPair for all i64 operands of inline asm on ARMWeiming Zhao2013-06-281-3/+36
* R600: Add local memory support via LDSTom Stellard2013-06-281-0/+82
* R600: Add support for GROUP_BARRIER instructionTom Stellard2013-06-281-0/+24
* ARM: ensure fixed-point conversions have sane typesTim Northover2013-06-282-0/+82
* ARM: Fix pseudo-instructions for SRS (Store Return State).Tilmann Scheller2013-06-282-20/+20
* llvm-symbolizer: skip leading underscore in Mach-O symbol table entriesAlexey Samsonov2013-06-281-3/+3
* llvm-symbolizer: add support for Mach-O universal binariesAlexey Samsonov2013-06-283-2/+26
* Debug Info: clean up usage of Verify.Manman Ren2013-06-286-17/+19
* Integrate Assembler: Support X86_64_DTPOFF64 relocationsDavid Blaikie2013-06-281-1/+2
* Convert tests to FileCheckMatt Arsenault2013-06-284-7/+14
* LoopVectorize: Preserve debug location infoArnold Schwaighofer2013-06-281-0/+92
* LoopVectorize: Cache edge masks created during if-conversionArnold Schwaighofer2013-06-271-0/+243
* Improve the compression of the tablegen DiffLists by introducing a new sortChad Rosier2013-06-271-18/+18
* CostModel: improve the cost model for load/store of non power-of-two types su...Nadav Rotem2013-06-271-0/+19
* R600: Remove alu-split.ll testTom Stellard2013-06-271-851/+0
* LoopVectorize: Use vectorized loop invariant gep index anchored in loopArnold Schwaighofer2013-06-271-0/+36
* Add a Subtarget feature 'v8fp' to the ARM backend.Joey Gouly2013-06-271-0/+10
* [SystemZ] Fix some embarrassing test typosRichard Sandiford2013-06-2714-30/+30
* [SystemZ] Allow LA and LARL to be rematerializedRichard Sandiford2013-06-273-2/+32
* [SystemZ] Allow immediate moves to be rematerializedRichard Sandiford2013-06-277-37/+90
* [SystemZ] Add conditional store patternsRichard Sandiford2013-06-276-0/+1754
* Update testing case to make DI nodes have the correct format.Manman Ren2013-06-271-3/+3
* Fix spelling.Arnold Schwaighofer2013-06-271-1/+1
* LoopVectorize: Don't store a reversed value in the vectorized value mapArnold Schwaighofer2013-06-271-0/+55
* Added support for the Builtin attribute.Michael Gottesman2013-06-272-0/+64
* [Mips Disassembler] Have the DecodeCCRRegisterClass function use the getRegChad Rosier2013-06-264-16/+16
* [mips] Do not emit ".option pic0" if target is mips64.Akira Hatanaka2013-06-261-0/+2
* [mips] Improve code generation for constant multiplication using shifts, adds...Akira Hatanaka2013-06-261-0/+49
* Erase all of the instructions that we RAUWedNadav Rotem2013-06-261-1/+1
* Add a subtarget feature 'v8' to the ARM backend.Joey Gouly2013-06-261-7/+16
* Do not add cse-ed instructions into the visited map because we dont want to c...Nadav Rotem2013-06-261-0/+84
* ARM: fix more cases where predication may or may not be allowedTim Northover2013-06-264-0/+65
* ARM: allow predicated barriers in Thumb modeTim Northover2013-06-263-10/+45
* Remove the 'generic' CPU from the ARM eabi attributes printer.Joey Gouly2013-06-261-4/+3
* [PowerPC] Accept 17-bit signed immediates for addisUlrich Weigand2013-06-262-0/+16
* [PowerPC] Support symbolic u16imm operandsUlrich Weigand2013-06-261-0/+10
* ARM: operands should be explicit when disassembledAmaury de la Vieuville2013-06-261-0/+4
* Suppress llvm/test/Other/can-execute.txt on msys bash.NAKAMURA Takumi2013-06-262-1/+5
* Optimized integer vector multiplication operation by replacing it with shift/...Elena Demikhovsky2013-06-265-3/+85
* [asan] workaround for PR16277: don't instrument AllocaInstr with alignment mo...Kostya Serebryany2013-06-261-0/+19
* [asan] add option -asan-keep-uninstrumented-functionsKostya Serebryany2013-06-261-0/+23
* SLPVectorizer: support slp-vectorization of PHINodes between basic blocksNadav Rotem2013-06-251-0/+46
* Print block frequencies in decimal form.Jakob Stoklund Olesen2013-06-251-16/+16
* R600: Use new getNamedOperandIdx function generated by TableGenTom Stellard2013-06-251-0/+59