llvm-6502/lib/Transforms/Utils
Chris Lattner b99df4f8c2 if there is already a prototype for malloc/free, use it, even if it's incorrect.
Do not just inject a new prototype.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11951 91177308-0d34-0410-b5e6-96231b3b80d8
2004-02-28 18:51:45 +00:00
..
BasicBlockUtils.cpp
BreakCriticalEdges.cpp
CloneFunction.cpp
CloneModule.cpp
CloneTrace.cpp
CodeExtractor.cpp A generic code extractor: given a list of BasicBlocks, it will rip them out into 2004-02-28 03:26:20 +00:00
DemoteRegToStack.cpp
InlineFunction.cpp Fix compilation of 126.gcc: intrinsic functions cannot throw, so they are not 2004-02-13 16:47:35 +00:00
Linker.cpp Fix PR245: Linking weak and strong global variables is dependent on link order 2004-02-17 21:56:04 +00:00
Local.cpp
LoopExtractor.cpp Right, it's really Extractor, not Extraction. 2004-02-28 03:37:58 +00:00
LoopSimplify.cpp Fix another dominator update bug. These bugs keep getting exposed because GCSE 2004-02-05 23:20:59 +00:00
LowerAllocations.cpp if there is already a prototype for malloc/free, use it, even if it's incorrect. 2004-02-28 18:51:45 +00:00
LowerInvoke.cpp Instead of producing calls to setjmp/longjmp, produce uses of the 2004-02-15 22:24:27 +00:00
LowerSwitch.cpp Fix incorrect debug code 2004-02-25 15:15:04 +00:00
Makefile
Mem2Reg.cpp
PromoteMemoryToRegister.cpp
SimplifyCFG.cpp turn things like: 2004-02-26 07:13:46 +00:00
UnifyFunctionExitNodes.cpp
ValueMapper.cpp Adjustments to support the new ConstantAggregateZero class 2004-02-15 05:55:15 +00:00
ValueMapper.h