summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* AArch64ISelLowering.cpp: Fix a warning. [-Wunused-variable]NAKAMURA Takumi2016-01-231-0/+1
* Remove extra whitespace. NFC.Junmo Park2016-01-231-4/+4
* [PruneEH] Don't try to insert a terminator after another terminatorDavid Majnemer2016-01-232-1/+28
* Put space after pointer type in test. NFC.Manuel Jacob2016-01-232-3/+3
* AMDGPU: Replace some deprecated intrinsic uses in testsMatt Arsenault2016-01-239-62/+59
* AMDGPU: Run instnamer on a few testsMatt Arsenault2016-01-234-1727/+1713
* AMDGPU: Remove more unused intrinsicsMatt Arsenault2016-01-2312-1904/+1947
* [PruneEH] FuncletPads must not have undef operandsDavid Majnemer2016-01-232-5/+46
* [PruneEH] Unify invoke and call handling in DeleteBasicBlockDavid Majnemer2016-01-231-5/+9
* [PruneEH] Reuse code from removeUnwindEdgeDavid Majnemer2016-01-231-25/+2
* AMDGPU: Move amdgcn intrinsic handling into SITargetLoweringMatt Arsenault2016-01-232-73/+68
* AMDGPU: Remove IntrNoMem from llvm.SI.sendmsgMatt Arsenault2016-01-231-1/+1
* AMDGPU: Remove Feature64BitPtrMatt Arsenault2016-01-233-14/+4
* AArch64ISel: Fix ccmp code selection matching deep expressions.Matthias Braun2016-01-232-48/+98
* AArch64ISelLowering: Reduce maximum recursion depth of isConjunctionDisjuncti...Matthias Braun2016-01-231-2/+2
* Fix wrong indentationMatthias Braun2016-01-231-4/+4
* Skipped IncompleteModulesTestCase on OS XTodd Fiala2016-01-231-2/+1
* fixed TestConsecutiveBreakpoints test on OS XTodd Fiala2016-01-233-6/+6
* AlignOf.h: Appease g++-4.7 for now. Will fix later.NAKAMURA Takumi2016-01-231-0/+13
* [ELF] Avoid unnecessary global variable.Sean Silva2016-01-233-6/+4
* SemaOpenMP.cpp: Fix a warning in r258543. [-Wunused-variable]NAKAMURA Takumi2016-01-231-0/+1
* [WebAssembly] Fix RegNumbering for the stack pointerDerek Schuff2016-01-231-5/+13
* [cfi] Do not emit bit set entry for available_externally vtables.Evgeniy Stepanov2016-01-232-1/+16
* [analyzer] SATestBuild.py: Remove html and log when producing reference results.Devin Coughlin2016-01-231-7/+29
* Fix test to pass in C++03Marshall Clow2016-01-231-16/+51
* Fix missing function argument passthrough.Zachary Turner2016-01-231-1/+1
* [analyzer] Fixup r258572 Utility to match function calls.Anna Zaks2016-01-231-1/+1
* [libFuzzer] add more fields to DictionaryEntry to count the number of uses an...Kostya Serebryany2016-01-222-29/+52
* Decode files with UTF-8 in lldbutil.line_number.Zachary Turner2016-01-221-1/+2
* Un xfail TestSettings.test_run_args_and_env_vars_with_dwarfZachary Turner2016-01-221-1/+0
* More fixes related to counting threads on Windows.Zachary Turner2016-01-223-86/+41
* candidate fix for Green Dragon lldb testbotTodd Fiala2016-01-221-1/+1
* Add a helper function to ProcessStructReader to allow one to inquire about th...Enrico Granata2016-01-221-0/+9
* Fix bug in handling of quoted linker script tokens and update tests to use it.Pete Cooper2016-01-224-19/+19
* Module Debugging: Canonicalize the file names used as PCH module namesAdrian Prantl2016-01-224-8/+13
* [cmake] Disable manifest generation when LLD is the linkerReid Kleckner2016-01-221-4/+8
* [WinEH] Let cleanups post-dominated by unreachable get executedDavid Majnemer2016-01-225-4/+188
* Properly encode the < entity; it was missing the semicolon. Regenerating t...Aaron Ballman2016-01-222-521/+521
* XFail a test from TestConditionalBreak.py on Windows.Adrian McCarthy2016-01-221-2/+3
* XFail TestNamespaceLookup tests on Windows.Adrian McCarthy2016-01-221-1/+5
* Fix the code that leads to the incorrect trigger of the report_fatal_error()Kevin Enderby2016-01-223-8/+69
* unordered_map: Reuse insert logic in emplace when possible, NFCDuncan P. N. Exon Smith2016-01-221-3/+27
* Add am AST matcher for isMoveAssignmentOperator.Aaron Ballman2016-01-224-0/+46
* [analyzer] Utility to match function calls.Gabor Horvath2016-01-223-21/+42
* Use std::piecewise_constant_distribution instead of ad-hoc binary search.Ivan Krasin2016-01-223-63/+106
* Fix LivePhysRegs::addLiveOutsWeiming Zhao2016-01-221-1/+1
* fixed to test features, not CPU modelsSanjay Patel2016-01-221-73/+73
* fix typos; NFCSanjay Patel2016-01-221-2/+2
* Strip local symbols when using externalized debug info.Owen Anderson2016-01-221-1/+1
* added test fixture to EditlineTest gtestTodd Fiala2016-01-221-32/+35
OpenPOWER on IntegriCloud