llvm-6502/lib
Eli Friedman 0b79a7727d Replace isTrapping with a new, similar method called
isSafeToSpeculativelyExecute. The new method is a bit closer to what 
the callers actually care about in that it rejects more things callers 
don't want.  It also adds more precise handling for integer 
division, and unifies code for analyzing the legality of a speculative 
load.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76150 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-17 04:28:42 +00:00
..
Analysis Replace isTrapping with a new, similar method called 2009-07-17 04:28:42 +00:00
Archive
AsmParser
Bitcode
CodeGen Fix my brain cramp by inverting the assertion condition. 2009-07-17 00:32:06 +00:00
CompilerDriver
Debugger
ExecutionEngine Add line numbers to OProfile. To do this, I added a processDebugLoc() 2009-07-16 21:07:26 +00:00
Linker
MC Removed the SubsectionsViaSymbols MCStreamer API and replaced it with a generic 2009-07-16 17:56:39 +00:00
Support Add raw_null_ostream and llvm::nulls(), a raw_ostream that discards output. 2009-07-16 21:17:53 +00:00
System
Target One more operation expansion for MIPS, from test/CodeGen/Generic. 2009-07-17 04:07:24 +00:00
Transforms Replace isTrapping with a new, similar method called 2009-07-17 04:28:42 +00:00
VMCore Replace isTrapping with a new, similar method called 2009-07-17 04:28:42 +00:00
Makefile