llvm-6502/test
Saleem Abdulrasool 8d538f1122 CodeGen: correct memset emittance for WoA
Windows on ARM does not conform to AEABI.  However, memset would be emitted
using the AEABI signature, resulting in inverted parameters.  Handle this
special case appropriately.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207943 91177308-0d34-0410-b5e6-96231b3b80d8
2014-05-04 23:13:21 +00:00
..
Analysis
Assembler
Bindings
Bitcode
BugPoint
CodeGen CodeGen: correct memset emittance for WoA 2014-05-04 23:13:21 +00:00
DebugInfo DebugInfo: Correct the attribute type kind. 2014-05-01 18:31:21 +00:00
ExecutionEngine
Feature [IR] Make {extract,insert}element accept an index of any integer type. 2014-05-01 22:12:39 +00:00
FileCheck
Instrumentation
Integer
JitListener
Linker
LTO
MC MC: support FK_SecRel_4 for Windows on ARM 2014-05-04 23:13:15 +00:00
Object [llvm-readobj] Add support for Mips specific ELF header e_flags. 2014-05-01 11:07:19 +00:00
Other
TableGen [tablegen] !strconcat accepts more than two arguments but this wasn't documented or tested. 2014-05-02 19:25:52 +00:00
tools llvm-cov: Fix handling of line zero appearing in a line table 2014-05-02 20:01:24 +00:00
Transforms LoopUnroll: If we're doing partial unrolling, use the PartialThreshold to limit unrolling. 2014-05-04 19:12:38 +00:00
Unit
Verifier IR: Conservatively verify inalloca arguments 2014-04-30 17:22:00 +00:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg [sanitizers] Propagate the sanitizer options through to the lit context. 2014-05-02 21:47:35 +00:00
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh