This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-11-19 01:13:25 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
e79be944c8
llvm-6502
/
include
/
llvm
/
Support
History
Ted Kremenek
d75ba1c357
Have raw_fd_ostream keep track of the position in the file to make tell() go faster by not requiring a flush().
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@60560
91177308-0d34-0410-b5e6-96231b3b80d8
2008-12-04 22:51:11 +00:00
..
AIXDataTypesFix.h
AlignOf.h
Allocator.h
Annotation.h
change AnnotationManager to use 'const char*' instead of std::string. this fixes the leakage of those strings and avoids the creation of such strings in static cosntructors (should result in a little improvement of startup time)
2008-11-26 00:00:44 +00:00
CallSite.h
Large mechanical patch.
2008-09-25 21:00:45 +00:00
Casting.h
Roll back rev 59890, since Chris says this can never happen.
2008-11-23 19:22:48 +00:00
CFG.h
CommandLine.h
Compiler.h
Symbol visibility is unsupported on cygwin too.
2008-10-31 18:05:01 +00:00
ConstantFolder.h
Add a NullFolder class that doesn't fold constants.
2008-08-12 20:39:27 +00:00
ConstantRange.h
Switch the asmprinter (.ll) and all the stuff it requires over to
2008-08-23 22:23:09 +00:00
DataFlow.h
DataTypes.h.cmake
CMake: Sync'ed DataTypes.h.cmake with DataTypes.h.in.
2008-10-25 03:25:11 +00:00
DataTypes.h.in
Revert r58411. The user needs to #define this when using the JITMemoryManager.h header.
2008-10-30 01:22:58 +00:00
Debug.h
DebugInfoBuilder.h
Add DebugInfoBuilder. Patch by Talin!
2008-08-27 06:51:14 +00:00
DOTGraphTraits.h
Dwarf.h
DynamicLinker.h
ELF.h
FileUtilities.h
Format.h
Split format() out to its own file, add support for formatting
2008-08-23 19:48:00 +00:00
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
IRBuilder.h
Clean up some strange whitespace.
2008-11-15 20:32:33 +00:00
LeakDetector.h
ManagedStatic.h
Mangler.h
MathExtras.h
MemoryBuffer.h
MutexGuard.h
NoFolder.h
Fix the name of the include guard to match the filename.
2008-10-28 00:52:46 +00:00
OutputBuffer.h
PassNameParser.h
PatternMatch.h
add a new m_Specific pattern that matches only if we have a specific Value*.
2008-11-16 04:38:30 +00:00
PluginLoader.h
raw_ostream.h
Have raw_fd_ostream keep track of the position in the file to make tell() go faster by not requiring a flush().
2008-12-04 22:51:11 +00:00
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
Don't require Registry specializations to define random static variables.
2008-08-17 19:08:34 +00:00
SlowOperationInformer.h
StableBasicBlockNumbering.h
Streams.h
add a write method.
2008-11-19 06:45:06 +00:00
StringPool.h
SystemUtils.h
TargetFolder.h
Add a NullFolder class that doesn't fold constants.
2008-08-12 20:39:27 +00:00
Timer.h
type_traits.h