llvm-6502/lib
Nadav Rotem 677689cf5d Rename a function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170996 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-23 07:30:09 +00:00
..
Analysis Remove trailing whitespace. 2012-12-22 19:15:35 +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
CodeGen Remove a special case that doesn't seem necessary any longer. 2012-12-22 17:33:22 +00:00
DebugInfo Don't skip __DWARF, 2012-12-21 04:08:03 +00:00
ExecutionEngine Remove duplicate includes. 2012-12-21 17:06:44 +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 Don't call back() on an empty SmallVector. Found by -fsanitize=enum! 2012-12-22 00:15:13 +00:00
TableGen
Target Rename a function. 2012-12-23 07:30:09 +00:00
Transforms Loop Vectorizer: Update the cost model of scatter/gather operations and make 2012-12-23 07:23:55 +00:00
VMCore Change 'AttrVal' to 'AttrKind' to better reflect that it's a kind of attribute instead of the value of the attribute. 2012-12-22 00:37:52 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile