llvm-6502/lib
Eli Bendersky e952af7ae5 Support AddrSpaceCast in ConstantExpr::getAsInstruction.
It's handled similarly to the other casts. CastInst::Create already knows how
to handle it.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199565 91177308-0d34-0410-b5e6-96231b3b80d8
2014-01-18 22:54:33 +00:00
..
Analysis BasicAA: We need to check both access sizes when comparing a gep and an 2014-01-16 04:53:18 +00:00
AsmParser Add an inalloca flag to allocas 2014-01-17 23:58:17 +00:00
Bitcode
CodeGen Debug info (LTO): Move the creation of accessibility flags to 2014-01-18 02:12:00 +00:00
DebugInfo
ExecutionEngine Attempt to fix the MSVC build. 2014-01-16 05:09:32 +00:00
IR Support AddrSpaceCast in ConstantExpr::getAsInstruction. 2014-01-18 22:54:33 +00:00
IRReader
Linker Reapply r194218 with fix: 2014-01-16 06:29:36 +00:00
LTO
MC Tweak the MCExternalSymbolizer to print references to C string literals 2014-01-16 18:43:56 +00:00
Object 80-column. 2014-01-17 22:11:27 +00:00
Option
Support
TableGen
Target ARM: Let the assembler reject v5 instructions in v4 mode. 2014-01-18 19:03:19 +00:00
Transforms Don't refuse to transform constexpr(call(arg, ...)) to call(constexpr(arg), ...)) just because the function has multiple return values even if their return types are the same. Patch by Eduard Burtescu! 2014-01-18 22:47:12 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile