llvm-6502/lib
Roman Divacky 5236ab3fdd Specify MachinePointerInfo as refering to the argument value and offset of the
store when handling byval arguments. Thus preventing reordering of the store
with load with post-RA scheduler.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164553 91177308-0d34-0410-b5e6-96231b3b80d8
2012-09-24 20:47:19 +00:00
..
Analysis GCC doesn't understand that OrigAliasResult having a value is correlated with 2012-09-19 15:43:44 +00:00
Archive
AsmParser Encapsulate the "construct*AlignmentFromInt" functions. 2012-09-21 16:07:28 +00:00
Bitcode BitcodeReader: Correctly insert blockaddress constant referring to a already parsed function. 2012-09-21 14:34:31 +00:00
CodeGen Have the DbgVariable "isArtificial" and "isObjectPointer" not 2012-09-21 22:18:52 +00:00
DebugInfo Mark unimplemented copy constructors and copy assignment operators as LLVM_DELETED_FUNCTION. 2012-09-18 02:01:41 +00:00
ExecutionEngine Mark unimplemented copy constructors and copy assignment operators as LLVM_DELETED_FUNCTION. 2012-09-18 02:01:41 +00:00
Linker
MC Emit dtors into proper section while compiling in vcpp-compatible mode. 2012-09-23 15:53:47 +00:00
Object
Support Add LLVM_OVERRIDE to methods that override their base classes. 2012-09-23 02:12:10 +00:00
TableGen De-nest if's and fix mix-up 2012-09-19 02:14:59 +00:00
Target Specify MachinePointerInfo as refering to the argument value and offset of the 2012-09-24 20:47:19 +00:00
Transforms Add missing check for presence of target data. 2012-09-24 17:10:03 +00:00
VMCore Don't do actual work inside an assert statement. Fixes PR11760! 2012-09-23 03:58:21 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile