aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix filename in header commentDuncan P. N. Exon Smith2013-11-161-1/+1
* gtest-death-test.cc: Move ~DeathTestFactory() to unbreak cygming build since ...NAKAMURA Takumi2013-11-161-2/+2
* Debug Info Verifier: remove un-used argument in verifyDebugInfo.Manman Ren2013-11-161-3/+3
* X86: Encode the 'h' cpu subtype in the MachO header for x86.Jim Grosbach2013-11-163-8/+17
* Mention address space related changes in release notes.Matt Arsenault2013-11-161-0/+7
* Use correct size for address space in BasicAA.Matt Arsenault2013-11-163-4/+44
* DwarfCompileUnit: Push type safety of DIDescriptor through CompileUnit::creat...David Blaikie2013-11-162-5/+5
* DwarfCompileUnit: Remove unnecessary OwningPtr<T>::get() callDavid Blaikie2013-11-161-1/+1
* Small improvement to InstrinsicEmitter::EmitAttributes. This change removes ...Owen Anderson2013-11-161-17/+38
* For dwarf4 use the correct form for referencing debug_loc locations,Eric Christopher2013-11-164-4/+6
* DwarfCompileUnit: Add type safety to CompileUnit::getNode by returning DIComp...David Blaikie2013-11-152-5/+4
* DwarfCompileUnit: Add type safety by using DICompileUnit rather than raw MDNo...David Blaikie2013-11-154-16/+16
* DwarfCompileUnit: Simplify getLanguage() calls to use existing member functionDavid Blaikie2013-11-151-3/+3
* Implemented aarch64 Neon scalar vmulx_lane intrinsicsAna Pazos2013-11-155-16/+410
* Replace the dangling context hotfix with an assertion.Adrian Prantl2013-11-151-4/+1
* Remove unused arguments.Lang Hames2013-11-151-4/+2
* During folding for patchpoint/stackmap instructions, defer creation of new MIsLang Hames2013-11-151-4/+5
* DwarfDebug: Push DISubprogram through updateSubprogramScopeDIEDavid Blaikie2013-11-152-7/+5
* LoopVectorizer: Use abi alignment for accesses with no alignmentArnold Schwaighofer2013-11-152-0/+37
* DwarfCompileUnit: Push DIDescriptors through a getDIE/insertDIEDavid Blaikie2013-11-153-19/+20
* Fix previous commit (r194865)Juergen Ributzka2013-11-151-0/+2
* DwarfCompileUnit: Push DIDescriptor usage out from isShareableAcrossCUsDavid Blaikie2013-11-151-5/+5
* Fix typos.Matt Arsenault2013-11-151-3/+3
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15115-152/+500
* Fix confusing machine verifier error.Matt Arsenault2013-11-151-1/+1
* Fix a problem in MCJIT identifying the module containing a global variable.Andrew Kaylor2013-11-151-2/+2
* Make method staticMatt Arsenault2013-11-152-2/+2
* [PM] Fix an iterator problem spotted by the MSVC debug iterators andChandler Carruth2013-11-151-8/+10
* [PM] Run clang-format on a few lines that I missed in my first pass,Chandler Carruth2013-11-151-2/+2
* [AArch64] Fix the scalar NEON ACLE functions so that they return float/doubleChad Rosier2013-11-153-36/+28
* Path: Recognize COFF import library file magic.Rui Ueyama2013-11-158-0/+27
* Reimplement r194843 in a slightly less broken way.Adrian Prantl2013-11-151-3/+5
* ArgumentPromotion: correctly transfer TBAA tags and alignments.Manman Ren2013-11-152-3/+57
* Readobj: If NumbersOfSections is 0xffff, it's an COFF import library.Rui Ueyama2013-11-152-4/+9
* Restore the behaviour from before r194728.Adrian Prantl2013-11-151-1/+3
* Avoid illegal integer promotion in fastiselBob Wilson2013-11-158-21/+102
* R600/SI: Add VReg_96 register class to SIRegisterInfo::hasVGPRs()Tom Stellard2013-11-152-0/+47
* Resolve JIT runtime linking problems on Android.Andrew Kaylor2013-11-152-3/+84
* Don't try to initialize memory for a global if the allocation failed in Execu...Andrew Kaylor2013-11-151-0/+4
* Update contact information.Chad Rosier2013-11-152-2/+2
* [mips][msa] Merge basic_operations_little.ll into basic_operations.ll.Daniel Sanders2013-11-152-639/+184
* Add AVX512 unmasked FMA intrinsics and support.Cameron McInally2013-11-153-1/+170
* [NVPTX] Fix type in usage docJustin Holewinski2013-11-151-1/+1
* [mips][msa] lowerMSABitClear() should use SelectionDAG::getNOT() instead of u...Daniel Sanders2013-11-151-14/+2
* Hopefully fix uninitialized memory read in AArch64AsmParser found by MSan boo...Alexey Samsonov2013-11-151-5/+5
* [NVPTX] Update the usage documentJustin Holewinski2013-11-151-0/+704
* Fix illegal DAG produced by SelectionDAG::getConstant() for v2i64 typeDaniel Sanders2013-11-1513-86/+284
* [NVPTX] Fix handling of indirect callsJustin Holewinski2013-11-157-12/+56
* Correct spelling.Yaron Keren2013-11-151-1/+1
* [mips][msa] Build all the tests in little and big endian modes and correct an...Daniel Sanders2013-11-1559-3/+666