llvm-6502/test
Duncan Sands 3e54953c5f Need -O1 or better to have these builtins lowered to
llvm intrinsics in llvm-gcc-4.2.  This is because
get_pointer_alignment bails out: it relies on TER
to compute accurate alignment information.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40128 91177308-0d34-0410-b5e6-96231b3b80d8
2007-07-20 22:39:06 +00:00
..
Analysis Handle decrementing loops properly. Fixes PR1533. 2007-07-16 02:08:00 +00:00
Archive
Assembler For PR1553: 2007-07-19 23:13:04 +00:00
BugPoint
Bytecode
C++Frontend Fix this test. We produce pretty cruddy code for this 2007-07-19 09:38:34 +00:00
CFrontend Need -O1 or better to have these builtins lowered to 2007-07-20 22:39:06 +00:00
CodeGen Update these regression tests to accomodate X86InstrSSE.td now using movups/movaps 2007-07-20 16:31:26 +00:00
DebugInfo For PR1558: 2007-07-17 06:20:38 +00:00
ExecutionEngine
Feature For PR1553: 2007-07-19 23:13:04 +00:00
FrontendAda
FrontendObjC
Integer For PR1553: 2007-07-19 23:13:04 +00:00
lib
Linker
Other Fix PR1539. Add LoopPassPrinter. 2007-07-05 15:32:03 +00:00
Scripts
TableGen
Transforms Optimize alignment of loads and stores. 2007-07-20 16:34:21 +00:00
Verifier check for correct usage of the byval attribute 2007-07-10 19:28:12 +00:00
Makefile
Makefile.tests
TestRunner.sh