summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix test breakage on Windows.Rui Ueyama2015-10-121-1/+6
* [elf2] Tighten up test.Michael J. Spencer2015-10-121-1/+3
* [elf2] Inline needsDynamicSections.Michael J. Spencer2015-10-121-5/+4
* [msan] Add __msan_copy_shadow interface function.Evgeniy Stepanov2015-10-124-0/+48
* [ELF2/PPC64] Resolve local-call relocations using the correct function-descri...Hal Finkel2015-10-124-5/+77
* [InstCombine] Tidied up SSE4A tests.Simon Pilgrim2015-10-121-37/+39
* Temporarily remove the test added in r250117 while I investigate why twoKevin Enderby2015-10-121-6/+0
* Assign correct edge weights to unwind destinations when lowering invoke state...Cong Hou2015-10-125-36/+140
* [SelectionDAG] Add common vector constant folding helper functionSimon Pilgrim2015-10-123-101/+99
* Fixed bugs in llvm-obdump while parsing Mach-O files from malformed archivesKevin Enderby2015-10-124-0/+19
* [clang-tidy] new check cppcoreguidelines-pro-bounds-pointer-arithmeticMatthias Gehre2015-10-127-0/+189
* [ELF2/LinkerScript] Implement parsing of OUTPUT_ARCH() command.Davide Italiano2015-10-122-0/+20
* Add decayedType and hasDecayedType AST matchersMatthias Gehre2015-10-124-0/+42
* [asan] Zero initialize sem_t in sem_init.Evgeniy Stepanov2015-10-124-7/+61
* test: change argumentSaleem Abdulrasool2015-10-121-1/+1
* test: relax path matching for windowsSaleem Abdulrasool2015-10-121-9/+9
* [ELF2] Allow PPC64 to add the TOC-restore after .plt-based relocationsHal Finkel2015-10-126-35/+111
* [ELF2] Ensure strict weak ordering in section sortingHal Finkel2015-10-121-2/+2
* [CMake] Adding support for passing in profiling data.Chris Bieneman2015-10-121-0/+7
* test/elf2/relative-dynamic-reloc-ppc64.s requires ppcHal Finkel2015-10-121-0/+1
* [ELF2/LinkerScript] Fix OUTPUT_FORMAT directive parsingDavide Italiano2015-10-122-0/+18
* Add warning flags for #include_next and some nearby warnings.Richard Smith2015-10-123-12/+15
* [ELF2] Fixup test case for TOC relocationHal Finkel2015-10-121-1/+1
* [ELF2] Implement PPC64TargetInfo::isRelRelativeHal Finkel2015-10-123-0/+81
* [ELF2] Add a base set of PPC64 relocationsHal Finkel2015-10-122-11/+307
* [ELF2] Sort PPC64 special sectionsHal Finkel2015-10-122-29/+97
* Parse and ignore #pragma runtime_checks in MS extensions mode (PR25138)Hans Wennborg2015-10-125-4/+16
* [clang-tidy] add check cppcoreguidelines-pro-type-static-cast-downcastMatthias Gehre2015-10-127-0/+218
* Fix Bug 25103 - _cxa_demangle improperly demangles virtual thunks. Thanks to ...Marshall Clow2015-10-122-1/+3
* Continue early to reduce indentation.Rui Ueyama2015-10-121-17/+18
* ELF2: Create a function to get VA from Elf_Rel.Rui Ueyama2015-10-123-16/+23
* Support Debug Info path remappingSaleem Abdulrasool2015-10-129-8/+88
* Support RHEL 7 and similar systems that use architecture-specific Python lib ...Todd Fiala2015-10-124-1/+83
* RegisterPasses: Optionally run inliner before PollyTobias Grosser2015-10-121-0/+13
* Use EP_ModuleOptimizerEarly to run early polly passes,Tobias Grosser2015-10-121-3/+3
* [Sema] Make `&function_with_enable_if_attrs` an errorGeorge Burgess IV2015-10-129-23/+228
* Update the branch weight metadata in JumpThreading pass.Cong Hou2015-10-127-5/+222
* Make Win64 localescape offsets FP relative instead of SP relativeReid Kleckner2015-10-122-26/+35
* [ELF2/PPC64] Add a comment about the page sizeHal Finkel2015-10-121-0/+4
* [llvm-symbolizer] Add -print-address optionHemant Kulkarni2015-10-125-0/+30
* [x86] Fix wrong lowering of vsetcc nodes (PR25080).Andrea Di Biagio2015-10-122-0/+58
* Fix a misunderstanding of the ThreadPlan::OkayToDiscard flag in InferiorCallP...Jim Ingham2015-10-122-18/+84
* Return the right answer for ShouldStop for the RunToAddress plan. This isn'tJim Ingham2015-10-121-1/+1
* Add a doc string for ReturnFromFrame.Jim Ingham2015-10-121-0/+7
* Fix test for change in a summary string (objects -> elements).Jim Ingham2015-10-121-6/+6
* Instead of computing offset from current and start, use a variable. NFC.Rui Ueyama2015-10-121-4/+4
* Remove break after error because error is _Noreturn.Rui Ueyama2015-10-121-5/+0
* [Sema] Don't emit multiple diags for one errorGeorge Burgess IV2015-10-122-12/+16
* Add - and -= operators to BlockFrequency using saturating arithmetic.Cong Hou2015-10-123-0/+25
* [libFuzzer] mention more trophies and improve the link formattingKostya Serebryany2015-10-121-5/+8
OpenPOWER on IntegriCloud