summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [FunctionAttrs] Fix SCC logic around operand bundlesSanjoy Das2016-02-092-2/+19
* Fix a formatting problems with llvm-size and the -m option.Kevin Enderby2016-02-093-4/+13
* [AArch64] Cleanup to simplify logic when widening vs. pairing loads/stores. NFC.Chad Rosier2016-02-091-13/+50
* Revert "Avoid forcing emission of delayed dllexported classes on template ins...Reid Kleckner2016-02-092-21/+0
* [x86] make getOneTrueElt() a helper function ; NFCSanjay Patel2016-02-091-35/+34
* Fix invalid shift operator overload in ScalarPavel Labath2016-02-094-1/+37
* [MS ABI] Cleanup emitVTableDefinitionsDavid Majnemer2016-02-091-6/+6
* Introduce a cmake module to figure out whether we need to link with libatomic.Vasileios Kalintiris2016-02-096-0/+49
* [lsan] Run the tests for each supported arch and suffix each one to distingui...Daniel Sanders2016-02-093-11/+43
* [dfsan] Run the tests for each supported arch and suffix each one to distingu...Daniel Sanders2016-02-093-6/+37
* [msan] Run the tests for each supported arch and suffix each one to distingui...Daniel Sanders2016-02-093-10/+41
* [sanitizer_common] Correct the nits that should have been committed as part o...Daniel Sanders2016-02-093-3/+2
* [AArch64] Rename variable to improve readability. NFC.Chad Rosier2016-02-091-5/+5
* [sanitizer_common] Add suffix to lit testsuite name to distinguish subtargets.Daniel Sanders2016-02-093-1/+3
* [AArch64] Remove stale comment.Chad Rosier2016-02-091-3/+0
* [clang-tidy] Add -target in misc-misplaced-widening-cast test so it will work...Daniel Marjamaki2016-02-091-1/+1
* Use the plt entry as the address of some symbols.Rafael Espindola2016-02-099-49/+83
* [clang-tidy] Add 'misc-misplaced-widening-cast' check.Daniel Marjamaki2016-02-097-0/+251
* Registering the gnuNullExpr AST matcher as a dynamic matcher so that it is av...Aaron Ballman2016-02-091-0/+1
* Fix comment for MD5Hash.Teresa Johnson2016-02-091-1/+1
* [OPENMP] Fix test incompatibility with arm buildbots.Alexey Bataev2016-02-091-2/+3
* Fix possible OOB access found by buildbotAlexey Bataev2016-02-091-7/+8
* Add AST matcher reference to documentation directory when building HTML docs.Manuel Klimek2016-02-091-0/+2
* [clang-tidy] Make readability-container-size-empty work with inline namespace...Gabor Horvath2016-02-092-20/+38
* Fix a typo in an xfail decorator in TestExprsCharTamas Berghammer2016-02-091-1/+1
* [OPENMP] Allow to use the variable in the same 'threadprivate'Alexey Bataev2016-02-091-3/+0
* Do not mark variable as threadprivate if it was marked already.Alexey Bataev2016-02-091-0/+3
* [OPENMP] Allow to reference threadprivate variable in same directive.Alexey Bataev2016-02-092-3/+9
* [clang-tidy] Replace a custom ASTMatcher with a built-in one.Gabor Horvath2016-02-091-4/+2
* Fixed preprocessed output of the first token for pragmas.Alexey Bataev2016-02-092-0/+15
* [X86][AVX2] Fix SIGN_EXTEND vector handling on AVX2 targets.Simon Pilgrim2016-02-093-20/+24
* lld/test/mach-o/dependency_info.yaml: Forgot to remove XFAIL:win32.NAKAMURA Takumi2016-02-091-5/+0
* lld/test/mach-o/dependency_info.yaml: Tweak for dos path.NAKAMURA Takumi2016-02-091-3/+3
* check-lld: Introduce %python.NAKAMURA Takumi2016-02-092-1/+4
* Introduce the feature 'demangler' in check-lld. Mark lld/test/old-elf/X86_64/...NAKAMURA Takumi2016-02-092-2/+6
* Disable lld/test/old-elf/group-cmd-search.test on win32. "XFAIL:win32" was in...NAKAMURA Takumi2016-02-091-1/+1
* [GCC] GOMP_task: Change argument type of if_cond from int to boolJonas Hahnfeld2016-02-091-1/+1
* [CMake] Updating caches README with explanations of useful cache files.Chris Bieneman2016-02-091-8/+64
* Minor updates to failing tests. NFCMarshall Clow2016-02-092-2/+10
* [CMake] Providing a CMake cache for 3-stage buildsChris Bieneman2016-02-091-0/+34
* Add comments to some testsXinliang David Li2016-02-091-0/+4
* Fix an issue where pressing CTRL+C in the interactive script interpreter caus...Enrico Granata2016-02-091-1/+1
* Further reduce test overheadXinliang David Li2016-02-091-8/+4
* Refactor PGO function naming and MD5 hashing support out of ProfileDataTeresa Johnson2016-02-095-31/+47
* Use std::forward to make ErrorOr<T> constructible from a value that has a use...Nick Lewycky2016-02-092-17/+47
* Use the reserved spellings for attributesSaleem Abdulrasool2016-02-091-1/+1
* Avoid forcing emission of delayed dllexported classes on template instantiationReid Kleckner2016-02-092-0/+21
* [GMR/OperandBundles] Teach getModRefBehavior about operand bundlesSanjoy Das2016-02-092-7/+35
* [TestExprsChar] Fix a typo is failure archs listSiva Chandra2016-02-091-1/+1
* Add cmdline options for LC_DATA_IN_CODE load command.Pete Cooper2016-02-097-7/+111
OpenPOWER on IntegriCloud