aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-04-05Make the test/CodeGen/X86/win32_sret.ll reliable on any CPU by explicitly spe...Timur Iskhodzhanov
2013-04-05Reverting 178851 as it broke buildbotsRenato Golin
2013-04-05[ms-inline asm] Add support for numeric displacement expressions in bracketedChad Rosier
2013-04-05Don't fetch pointers from a InMemoryStruct.Rafael Espindola
2013-04-05Respect Addend when processing MCJIT relocations to local/global symbols.Ulrich Weigand
2013-04-05llvm-symbolizer: correctly parse filenames given in quotesAlexey Samsonov
2013-04-05Add a basic test for llvm-symbolizer toolAlexey Samsonov
2013-04-05Add obj2yaml to test dependenciesAlexey Samsonov
2013-04-05Fix for PR14824: "Optimization arm_ldst_opt inserts newly generated instructi...Stepan Dyatkovskiy
2013-04-05The ppc bots say this is the last broken line, so lets try one more :-(Rafael Espindola
2013-04-05One more try before I just delete the macho bits until tomorrow.Rafael Espindola
2013-04-05More test loosening.Rafael Espindola
2013-04-05Loosen this test too.Rafael Espindola
2013-04-05Loosen this test.Rafael Espindola
2013-04-05Add a test for obj2yaml in preparation for refactoring it.Rafael Espindola
2013-04-05RegisterPressure heuristics currently require signed comparisons.Andrew Trick
2013-04-04LoopVectorizer: Pass OperandValueKind information to the cost modelArnold Schwaighofer
2013-04-04X86 cost model: Differentiate cost for vector shifts of constantsArnold Schwaighofer
2013-04-04PPC: Improve code generation for mixed-precision reciprocal sqrtHal Finkel
2013-04-04Disable 2010-10-01-crash.ll for Hexagon as the Hexagon frontend willJyotsna Verma
2013-04-04Add back parsing of header charactestics.Rafael Espindola
2013-04-04[XCore] Add bru instruction.Richard Osborne
2013-04-04[XCore] The RRegs register class is a superset of GRRegs.Richard Osborne
2013-04-04Avoid high-latency false CPSR dependencies even for tMOVSi.Jakob Stoklund Olesen
2013-04-04New-password-test commit.Stepan Dyatkovskiy
2013-04-04R600: Take export into account when computing cf addressVincent Lejeune
2013-04-04Propagate path to ASan/MSan symbolizer into test environment to produce usefu...Alexey Samsonov
2013-04-04Add SPARC v9 support for select on 64-bit compares.Jakob Stoklund Olesen
2013-04-03X86 cost model: Vector shifts are expensive in most casesArnold Schwaighofer
2013-04-03Implement the "mips endian" for r_info.Rafael Espindola
2013-04-03[XCore] Check disassembly of the st8 instruction.Richard Osborne
2013-04-03[XCore] Update disassembler test to improve coverage of the instructions.Richard Osborne
2013-04-03Implements low-level object file format specific output for COFF andEric Christopher
2013-04-03Implement sectionContainsSymbol for ELF.Eric Christopher
2013-04-03When dumping clear the arm/thumb flag for now.Eric Christopher
2013-04-03R600: Fix last ALU of a clause being emitted in a separate clauseVincent Lejeune
2013-04-03Fix PR15632: No support for ppcf128 floating-point remainder on PowerPC.Bill Schmidt
2013-04-03AArch64: implement ETMv4 trace system registers.Tim Northover
2013-04-03Temporarily relax the WIN32 checks in the SRet test to fix the Atom D2700 botTimur Iskhodzhanov
2013-04-03Fix SRet for thiscall in i686-pc-win32Timur Iskhodzhanov
2013-04-03Add 64-bit compare + branch for SPARC v9.Jakob Stoklund Olesen
2013-04-03Use PPC reciprocal estimates with Newton iteration in fast-math modeHal Finkel
2013-04-03Fix the fde encoding used by mips to match gas.Rafael Espindola
2013-04-03Remove an optimization where we were changing an objc_autorelease into an obj...Michael Gottesman
2013-04-02[mips] Small update to the implementation of eh.return for Mips.Akira Hatanaka
2013-04-02Support and test template arguments for unions.Eric Christopher
2013-04-02llvm/test/CodeGen/X86: Unmark them out of XFAIL:cygming, in atomic{32|64}.ll ...NAKAMURA Takumi
2013-04-02Fix PR15630: Replace faulty stdcx. with stwcx.Bill Schmidt
2013-04-02Don't attempt MTM heuristics without a scheduling model present.Jakob Stoklund Olesen
2013-04-02[fast-isel] Use the correct API to disable FastLowerArguments for Win64.Chad Rosier