llvm-6502/lib
Duncan Sands f9c98e650d The last pieces needed for loading arbitrary
precision integers.  This won't actually work
(and most of the code is dead) unless the new
legalization machinery is turned on.  While
there, I rationalized the handling of i1, and
removed some bogus (and unused) sextload patterns.
For i1, this could result in microscopically
better code for some architectures (not X86).
It might also result in worse code if annotating
with AssertZExt nodes turns out to be more harmful
than helpful.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46280 91177308-0d34-0410-b5e6-96231b3b80d8
2008-01-23 20:39:46 +00:00
..
Analysis
Archive
AsmParser If there are attributes on the varargs part of a 2008-01-11 21:23:39 +00:00
Bitcode
CodeGen The last pieces needed for loading arbitrary 2008-01-23 20:39:46 +00:00
Debugger
ExecutionEngine I doubt the address of the Error string was intended 2008-01-07 19:14:42 +00:00
Linker
Support Added FoldingSet style 'profiling' support for APSInt. 2008-01-19 04:31:12 +00:00
System Fix compile failures with g++-4.3. 2008-01-09 19:42:09 +00:00
Target The last pieces needed for loading arbitrary 2008-01-23 20:39:46 +00:00
Transforms Enable the fix I just checked in, silly me. 2008-01-22 05:42:02 +00:00
VMCore It turns out that in C++ it is legal to declare functions 2008-01-21 21:37:41 +00:00
Makefile