llvm-6502/lib
2012-12-25 12:04:36 +00:00
..
Analysis Add LLVMContext::emitWarning methods and use them. <rdar://problem/12867368> 2012-12-24 18:15:21 +00:00
Archive
AsmParser Add a new attribute, 'noduplicate'. If a function contains a noduplicate call, the call cannot be duplicated - Jump threading, loop unrolling, loop unswitching, and loop rotation are inhibited if they would duplicate the call. 2012-12-20 16:04:27 +00:00
Bitcode Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. 2012-12-19 07:18:57 +00:00
CodeGen Rename LLVMContext diagnostic handler types and functions. 2012-12-25 00:07:12 +00:00
DebugInfo Don't skip __DWARF, 2012-12-21 04:08:03 +00:00
ExecutionEngine Removed "static" from "__jit_debug_descriptor" because "static" adds C++ mangling prefix to this symbol. 2012-12-24 09:42:27 +00:00
Linker
MC Fix an unitialized member variable that may have caused sporadic failures 2012-12-20 22:51:52 +00:00
Object Add a function to get the segment name of a section. 2012-12-21 03:47:03 +00:00
Option
Support Fix whitespace. No functionality change. 2012-12-25 06:13:25 +00:00
TableGen
Target VCVTSS2SD requires a strict alignment. Thanks Elena. 2012-12-25 03:29:18 +00:00
Transforms ASan: move stack poisoning logic into FunctionStackPoisoner struct 2012-12-25 12:04:36 +00:00
VMCore Rename LLVMContext diagnostic handler types and functions. 2012-12-25 00:07:12 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile