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-01 01:43:57 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
History
Benjamin Kramer
df696ee6b4
Use a do-while loop instead of while + boolean.
...
llvm-svn: 92912
2010-01-07 13:50:07 +00:00
..
Analysis
Partially address a README by having functionattrs consider calls to
2010-01-06 08:45:52 +00:00
Archive
…
AsmParser
When parsing function-local metadata, create a function-local MDNode
2010-01-06 17:00:21 +00:00
Bitcode
Allow null to be an element of NamedMDNode. e.g. !llvm.stuff = !{!0,
!1
, null}
2010-01-05 21:47:32 +00:00
CodeGen
Allow double defs after tail duplication.
2010-01-06 23:52:46 +00:00
CompilerDriver
…
ExecutionEngine
Move remaining stuff to the isInteger predicate.
2010-01-05 21:05:54 +00:00
Linker
Change this back to errs().
2010-01-05 01:55:22 +00:00
MC
Change errs() to dbgs().
2010-01-05 01:28:22 +00:00
Support
More trivial optimizations to a function well outside the critical path
2010-01-07 02:24:06 +00:00
System
Alternative fix to make sure that the extern declarations used by
2009-12-23 19:12:50 +00:00
Target
Fix a minor regression from my dag combiner changes. One more place which needs to look pass truncates.
2010-01-07 00:54:06 +00:00
Transforms
Use a do-while loop instead of while + boolean.
2010-01-07 13:50:07 +00:00
VMCore
Allow null to be an element of NamedMDNode. e.g. !llvm.stuff = !{!0,
!1
, null}
2010-01-05 21:47:32 +00:00
Makefile
…