llvm-6502/lib
Dale Johannesen 201ab3acff When checking that the necessary bits are zero in
order to reduce ((x<<30)>>24) to x<<6, check the
correct bits.  PR 8547.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118665 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-10 01:30:56 +00:00
..
Analysis Make ModRefBehavior a lattice. Use this to clean up AliasAnalysis 2010-11-10 01:02:18 +00:00
Archive
AsmParser
Bitcode
CodeGen Simplify the LiveRangeEdit::canRematerializeAt() interface a bit. 2010-11-10 01:05:12 +00:00
CompilerDriver Rename FindExecutable to PrependMainExecutablePath. 2010-11-03 16:14:16 +00:00
ExecutionEngine
Linker GetDLLSuffix: Remove the leading dot from LTDL_SHLIB_EXT. 2010-11-02 20:32:59 +00:00
MC Fixed version of 118639 with an extra assert to catch similar problems 2010-11-09 23:42:07 +00:00
Support Fix memory leak in StringRef::edit_distance(). 'Allocated' could be leaked on an early return. 2010-11-07 06:09:02 +00:00
System System/Path/Windows: Implement GetLLVMDefaultConfigDir. 2010-11-09 15:11:42 +00:00
Target Emit a '!' if this is a "writeback" register or memory address. 2010-11-10 01:07:54 +00:00
Transforms When checking that the necessary bits are zero in 2010-11-10 01:30:56 +00:00
VMCore Last try to get this reference counting right, I swear. 2010-11-09 17:47:10 +00:00
Makefile