llvm-6502/lib
Dan Gohman 8eaf41de8a Treat mid-block labels the same as terminators when building the
MachineInstr scheduling DAG, meaning they implicitly depend on all
preceding defs. This fixes Benchmarks/Shootout-C++/except and
Regression/C++/EH/simple_rethrow in
  -relocation-model=pic -disable-post-RA-scheduler=false
mode.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59747 91177308-0d34-0410-b5e6-96231b3b80d8
2008-11-20 19:58:35 +00:00
..
Analysis undef beats zero. Fix this missed optimization opportunity. Patch by Matt Elder! 2008-11-20 04:36:13 +00:00
Archive
AsmParser Regenerated 2008-11-13 01:03:00 +00:00
Bitcode Added support for the following definition of shufflevector 2008-11-10 04:46:22 +00:00
CodeGen Treat mid-block labels the same as terminators when building the 2008-11-20 19:58:35 +00:00
Debugger
ExecutionEngine Implement support for JIT exceptions on X86_64. Relative offsets are 2008-11-18 10:44:46 +00:00
Linker
Support Add Binary flag to raw_fd_ostream constructor. 2008-11-13 05:01:07 +00:00
System ARM / Mac OS X also wants to invalidate icache after jitting. 2008-11-14 02:33:17 +00:00
Target CellSPU: 2008-11-20 16:36:33 +00:00
Transforms Don't forget arguments! 2008-11-20 19:50:17 +00:00
VMCore Use stripPointerCasts when checking for AllocaInsts for the stackprotector intrinsic. 2008-11-19 09:17:16 +00:00
Makefile