llvm-6502/lib
Chad Rosier fa086f1f00 Add support for disabling llvm.lifetime intrinsics in the AlwaysInliner. These
are optimization hints, but at -O0 we're not optimizing.  This becomes a problem
when the alwaysinline attribute is abused.
rdar://10921594



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151429 91177308-0d34-0410-b5e6-96231b3b80d8
2012-02-25 02:56:01 +00:00
..
Analysis fix PR12075, a regression in a recent transform I added. In unreachable code, gep chains can be infinite. Just like "stripPointerCasts", use a set to keep track of visited instructions so we don't recurse infinitely. 2012-02-24 19:01:58 +00:00
Archive
AsmParser
Bitcode
CodeGen Make the peephole optimizer clear kill flags on a vreg if it's about to add new 2012-02-25 02:01:00 +00:00
DebugInfo
ExecutionEngine EE/Interpreter/ExternalFunctions.cpp: Staticize lle_X_() entries. They can be mapped in FuncNames[] at the initialization. 2012-02-24 00:20:08 +00:00
Linker
MC Grammar-o. 2012-02-25 01:02:44 +00:00
Object
Support Fix undefined behavior. 2012-02-24 19:06:15 +00:00
TableGen
Target Add definitions of floating point multiply add/sub and negative multiply 2012-02-25 00:21:52 +00:00
Transforms Add support for disabling llvm.lifetime intrinsics in the AlwaysInliner. These 2012-02-25 02:56:01 +00:00
VMCore Reinstate r151049 now that GeneralHash is fixed. 2012-02-23 09:17:40 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile