summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* Remove TrailingObjects::operator delete. It's still suffering fromRichard Smith2016-02-093-8/+4
* Remove 'llvm::TrailingObjects::operator delete', clang side.Richard Smith2016-02-091-1/+1
* Generate LC_FUNCTION_STARTS load command.Pete Cooper2016-02-098-43/+238
* Fix the LLVM_ENABLE_MODULES build after adding TargetOpcodes.def in r259726.David L Kreitzer2016-02-091-0/+3
* We should never dead strip mach header symbols.Pete Cooper2016-02-092-7/+8
* Reorder enum entry as its used for atom sorting.Pete Cooper2016-02-092-1/+2
* Add an "addUsedAAAnalyses" helper functionSanjoy Das2016-02-096-0/+32
* Remove SCEVAAWrapperPass from createLegacyPMAAResults; NFCSanjoy Das2016-02-091-2/+0
* Fix undefined behavior when compiling in C++14 due to sized operator deleteRichard Smith2016-02-092-9/+20
* Re-commit r259942 (reverted in r260053) with a different workaround for the M...Richard Smith2016-02-093-1/+11
* Simplify some expressions involving unique_ptr and ErrorOrDavid Blaikie2016-02-091-42/+42
OpenPOWER on IntegriCloud