summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add additional areas I'm responsible for in the lldb codebase.Jason Molenda2017-02-281-1/+2
* Add comments about .hash and .gnu.hash.Rui Ueyama2017-02-281-0/+31
* [XRay][Docs] Update the XRay documentationDean Michael Berris2017-02-281-26/+93
* Actually add error handling to unpacking the dyld compact bind andKevin Enderby2017-02-284-28/+65
* Mark some libFuzzer tests as XFAIL'd on DarwinMehdi Amini2017-02-284-0/+7
* Removing couple unnecessary architecture guards.Jonathan Peyton2017-02-281-2/+2
* AMDGPU: Fix types for VOP_I16_I16_I16Matt Arsenault2017-02-281-1/+1
* [ODRHash] Add basic support for CXXRecordDeclRichard Trieu2017-02-284-4/+79
* AMDGPU: Add definition for v_swap_b32Matt Arsenault2017-02-284-4/+73
* Allow attributes before union definitionErich Keane2017-02-286-5/+56
* clang-format the Mangled changes.Zachary Turner2017-02-281-12/+14
* Wrap the call to UndecorateSymbolName in a mutex.Zachary Turner2017-02-281-11/+19
* AMDGPU: Add definition for v_xad_u32Matt Arsenault2017-02-282-0/+6
* [DWARFv5] Emit new unit header format.Paul Robinson2017-02-2815-23/+383
* AMDGPU: Add ds_nop to assemblerMatt Arsenault2017-02-282-1/+26
* AMDGPU: Add definitions for ds_{read|write}_b{96|128}Matt Arsenault2017-02-282-4/+28
* Minor refactoring. NFC.Rui Ueyama2017-02-281-4/+5
* Use make<> instead of new (BAlloc). NFC.Rui Ueyama2017-02-283-9/+8
* De-template DefinedRegular.Rui Ueyama2017-02-2817-119/+107
* Make it obvious that st_value for common symbols has a different meaning.Rui Ueyama2017-02-281-5/+13
* [AMDGPU] Add second pass of the schedulerStanislav Mekhanoshin2017-02-282-7/+126
* Fix wrong TLS symbol values.Rui Ueyama2017-02-285-12/+4
* Fix a bug in r294611 w.r.t. Darwin Kernel debugging.Jim Ingham2017-02-284-0/+19
* Revert "Add terminator to .eh_frame sections"Rafael Espindola2017-02-289-19/+10
* [DAGCombiner] use dyn_cast values in foldSelectOfConstants(); NFCSanjay Patel2017-02-281-6/+8
* Fix -Wcovered-switch-default warning.Zachary Turner2017-02-281-2/+0
* [LCG] Fix EXPENSIVE_CHECKS typo. NFCFrancis Visoiu Mistrih2017-02-281-5/+5
* clang-format: [Java] Fix bug in enum formatting.Daniel Jasper2017-02-282-1/+9
* Add function importing info from samplepgo profile to the module summary.Dehao Chen2017-02-2814-29/+139
* Workaround MSVC bug when using TrailingObjects from a template.James Y Knight2017-02-282-0/+28
* [x86] add alternate IR tests for select of constants; NFCSanjay Patel2017-02-281-0/+68
* Fix incorrect logic in StackFrame::Disassemble.Zachary Turner2017-02-281-11/+13
* [PDB] Add BinaryStreamError.Zachary Turner2017-02-2813-80/+184
* Set default CPU for OpenBSD/arm to Cortex-A8Brad Smith2017-02-282-0/+5
* Fix issue with test case. Make test x86_64 specificDavid Bozier2017-02-281-2/+2
* [AMDGPU] New method to estimate register pressureStanislav Mekhanoshin2017-02-282-21/+150
* Migrate all of aarch64-linux-gnu to \01_mcount instead of just when passing a...Eric Christopher2017-02-282-4/+6
* [AMDGPU] Change amd_kernel_code_t's minor version to 1Konstantin Zhuravlyov2017-02-283-3/+3
* Strip debug info when inlining into a nodebug function.Adrian Prantl2017-02-283-15/+70
* [llvm-cov] Error-out when an unsupported format is used (PR32087)Vedant Kumar2017-02-282-1/+10
* [DAGISel] When checking if chain node is foldable, make sure the intermediate...Craig Topper2017-02-282-255/+83
* Driver: Update devtoolset usage for RHELTom Stellard2017-02-281-2/+1
* [AMDGPU] Fix read-undef flags when schedule is revertedStanislav Mekhanoshin2017-02-281-12/+15
* [Stack Protection] Add diagnostic information for why stack protection was ap...David Bozier2017-02-284-35/+176
* [mips] Fix 64bit slt/sltu/nor with immediatesSimon Dardis2017-02-285-112/+369
* [clang-tidy] Fix a false positive on modernize-use-nullptr check.Haojian Wu2017-02-282-1/+19
* Revert r296474 - [globalisel] Change LLT constructor string into an LLT subcl...Daniel Sanders2017-02-2810-290/+246
* [Sema] Detect more array index out of bounds when C++ overloaded operators ar...Daniel Marjamaki2017-02-282-1/+23
* In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave2017-02-2874-2547/+2500
* [ELF] - Do not set flags for CopyRelSection. NFC.George Rimar2017-02-281-4/+1
OpenPOWER on IntegriCloud