llvm.memory.barrier, and impl for x86 and alpha
[oota-llvm.git] / test / CodeGen / X86 / test-pic-jtbl.ll
2007-11-14 Anton KorobeynikovFix PIC jump table codegen on x86-32/linux. In fact...
2007-11-09 Evan ChengFix tests.
2007-08-15 Dan GohmanConvert tests using "| wc -l | grep ..." to use the...
2007-07-26 Evan ChengFix test.
2007-06-01 Dale JohannesenImplement smarter algorithm for choosing which blocks...
2007-05-23 Dale Johannesentail merging shrinks this code a bit. Could do more...
2007-04-16 Reid SpencerFor PR1319:
2007-01-26 Reid SpencerFor PR761:
2007-01-12 Anton Korobeynikov* PIC codegen for X86/Linux has been implemented