llvm-6502/lib
Dale Johannesen 1e608819aa Adjust isConstantSplat to allow for big-endian targets.
PPC is such a target; make it work.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@87060 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-13 01:45:18 +00:00
..
Analysis Remove unnecessary llvm.dbg.declare bitcast 2009-11-13 01:44:55 +00:00
Archive
AsmParser
Bitcode
CodeGen Adjust isConstantSplat to allow for big-endian targets. 2009-11-13 01:45:18 +00:00
CompilerDriver Remove dead code. 2009-11-11 04:10:24 +00:00
ExecutionEngine Use stubs when we have them, otherwise use code we already have, 2009-11-12 03:12:18 +00:00
Linker Fix MemoryBuffer::getSTDIN to *not* return null if stdin is empty, this is a lame API. 2009-11-10 00:43:58 +00:00
MC
Support Add a new split method to StringRef that puts the substrings in a vector. 2009-11-13 01:24:40 +00:00
System
Target Adjust isConstantSplat to allow for big-endian targets. 2009-11-13 01:45:18 +00:00
Transforms Re-enable this code, since redundant PHIs are now being better nuked. 2009-11-12 23:22:41 +00:00
VMCore Do not use StringRef in DebugInfo interface. 2009-11-12 00:50:58 +00:00
Makefile