summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2013-04-05Reverting 178851 as it broke buildbotsRenato Golin1-110/+0
2013-04-05[ms-inline asm] Add support for numeric displacement expressions in bracketedChad Rosier1-1/+38
2013-04-05Don't fetch pointers from a InMemoryStruct.Rafael Espindola2-6/+6
2013-04-05Respect Addend when processing MCJIT relocations to local/global symbols.Ulrich Weigand1-0/+25
2013-04-05llvm-symbolizer: correctly parse filenames given in quotesAlexey Samsonov3-4/+8
2013-04-05Add a basic test for llvm-symbolizer toolAlexey Samsonov1-0/+21
2013-04-05Add obj2yaml to test dependenciesAlexey Samsonov1-1/+1
2013-04-05Fix for PR14824: "Optimization arm_ldst_opt inserts newly generated instructi...Stepan Dyatkovskiy1-0/+110
2013-04-05The ppc bots say this is the last broken line, so lets try one more :-(Rafael Espindola1-1/+1
2013-04-05One more try before I just delete the macho bits until tomorrow.Rafael Espindola2-2/+2
2013-04-05More test loosening.Rafael Espindola2-4/+4
2013-04-05Loosen this test too.Rafael Espindola1-1/+1
2013-04-05Loosen this test.Rafael Espindola1-1/+1
2013-04-05Add a test for obj2yaml in preparation for refactoring it.Rafael Espindola1-0/+170
2013-04-05RegisterPressure heuristics currently require signed comparisons.Andrew Trick1-0/+228
2013-04-04LoopVectorizer: Pass OperandValueKind information to the cost modelArnold Schwaighofer1-0/+28
2013-04-04X86 cost model: Differentiate cost for vector shifts of constantsArnold Schwaighofer3-0/+863
2013-04-04PPC: Improve code generation for mixed-precision reciprocal sqrtHal Finkel1-0/+48
2013-04-04Disable 2010-10-01-crash.ll for Hexagon as the Hexagon frontend willJyotsna Verma1-0/+1
2013-04-04Add back parsing of header charactestics.Rafael Espindola2-0/+6
2013-04-04[XCore] Add bru instruction.Richard Osborne1-0/+3
2013-04-04[XCore] The RRegs register class is a superset of GRRegs.Richard Osborne1-0/+48
2013-04-04Avoid high-latency false CPSR dependencies even for tMOVSi.Jakob Stoklund Olesen1-0/+31
2013-04-04New-password-test commit.Stepan Dyatkovskiy1-1/+1
2013-04-04R600: Take export into account when computing cf addressVincent Lejeune1-0/+50
2013-04-04Propagate path to ASan/MSan symbolizer into test environment to produce usefu...Alexey Samsonov2-0/+10
2013-04-04Add SPARC v9 support for select on 64-bit compares.Jakob Stoklund Olesen1-0/+22
2013-04-03X86 cost model: Vector shifts are expensive in most casesArnold Schwaighofer4-2/+730
2013-04-03Implement the "mips endian" for r_info.Rafael Espindola3-1/+8
2013-04-03[XCore] Check disassembly of the st8 instruction.Richard Osborne1-0/+3
2013-04-03[XCore] Update disassembler test to improve coverage of the instructions.Richard Osborne1-6/+6
2013-04-03Implements low-level object file format specific output for COFF andEric Christopher16-90/+832
2013-04-03Implement sectionContainsSymbol for ELF.Eric Christopher1-1/+3
2013-04-03When dumping clear the arm/thumb flag for now.Eric Christopher1-0/+12
2013-04-03R600: Fix last ALU of a clause being emitted in a separate clauseVincent Lejeune1-0/+850
2013-04-03Fix PR15632: No support for ppcf128 floating-point remainder on PowerPC.Bill Schmidt1-0/+15
2013-04-03AArch64: implement ETMv4 trace system registers.Tim Northover3-0/+1658
2013-04-03Temporarily relax the WIN32 checks in the SRet test to fix the Atom D2700 botTimur Iskhodzhanov1-2/+5
2013-04-03Fix SRet for thiscall in i686-pc-win32Timur Iskhodzhanov2-47/+40
2013-04-03Add 64-bit compare + branch for SPARC v9.Jakob Stoklund Olesen1-0/+34
2013-04-03Use PPC reciprocal estimates with Newton iteration in fast-math modeHal Finkel1-0/+178
2013-04-03Fix the fde encoding used by mips to match gas.Rafael Espindola3-108/+156
2013-04-03Remove an optimization where we were changing an objc_autorelease into an obj...Michael Gottesman3-16/+8
2013-04-02[mips] Small update to the implementation of eh.return for Mips.Akira Hatanaka2-0/+8
2013-04-02Support and test template arguments for unions.Eric Christopher1-0/+58
2013-04-02llvm/test/CodeGen/X86: Unmark them out of XFAIL:cygming, in atomic{32|64}.ll ...NAKAMURA Takumi3-5/+0
2013-04-02Fix PR15630: Replace faulty stdcx. with stwcx.Bill Schmidt1-0/+16
2013-04-02Don't attempt MTM heuristics without a scheduling model present.Jakob Stoklund Olesen1-0/+2
2013-04-02[fast-isel] Use the correct API to disable FastLowerArguments for Win64.Chad Rosier1-3/+6
2013-04-02DAGCombiner: Merge store/loads when we have extload/truncstoresArnold Schwaighofer1-0/+98