llvm-6502/lib
Nick Lewycky 8eb3e54592 Remove wasteful caching. This isn't needed for correctness because any function
that might have changed been affected by a merge elsewhere will have been
removed from the function set, and it isn't needed for performance because we
call grow() ahead of time to prevent reallocations.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124717 91177308-0d34-0410-b5e6-96231b3b80d8
2011-02-02 05:31:01 +00:00
..
Analysis Add a m_Undef pattern for convenience. This is so that code that uses 2011-02-01 09:06:20 +00:00
Archive
AsmParser
Bitcode
CodeGen Given a pair of floating point load and store, if there are no other uses of 2011-02-02 01:06:55 +00:00
CompilerDriver
ExecutionEngine Fix libffi usage when it is on a custom path. 2011-01-28 16:49:05 +00:00
Linker Correctly merge available_externally and regular definitions when they have 2011-02-01 05:33:52 +00:00
MC Fix bogus assert condition noticed by Csaba Raduly. 2011-02-01 01:50:49 +00:00
Object
Support Patches to build EFI with Clang/LLVM. By Carl Norum. 2011-02-01 01:14:13 +00:00
Target Fixed a bug in the disassembler where the mandatory 0x66 2011-02-02 01:09:02 +00:00
Transforms Remove wasteful caching. This isn't needed for correctness because any function 2011-02-02 05:31:01 +00:00
VMCore Make SwitchInst::removeCase() more efficient. 2011-02-01 09:22:34 +00:00
Makefile