llvm-6502/lib
Duncan Sands ddc016cc85 Initial libcall support for LegalizeTypes. This is
much simpler than in LegalizeDAG because calls are
not yet expanded into call sequences: that happens
after type legalization has finished.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49634 91177308-0d34-0410-b5e6-96231b3b80d8
2008-04-14 06:48:48 +00:00
..
Analysis add a new CallGraphNode::removeCallEdgeFor method, tidy some comments. 2008-04-13 19:41:25 +00:00
Archive Change the MemoryBuffer::getFile* methods to take just a pointer to the 2008-04-01 18:04:03 +00:00
AsmParser regenerate 2008-04-06 23:07:54 +00:00
Bitcode Gabor points out that reserveOperandSpace takes # of values, 2008-04-13 00:14:42 +00:00
CodeGen Initial libcall support for LegalizeTypes. This is 2008-04-14 06:48:48 +00:00
Debugger Change the MemoryBuffer::getFile* methods to take just a pointer to the 2008-04-01 18:04:03 +00:00
ExecutionEngine Fix some serious logic errors that broke the jit on darwin/x86-64. 2008-04-13 07:04:56 +00:00
Linker Replace calls of the form V1->setName(V2->getName()) with V1->takeName(V2), 2008-04-13 19:15:17 +00:00
Support Make several symbols static. 2008-04-10 21:11:47 +00:00
System Restore code to disable crash catcher on older OS X systems 2008-04-12 00:47:46 +00:00
Target Add a divided flag for the first piece of an argument divided into mulitple parts. Fixes PR1643 2008-04-13 13:40:22 +00:00
Transforms Replace calls of the form V1->setName(V2->getName()) with V1->takeName(V2), 2008-04-13 19:15:17 +00:00
VMCore Merge LLVMBuilder and FoldingBuilder, calling 2008-04-13 06:22:09 +00:00
Makefile