aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add test case for PR16785.Preston Gurd2013-10-011-0/+19
* [SystemZ] Add comparisons of high words and memoryRichard Sandiford2013-10-015-0/+170
* [SystemZ] Add comparisons of large immediates using high wordsRichard Sandiford2013-10-015-0/+114
* [SystemZ] Add immediate addition involving high wordsRichard Sandiford2013-10-015-0/+160
* [SystemZ] Extend test-under-mask support to high GR32sRichard Sandiford2013-10-011-0/+29
* [SystemZ] Extend 32-bit RISBG optimizations to high wordsRichard Sandiford2013-10-011-0/+25
* [SystemZ] Extend pseudo conditional 8- and 16-bit stores to high wordsRichard Sandiford2013-10-011-0/+32
* ARM: support interrupt attributeTim Northover2013-10-011-0/+130
* [SystemZ] Add test missing from r191764.Richard Sandiford2013-10-011-0/+30
* [SystemZ] Allow integer AND involving high wordsRichard Sandiford2013-10-011-0/+63
* [SystemZ] Allow integer XOR involving high wordsRichard Sandiford2013-10-011-0/+42
* [SystemZ] Allow integer OR involving high wordsRichard Sandiford2013-10-011-0/+42
* [SystemZ] Allow integer insertions with a high-word destinationRichard Sandiford2013-10-011-0/+38