llvm-6502/lib
Chris Lattner c22d4d1500 unify the code that determines whether it is a good idea to change the type
of a computation.  This fixes some infinite loops when dealing with TD that
has no native types.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86670 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-10 07:23:37 +00:00
..
Analysis I misread the parens, not so redundant after all. 2009-11-10 02:04:54 +00:00
Archive
AsmParser Fix MSVC warning ( | with bool and unsigned int). 2009-11-07 23:51:55 +00:00
Bitcode
CodeGen Remove an unused variable. 2009-11-10 01:37:57 +00:00
CompilerDriver
ExecutionEngine Remove dlsym stubs, with Nate Begeman's permission. 2009-11-09 22:34:19 +00:00
Linker Fix MemoryBuffer::getSTDIN to *not* return null if stdin is empty, this is a lame API. 2009-11-10 00:43:58 +00:00
MC
Support Fix MemoryBuffer::getSTDIN to *not* return null if stdin is empty, this is a lame API. 2009-11-10 00:43:58 +00:00
System Revert commit 81144, and add a comment. It caused bugpoint timeouts 2009-11-08 20:55:48 +00:00
Target Fix PR5445 2009-11-10 02:35:13 +00:00
Transforms unify the code that determines whether it is a good idea to change the type 2009-11-10 07:23:37 +00:00
VMCore Fix DenseMap iterator constness. 2009-11-10 01:02:17 +00:00
Makefile