summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [MSan] Add a test case for r258339.Alexey Samsonov2016-01-211-2/+12
* Undo r258163 "Move part of an if condition into an assertion. NFC."Manuel Jacob2016-01-211-2/+2
* Fix a type in a commentPhilip Reames2016-01-211-1/+1
* [BlockPlacement] Add option to align all non-fall-through blocks.Geoff Berry2016-01-211-0/+16
* Revert "[SLP] Truncate expressions to minimum required bit width"Matthew Simpson2016-01-212-161/+24
* Use early return to simplify code (NFC)Teresa Johnson2016-01-211-22/+21
* [GCOV] Avoid emitting profile arcs for module and skeleton CUsVedant Kumar2016-01-212-0/+22
* [ThinLTO] Avoid unnecesary hash lookups during metadata linking (NFC)Teresa Johnson2016-01-212-19/+20
* [SLP] Truncate expressions to minimum required bit widthMatthew Simpson2016-01-212-24/+161
* [libcxx] Add appropriate 'REQUIRE' directives to tests that require en_US.UTF-8.Daniel Sanders2016-01-2124-1/+48
* When dumping documentation for AST matchers, do something more useful with \s...Aaron Ballman2016-01-212-16/+22
* [mips] Allowed dla instructions on 32-bit architectures.Scott Egerton2016-01-213-5/+248
* Revert obsolete llvm-link -preserve-modules option/testTeresa Johnson2016-01-212-18/+0
* AVX512: Masked move intrinsic implementation.Igor Breger2016-01-2113-35/+430
* [AVX512] Adding VPERMT2B and VPERMI2B Intrinsics Michael Zuckerman2016-01-214-0/+242
* Fix crash for typedefs for arrays of runtime bounds in Lambdas/Captured State...Alexey Bataev2016-01-212-134/+170
* PR26172: unnecessary indirection in HexagonCopyToCombine.cppKrzysztof Parzyszek2016-01-211-1/+1
* [OPENMP] Fix crash on reduction for complex variables.Alexey Bataev2016-01-214-17/+25
* [X86] - Removing warning on legal cases caused by commit r258132Marina Yatsina2016-01-212-5/+29
* [ELF] - Refactoring of Writer<ELFT>::scanRelocs()George Rimar2016-01-211-21/+29
* Change ConstantFoldInstOperands to take Instruction instead of opcode and typ...Manuel Jacob2016-01-216-59/+62
* Introduce ConstantFoldCastOperand function and migrate some callers of Consta...Manuel Jacob2016-01-214-61/+78
* Introduce ConstantFoldBinaryOpOperands function and migrate some callers of C...Manuel Jacob2016-01-213-78/+48
* [ELF][MIPS] Initial support of MIPS local GOT entriesSimon Atanasyan2016-01-217-16/+196
* When ObjectFileMachO reads a Mach-O file for a 32-bit arm cpu,Jason Molenda2016-01-211-3/+16
* AMDGPU/SI: Pass whether to use the SI scheduler via Target AttributeTom Stellard2016-01-214-1/+13
* Return early before iterating over local symbols. NFC.Rui Ueyama2016-01-211-2/+3
* re-submit test case (withright format-version)Xinliang David Li2016-01-214-0/+29
* llvm-go: call llvm-config with componentsAndrew Wilkins2016-01-211-1/+2
* Simplify function signature. NFC.Rui Ueyama2016-01-212-5/+4
* Rename MCLineEntry to MCDwarfLineEntryDavid Majnemer2016-01-213-21/+21
* [libFuzzer] don't use std::vector in one more hot pathKostya Serebryany2016-01-211-6/+29
* [GlobalISel] make library an optional componentAndrew Wilkins2016-01-211-1/+1
* [GlobalISel] Move generic opcodes description to their own file.Quentin Colombet2016-01-212-10/+26
* Revert 258376 -- wrong versionXinliang David Li2016-01-214-29/+0
* [Coverage] Add a test case for comdatXinliang David Li2016-01-214-0/+29
* Fix indentation.Rui Ueyama2016-01-211-1/+1
* [libfuzzer] use %p for printing addressesMike Aizatsky2016-01-211-1/+1
* Remove redundant argument.Rafael Espindola2016-01-211-3/+3
* [readobj] Print CodeOffset first, it's easier to readReid Kleckner2016-01-201-5/+5
* Fix a problem where we were not calling fcntl() with the correct arguments fo...Enrico Granata2016-01-201-2/+2
* [SelectionDAG] Fix constant offset folding to avoid commuting non-commutative...Dan Gohman2016-01-202-2/+21
* Fixed some #ifdefs. We were erroneously not supporting certain simulators.Sean Callanan2016-01-201-2/+2
* MachineScheduler: Add a command line option to disable post scheduler.Chad Rosier2016-01-201-1/+9
* MachineScheduler: Honor optnone functions in the pre-ra scheduler.Chad Rosier2016-01-202-0/+4
* Simplify the logic. NFC.Rafael Espindola2016-01-201-19/+2
* Run clang-format over ConstantFolding.h, fixing inconsistent indentation. NFC.Manuel Jacob2016-01-201-23/+22
* don't repeat function names in comments; NFCSanjay Patel2016-01-201-19/+14
* Orc: Simplify lambda by using std::set's initializer_list ctorDavid Blaikie2016-01-201-10/+9
* [Orc] Try to turn Orc execution unit tests back on for Linux.Lang Hames2016-01-201-1/+1
OpenPOWER on IntegriCloud