summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* llvm-cov: Clean up memory leaks.Benjamin Kramer2013-11-15
* Redirect unused test case output to /dev/nullAlexey Samsonov2013-11-15
* Give unit test its own LLVMContext so MDNodes aren't leaked even if we never ...Benjamin Kramer2013-11-15
* Adding some info about stability of ARM boardsRenato Golin2013-11-15
* Use instr mapping for microMIPS in llvm-mc.Zoran Jovanovic2013-11-15
* Reapply "[asan] Poor man's coverage that works with ASan"Bob Wilson2013-11-15
* Platform proof a test case.Andrew Trick2013-11-15
* Add instcombine visitor for addrspacecastMatt Arsenault2013-11-15
* Fix grammar in addrspacecast descriptionMatt Arsenault2013-11-15
* Add target hook to prevent folding some bitcasted loads.Matt Arsenault2013-11-15
* [OCaml] Add REQUIRES: native, object-emission to the Target testPeter Zotov2013-11-15
* Revert "[asan] Poor man's coverage that works with ASan"Bob Wilson2013-11-15
* [OCaml] Use native target in testsuite instead of hardcoding X86Peter Zotov2013-11-15
* [OCaml] Add Target and TargetMachine bindings to Llvm_targetPeter Zotov2013-11-15
* [OCaml] Refactor Llvm_target interfacePeter Zotov2013-11-15
* [OCaml] Fix building of stub librariesPeter Zotov2013-11-15
* [llvm-c] Make LLVMGetTargetFromName actually workPeter Zotov2013-11-15
* [llvm-c] Add missing const qualifiers to LLVMCreateTargetMachinePeter Zotov2013-11-15
* [llvm-c] Simplify signature of LLVMGetTargetFromNamePeter Zotov2013-11-15
* Make all the conditional Mips 16 branches get initially set for theReed Kotler2013-11-15
* Use a reference rather than a pointer as we don't expect a NULLEric Christopher2013-11-15
* Add addrspacecast instruction.Matt Arsenault2013-11-15
* Include raw_ostream.h.Rui Ueyama2013-11-15
* R600: Fix scheduling of instructions that use the LDS output queueTom Stellard2013-11-15
* Teach the Makefile build system how to handle SOURCES which includeChandler Carruth2013-11-14
* R600/SI: Add processor type for HawaiiTom Stellard2013-11-14
* When folding memory operands, preserve existing MachineMemOperands.Andrew Trick2013-11-14
* R600/SI: Remove redundant legalizeOperands callMatt Arsenault2013-11-14
* Simplify testcase.Eric Christopher2013-11-14
* Add #include raw_ostream.h in lib/Target/R600/SIFixSGPRCopies.cppHans Wennborg2013-11-14
* R600/SI: Specify S_ADDK/S_MULK set SCC and are commutableMatt Arsenault2013-11-14
* DebugInfo: Simplify/narrow null-check for getOrCreateTypeDavid Blaikie2013-11-14
* Recognize 0x0000 as a COFF file magic.Rui Ueyama2013-11-14
* [AArch64] Remove redundant Neon_immAllOnes/Neon_immAllZeros leaf patterns.Chad Rosier2013-11-14
* DwarfCompileUnit::getOrCreateContext: Return the compile unit DIE rather than...David Blaikie2013-11-14
* Remove unnecessary 'else' after return.David Blaikie2013-11-14
* Typos. (Test commit.)Paul Robinson2013-11-14
* Fix regular expression to work with multiple-digit version numbersDmitri Gribenko2013-11-14
* ARM: produce friendly error for invalid inline asmTim Northover2013-11-14
* Add a triple and switch test to FileCheck.Rafael Espindola2013-11-14
* llvm-cov.test: Remove XFAIL:arm. Seems this is passing since my tweaks.NAKAMURA Takumi2013-11-14
* Error if we see an alias to a declaration.Rafael Espindola2013-11-14
* [asan] Poor man's coverage that works with ASanKostya Serebryany2013-11-14
* [msan] Use CHECK-DAG instead of CHECK where order of instructions does not ma...Evgeniy Stepanov2013-11-14
* [msan] Fast path optimization for wrap-indirect-calls feature of MemorySaniti...Evgeniy Stepanov2013-11-14
* llvm-cov requires IR and Support as libraries. Instrumentation would be overk...NAKAMURA Takumi2013-11-14
* llvm-cov.test: Tweak win32 hosts not confused by \r\n in llvm-cov's stdout.NAKAMURA Takumi2013-11-14
* IR/GCOV.cpp: Use PRIu64 as format string with uint64_t.NAKAMURA Takumi2013-11-14
* Whitespace.NAKAMURA Takumi2013-11-14
* AVX-512: Handled extractelement from mask vector;Elena Demikhovsky2013-11-14