summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* llvm-cov: Added -f option for function summaries.Yuchen Wu2013-12-19
* Fix a problem with mips16 stubs when calls are transformed duringReed Kotler2013-12-18
* Revert "Add -mcpu=z10 to SystemZ tests."Andrew Trick2013-12-18
* [aarch32] fix bug 18268: Incorrect condition of vselWeiming Zhao2013-12-18
* Debug info: Implement (rvalue) reference qualifiers for C++11 non-staticAdrian Prantl2013-12-18
* Pull in a couple of new constants from the upcoming DWARF 5 standard.Adrian Prantl2013-12-18
* formattingAdrian Prantl2013-12-18
* Correctly handle the degenerated triple "thumb".Rafael Espindola2013-12-18
* llvm-cov: Print coverage summary to STDOUT.Yuchen Wu2013-12-18
* Revert r197600 while I sort out why it's failing on Windows.Owen Anderson2013-12-18
* Add a unit test for loading an object file via a file descriptor. Patch by P...Owen Anderson2013-12-18
* llvm-cov: s/(.*)Executed/\1Exec/Yuchen Wu2013-12-18
* llvm-cov: Added -c option for branch counts.Yuchen Wu2013-12-18
* [CMake] Don't put every project's tblgen executable in the LLVM bin directory.Jordan Rose2013-12-18
* [mips][msa] Update format of RUN lines for every MSA MC test.Matheus Almeida2013-12-18
* [arm] Rename Tag_VFP_arch to Tag_FP_arch.Logan Chien2013-12-18
* Revert r197380, "llvm-config: Print SYSTEM_LIBS with --libs, instead of --ldf...NAKAMURA Takumi2013-12-18
* [CMake] Prune LLVM_TOOLS_BINARY_DIR in LLVMConfig.cmake, since it always poin...NAKAMURA Takumi2013-12-18
* Fix f64 and f128 for ppc-darwin.Rafael Espindola2013-12-18
* One ppc32-darwin, a i64 inside a structure can have 32 bit alignment.Rafael Espindola2013-12-18
* ARM: update comment to match realityTim Northover2013-12-18
* [mips][msa] Remove unneeded triple directive in MSA MC tests.Matheus Almeida2013-12-18
* DiagnosticInfo: Add missing namespaceTobias Grosser2013-12-18
* ARM: force soft-float ABI for tests depending on it.Tim Northover2013-12-18
* ARM: set default float ABI based on triple.Tim Northover2013-12-18
* [AArch64 NEON]Implment loading vector constant form constant pool.Kevin Qin2013-12-18
* AsmParser: add support for .end directiveSaleem Abdulrasool2013-12-18
* DebugInfo: Introduce new DIValue, DIETypeSignature to encode references to ty...David Blaikie2013-12-17
* Fix N32 registers and stack alignment.Rafael Espindola2013-12-17
* Eliminate PPC instruction decoding ambiguitiesHal Finkel2013-12-17
* Support little-endian encodings in the FixedLenDecoderEmitterHal Finkel2013-12-17
* [DiagnosticPrinter] Use the appropriate method to print a Twine object in aQuentin Colombet2013-12-17
* MC COFF: Emit the 'b' section flag for .bss sections in GNU assemblyReid Kleckner2013-12-17
* On APCS, only try to align aggregates to 32 bits instead of 64.Rafael Espindola2013-12-17
* Handle i64 first for clarity. No functionality change.Rafael Espindola2013-12-17
* Assert that the last operand is actually EFLAGSDuncan P. N. Exon Smith2013-12-17
* Disabled subregister copy coalescing during MachineCSE.Andrew Trick2013-12-17
* Add warning capabilities in LLVM.Quentin Colombet2013-12-17
* [mips] Fix off by one issue when applying a fixup.Matheus Almeida2013-12-17
* Setting the CPU in the new vaargs testDuncan P. N. Exon Smith2013-12-17
* Revert "Revert "Mark vastart_save_xmm_regs as changing EFLAGS""Duncan P. N. Exon Smith2013-12-17
* Fix the pointer size for the PS3 datalayout.Rafael Espindola2013-12-17
* Add some simple COFF files with Z7 debug infoTimur Iskhodzhanov2013-12-17
* Fix code sample in NVPTX examples: now it compiles to PTX and runs as expected.Eli Bendersky2013-12-17
* Fix for PR18045:Stepan Dyatkovskiy2013-12-17
* There are no __register_frame and __deregister_frame functions Yaron Keren2013-12-17
* AVX-512: Added implementation of CONCAT_VECTORS for v8i1 vectors (by Alexey B...Elena Demikhovsky2013-12-17
* Revert "Mark vastart_save_xmm_regs as changing EFLAGS"Duncan P. N. Exon Smith2013-12-17
* Mark vastart_save_xmm_regs as changing EFLAGSDuncan P. N. Exon Smith2013-12-17
* llvm-config: Let directories aware of CMAKE_CFG_INTDIR.NAKAMURA Takumi2013-12-17