summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove some extra spacesJonathan Peyton2015-12-181-3/+3
* Xcode build: pass in vt100 to the Python test runner.Todd Fiala2015-12-181-3/+3
* [PGO] Cleanup: Move large member functions out of line (NFC)Xinliang David Li2015-12-182-92/+99
* [CMake] PGO training dataChris Bieneman2015-12-181-0/+2
* Remove possibility of failures to due race in ThreadPool unittestTeresa Johnson2015-12-181-22/+0
* Fix invalid enum comparison.Zachary Turner2015-12-181-1/+1
* Rewrite the TrailingObjects template to provide two new features:James Y Knight2015-12-182-108/+248
* __ne__ is the actual Python operator; __neq__ is a typoEnrico Granata2015-12-181-1/+1
* Delete dead code: only functions are materializable.Rafael Espindola2015-12-181-4/+0
* Add support for seeing through clang::AutoType in ClangASTContextEnrico Granata2015-12-184-10/+205
* Use a lambda to reduce code duplication.Rafael Espindola2015-12-181-23/+15
* Split RequireCompleteType into a function that actually requires that the typeRichard Smith2015-12-1817-126/+106
* git-clang-format a region I am about to change.Rafael Espindola2015-12-181-13/+15
* [PGO] Simplify computehash interface (NFC)Xinliang David Li2015-12-183-3/+6
* Support AlwaysBreakAfterReturnTypeZachary Turner2015-12-187-26/+190
* [modules] Don't try to use the definition of a class ifRichard Smith2015-12-188-106/+126
* remove xcshareddata exclusion from .gitignore; add desktop and lldb-python-te...Todd Fiala2015-12-183-2/+160
* Turns out, many people define structs named Point that do not share the same ...Enrico Granata2015-12-181-1/+1
* [Symbolize] Improve the ownership of parsed objects.Alexey Samsonov2015-12-182-69/+65
* [sancov] IWYU fix: add proper header inclusion.Alexey Samsonov2015-12-181-0/+1
* Use getEdgeProbability() instead of getEdgeWeight() in BFI and remove getEdge...Cong Hou2015-12-184-28/+10
* Wire a SourceLocation into IsDerivedFrom and move the RequireCompleteType callRichard Smith2015-12-1810-93/+108
* [DivergenceAnalysis] fix a bug in computing influence regionsJingyue Wu2015-12-182-8/+41
* [NaryReassociate] allow candidate to have a different typeJingyue Wu2015-12-182-9/+26
* Add a test case that validates that my change in r255603 does the right thingEnrico Granata2015-12-183-0/+85
* Add API to support retrieving the formatters category for a specific languageEnrico Granata2015-12-184-0/+18
* Revert "Enhance BranchProbabilityInfo::calcUnreachableHeuristics for InvokeInst"Rafael Espindola2015-12-183-59/+2
* Remove redundant argument. NFC.Rafael Espindola2015-12-183-8/+5
* Enhance BranchProbabilityInfo::calcUnreachableHeuristics for InvokeInstJun Bum Lim2015-12-183-2/+59
* Xcode build: add a lldb-python-test-suite target.Todd Fiala2015-12-181-0/+125
* PIC should not be enabled by default on Darwin with -static.Bob Wilson2015-12-182-1/+4
* [Hexagon] Add PIC supportKrzysztof Parzyszek2015-12-1812-153/+268
* Drop materializeAllPermanently.Rafael Espindola2015-12-186-16/+8
* Fix an unused variable warning from r256012.Chad Rosier2015-12-181-1/+1
* AMDGPU/SI: Test commitChangpeng Fang2015-12-181-1/+1
* Revert "AMDGPU/SI: Test commit"Changpeng Fang2015-12-181-1/+1
* AMDGPU/SI: Test commitChangpeng Fang2015-12-181-1/+1
* Drop support for dematerializing.Rafael Espindola2015-12-188-119/+0
* [UBSan] Implement runtime suppressions (PR25066).Alexey Samsonov2015-12-186-51/+151
* Revert "Improve DWARFDebugFrame::parse to also handle __eh_frame."Pete Cooper2015-12-1811-246/+305
* Add a defensive check for a nullptr.Adrian Prantl2015-12-181-5/+7
* Rename variables to reflect linker split (NFC)Teresa Johnson2015-12-184-26/+26
* Convert Arg, ArgList, and Option to dump() to dbgs() rather than errs().Eric Christopher2015-12-186-26/+38
* Add a dump method for ArgList.Eric Christopher2015-12-182-0/+9
* Improve DWARFDebugFrame::parse to also handle __eh_frame.Pete Cooper2015-12-1811-305/+246
* Recognize strings for Hexagon-specific variant kindsKrzysztof Parzyszek2015-12-181-0/+7
* mark TestGlobalVariables.py as XFAIL on OS X dwarf.Todd Fiala2015-12-181-4/+2
* [WinEH] Update LCSSA to handle catchswitch with handlers inside and outside a...Andrew Kaylor2015-12-183-1/+110
* [AArch64] Promote loads from storesJun Bum Lim2015-12-184-8/+951
* [ThinLTO/LTO] Don't link in unneeded metadataTeresa Johnson2015-12-188-7/+244
OpenPOWER on IntegriCloud