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-01-10 22:00:58 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
/
Transforms
/
IPO
History
Benjamin Kramer
bb30e1face
Fix typos found by
http://github.com/lyda/misspell-check
...
llvm-svn: 157885
2012-06-02 10:20:22 +00:00
..
ArgumentPromotion.cpp
switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients.
2012-05-28 01:47:44 +00:00
CMakeLists.txt
…
ConstantMerge.cpp
Re-fix the issue Bill fixed in r147899 in a slightly different way, which doesn't abuse the semantics of linker_private. We don't really want to merge any string constant with a weak_odr global.
2012-01-11 22:06:46 +00:00
DeadArgumentElimination.cpp
switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients.
2012-05-28 01:47:44 +00:00
ExtractGV.cpp
…
FunctionAttrs.cpp
…
GlobalDCE.cpp
…
GlobalOpt.cpp
Teach Function::hasAddressTaken that BlockAddress doesn't really take
2012-05-12 08:30:16 +00:00
InlineAlways.cpp
Fix a pretty scary bug I introduced into the always inliner with
2012-04-01 10:21:05 +00:00
Inliner.cpp
Fix typos found by
http://github.com/lyda/misspell-check
2012-06-02 10:20:22 +00:00
InlineSimple.cpp
Remove a bunch of empty, dead, and no-op methods from all of these
2012-03-31 12:48:08 +00:00
Internalize.cpp
Add a Fixme.
2012-04-16 04:23:52 +00:00
IPConstantPropagation.cpp
…
IPO.cpp
…
LLVMBuild.txt
Add a basic-block autovectorization pass.
2012-02-01 03:51:43 +00:00
LoopExtractor.cpp
Move the CodeExtractor utility to a dedicated header file / source file,
2012-05-04 10:18:49 +00:00
Makefile
…
MergeFunctions.cpp
…
PartialInlining.cpp
Move the CodeExtractor utility to a dedicated header file / source file,
2012-05-04 10:18:49 +00:00
PassManagerBuilder.cpp
By default, use Early-CSE instead of GVN for vectorization cleanup.
2012-04-13 17:15:33 +00:00
PruneEH.cpp
[unwind removal] We no longer have 'unwind' instructions being generated, so
2012-02-06 21:16:41 +00:00
StripDeadPrototypes.cpp
…
StripSymbols.cpp
…