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-03 10:54:42 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
History
Evan Cheng
3f386274c0
BlockHasNoFallThrough() now returns true if block ends with a return instruction.
...
llvm-svn: 37266
2007-05-21 18:44:17 +00:00
..
Analysis
Add passes -view-cfg and -view-cfg-only that are like -print-cfg and
2007-05-14 14:25:08 +00:00
Archive
adjust this to live in lib/Archive
2007-05-06 19:49:28 +00:00
AsmParser
Regenerate
2007-05-19 07:22:10 +00:00
Bitcode
Fix PR1434 and test/Linker/link-archive.ll, this is a regression from 1.9.
2007-05-18 04:02:46 +00:00
CodeGen
same patch as the previous one, but the symmetric case
2007-05-19 00:46:51 +00:00
Debugger
switch this to bitcode instead of bytecode
2007-05-06 09:29:13 +00:00
ExecutionEngine
On Linux platforms and at optimization levels -O1 and above, llvm-gcc can
2007-05-19 01:36:17 +00:00
Linker
switch this to bitcode instead of bytecode
2007-05-06 09:29:13 +00:00
Support
Fix an assertion introduced by my last change to the toString method. We
2007-05-19 00:29:55 +00:00
System
Fix a bug where the bcreader could crash on .bc files that were an exact
2007-05-11 00:00:27 +00:00
Target
BlockHasNoFallThrough() now returns true if block ends with a return instruction.
2007-05-21 18:44:17 +00:00
Transforms
Fix Transforms/InstCombine/2007-05-18-CastFoldBug.ll, a bug that devastates
2007-05-19 06:51:32 +00:00
VMCore
Get the order of the hext digits right!
2007-05-19 14:44:42 +00:00
Makefile
build lib/Archive instead of lib/Bytecode
2007-05-06 19:50:06 +00:00