summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Add r186216 back, but make the test tolerant of different uids and gids.Rafael Espindola2013-07-13
* Add a microoptimization for urem.Nick Lewycky2013-07-13
* Revert commit r186216 -- it's breaking bots:Chandler Carruth2013-07-13
* [mips] Remove trailing whitespace.Akira Hatanaka2013-07-12
* Fix logic error optimizing "icmp pred (urem X, Y), Y" where pred is signed.Nick Lewycky2013-07-12
* [mips] Implement MipsTargetMachine::getInstrItineraryData().Akira Hatanaka2013-07-12
* Fix ARM paired GPR COPY loweringJF Bastien2013-07-12
* Fix a crash in EvaluateInDifferentElementOrder where it would generate anJoey Gouly2013-07-12
* Fix a off by one error about which members need to use the string table.Rafael Espindola2013-07-12
* LFTR improvement to avoid truncation.Andrew Trick2013-07-12
* R600: Reapply testcase from r186178, the big endian issue should be fixed by ...Benjamin Kramer2013-07-12
* Change archive-update.test to create a new file on the fly.Rafael Espindola2013-07-12
* Rename directory to avoid problems on windows.Rafael Espindola2013-07-12
* Change llvm-ar to use lib/Object.Rafael Espindola2013-07-12
* Add a test for llvm-ar's u option.Rafael Espindola2013-07-12
* R600: Remove the fpconst64.ll test which was failing on non-x86 buildbotsTom Stellard2013-07-12
* X86 cost model: Add cost for vectorized gather/scatherArnold Schwaighofer2013-07-12
* ARM cost model: Add cost for gather/scatherArnold Schwaighofer2013-07-12
* Relax the test a bit more to handle different UIDs and GIDs.Rafael Espindola2013-07-12
* Relax test a bit to handle umask differences.Rafael Espindola2013-07-12
* Add a test for the 'o' option in llvm-ar.Rafael Espindola2013-07-12
* R600/SI: Add support for f64 kernel argumentsTom Stellard2013-07-12
* R600/SI: Implement select and compares for SITom Stellard2013-07-12
* R600/SI: Add fsqrt pattern for SITom Stellard2013-07-12
* R600/SI: Add double precision fsub pattern for SITom Stellard2013-07-12
* R600/SI: SI support for 64bit ConstantFPTom Stellard2013-07-12
* R600/SI: Add initial double precision support for SITom Stellard2013-07-12
* X86: Shrink certain forms of movsx.Benjamin Kramer2013-07-12
* X86: fold SSE2/AVX2 logical shift by immediate amount into zero vector when p...Stephen Lin2013-07-12
* Start using CHECK-LABEL in some tests.Stephen Lin2013-07-12
* Add new directive called CHECK-LABEL to FileCheck.Stephen Lin2013-07-12
* Don't reject an empty archive.Rafael Espindola2013-07-12
* Revert "indvars: Improve LFTR by eliminating truncation when comparingChandler Carruth2013-07-12
* Add support for Mips break and syscall insructions. The corresponding test ca...Vladimir Medic2013-07-12
* [SystemZ] Add test missing from r186148Richard Sandiford2013-07-12
* [SystemZ] Optimize sign-extends of vector setccsRichard Sandiford2013-07-12
* [SystemZ] Improve spilling of LGDR and LDGRRichard Sandiford2013-07-12
* SLPVectorizer: Sink and enable CSE for ExtractElements.Nadav Rotem2013-07-12
* Target/X86: Add explicit Win64 and System V/x86-64 calling conventions.Charles Davis2013-07-12
* llvm/test/Object/archive-toc.test: Use env(1) to satisfy win32 hosts.NAKAMURA Takumi2013-07-12
* SLPVectorize: Replace the code that checks for vectorization candidates in su...Nadav Rotem2013-07-12
* Add the ability to use guarded malloc when running llvm lit tests.David Dean2013-07-11
* In response to dblaikie's comment on r186035, replacing theAdrian Prantl2013-07-11
* Add tests for the before and after modifiers.Rafael Espindola2013-07-11
* Add a test for llvm-ar's m operation.Rafael Espindola2013-07-11
* PPC: Add some missing V_SET0 patternsHal Finkel2013-07-11
* indvars: Improve LFTR by eliminating truncation when comparing against a cons...Andrew Trick2013-07-11
* PPCDAGToDAGISel::isRunOfOnes should return false on zeroHal Finkel2013-07-11
* Fix a FIXME about the format and add a test.Rafael Espindola2013-07-11
* LoopVectorize: Vectorize all accesses in address space zero with unit strideArnold Schwaighofer2013-07-11