Re-apply "InstrProf: Add unit tests for the profile reader and writer"
[oota-llvm.git] / test /
2015-02-18 Sanjoy DasGeneralize getExtendAddRecStart to work with both sign...
2015-02-17 Andrea Di Biagio[X86][FastIsel] Teach how to select scalar integer...
2015-02-17 Rafael EspindolaAdd r228939 back with a fix.
2015-02-17 Rafael EspindolaAdd a test showing the problem in r228939.
2015-02-17 Simon Pilgrim[X86][SSE] Generalised unpckl/unpckh shuffle matching
2015-02-17 Sanjay Pateluse a triple instead of a cpu; less builbot sadness
2015-02-17 Kevin EnderbyAdd code to llvm-objdump so the -section option with...
2015-02-17 Rafael EspindolaAdd testcases I missed in r229541.
2015-02-17 Sanjay Patelmake basic block label matching more flexible for less...
2015-02-17 Tom StellardR600/SI: Fix asam errors in SIFoldOperands
2015-02-17 Sanjay Patelprevent folding a scalar FP load into a packed logical...
2015-02-17 Simon Atanasyan[Object] Support reading 64-bit MIPS ELF archives
2015-02-17 Sanjay PatelCanonicalize splats as build_vectors (PR22283)
2015-02-17 Tom StellardR600/SI: Extend private extload pattern to include...
2015-02-17 Elena DemikhovskyFixed a bug in store sinking.
2015-02-17 Andrea Di Biagio[X86][FastISel] Add missing flag -fast-isel-abort to...
2015-02-17 Elena DemikhovskyAVX-512: changes in intel_ocl_bi calling conventions
2015-02-17 Michael Kuperstein[X86] Combine vector anyext + and into a vector zext
2015-02-17 Eric ChristopherMove ABI handling and 64-bitness to the PowerPC target...
2015-02-17 Chandler Carruth[x86] Teach the unpack lowering to try wider element...
2015-02-17 Hal Finkel[BDCE] Add a bit-tracking DCE pass
2015-02-17 Hal FinkelSpecify arch in test/CodeGen/X86/float-conv-elim.ll
2015-02-16 Hal Finkel[PowerPC] Support non-direct-sub/superclass VSX copies
2015-02-16 Cameron McInally[AVX512] Make 512b vector floating point rounds legal...
2015-02-16 Simon Pilgrim[X86][SSE] Add SSE MOVQ instructions to SSEPackedInt...
2015-02-16 Mehdi AminiSelectionDAG: fold (fp_to_u/sint (s/uint_to_fp)) here too
2015-02-16 Mehdi AminiInstCombine: fold more cases of (fp_to_u/sint (u/sint_t...
2015-02-16 Mehdi AminiTests: reformat sitofp.ll and use FileCheck
2015-02-16 Craig Topper[X86] Remove the multiply by 8 that goes into the shift...
2015-02-16 David MajnemerConstantFold: Properly fold GEP indices wider than i64
2015-02-16 Andrew TrickAArch64: Safely handle the incoming sret call argument.
2015-02-16 James Molloy[LoopReroll] Relax some assumptions a little.
2015-02-16 James Molloy[LoopReroll] Don't crash on dead code
2015-02-16 Chandler Carruth[x86] Add a generic unpack-targeted lowering technique...
2015-02-16 Chandler Carruth[x86] Switch this test to use checks generated by my...
2015-02-16 Michael KupersteinFix quoting of #pragma comment for MS compat, LLVM...
2015-02-16 Chandler Carruth[x86] Add initial basic support for forming blends...
2015-02-16 Chandler Carruth[x86] Add some more test cases for i8 vector blends.
2015-02-16 David MajnemerIR: SrcTy == DstTy doesn't imply that a cast is valid
2015-02-16 David MajnemerAsmParser: extractvalue requires at least one index...
2015-02-16 David MajnemerAsmParser: Make sure GlobalVariables have sane types
2015-02-16 David MajnemerAsmParser: Reject alloca with function type
2015-02-16 David MajnemerVerifier: Diagnose module flags which have null ID...
2015-02-16 Craig Topper[X86] Add support for lowering shuffles to 256-bit...
2015-02-16 Craig Topper[X86] Remove some hard tab characters from tests.
2015-02-16 David MajnemerDebugInfo: Don't crash if 'Debug Info Version' has...
2015-02-16 David MajnemerDataLayout: Validate that the pref alignment is at...
2015-02-16 David MajnemerDataLayout: Report when the datalayout type alignment...
2015-02-16 David MajnemerIR: Properly return nullptr when getAggregateElement...
2015-02-16 Chandler Carruth[x86] Teach the 128-bit vector shuffle lowering routine...
2015-02-16 Chandler Carruth[x86] Clean up a few test cases with the update script...
2015-02-16 Filipe Cabecinhas[Bitcode reader] Fix a few assertions when reading...
2015-02-15 Simon PilgrimAdded (still inefficient) shuffle test case for PR21138
2015-02-15 Simon PilgrimAdded some test cases of missed opportunities to use...
2015-02-15 Simon Pilgrim[X86][AVX2] vpslldq/vpsrldq byte shifts for AVX2
2015-02-15 Chandler Carruth[x86] Add the test case from PR22412, we now get this...
2015-02-15 Chandler Carruth[x86] Teach the decomposed shuffle/blend lowering to...
2015-02-15 Chandler Carruth[SDAG] Teach the SelectionDAG to canonicalize vector...
2015-02-15 Chandler Carruth[x86] Stop shuffling zero vectors. =]
2015-02-15 Chandler Carruth[x86] When splitting 256-bit vectors into 128-bit vecto...
2015-02-15 Michael Kupersteingold-plugin: fix test to allow default visibility on...
2015-02-15 Chandler Carruth[x86] Update some tests with the latest version of...
2015-02-15 Chandler Carruth[x86] Add a slight variation on some of the other gener...
2015-02-15 Craig Topper[X86] Add assembly parser support for mnemonic aliases...
2015-02-15 Chandler Carruth[x86] Add a test case for PR22390 which was a dup of...
2015-02-15 Chandler Carruth[x86] Fix PR22377, a regression with the new vector...
2015-02-15 Chandler Carruth[x86] Switch a collection of tests explicitly to the...
2015-02-15 Chandler Carruth[x86] Remove the now-default-on flag for the new vector...
2015-02-15 Craig Topper[X86] Add assembler predicates for the rest of the...
2015-02-15 David BlaikieFileCheck-ize a test to make it easier to migrate to...
2015-02-15 David BlaikieUpdate a test to make it easier to migrate to untyped...
2015-02-15 David BlaikieUpdate a test to use FileCheck so it's easier to migrat...
2015-02-15 David BlaikieReformat test case to be easier to migrate to typeless...
2015-02-15 Chandler Carruth[x86] Teach my test updating script about another quirk...
2015-02-14 Simon Pilgrim[X86][XOP] Enable commutation for XOP instructions
2015-02-14 Craig Topper[X86] Improve parsing support AVX/SSE floating point...
2015-02-14 Ramkumar RamachandraInstCombine: propagate deref via new addDereferenceableAttr
2015-02-14 Andrea Di Biagio[optnone] Skip pass Constant Hoisting on optnone functions.
2015-02-14 Simon Pilgrim[X86] Ensure integer domain on scalar load/store stack...
2015-02-14 Chandler Carruth[gold] Consolidate the gold plugin options and actually...
2015-02-14 Chandler CarruthBack out two accidental changes that snuck in with...
2015-02-14 Chandler Carruth[lit] Make the gold plugin support testing work with...
2015-02-14 Chandler CarruthRevert r229224: Make the 'llvm-lit' utility defend...
2015-02-14 Matt ArsenaultR600/SI: Implement correct f64 fdiv
2015-02-14 Matt ArsenaultR600/SI: Use complex operand folding for div_scale
2015-02-14 Matt ArsenaultR600/SI: Add tests for div_fmas with inline immediate...
2015-02-14 Matt ArsenaultR600/SI: Fix implicit vcc operand to v_div_fmas_*
2015-02-14 Justin Bognerllvm-cov: Actually use the command line arguments when...
2015-02-14 Matthias BraunRevert "On ELF, put PIC jump tables in a non executable...
2015-02-14 Philip Reames[InstCombine] When canonicalizing gep indices, prefer...
2015-02-13 Frederic Riss[dsymutil] Add DIE selection algorithm.
2015-02-13 Sanjay Patel[SSE/AVX] Use multiclasses to reduce the mass of scalar...
2015-02-13 Reid KlecknerFix R600 test deadlock on Windows by giving FileCheck...
2015-02-13 Dimitry AndricIncrease the CPU time timeout for testing from 10 to...
2015-02-13 Matt ArsenaultR600/SI: Allow f64 inline immediates in i64 operands
2015-02-13 Matt ArsenaultR600/SI: Minor test scheduling fixes
2015-02-13 Jozef Kolek[mips][microMIPS] Delay slot filler: Replace the microM...
2015-02-13 Andrea Di Biagio[InstCombine] Fix regression introduced at r227197.
2015-02-13 Akira HatanakaAdd run line that was missing in r228999.
2015-02-13 Andrea Di Biagio[CodeGenPrepare] Removed duplicate logic. SimplifyCFG...
next