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
History
Jim Grosbach
db1450056a
80 columns.
...
llvm-svn: 131649
2011-05-19 17:34:53 +00:00
..
Analysis
@llvm.lifetime.begin acts as a load, not @llvm.lifetime.end.
2011-05-17 00:05:49 +00:00
Archive
…
AsmParser
Remove unused variables caught by GCC's -Wunused-but-set-variable.
2011-05-03 16:00:27 +00:00
Bitcode
It's valid to take the blockaddress of a different function, so remove this
2011-05-06 21:09:44 +00:00
CodeGen
Revert r128961 because it didn't include a test and causes the verifier to fail
2011-05-19 01:56:19 +00:00
CompilerDriver
…
ExecutionEngine
Avoid a Twine that referenced a tmp (which proceded to go out of scope before
2011-05-19 00:45:05 +00:00
Linker
Set the unnamed_addr only when we're creating a new GV in the dest module.
2011-03-29 23:31:06 +00:00
MC
Introduce -fatal-assembler-warnings for the obvious purpose
2011-05-19 17:27:01 +00:00
Object
Remove dead variable pointed out by GCC 4.6 warnings, and reflow this a little
2011-05-02 05:05:29 +00:00
Support
Revert my previous patch. The cmake build had already been fixed.
2011-05-19 00:02:45 +00:00
Target
80 columns.
2011-05-19 17:34:53 +00:00
Transforms
revert 131605 to fix PR9946.
2011-05-19 02:26:30 +00:00
VMCore
Shuffle StandardPasses.cpp into VMCore; add it to CMake.
2011-05-18 23:51:11 +00:00
CMakeLists.txt
…
Makefile
…