llvm-6502/lib
Duncan Sands fc6e29d4ab Reapply commit 112699, speculatively reverted by echristo, since
I'm sure it is harmless.  Original commit message:
If PrototypeValue is erased in the middle of using the SSAUpdator
then the SSAUpdator may access freed memory.  Instead, simply pass
in the type and name explicitly, which is all that was used anyway.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112810 91177308-0d34-0410-b5e6-96231b3b80d8
2010-09-02 08:14:03 +00:00
..
Analysis Revert 112442 and 112440 until the compile time problems introduced 2010-09-01 01:45:53 +00:00
Archive
AsmParser
Bitcode
CodeGen Silence an ambiguous else warning from GCC. 2010-09-02 07:08:05 +00:00
CompilerDriver have the makefiles check the llvm-config error code instead of charging 2010-09-01 16:11:17 +00:00
ExecutionEngine Fix a comment. 2010-08-30 21:54:03 +00:00
Linker dead code patrol 2010-09-01 16:06:39 +00:00
MC Use absolute label for DW_AT_stmt_list if a target does not prefer offset here. 2010-08-31 23:50:19 +00:00
Support llvm::FindExecutable(): Retrieve the name with suffix.exe, if available. 2010-09-02 03:46:04 +00:00
System Add an interface for unregistering a file from the FilesToRemove list. 2010-09-01 14:17:34 +00:00
Target Replace unpckl_undef and unpckh_undef matching with target specific opcodes 2010-09-02 05:23:12 +00:00
Transforms Reapply commit 112699, speculatively reverted by echristo, since 2010-09-02 08:14:03 +00:00
VMCore Remove NEON vmull, vmlal, and vmlsl intrinsics, replacing them with multiply, 2010-09-01 23:50:19 +00:00
Makefile