llvm-6502/lib
Owen Anderson d8110fb726 Get rid of this horrible "benign race" by exploiting ManagedStatic to initialize
the array on its first access.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80040 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-25 22:27:22 +00:00
..
Analysis Don't assume that two identical instructions that read from memory 2009-08-25 17:56:57 +00:00
Archive
AsmParser Update DebugInfo interface to use metadata, instead of special named llvm.dbg.... global variables, to encode debugging information in llvm IR. This is mostly a mechanical change that tests metadata support very well. 2009-08-25 05:24:07 +00:00
Bitcode Make LLVM command-line tools overwrite their output files without -f. 2009-08-25 15:34:52 +00:00
CodeGen Get rid of this horrible "benign race" by exploiting ManagedStatic to initialize 2009-08-25 22:27:22 +00:00
CompilerDriver
Debugger
ExecutionEngine Fix PR4772 ARM JIT.GlobalInFuction unittest by explicitly initialize MMI 2009-08-25 10:12:55 +00:00
Linker
MC Revert last patch. We need to put this into TargetLowering. There will be a lot 2009-08-25 21:31:39 +00:00
Support Make LLVM command-line tools overwrite their output files without -f. 2009-08-25 15:34:52 +00:00
System
Target Start refactoring PIC16 TargetObjectFile code. Eventually, all the stuff from 2009-08-25 19:39:05 +00:00
Transforms Rename Instruction::isIdenticalTo to Instruction::isIdenticalToWhenDefined, 2009-08-25 22:11:20 +00:00
VMCore This should use isIndenticalToWhenDefined. 2009-08-25 22:24:20 +00:00
Makefile