.. |
Analysis
|
Validate the return type when checking if a function is malloc.
|
2011-11-23 17:58:47 +00:00 |
Archive
|
build: Add initial cut at LLVMBuild.txt files.
|
2011-11-03 18:53:17 +00:00 |
AsmParser
|
build: Add initial cut at LLVMBuild.txt files.
|
2011-11-03 18:53:17 +00:00 |
Bitcode
|
build: Add initial cut at LLVMBuild.txt files.
|
2011-11-03 18:53:17 +00:00 |
CodeGen
|
Fix a silly use-after-free issue. A much earlier version of this code
|
2011-11-24 11:23:15 +00:00 |
DebugInfo
|
Audited all the format strings in libDebugInfo and fixed those that didn't match the types.
|
2011-11-05 16:01:13 +00:00 |
ExecutionEngine
|
Sink codegen optimization level into MCCodeGenInfo along side relocation model
|
2011-11-16 08:38:26 +00:00 |
Linker
|
build: Add initial cut at LLVMBuild.txt files.
|
2011-11-03 18:53:17 +00:00 |
MC
|
This patch addresses gp relative fixups/relocations for jump tables.
|
2011-11-23 22:18:04 +00:00 |
Object
|
Object/COFF: Support common symbols.
|
2011-11-16 23:36:12 +00:00 |
Support
|
Fix APFloat::convert so that it handles narrowing conversions correctly; it
|
2011-11-26 03:38:02 +00:00 |
TableGen
|
ARM vldm and vstm VFP instructions can take a data type suffix.
|
2011-11-11 23:08:10 +00:00 |
Target
|
Collapse X86ISD node types for PUNPCKH*, PUNPCKL*, UNPCKLP*, and UNPCKHP* to not be type specific. Now we just have integer high and low and floating point high and low. Pattern matching will choose the correct instruction based on the vector type.
|
2011-11-26 20:47:44 +00:00 |
Transforms
|
[asan] do not instrument threadlocal globals, this is buggy
|
2011-11-23 02:10:54 +00:00 |
VMCore
|
Devirtualize Pass::getPassID, overriding it isn't useful and it gets called a lot.
|
2011-11-24 21:14:11 +00:00 |
CMakeLists.txt
|
Move TableGen's parser and entry point into a library
|
2011-10-01 16:41:13 +00:00 |
LLVMBuild.txt
|
build: Add initial cut at LLVMBuild.txt files.
|
2011-11-03 18:53:17 +00:00 |
Makefile
|
Remove more of llvmc and dependencies.
|
2011-09-20 00:34:27 +00:00 |