llvm-6502/lib
Chris Lattner 505d4abd05 factor some code better to avoid redundancy between
isReallySideEffectFree and isReallyTriviallyReMaterializable.  Why is a load from
a global considered side-effect-free but not rematable?


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45620 91177308-0d34-0410-b5e6-96231b3b80d8
2008-01-05 05:19:56 +00:00
..
Analysis Don't be rude, emit debugging info where asked to. 2008-01-02 02:49:20 +00:00
Archive
AsmParser
Bitcode
CodeGen don't sink anything with side effects, this makes lots of stuff work, but sinks almost nothing. 2008-01-05 02:33:22 +00:00
Debugger
ExecutionEngine X86 JIT PIC jumptable support. 2008-01-05 02:26:58 +00:00
Linker
Support
System
Target factor some code better to avoid redundancy between 2008-01-05 05:19:56 +00:00
Transforms remove a couple more unsafe xforms in the face of overflow. 2008-01-05 01:22:42 +00:00
VMCore Trying that again. 2008-01-03 03:32:33 +00:00
Makefile