aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Replace coff-/elf-dump with llvm-readobjNico Rieck2013-04-1215-365/+231
* Fix the test on linux by setting the triple and the align formatNadav Rotem2013-04-121-4/+4
* Add a flag to align all basic blocks in the function.Nadav Rotem2013-04-121-0/+22
* Use FileCheck instead of grep.Preston Gurd2013-04-112-17/+12
* Mips specific inline asm memory operand modifier test caseJack Carter2013-04-111-0/+16
* Add a CHECK-NOT for a more faithful translation of the original grep | count 2.Eli Bendersky2013-04-111-0/+1
* Add missing colons to check lines.Benjamin Kramer2013-04-111-1/+1
* FileCheckize a bunch of tests.Benjamin Kramer2013-04-112-7/+31
* Optimize vector select from all 0s or all 1sMichael Liao2013-04-111-0/+72
* Enhance bool simplifcation in X86 to handle more casesMichael Liao2013-04-113-2/+299
* Rewrite some of the test/CodeGen/X86 tests to use FileCheck instead of grepEli Bendersky2013-04-1011-15/+31
* Manually remove successors in if conversion when CopyAndPredicateBlock is usedHal Finkel2013-04-102-1/+1
* Mips specific inline asm memory operand modifier test caseJack Carter2013-04-101-5/+12
* R600/SI: Add pattern for AMDGPUurecipMichel Danzer2013-04-101-0/+12
* This is for an experimental option -mips-os16. The idea is to compile allReed Kotler2013-04-102-0/+226
* R600: Add VTX_READ_* and RAT_WRITE_CACHELESS_* when computing cf addrVincent Lejeune2013-04-101-0/+44
* R600/SI: dynamical figure out the reg class of MIMGChristian Konig2013-04-101-15/+15
* R600/SI: adjust writemask to only the used componentsChristian Konig2013-04-101-31/+65
* R600/SI: remove image sample writemaskChristian Konig2013-04-101-17/+17
* __sincosf_stret returns sinf / cosf in bits 0:31 and 32:63 of xmm0, not inEvan Cheng2013-04-101-1/+3
* Mips specific inline asm operand modifier 'D' Jack Carter2013-04-091-0/+17
* Allow PPC B and BLR to be if-converted into some predicated formsHal Finkel2013-04-092-0/+89
* This patch enables llvm to switch between compiling for mips32/mips64 Reed Kotler2013-04-099-0/+575
* DAGCombiner: Fold a shuffle on CONCAT_VECTORS into a new CONCAT_VECTORS if po...Benjamin Kramer2013-04-091-0/+23
* Use virtual base registers on PPCHal Finkel2013-04-092-0/+52
* Convert test PowerPC/2007-09-07-LoadStoreIdxForms to FileCheckHal Finkel2013-04-091-1/+5
* Compute correct frame sizes for SPARC v9 64-bit frames.Jakob Stoklund Olesen2013-04-091-0/+16
* Generate PPC early conditional returnsHal Finkel2013-04-082-4/+58
* AArch64: remove barriers from AArch64 atomic operations.Tim Northover2013-04-082-180/+207
* Cleanup and improve PPC fsel generationHal Finkel2013-04-071-0/+137
* Implement LowerCall_64 for the SPARC v9 64-bit ABI.Jakob Stoklund Olesen2013-04-071-3/+147
* Implement LowerReturn_64 for SPARC v9.Jakob Stoklund Olesen2013-04-061-0/+84
* SPARC v9 stack pointer bias.Jakob Stoklund Olesen2013-04-061-7/+5
* Implement PPCInstrInfo::FoldImmediateHal Finkel2013-04-061-0/+14
* Complete formal arguments for the SPARC v9 64-bit ABI.Jakob Stoklund Olesen2013-04-061-0/+136
* R600/SI: Add support for buffer stores v2Tom Stellard2013-04-052-3/+11
* R600/SI: Add processor types for each SI variantTom Stellard2013-04-058-8/+8
* R600/SI: Avoid generating S_MOVs with 64-bit immediates v2Tom Stellard2013-04-051-0/+26
* Enable early if conversion on PPCHal Finkel2013-04-051-0/+34
* Make the test/CodeGen/X86/win32_sret.ll reliable on any CPU by explicitly spe...Timur Iskhodzhanov2013-04-051-7/+6
* Reverting 178851 as it broke buildbotsRenato Golin2013-04-051-110/+0
* Fix for PR14824: "Optimization arm_ldst_opt inserts newly generated instructi...Stepan Dyatkovskiy2013-04-051-0/+110
* RegisterPressure heuristics currently require signed comparisons.Andrew Trick2013-04-051-0/+228
* PPC: Improve code generation for mixed-precision reciprocal sqrtHal Finkel2013-04-041-0/+48
* Avoid high-latency false CPSR dependencies even for tMOVSi.Jakob Stoklund Olesen2013-04-041-0/+31
* New-password-test commit.Stepan Dyatkovskiy2013-04-041-1/+1
* R600: Take export into account when computing cf addressVincent Lejeune2013-04-041-0/+50
* Add SPARC v9 support for select on 64-bit compares.Jakob Stoklund Olesen2013-04-041-0/+22
* R600: Fix last ALU of a clause being emitted in a separate clauseVincent Lejeune2013-04-031-0/+850
* Fix PR15632: No support for ppcf128 floating-point remainder on PowerPC.Bill Schmidt2013-04-031-0/+15