summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* Remove skip and xfail decorators for target architecture.Zachary Turner2016-02-099-25/+10
* Remove skipIfHostPlatform and skipUnlessHostPlatform decorators.Zachary Turner2016-02-093-20/+4
* Remove the skipUnlessArch decorator.Zachary Turner2016-02-093-35/+8
* [asan] Fix build on Windows and PowerPC.Evgeniy Stepanov2016-02-092-4/+5
* This patch is to fix PR26529 caused by r259736.Wei Mi2016-02-092-4/+35
* [llvm-nm] Remove excessive parenthesis, noticed by David Blaikie.Davide Italiano2016-02-081-3/+3
* Revert r260012 due to __gnu_cxx::hash_map breakageEric Fiselier2016-02-089-558/+71
* [PGO] Revert r260146 as it breaks Darwin platforms.Rong Xu2016-02-0825-147/+13
* Factor out UnrollAnalyzer to Analysis, and add unit tests for it.Michael Zolotukhin2016-02-086-239/+420
* [X86][SSE1] Add MOVLHPS/MOVHLPS lowering and memory folding supportSimon Pilgrim2016-02-083-6/+52
* [asan] Fix Windows build.Evgeniy Stepanov2016-02-081-3/+3
* [llvm-nm] Yet another attempt of simplifying code.Davide Italiano2016-02-081-11/+5
* [asan] Remove leftover debug print statement.Evgeniy Stepanov2016-02-081-1/+0
* [regalloc][WinEH] Do not mark intervals as not spillable if they contain a re...Andrew Kaylor2016-02-084-2/+119
* [asan] Implement SEGV read vs write detection for ARM and AArch64.Evgeniy Stepanov2016-02-086-25/+84
* llvm-cov: Fix reading gcov data that does not have function namesJustin Bogner2016-02-084-9/+43
* [PGO] Cover more cases of implicitly generated C++ methodsXinliang David Li2016-02-081-4/+38
* This patch adds doxygen comments for all the intrinsincs in the header file p...Ekaterina Romanova2016-02-081-1/+196
* Make ParentMap work with explicit specializations of function templates.Nico Weber2016-02-082-1/+7
* [Concepts] Remove the IsConcept bit and associated member functions from VarDeclNathan Wilson2016-02-082-17/+8
* cmake: Use "set" instead of "option" for LLVM_ENABLE_LTOJustin Bogner2016-02-081-1/+1
* Move includes inside guards. NFC.Pete Cooper2016-02-083-9/+8
* [WebAssembly] Update the br_if instructions' operand orders to match the spec.Dan Gohman2016-02-085-119/+119
* rangify; NFCSanjay Patel2016-02-081-7/+5
* [PGO] Update InstrProfData.inc to sync with llvmRong Xu2016-02-081-1/+3
* Fix typo in asan_flags.George Burgess IV2016-02-081-1/+1
* [PGO] Differentiate Clang instrumentation and IR level instrumentation profilesRong Xu2016-02-0825-13/+147
* [x86] convert masked store of one element to scalar storeSanjay Patel2016-02-082-29/+161
* cmake: Accept "thin" or "full" as arguments to -DLLVM_ENABLE_LTOJustin Bogner2016-02-082-9/+16
* [PGO] Simpflify test and increase coverageXinliang David Li2016-02-082-19/+20
* Fix build bot failure Xinliang David Li2016-02-081-0/+0
* AMDGPU/SI: Implement a work-around for smrd corrupting vccz bitTom Stellard2016-02-081-1/+55
* Add triple to h-registers-3.ll to make bots happy after r260133Hans Wennborg2016-02-081-3/+3
* A number of improvements to decorator conditionals.Zachary Turner2016-02-084-28/+30
* Remove expectedFailureWindows decorator.Zachary Turner2016-02-08117-193/+181
* [X86] Don't zero/sign-extend i1, i8, or i16 return values to 32 bits (PR22532)Hans Wennborg2016-02-0819-66/+207
* [asan] fix the Windows build (MSVC says: cannot specify explicit initializer ...Kostya Serebryany2016-02-081-2/+4
OpenPOWER on IntegriCloud