summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* [MC] Emit an error if cfi_startproc is used before a symbol is defined.Quentin Colombet2014-04-15
* [Register Coalescer] Add a test case for 206060.Quentin Colombet2014-04-15
* Change argument order and add explanatory comment to r206130David Blaikie2014-04-14
* Revert "Revert r206045, "Fix shift by constants for vector.""Matt Arsenault2014-04-14
* Re-apply r206096 after investigating the gdb buildbot failure.Adrian Prantl2014-04-14
* Fix for codegen bug that could cause illegal cmn instruction generationLouis Gerbarg2014-04-14
* Add a flag to disable the ARM64DeadRegisterDefinitionsPassLouis Gerbarg2014-04-14
* Fix a bug in which BranchProbabilityInfo wasn't setting branch weights of bas...Akira Hatanaka2014-04-14
* Fix 2008-03-05-SxtInRegBug.ll so that the CHECK-NOT will not match the filename.Richard Trieu2014-04-14
* Fix up MCFixup::getAccessVariant to handle unary expressions.Kaelyn Takata2014-04-14
* tools: fix heap-buffer-overrun detected via ASANSaleem Abdulrasool2014-04-14
* [mips] Fix fcopysign for MIPS-IV and add the test.Daniel Sanders2014-04-14
* [mips] MIPS-IV is broadly the same as MIPS64 so duplicate all -mcpu=mips64 te...Daniel Sanders2014-04-14
* [mips] Fix more incorrect uses of HasMips64 and isMips64()Daniel Sanders2014-04-14
* ARM64: specify full triple in tests to pacify Windows.Tim Northover2014-04-14
* AArch64: add newline to end of test files.Tim Northover2014-04-14
* ARM64: remove buggy REV16 pattern.Tim Northover2014-04-14
* AArch64/ARM64: enable directcond.ll test on ARM64.Tim Northover2014-04-14
* ARM64: add patterns for csXYZ with reversed operands.Tim Northover2014-04-14
* ARM64: enable more regression tests from AArch64Tim Northover2014-04-14
* ARM64: add support for AArch64's addsub_ext.llTim Northover2014-04-14
* ARM64: optimise (cmp x, (sub 0, y)) to (cmn x, y).Tim Northover2014-04-14
* ARM64: start porting regression test suite from AArch64Tim Northover2014-04-14
* [XCore] Don't create invalid MKMSK instructions inside loadImmediate().Richard Osborne2014-04-14
* Whitespace.NAKAMURA Takumi2014-04-14
* Revert r206045, "Fix shift by constants for vector."NAKAMURA Takumi2014-04-14
* Don't assert in BasicTTI::getMemoryOpCost for non-simple typesHal Finkel2014-04-14
* tools: address possible non-null terminated filenamesSaleem Abdulrasool2014-04-14
* [PowerPC] [Constant Hoisting] Enable constant hoisting on PPCHal Finkel2014-04-13
* Recognize test for overflow in integer multiplication.Serge Pavlov2014-04-13
* [PowerPC] Fix rlwimi isel when mask is not constantHal Finkel2014-04-13
* Fix instruction debug info location during legalizationDavid Blaikie2014-04-13
* tools: teach objdump about FILE aux recordsSaleem Abdulrasool2014-04-13
* [PowerPC] Implement some additional TLI callbacksHal Finkel2014-04-12
* PR13337: Omit DW_TAG_restrict_type when compiling for DWARF2David Blaikie2014-04-12
* Add extra checks to mvn.ll test to prevent the "f1" check from matchingRichard Trieu2014-04-12
* Revert "Debug info: (bugfix) C++ C/Dtors can be compiled to multiple functions,"Adrian Prantl2014-04-12
* [ARM64] Never hoist the shift value of a shift instruction.Juergen Ributzka2014-04-12
* [ARM64] Fix the cost model for cheap large constants.Juergen Ributzka2014-04-12
* Debug info: (bugfix) C++ C/Dtors can be compiled to multiple functions,Adrian Prantl2014-04-12
* Reenable use of TBAA during CodeGenHal Finkel2014-04-12
* Add the ability to use GEPs for address sinking in CGPHal Finkel2014-04-12
* Add ARM64 CLS patternsLouis Gerbarg2014-04-11
* [RegAllocGreedy][Last Chance Recoloring] Change the name of the exhaustive se...Quentin Colombet2014-04-11
* [RegAllocGreedy][Last Chance Recoloring] Addition ofQuentin Colombet2014-04-11
* Don't lose the thumb bit by using relocations with sections.Rafael Espindola2014-04-11
* Add some CHECKs to this testcase.Adrian Prantl2014-04-11
* Fix shift by constants for vector.Matt Arsenault2014-04-11
* Debug info: Store the DIVariable in DebugLocEntry also for constants,Adrian Prantl2014-04-11
* SelectionDAG: Use helper function to improve legalization of ISD::MULTom Stellard2014-04-11