llvm-6502/lib
Chris Lattner eddc65aa0d fix PR5733, a case where we'd replace an add with a lexically identical
binary operator that wasn't an add.  In this case, a xor.  Whoops.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90971 91177308-0d34-0410-b5e6-96231b3b80d8
2009-12-09 17:18:49 +00:00
..
Analysis fix PR5733, a case where we'd replace an add with a lexically identical 2009-12-09 17:18:49 +00:00
Archive
AsmParser Add MSP430 interrupt calling conv. No functionality change yet. 2009-12-07 02:27:35 +00:00
Bitcode
CodeGen <rdar://problem/7453528>. Track only physical registers that are valid for the target. 2009-12-09 17:18:22 +00:00
CompilerDriver
ExecutionEngine Fix the OProfileJITEventListener for StringRef being returned from debug info. 2009-12-07 22:32:38 +00:00
Linker
MC
Support DeltaAlgorithm: Add a virtual destructor and home. 2009-12-09 07:19:48 +00:00
System Remove spurious extern. 2009-12-09 03:26:33 +00:00
Target Teach InferPtrAlignment to infer GV+cst alignment and use it to simplify x86 isl lowering code. 2009-12-09 01:53:58 +00:00
Transforms change AnalyzeLoadFromClobberingMemInst/AnalyzeLoadFromClobberingStore 2009-12-09 07:37:07 +00:00
VMCore Remove useless calls to c_str(). 2009-12-08 13:07:38 +00:00
Makefile