llvm-6502/lib
Chris Lattner afa060ea3f * Update file header comment
*** Revamp the code which handled unreachable code in the function.  Now the
    code is much more efficient for high-degree basic blocks, such as those
    that occur in the 252.eon SPEC benchmark.

For the interested, the time to promote a SINGLE alloca in _ZN7mrScene4ReadERSi
function used to be > 3.5s.  Now it is < .075s.  The function has a LOT of
allocas in it, so it appeared to be infinite looping, this should make it much
nicer.  :)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8863 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-05 04:26:39 +00:00
..
Analysis Use std::string::size_type for for ColonPos to stop gcc from giving a warning 2003-10-01 22:49:22 +00:00
Archive Update file header for renamed file 2003-09-22 23:42:00 +00:00
AsmParser The objects mapped are really PATypeHolders, not PATypeHandles 2003-10-02 19:00:34 +00:00
Bytecode Rename AbstractModuleProvider -> ModuleProvider, to match the header file name, 2003-10-04 20:14:59 +00:00
CodeGen Moved enum and command-line option in separate file. Also added function that returns the user selected register allocator to the caller. 2003-10-02 16:57:49 +00:00
ExecutionEngine Squelch warning 2003-09-22 20:33:34 +00:00
Linker Doxygen-ified comments. 2003-09-30 18:09:32 +00:00
Support Fixed space issues, code alignment, tabs -> spaces. 2003-09-29 22:40:07 +00:00
Target A couple of minor code cleanups. 2003-10-05 00:40:51 +00:00
Transforms * Update file header comment 2003-10-05 04:26:39 +00:00
VMCore Type tables are now AbstractTypeUsers. This allows them to merge together 2003-10-05 00:17:43 +00:00
Makefile Removed Support directory. It now lives in llvm/support/lib. 2003-09-29 16:10:43 +00:00