hanchenye-llvm-project/llvm/lib
Evan Cheng 77af6ac5e8 - Let MachineInstr ctors add implicit def and use operands. Other operands
will be inserted before these operands. If the opcode changes (by
  setOpcode), the implicit operands are updated as well.
- Added IsKill, IsDead fields to MachineOperand in preparation for changes
  that move kill / dead info to MachineInstr's.

llvm-svn: 31711
2006-11-13 23:34:06 +00:00
..
Analysis remove redundant code 2006-11-13 01:10:12 +00:00
AsmParser Initialize some pointers to quiet the compiler (when doing build_gcc 2006-11-12 11:10:39 +00:00
Bytecode For PR998: 2006-11-11 11:54:25 +00:00
CodeGen - Let MachineInstr ctors add implicit def and use operands. Other operands 2006-11-13 23:34:06 +00:00
Debugger For PR786: 2006-11-02 20:25:50 +00:00
ExecutionEngine if lazy compilation is disabled, print an error message and abort if 2006-11-09 19:32:13 +00:00
Linker Remvoe a do-nothing else block. 2006-11-11 20:27:49 +00:00
Support Remove redundant <cmath>. 2006-11-08 19:16:44 +00:00
System Unbreak VC++ build. 2006-11-05 19:31:28 +00:00
Target teach the g5 hazard recognizer about update loads. This fixes 2006-11-13 20:11:06 +00:00
Transforms Fix InstCombine/2006-11-10-ashr-miscompile.ll a miscompilation introduced 2006-11-10 23:38:52 +00:00
VMCore Update PassManagerImpl_New::analysisCurrentlyAvailable to check all 2006-11-13 22:53:19 +00:00
Makefile Make some changes suggested by Chris: 2006-05-17 22:55:35 +00:00