aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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-151-4/+4
* Path: Recognize COFF import library file magic.Rui Ueyama2013-11-154-0/+7
* Reimplement r194843 in a slightly less broken way.Adrian Prantl2013-11-151-3/+5
* ArgumentPromotion: correctly transfer TBAA tags and alignments.Manman Ren2013-11-151-3/+5
* Readobj: If NumbersOfSections is 0xffff, it's an COFF import library.Rui Ueyama2013-11-151-4/+7
* Restore the behaviour from before r194728.Adrian Prantl2013-11-151-1/+3
* Avoid illegal integer promotion in fastiselBob Wilson2013-11-154-21/+21
* R600/SI: Add VReg_96 register class to SIRegisterInfo::hasVGPRs()Tom Stellard2013-11-151-0/+1
* 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
* Add AVX512 unmasked FMA intrinsics and support.Cameron McInally2013-11-151-1/+25
* [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
* Fix illegal DAG produced by SelectionDAG::getConstant() for v2i64 typeDaniel Sanders2013-11-153-60/+143
* [NVPTX] Fix handling of indirect callsJustin Holewinski2013-11-156-12/+46
* Correct spelling.Yaron Keren2013-11-151-1/+1
* [asan] use GlobalValue::PrivateLinkage for coverage guard to save quite a bit...Kostya Serebryany2013-11-151-1/+1
* llvm-cov: Clean up memory leaks.Benjamin Kramer2013-11-151-1/+1
* Use instr mapping for microMIPS in llvm-mc.Zoran Jovanovic2013-11-152-5/+9
* Reapply "[asan] Poor man's coverage that works with ASan"Bob Wilson2013-11-151-0/+52
* Add instcombine visitor for addrspacecastMatt Arsenault2013-11-152-0/+5
* Add target hook to prevent folding some bitcasted loads.Matt Arsenault2013-11-153-1/+15
* Revert "[asan] Poor man's coverage that works with ASan"Bob Wilson2013-11-151-52/+0
* [llvm-c] Make LLVMGetTargetFromName actually workPeter Zotov2013-11-151-1/+2
* [llvm-c] Add missing const qualifiers to LLVMCreateTargetMachinePeter Zotov2013-11-151-3/+4
* [llvm-c] Simplify signature of LLVMGetTargetFromNamePeter Zotov2013-11-151-7/+4
* Make all the conditional Mips 16 branches get initially set for theReed Kotler2013-11-153-28/+46
* Use a reference rather than a pointer as we don't expect a NULLEric Christopher2013-11-153-23/+23
* Add addrspacecast instruction.Matt Arsenault2013-11-1522-142/+374
* R600: Fix scheduling of instructions that use the LDS output queueTom Stellard2013-11-159-51/+116
* R600/SI: Add processor type for HawaiiTom Stellard2013-11-141-0/+1
* When folding memory operands, preserve existing MachineMemOperands.Andrew Trick2013-11-141-3/+14
* R600/SI: Remove redundant legalizeOperands callMatt Arsenault2013-11-141-1/+0
* Add #include raw_ostream.h in lib/Target/R600/SIFixSGPRCopies.cppHans Wennborg2013-11-141-0/+1
* R600/SI: Specify S_ADDK/S_MULK set SCC and are commutableMatt Arsenault2013-11-141-2/+5
* DebugInfo: Simplify/narrow null-check for getOrCreateTypeDavid Blaikie2013-11-141-2/+4
* Recognize 0x0000 as a COFF file magic.Rui Ueyama2013-11-141-0/+3
* [AArch64] Remove redundant Neon_immAllOnes/Neon_immAllZeros leaf patterns.Chad Rosier2013-11-141-25/+9
* DwarfCompileUnit::getOrCreateContext: Return the compile unit DIE rather than...David Blaikie2013-11-141-11/+4
* Remove unnecessary 'else' after return.David Blaikie2013-11-141-4/+3
* ARM: produce friendly error for invalid inline asmTim Northover2013-11-141-0/+4
* Error if we see an alias to a declaration.Rafael Espindola2013-11-141-0/+5
* [asan] Poor man's coverage that works with ASanKostya Serebryany2013-11-141-0/+52
* [msan] Fast path optimization for wrap-indirect-calls feature of MemorySaniti...Evgeniy Stepanov2013-11-141-12/+65
* IR/GCOV.cpp: Use PRIu64 as format string with uint64_t.NAKAMURA Takumi2013-11-141-1/+1
* Whitespace.NAKAMURA Takumi2013-11-141-3/+2