summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Combine redundant stack realignment booleans in MachineFrameInfoReid Kleckner2016-04-112-32/+27
* add FIXME comment; NFCSanjay Patel2016-04-111-1/+3
* add an assert for safety; NFCSanjay Patel2016-04-111-0/+2
* variable names start with a capital letter; NFCSanjay Patel2016-04-111-9/+9
* [llvm-readobj] Add ELF hash histogram printingHemant Kulkarni2016-04-114-0/+156
* Add code comment/NFCXinliang David Li2016-04-111-0/+4
* [InstCombine] use canEvaluateShiftedShift() to handle the lshr case (NFCI)Sanjay Patel2016-04-111-33/+12
* [Clang][AVX512][BuiltIn] Adding avx512 ( psll{d|q}512,psllv{16si|8di},psra{d|...Michael Zuckerman2016-04-115-1/+828
* Update getting started docsReid Kleckner2016-04-111-6/+6
* Make the distinct DISubprogram in this testcase really distinct.Adrian Prantl2016-04-111-1/+3
* Update discriminator testcases to use proper NoDebug CUs instead of omittingAdrian Prantl2016-04-115-30/+10
* [InstCombine] don't try to shift an illegal amount (PR26760)Sanjay Patel2016-04-112-2/+25
* Mark TestPrintStackTraces as flaky on android armPavel Labath2016-04-111-0/+1
* [Driver] Fix a segfault in signal handlersPavel Labath2016-04-111-2/+6
* ELF: Set FDE count in .eh_frame_hdr correctly.Peter Collingbourne2016-04-112-8/+37
* ELF: Implement basic support for module asm in bitcode files.Peter Collingbourne2016-04-113-8/+39
* TargetRegisterInfo: Add getRegAsmName()Tom Stellard2016-04-112-1/+12
* [InstCombine] rename variables in shifted-shift helper function (NFCI)Sanjay Patel2016-04-111-17/+20
* More upgrading of old- and very-old-style debug info in testcases.Adrian Prantl2016-04-1123-24/+30
* [CLANG] [AVX512] [BUILTIN] Adding PSRA{Q|D|QI|DI}{128|256|512} builtinMichael Zuckerman2016-04-115-0/+375
* [InstCombine] add helper function for shift-shift optimization (NFCI)Sanjay Patel2016-04-111-24/+37
* This reverts commit r265913 and r265912Sanjoy Das2016-04-117-670/+6
* [mips] Make Static a default relocation model for MIPS codegenPetar Jovanovic2016-04-1177-335/+338
* Retry deletion of temporary files to avoid race conditions on Windows.Adrian McCarthy2016-04-111-12/+15
* [mips] Trivial corrections to range checked immediates.Daniel Sanders2016-04-117-9/+16
* [InstCombine] replace test that no longer works as intendedSanjay Patel2016-04-112-57/+22
* [ThinLTO] BitcodeWriter still requires Analysis libraryTeresa Johnson2016-04-111-1/+1
* [SystemZ] README: remove an implemented idea, add some new onesUlrich Weigand2016-04-111-5/+13
* [SystemZ] Add SVC instructionUlrich Weigand2016-04-114-0/+37
* Allow overflow of indices with constant dim-sizes.Michael Kruse2016-04-114-19/+115
* [ThinLTO] Move summary computation from BitcodeWriter to new passTeresa Johnson2016-04-1117-183/+434
* Mark OffsetSec const. NFC.Rafael Espindola2016-04-111-2/+2
* Remove initializer that are always set by the constructor.Rafael Espindola2016-04-111-5/+5
* Mark a few methods const.Rafael Espindola2016-04-111-4/+4
* Do not bind a non-const reference to a rvalue. NFC.Michael Kruse2016-04-111-2/+3
* [ARM] Avoid switching ARM/Thumb mode on .arch/.cpu directiveOliver Stannard2016-04-112-0/+82
* [Clang][AVX512][BuiltIn] Adding avx512 ( punpck{h|l}{dq|qdq}{128|256|512},rnd...Michael Zuckerman2016-04-115-0/+973
* [clang-format] Walk backwards from end() instead of forwards from rend().Benjamin Kramer2016-04-111-1/+1
* [SystemZ] Support conditional indirect sibling calls via BCRUlrich Weigand2016-04-116-5/+613
* [SystemZ] Remove incorrect CC use for C*BReturn instructionsUlrich Weigand2016-04-111-1/+1
* Remove unintentional returnBhushan D. Attarde2016-04-111-1/+0
* [X86] Added extra widening tests for and/xor/or bit operationsSimon Pilgrim2016-04-111-0/+1315
* [X86] Added extra widening tests for and/xor/or bit operationsSimon Pilgrim2016-04-111-0/+733
* [Clang][AVX512][BuiltIn] Adding avx512 ( ptest{n}m{b|w}{128|256|512} ) builti...Michael Zuckerman2016-04-119-0/+620
* [X86] Regenerated sdglue test checksSimon Pilgrim2016-04-111-12/+24
* Don't clutter the test directory with temporary IR files.Benjamin Kramer2016-04-111-2/+2
* [X86] Added widening tests for and/xor/or bit operationsSimon Pilgrim2016-04-111-0/+663
* [X86] Restrict max long nop length for Lakemont.Andrey Turetskiy2016-04-112-10/+13
* [sanitizer] Restore stderr when using forkpty() to spawn external symbolizerKuba Brecka2016-04-112-23/+14
* clang-format: [JS] Test for parameter annotations.Martin Probst2016-04-111-0/+3
OpenPOWER on IntegriCloud