summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow 0-weight branches in BranchProbabilityInfo.Diego Novillo2015-05-065-20/+26
* ittnotify: change default notification mode to 3, which includes parallel reg...Andrey Churbanov2015-05-061-1/+1
* Add missing dereferenceable_or_null gettersSanjoy Das2015-05-067-2/+50
* Restore TestRegisterVariables failure decorator for older ClangEd Maste2015-05-061-0/+1
* [X86] Disable loop unrolling in loop vectorization pass when VF is 1.Wei Mi2015-05-0616-19/+64
* Add ChangeTo* to MachineOperand for symbolsMatt Arsenault2015-05-062-0/+28
* Add bitcode test to verify functions can be materialized out of order.Derek Schuff2015-05-061-0/+64
* Readd the regression test from r236584. Calling convention fixed to linux.Pawel Bylica2015-05-061-0/+51
* [ARM] Fast-Isel was incorrectly selecting <2 x double> adds.Pete Cooper2015-05-062-0/+37
* Fix implementation of normalize builtinTom Stellard2015-05-062-6/+152
* Simplify FuncUnwinders::GetEHFrameAugmentedUnwindPlanPavel Labath2015-05-062-29/+33
* [PPC64LE] Adjust vector splats during VSX swap optimizationBill Schmidt2015-05-062-7/+131
* [AArch64] Advertise that the __sync_*_compare_and_swap_1/2/4/8 builtins workReid Kleckner2015-05-061-0/+6
* clang-format: Merge labels and subsequent semicolons.Daniel Jasper2015-05-063-1/+13
* clang-format: Allow ternary expressions inside template parameters ifDaniel Jasper2015-05-062-2/+9
* clang-format: Consider operator precedence as penalty when breakingDaniel Jasper2015-05-062-0/+7
* Reformat.NAKAMURA Takumi2015-05-063-7/+6
* Revert r236546, "propagate IR-level fast-math-flags to DAG nodes (NFC)"NAKAMURA Takumi2015-05-067-109/+99
* clang-format: Accept slightly more record declarations.Daniel Jasper2015-05-062-28/+32
* clang-format: Fix bad wrapping of ObjC method exprs.Daniel Jasper2015-05-062-3/+10
* clang-format: Properly indent method calls without inputs.Daniel Jasper2015-05-062-2/+6
* [cmake] Remove two unused include pathsTobias Grosser2015-05-061-5/+0
* [NativeProcessLinux] Remove the post-stop lambdaPavel Labath2015-05-062-132/+55
* Remove deprecated version of reformat.Manuel Klimek2015-05-062-17/+0
* Replace two naked references of 'std::' with the macro '_VSTD::'. No function...Marshall Clow2015-05-061-2/+2
* clang-format: Don't allow -i when reading from stdin.Daniel Jasper2015-05-061-1/+3
* Remove all computation of structural errors in clang-format's line parser.Manuel Klimek2015-05-063-28/+10
* [ARM] generate VMAXNM/VMINNM for a compare followed by a select, in safe math...Artyom Skrobov2015-05-062-25/+385
* clang-format: Fix another assertion discovered by the fuzzer.Daniel Jasper2015-05-062-14/+19
* Liboffload: Patch for MPSS > 3.4.x (provided by Tim Cramer)Andrey Churbanov2015-05-062-5/+26
* [NativeProcessLinux] fold ThreadStateCoordinator into NPLPavel Labath2015-05-0612-1665/+849
* Revert regression test from r236584.Pawel Bylica2015-05-061-51/+0
* Fix libunwind to build on FreeBSDViktor Kutuzov2015-05-061-2/+9
* SelectionDAG: Handle out-of-bounds index in extract vector elementPawel Bylica2015-05-063-3/+82
* Add iterators for the ArrayInfo objects of the scopTobias Grosser2015-05-062-2/+17
* [Msan] Fix the mmap_below_shadow.cc test to pass on FreeBSDViktor Kutuzov2015-05-061-1/+4
* [Msan] Fix the ioctl_custom.cc test to pass on FreeBSDViktor Kutuzov2015-05-061-14/+6
* [Msan] Fix the initgroups.cc test to build on FreeBSDViktor Kutuzov2015-05-061-0/+1
* [Msan] Fix the ifaddrs.cc test to build and pass on FreeBSDViktor Kutuzov2015-05-062-1/+6
* clang-format: Prevent assertion discovered by fuzzer.Daniel Jasper2015-05-062-2/+12
* clang-format: Prevent exponential runtime in token annotator.Daniel Jasper2015-05-062-1/+12
* [ThreadStateCoordinator] Remove Event classesPavel Labath2015-05-062-614/+399
* [DomTree] verifyDomTree to unconditionally perform DT verificationAdam Nemet2015-05-062-7/+6
* [OPENMP] Fixed messages about predetermined DSA for loop control variables.Alexey Bataev2015-05-062-4/+11
* clang-format: Fix bug in multiline comment wrapping.Daniel Jasper2015-05-062-6/+23
* [ASan][MIPS] Fix null_deref.cc test on MIPS64Sagar Thakur2015-05-061-1/+1
* [OPENMP] Fix for http://llvm.org/PR23387: clang fails to compile magick/attri...Alexey Bataev2015-05-062-2/+22
* [sanitizer][MIPS] Implement clone for MIPSSagar Thakur2015-05-061-3/+63
* [ARM][FastISel] Use TST #1 instead of CMP #0 for select.Ahmed Bougacha2015-05-062-16/+16
* [Statepoints] Remove broken test case.Sanjoy Das2015-05-061-29/+0
OpenPOWER on IntegriCloud