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-21 19:36:59 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
History
Dan Gohman
ab5072f624
Use SmallVector's pop_back_val.
...
llvm-svn: 61277
2008-12-20 16:42:33 +00:00
..
Analysis
Resubmit support for the 'nocapture' attribute.
2008-12-19 06:39:12 +00:00
Archive
…
AsmParser
Update the .cvs files for nocapture.
2008-12-19 09:41:54 +00:00
Bitcode
Add support for writing LLVM IR to a specified BitstreamWriter.
2008-12-19 18:37:59 +00:00
CodeGen
Use SmallVector's pop_back_val.
2008-12-20 16:42:33 +00:00
Debugger
…
ExecutionEngine
Fix MachineCodeEmitter to use uintptr_t instead of intptr_t. This avoids some overflow issues. Patch by Thomas Jablin.
2008-12-10 02:32:19 +00:00
Linker
…
Support
…
System
…
Target
Move the patterns which have i8 immediates before the patterns
2008-12-19 18:25:21 +00:00
Transforms
- CodeGenPrepare does not split loop back edges but it only knows about back edges of single block loops. It now does a DFS walk to find loop back edges.
2008-12-19 18:03:11 +00:00
VMCore
The fields for the stoppoint debug intrinsic have not changed, so update the
2008-12-19 19:56:36 +00:00
Makefile
…