aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Move all of the GoogleTest files back to the same locations they occupyChandler Carruth2013-11-1512-33/+17
* [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-152-3/+3
* Redirect unused test case output to /dev/nullAlexey Samsonov2013-11-151-1/+1
* Give unit test its own LLVMContext so MDNodes aren't leaked even if we never ...Benjamin Kramer2013-11-151-9/+10
* Adding some info about stability of ARM boardsRenato Golin2013-11-151-4/+26
* Use instr mapping for microMIPS in llvm-mc.Zoran Jovanovic2013-11-153-17/+21
* Reapply "[asan] Poor man's coverage that works with ASan"Bob Wilson2013-11-152-0/+65
* Platform proof a test case.Andrew Trick2013-11-151-3/+3
* Add instcombine visitor for addrspacecastMatt Arsenault2013-11-153-0/+36
* Fix grammar in addrspacecast descriptionMatt Arsenault2013-11-151-3/+3
* Add target hook to prevent folding some bitcasted loads.Matt Arsenault2013-11-155-1/+68
* [OCaml] Add REQUIRES: native, object-emission to the Target testPeter Zotov2013-11-151-0/+1
* Revert "[asan] Poor man's coverage that works with ASan"Bob Wilson2013-11-152-65/+0
* [OCaml] Use native target in testsuite instead of hardcoding X86Peter Zotov2013-11-152-16/+11
* [OCaml] Add Target and TargetMachine bindings to Llvm_targetPeter Zotov2013-11-154-3/+516
* [OCaml] Refactor Llvm_target interfacePeter Zotov2013-11-1511-207/+208
* [OCaml] Fix building of stub librariesPeter Zotov2013-11-153-8/+8
* [llvm-c] Make LLVMGetTargetFromName actually workPeter Zotov2013-11-151-1/+2
* [llvm-c] Add missing const qualifiers to LLVMCreateTargetMachinePeter Zotov2013-11-152-6/+7
* [llvm-c] Simplify signature of LLVMGetTargetFromNamePeter Zotov2013-11-152-8/+5
* Make all the conditional Mips 16 branches get initially set for theReed Kotler2013-11-157-28/+132
* 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-1551-229/+588
* Include raw_ostream.h.Rui Ueyama2013-11-151-2/+2
* R600: Fix scheduling of instructions that use the LDS output queueTom Stellard2013-11-1511-54/+220
* Teach the Makefile build system how to handle SOURCES which includeChandler Carruth2013-11-141-21/+34
* 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
* Simplify testcase.Eric Christopher2013-11-141-1/+1
* 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-144-0/+21
* [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
* Typos. (Test commit.)Paul Robinson2013-11-142-3/+3
* Fix regular expression to work with multiple-digit version numbersDmitri Gribenko2013-11-141-2/+2