[mips] Emit '.set nomicromips' before a function's entry label
[oota-llvm.git] / test /
2014-04-16 Matheus Almeida[mips] Emit '.set nomicromips' before a function's...
2014-04-16 Daniel Sanders[mips] Correct callee saved list for the N32 ABI and...
2014-04-16 Daniel Sanders[mips] Add calling convention tests covering O32, N32...
2014-04-16 Tim NorthoverARM64: explicitly ask for Apple NEON syntax so test...
2014-04-16 Tim NorthoverARM64: mark x7 as used when an i128 gets shunted onto...
2014-04-16 Tim NorthoverDAGCombiner: don't optimise non-existant litpool load
2014-04-16 Saleem AbdulrasoolCOFF: fix an off by one error
2014-04-16 Saleem AbdulrasoolCOFF: add support for .file symbols
2014-04-16 Saleem Abdulrasooltools: fix invalid printing, buffer overrun in llvm...
2014-04-16 Matt ArsenaultR600: Extend r600 sign_extend_inreg tests for EG
2014-04-15 Matt ArsenaultR600/SI: Print more immediates in hex format
2014-04-15 Nick LewyckyMake this test not match its own filename, when being...
2014-04-15 Matt ArsenaultR600/SI: Fix loads of i1
2014-04-15 Akira HatanakaMake FastISel::SelectInstruction return before target...
2014-04-15 Andrea Di Biagio[X86] Improve the lowering of packed shifts by constant...
2014-04-15 Quentin Colombet[ARM64] Set default CPU to generic instead of cyclone.
2014-04-15 Robert LougherRevert r191049/r191059 as it can produce wrong code...
2014-04-15 Julien LerougeAdd lifetime markers for allocas created to hold byval...
2014-04-15 Tim NorthoverAArch64/ARM64: enable more AArch64 tests on ARM64.
2014-04-15 Tim NorthoverAArch64/ARM64: add missing pattern for extending load.
2014-04-15 Tim NorthoverAArch64/ARM64: only mangle MOVZ/MOVN during encoding...
2014-04-15 Tim NorthoverAArch64/ARM64: add support for large code-model jump...
2014-04-15 Tim NorthoverAArch64/ARM64: add patterns for various commutations...
2014-04-15 Tim NorthoverAArch64/ARM64: add half as a storage type on ARM64.
2014-04-15 Tim NorthoverAArch64/ARM64: copy patterns for fixed-point conversions
2014-04-15 Tim NorthoverARM64: add constraints to various FastISel operations
2014-04-15 Tim NorthoverAArch64/ARM64: add more arm64 lines to AArch64 regressi...
2014-04-15 Tim NorthoverAArch64/ARM64: add dp tests from AArch64
2014-04-15 Stepan DyatkovskiyOptional hash symbol feature support for ARM64
2014-04-15 NAKAMURA Takumivect.omp.persistence.ll REQUIRES asserts due to -debug...
2014-04-15 Alexey BataevD3348 - [BUG] "Rotate Loop" pass kills "llvm.vectorizer...
2014-04-15 Quentin Colombet[MC] Emit an error if cfi_startproc is used before...
2014-04-15 Quentin Colombet[Register Coalescer] Add a test case for 206060.
2014-04-14 David BlaikieChange argument order and add explanatory comment to...
2014-04-14 Matt ArsenaultRevert "Revert r206045, "Fix shift by constants for...
2014-04-14 Adrian PrantlRe-apply r206096 after investigating the gdb buildbot...
2014-04-14 Louis GerbargFix for codegen bug that could cause illegal cmn instru...
2014-04-14 Louis GerbargAdd a flag to disable the ARM64DeadRegisterDefinitionsPass
2014-04-14 Akira HatanakaFix a bug in which BranchProbabilityInfo wasn't setting...
2014-04-14 Richard TrieuFix 2008-03-05-SxtInRegBug.ll so that the CHECK-NOT...
2014-04-14 Kaelyn TakataFix up MCFixup::getAccessVariant to handle unary expres...
2014-04-14 Saleem Abdulrasooltools: fix heap-buffer-overrun detected via ASAN
2014-04-14 Daniel Sanders[mips] Fix fcopysign for MIPS-IV and add the test.
2014-04-14 Daniel Sanders[mips] MIPS-IV is broadly the same as MIPS64 so duplica...
2014-04-14 Daniel Sanders[mips] Fix more incorrect uses of HasMips64 and isMips64()
2014-04-14 Tim NorthoverARM64: specify full triple in tests to pacify Windows.
2014-04-14 Tim NorthoverAArch64: add newline to end of test files.
2014-04-14 Tim NorthoverARM64: remove buggy REV16 pattern.
2014-04-14 Tim NorthoverAArch64/ARM64: enable directcond.ll test on ARM64.
2014-04-14 Tim NorthoverARM64: add patterns for csXYZ with reversed operands.
2014-04-14 Tim NorthoverARM64: enable more regression tests from AArch64
2014-04-14 Tim NorthoverARM64: add support for AArch64's addsub_ext.ll
2014-04-14 Tim NorthoverARM64: optimise (cmp x, (sub 0, y)) to (cmn x, y).
2014-04-14 Tim NorthoverARM64: start porting regression test suite from AArch64
2014-04-14 Richard Osborne[XCore] Don't create invalid MKMSK instructions inside...
2014-04-14 NAKAMURA TakumiWhitespace.
2014-04-14 NAKAMURA TakumiRevert r206045, "Fix shift by constants for vector."
2014-04-14 Hal FinkelDon't assert in BasicTTI::getMemoryOpCost for non-simpl...
2014-04-14 Saleem Abdulrasooltools: address possible non-null terminated filenames
2014-04-13 Hal Finkel[PowerPC] [Constant Hoisting] Enable constant hoisting...
2014-04-13 Serge PavlovRecognize test for overflow in integer multiplication.
2014-04-13 Hal Finkel[PowerPC] Fix rlwimi isel when mask is not constant
2014-04-13 David BlaikieFix instruction debug info location during legalization
2014-04-13 Saleem Abdulrasooltools: teach objdump about FILE aux records
2014-04-12 Hal Finkel[PowerPC] Implement some additional TLI callbacks
2014-04-12 David BlaikiePR13337: Omit DW_TAG_restrict_type when compiling for...
2014-04-12 Richard TrieuAdd extra checks to mvn.ll test to prevent the "f1...
2014-04-12 Adrian PrantlRevert "Debug info: (bugfix) C++ C/Dtors can be compile...
2014-04-12 Juergen Ributzka[ARM64] Never hoist the shift value of a shift instruction.
2014-04-12 Juergen Ributzka[ARM64] Fix the cost model for cheap large constants.
2014-04-12 Adrian PrantlDebug info: (bugfix) C++ C/Dtors can be compiled to...
2014-04-12 Hal FinkelReenable use of TBAA during CodeGen
2014-04-12 Hal FinkelAdd the ability to use GEPs for address sinking in CGP
2014-04-11 Louis GerbargAdd ARM64 CLS patterns
2014-04-11 Quentin Colombet[RegAllocGreedy][Last Chance Recoloring] Change the...
2014-04-11 Quentin Colombet[RegAllocGreedy][Last Chance Recoloring] Addition of
2014-04-11 Rafael EspindolaDon't lose the thumb bit by using relocations with...
2014-04-11 Adrian PrantlAdd some CHECKs to this testcase.
2014-04-11 Matt ArsenaultFix shift by constants for vector.
2014-04-11 Adrian PrantlDebug info: Store the DIVariable in DebugLocEntry also...
2014-04-11 Tom StellardSelectionDAG: Use helper function to improve legalizati...
2014-04-11 Daniel SandersRevert: r205182 - llvm/test/MC/Mips/mips64r2/valid...
2014-04-11 Simon Atanasyan[yaml2obj][ELF] ELF Relocations Support.
2014-04-10 Reid KlecknerMove the segmented stack switch to a function attribute
2014-04-10 Josh Magee[stack protector] Refactor and clean-up test. No funct...
2014-04-10 Kaelyn TakataRemove the use of "%e" as it is not a valid expansion...
2014-04-10 David BlaikieReimplement debug info compression by compressing the...
2014-04-10 David BlaikieRevert debug info compression support.
2014-04-10 Kevin EnderbyFor the ARM integrated assembler add checking of the
2014-04-10 Arnold SchwaighoferReapply "SLPVectorizer: Ignore users that are insertele...
2014-04-10 Daniel Sanders[mips] Switch the MIPS-III and MIPS-IV assembler tests...
2014-04-10 David MajnemerYAMLIO: Allow scalars to dictate quotation rules
2014-04-10 Juergen Ributzka[ARM64] Fix immediate cost calculation for types larger...
2014-04-10 Reid KlecknerRevert "For the ARM integrated assembler add checking...
2014-04-10 Jim GrosbachX86: Tighten up test.
2014-04-09 Jim GrosbachAdd support for load folding of avx1 logical instructions
2014-04-09 Jim GrosbachSelectionDAG: Don't constant fold target-specific nodes.
2014-04-09 Kevin EnderbyFor the ARM integrated assembler add checking of the
2014-04-09 Chad Rosier[AArch64] Implement the isZExtFree APIs.
2014-04-09 Chad Rosier[AArch64] Implement the isTruncateFree API.
next