aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* reverting per requestJack Carter2013-10-041-6/+1
* Use addFlag to add the enum class attribute.Eric Christopher2013-10-041-2/+2
* Support tblockaddr for static compilation in Mips16.Reed Kotler2013-10-041-0/+10
* Fix object file writing in llvm-lto on Windows.Rafael Espindola2013-10-042-4/+1
* [MC][AsmParser] Hook for post assembly file processingJack Carter2013-10-041-1/+6
* [mips] Fix a bug in MipsLongBranch::replaceBranch, which was erasingAkira Hatanaka2013-10-041-2/+6
* SLPVectorizer: Sort inputs to commutative binary operationsArnold Schwaighofer2013-10-041-0/+234
* Temporarily revert r191792 as it is causing some LTO debug failuresEric Christopher2013-10-045-173/+3
* ARM: optimizeSelect has to consider the previous register classMatthias Braun2013-10-041-0/+23
* ARM: do not add a regmask for TAILJUMPsMatthias Braun2013-10-041-0/+35
* ARM: preserve undef flag in pseudo instruction expandersMatthias Braun2013-10-041-0/+7
* Fix this test.Rafael Espindola2013-10-041-1/+1
* Implement aarch64 neon instruction set AdvSIMD (3V elem).Jiangning Liu2013-10-044-0/+2377
* DebugInfo: Fix ordering of members after r191928David Blaikie2013-10-044-5/+70
* Adding support and tests for multiple module handling in lliAndrew Kaylor2013-10-0410-0/+80
* Fixed a bug with section names containing special characters.Richard Mitton2013-10-032-36/+27
* Pull fptrunc's upwards through selects when one of the select's selectands wa...Owen Anderson2013-10-031-0/+12
* Optimize linkonce_odr unnamed_addr functions during LTO.Rafael Espindola2013-10-032-0/+18
* Make gep i8* X, -(ptrtoint Y) transform work with address spacesMatt Arsenault2013-10-031-0/+13
* Make sure we emit a section for pubnames even if that section isEric Christopher2013-10-031-0/+18
* [arm] Enhance the test case by checking .fpu directive.Logan Chien2013-10-031-0/+1
* [ARM] Warn on deprecated IT blocks in v8 AArch32 assembly.Amara Emerson2013-10-032-14/+9762
* Remove wild .debug_aranges entries generated from unimportant labelsAlexey Samsonov2013-10-031-0/+88
* Add XOP disassembler support. Fixes PR13933.Craig Topper2013-10-032-1/+73
* Remove duplicated test cases that occurred when I applied the same patch file...Craig Topper2013-10-031-233/+0
* Add patterns for selecting TBM instructions from logical operations. Patch fr...Craig Topper2013-10-032-3/+469
* Don't use runtime bounds check between address spaces.Matt Arsenault2013-10-022-0/+377
* Fixing lli-child-target buildAndrew Kaylor2013-10-021-1/+2
* Fix missing CHECK-LABELsMatt Arsenault2013-10-0217-33/+33
* Apply slp vectorization on fully-vectorizable tree of height 2Yi Jiang2013-10-021-17/+130
* SLPVectorizer: Make store chain finding more aggressive with GetUnderlyingObj...Benjamin Kramer2013-10-021-0/+21
* Adding out-of-process execution support to lli.Andrew Kaylor2013-10-027-7/+7
* StructurizeCFG: Add dependency on LowerSwitch passTom Stellard2013-10-021-0/+23
* Try harder to disable the LTO tests on windows.Rafael Espindola2013-10-021-1/+1
* Remove the very substantial, largely unmaintained legacy PGOChandler Carruth2013-10-027-829/+0
* Remove "localize global" optimizationAlexey Samsonov2013-10-021-26/+0
* Add test I forgot to git add in r191824.Rafael Espindola2013-10-021-0/+17
* Disable this test on Win32 for now.Rafael Espindola2013-10-021-0/+3
* Don't layout items in a list in columns. That requires changing everyChandler Carruth2013-10-021-19/+34
* Add a -exported-symbol option to llvm-lto.Rafael Espindola2013-10-021-0/+7
* Enable building LTO on WIN32.Rafael Espindola2013-10-022-2/+1
* AVX-512: fixed a bug in getLoadStoreRegOpcode() for AVX-512 targetElena Demikhovsky2013-10-021-0/+9
* Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren2013-10-014-1/+156
* Remove triple from type unique testing cases.Manman Ren2013-10-013-6/+0
* Try to fix native-arm botManman Ren2013-10-011-2/+0
* Debug Info: remove duplication of DIEs when a DIE is part of the type systemManman Ren2013-10-011-2/+17
* R600: add a pass that merges clauses.Vincent Lejeune2013-10-013-5/+6
* R600: Put PRED_X instruction in its own clauseVincent Lejeune2013-10-014-6/+1182
* R600: Enable -verify-machineinstrs in some tests.Vincent Lejeune2013-10-015-5/+5
* Don't merge tiny functions.Matt Arsenault2013-10-012-2/+25