summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove decorators related to debug info types.Zachary Turner2016-02-096-31/+6
* Delete all the xfail / skip decorators for specific compilers.Zachary Turner2016-02-0922-43/+26
* Remove expected failure and skip decorators for host os.Zachary Turner2016-02-098-44/+38
* Fix name style.Rafael Espindola2016-02-091-30/+30
* Update comment style.Rafael Espindola2016-02-091-14/+14
* Revert "Correct size calculations for ELF files"Rafael Espindola2016-02-093-46/+0
* If we set the DYLD_INSERT_LIBRARIES environment variable when launching debug...Greg Clayton2016-02-091-0/+4
* [AArch64] This check is specific to merging instructions. NFC.Chad Rosier2016-02-091-4/+4
* Don't enable -flimit-debug-info by default for the LLDB Xcode builds. This wa...Greg Clayton2016-02-091-24/+0
* Remove system-libs.test for nowEhsan Akhgari2016-02-091-5/+0
* Fix a test added in r260263Ehsan Akhgari2016-02-091-1/+1
* [InstCombine][GC] Handle gc.relocations of vector typePhilip Reames2016-02-092-25/+40
* Add Tooling functionality to get a name for a QualType that can be used to nameRichard Smith2016-02-095-0/+676
* Simplify and rename ASTMatchFinder's getCXXRecordDecl to make it more obviousRichard Smith2016-02-091-41/+23
* Fix the test added in r260266Ehsan Akhgari2016-02-091-1/+1
* [AArch64] AArch64LoadStoreOptimizer: fix bug in pre-inc check iteratorGeoff Berry2016-02-092-10/+11
* [AArch64] Bail even earlier if the instructions modifieds the base register. ...Chad Rosier2016-02-091-5/+6
* [AArch64] Simplify. NFC.Chad Rosier2016-02-091-3/+1
* [AArch64] Add an assert to ensure we don't scale an offset that can't be scaled.Chad Rosier2016-02-091-1/+3
* Use __nl_symbol_ptr instead of __got in the stubs pass on x86 archs.Pete Cooper2016-02-0910-5/+30
* [PGO] Fix issue: explicitly defaulted assignop is not profiledXinliang David Li2016-02-092-0/+33
* Fix a typo in r260263Ehsan Akhgari2016-02-091-1/+1
* Pass /bigobj when building lib/ASTMatchers/Dynamic/Registry.cppReid Kleckner2016-02-091-0/+9
* clang-cl: Enable plugins on WindowsEhsan Akhgari2016-02-092-1/+2
* clang-cl: Support loading plugins on WindowsEhsan Akhgari2016-02-093-2/+13
* [AArch64] Add a FIXME about invalid KILL markers after the ld/st opt pass.Chad Rosier2016-02-091-0/+5
* llvm-config: Add preliminary Windows supportEhsan Akhgari2016-02-099-62/+113
* Turn on LLVM_ENABLE_PLUGINS by default on WindowsEhsan Akhgari2016-02-091-1/+1
* Add support for importing and exporting Registry objects on WindowsEhsan Akhgari2016-02-091-9/+60
* [AArch64] Remove redundant calls and clang format. NFC.Chad Rosier2016-02-091-42/+40
* [Hexagon] Fixing relocation generation and adding tests.Colin LeMahieu2016-02-093-182/+507
* [MC] Adding GOTREL expression variant.Colin LeMahieu2016-02-092-0/+3
* [AArch64] Hoist now common logic. NFC.Chad Rosier2016-02-091-13/+9
* [AArch64] Rename variable to make it clear we're merging here, not pairing.Chad Rosier2016-02-091-19/+19
* [libclang] indexing: make sure to not visit init-list expressions twice.Argyrios Kyrtzidis2016-02-092-11/+66
* [libclang] indexing: handle 'TopLevelDeclInObjCContainers' at the point where...Argyrios Kyrtzidis2016-02-093-26/+2
* [libclang] indexing: for a synthesized property reference have the parent be ...Argyrios Kyrtzidis2016-02-091-2/+3
* [Frontend] Handle ASTConsumer::shouldSkipFunctionBody via the MultiplexConsumer.Argyrios Kyrtzidis2016-02-092-0/+8
* [ASTUnit] Change the parameter of ASTUnit::LoadFromCompilerInvocationAction t...Argyrios Kyrtzidis2016-02-092-4/+4
* [libclang] indexing: Have the semantic container of synthesized ObjC getter/s...Argyrios Kyrtzidis2016-02-092-5/+9
* [AArch64] Separage the codegen logic for widening vs. pairing. NFC.Chad Rosier2016-02-091-38/+94
* Aligned __stub_helper section to 4-bytes.Pete Cooper2016-02-097-1/+17
* Mention the --all-files option in the -p help string.Jim Ingham2016-02-091-1/+2
* Simplify EnterTokenStream API to make it more robust for memory managementDavid Blaikie2016-02-0913-120/+99
* [llvm-readobj][ELF] Show MIPS GOT content when there is another zero-sized se...Simon Atanasyan2016-02-093-40/+70
* [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
OpenPOWER on IntegriCloud