summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typo in an error string. NFC.George Burgess IV2016-01-201-1/+1
* Make modernize-use-default tolerant of delayed template parsing; this code wa...Aaron Ballman2016-01-202-0/+9
* Fix PR26152.Evgeniy Stepanov2016-01-203-1/+32
* Fix build warning.Evgeniy Stepanov2016-01-201-1/+2
* AMDGPU/SI: Promote i1 SETCC operationsTom Stellard2016-01-202-0/+21
* AMDGPU: Fix old comments that mention AMDILMatt Arsenault2016-01-203-4/+4
* AMDGPU: Remove AMDGPU.trunc intrinsicMatt Arsenault2016-01-203-20/+0
* AMDGPU: Remove AMDIL.fraction intrinsicMatt Arsenault2016-01-205-23/+4
* AMDGPU: Remove AMDIL.round.nearest intrinsicMatt Arsenault2016-01-203-15/+0
* [GlobalISel] Add the proper cmake plumbing.Quentin Colombet2016-01-209-1/+239
* AMDGPU: Remove abs intrinsicMatt Arsenault2016-01-204-63/+0
* AMDGPU: Remove min/max intrinsicsMatt Arsenault2016-01-207-211/+2
* Register the isCopyAssignmentOperator AST matcher so that it can be used dyna...Aaron Ballman2016-01-201-0/+1
* [ELF][MIPS] Update test case to reflect recent changes in llvm-readobjSimon Atanasyan2016-01-201-0/+2
* [MSan] Clear parameters shadow before invoking malloc/free hooks.Alexey Samsonov2016-01-201-4/+10
* Add a "gc-transition" operand bundleSanjoy Das2016-01-208-10/+58
* [asan] print an additional hint when reporting a container overflowKostya Serebryany2016-01-202-1/+14
* [llvm-readobj][ELF] Teach llvm-readobj to show arch specific ELF section's flagsSimon Atanasyan2016-01-204-3/+157
* [GlobalISel] Add a generic machine opcode for ADD.Quentin Colombet2016-01-206-7/+41
* fix typo; NFCSanjay Patel2016-01-201-1/+1
* [ELF] Do not keep STT_FILE symbols in the symbol tableSimon Atanasyan2016-01-202-1/+13
* fix formatting; NFCSanjay Patel2016-01-201-3/+3
* Accept subtractions involving a weak symbol.Rafael Espindola2016-01-204-12/+6
* clang-format-diff: Replace hard-code default for clang-format binary with flag.Daniel Jasper2016-01-201-9/+6
* Ensure the lit.site.cfg and Unit/lit.site.cfg make targets do not useDimitry Andric2016-01-201-6/+6
* [LibCallSimplifier] don't get fooled by a fake sqrt()Sanjay Patel2016-01-202-4/+23
* [Orc] Fix a use-after-move bug in the Orc C-bindings stack.Lang Hames2016-01-201-3/+3
* 80-cols; NFCSanjay Patel2016-01-201-2/+2
* Add AST matcher support for FunctionDecls with the hasBody matcher.Aaron Ballman2016-01-205-13/+43
* Add AST matcher for paren expressions.Aaron Ballman2016-01-205-0/+34
* Write AArch64 big endian data fixup entries as BE.Keith Walker2016-01-202-35/+70
* Correctly initialize SIAnnotateControlFlowTom Stellard2016-01-203-2/+11
* Fix the error in non-asserts Release mode build. NFCSumanth Gundapaneni2016-01-201-0/+2
* Silencing several -Wcast-qual warnings; NFC.Aaron Ballman2016-01-201-2/+4
OpenPOWER on IntegriCloud