This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2025-02-05 19:57:44 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
/
Support
History
Owen Anderson
5a542e7eda
Move non-trivial methods out of line to avoid code-size bloat.
...
llvm-svn: 55138
2008-08-21 20:58:52 +00:00
..
Allocator.cpp
Fold the useful features of alist and alist_node into ilist, and
2008-07-28 21:51:04 +00:00
Annotation.cpp
…
APFloat.cpp
Rework the routines that convert AP[S]Int into a string. Now, instead of
2008-08-17 07:19:36 +00:00
APInt.cpp
Move the fast-path (<=i64) cases of various APInt methods inline
2008-08-20 17:02:31 +00:00
APSInt.cpp
…
CommandLine.cpp
…
ConstantRange.cpp
Rework the routines that convert AP[S]Int into a string. Now, instead of
2008-08-17 07:19:36 +00:00
Debug.cpp
…
Dwarf.cpp
…
FileUtilities.cpp
…
FoldingSet.cpp
Avoid repeatedly reallocating the FoldingSetNodeID when searching
2008-08-12 17:40:22 +00:00
GraphWriter.cpp
…
IsInf.cpp
…
IsNAN.cpp
…
Makefile
…
ManagedStatic.cpp
…
MemoryBuffer.cpp
…
PluginLoader.cpp
…
raw_ostream.cpp
Move non-trivial methods out of line to avoid code-size bloat.
2008-08-21 20:58:52 +00:00
SlowOperationInformer.cpp
…
SmallPtrSet.cpp
Fix several const-correctness issues, resolving some -Wcast-qual warnings.
2008-08-05 14:45:15 +00:00
Statistic.cpp
…
Streams.cpp
…
StringExtras.cpp
…
StringMap.cpp
…
StringPool.cpp
…
SystemUtils.cpp
…
Timer.cpp
…