llvm-6502/include/llvm/Support
Duncan Sands 1e7f7865eb Make it possible to use different constant
folding policies with IRBuilder.  The default,
provided by ConstantFolder, is to do minimal
folding like now: what ConstantExpr provides.
An alternative is to use TargetFolder, which
uses target information to fold constants more.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54640 91177308-0d34-0410-b5e6-96231b3b80d8
2008-08-11 15:29:30 +00:00
..
AIXDataTypesFix.h
AlignOf.h
Allocator.h Add a new function, ReplaceAllUsesOfValuesWith, which handles bulk 2008-07-17 19:10:17 +00:00
Annotation.h
CallSite.h
Casting.h
CFG.h
CommandLine.h
Compiler.h Mark function used by asm block as used, otherwise optimizer may not see the use and may delete the function. 2008-07-16 17:54:34 +00:00
ConstantFolder.h Make it possible to use different constant 2008-08-11 15:29:30 +00:00
ConstantRange.h
DataFlow.h
DataTypes.h.in
Debug.h
DOTGraphTraits.h Enhance the GraphWriter support for edge destinations, and teach the 2008-07-21 21:06:55 +00:00
Dwarf.h
DynamicLinker.h
ELF.h
FileUtilities.h
GetElementPtrTypeIterator.h
GraphWriter.h Don't use reinterpret_cast when it isn't needed. 2008-07-27 23:12:19 +00:00
InstIterator.h
InstVisitor.h Enable first-class aggregates support. 2008-07-23 00:34:11 +00:00
IRBuilder.h Make it possible to use different constant 2008-08-11 15:29:30 +00:00
LeakDetector.h
ManagedStatic.h
Mangler.h
MathExtras.h
MemoryBuffer.h
MutexGuard.h
OutputBuffer.h
PassNameParser.h
PatternMatch.h
PluginLoader.h
Recycler.h Fold the useful features of alist and alist_node into ilist, and 2008-07-28 21:51:04 +00:00
RecyclingAllocator.h Fold the useful features of alist and alist_node into ilist, and 2008-07-28 21:51:04 +00:00
Registry.h
SlowOperationInformer.h
StableBasicBlockNumbering.h
Streams.h
StringPool.h
SystemUtils.h
TargetFolder.h Make it possible to use different constant 2008-08-11 15:29:30 +00:00
Timer.h Reapply 53476 and 53480, with a fix so that it properly updates 2008-07-14 18:19:29 +00:00
type_traits.h