summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* llvm-cov: Changed XFAIL targets to be more generic.Yuchen Wu2013-11-13
* Added basic unit test for llvm-cov.Yuchen Wu2013-11-13
* add more comments around the delinearization of arraysSebastian Pop2013-11-13
* Path: Add tests for existing file magics.Rui Ueyama2013-11-13
* Whitespace.Rui Ueyama2013-11-13
* Revert my CMake patches concerning building with /MT (r194589, r194596)Hans Wennborg2013-11-13
* Simplify code. No functionality change.Jakub Staszak2013-11-13
* Use StringRef instead of std::stringJakub Staszak2013-11-13
* [AArch64] Add support for legacy AArch32 NEON scalar shift by immediateChad Rosier2013-11-13
* CMake: make building with /MT an option instead of always forcing itHans Wennborg2013-11-13
* Enable generating legacy IT block for AArch32Weiming Zhao2013-11-13
* cmake: link release builds statically against run-time library on windows (us...Hans Wennborg2013-11-13
* DIEHash: Move header include to be first in the implementation file to flush ...David Blaikie2013-11-13
* [SystemZ] Add the general form of BCRRichard Sandiford2013-11-13
* Move Delinearization pass into an anonymous namespace.Benjamin Kramer2013-11-13
* Make sure LLVMLoadLibraryPermanently gets an extern "C" symbol.Benjamin Kramer2013-11-13
* FileCheck: fix matching of one check-prefix is a prefix of anotherAlexey Samsonov2013-11-13
* Remove AllowQuotesInName and friends from MCAsmInfo.Rafael Espindola2013-11-13
* Don't call doFinalization from verifyFunction.Rafael Espindola2013-11-13
* Fix bug in .gpword directive parsing.Vladimir Medic2013-11-13
* Support for microMIPS trap instruction with immediate operands.Zoran Jovanovic2013-11-13
* Fix -Wdelete-non-virtual-dtor warnings by making SampleProfile methods non-vi...Alexey Samsonov2013-11-13
* SampleProfileLoader pass. Initial setup.Diego Novillo2013-11-13
* FileCheck: fix a bug with multiple --check-prefix options.Alexey Samsonov2013-11-13
* XCore target: implement exception handlingRobert Lytton2013-11-13
* Fix typo + add URLSylvestre Ledru2013-11-13
* This patch fixes a bug in floating point operands parsing, when instruction a...Vladimir Medic2013-11-13
* Add XFAIL:arm again on 4 MCJIT tests, since r194558. AArch64 has been left re...NAKAMURA Takumi2013-11-13
* Remove XFAIL:aarch64,arm from 4 tests in test/ExecutionEngine/MCJIT.NAKAMURA Takumi2013-11-13
* Mips16InstrInfo.cpp: Use <cctype> instead of <ctype.h>NAKAMURA Takumi2013-11-13
* Allow the code which returns the length for inline assembler to knowReed Kotler2013-11-13
* Add myself to CODE_OWNERS for the OCaml bindingsPeter Zotov2013-11-13
* Add a test case to verify that misusing anyregcc crashes as expected.Andrew Trick2013-11-13
* Add another (perhaps better) video for Sean's talk. (Thanks Marshall!)Chandler Carruth2013-11-13
* Fix a null pointer dereference when copying a null polymorphic pointer.Chandler Carruth2013-11-13
* R600: Fix selection failure on EXTLOADMatt Arsenault2013-11-13
* SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs splitting too.Juergen Ributzka2013-11-13
* Give folks a reference to some material on the fundamental designChandler Carruth2013-11-13
* Introduce an AnalysisManager which is like a pass manager but with a lotChandler Carruth2013-11-13
* Update the docs to match the function name.Nadav Rotem2013-11-13
* Removing llvm::huge_vald and llvm::huge_vall because they are not currently u...Aaron Ballman2013-11-13
* Replacing HUGE_VALF with llvm::huge_valf in order to work around a warning tr...Aaron Ballman2013-11-13
* Remove always true flag.Rafael Espindola2013-11-12
* Cleanup the stackmap operand folding code and fix a corner case.Andrew Trick2013-11-12
* improve dependence analysis testcasesSebastian Pop2013-11-12
* delinearization of arraysSebastian Pop2013-11-12
* remove virtual methods in SCEVApplyRewriter and SCEVParameterRewriterSebastian Pop2013-11-12
* Fold (iszero(A&K1) | iszero(A&K2)) -> (A&(K1|K2)) != (K1|K2) if we know that...Nadav Rotem2013-11-12
* FoldBranchToCommonDest merges branches into a single branch with or/and of th...Nadav Rotem2013-11-12
* [mips] Fix a bug in function CC_MipsO32_FP64. The second double precisionAkira Hatanaka2013-11-12