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-23 04:16:42 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
History
Richard Trieu
24685ab8b5
Add parentheses to silence gcc warning.
...
llvm-svn: 187482
2013-07-31 04:07:28 +00:00
..
Analysis
Fix a severe compile time problem when forming large SCEV expressions.
2013-07-31 02:43:40 +00:00
AsmParser
…
Bitcode
Make .bc en/decoding of AttrKind stable
2013-07-26 04:16:55 +00:00
CodeGen
Fix crashing on invalid inline asm with matching constraints.
2013-07-31 01:26:24 +00:00
DebugInfo
…
ExecutionEngine
[PowerPC] Support powerpc64le as a syntax-checking target.
2013-07-26 01:35:43 +00:00
IR
Add parentheses to silence gcc warning.
2013-07-31 04:07:28 +00:00
IRReader
…
Linker
…
MC
MC: Support larger COFF string tables
2013-07-29 12:30:12 +00:00
Object
Add support for the 's' operation to llvm-ar.
2013-07-29 12:40:31 +00:00
Option
Silence gcc warning.
2013-07-22 21:29:28 +00:00
Support
Fix windows' implementation of status when a file doesn't exist.
2013-07-31 00:10:25 +00:00
TableGen
…
Target
Increment arg_count inside the loop in printInline. Patch by Joe Matarazzo.
2013-07-31 03:22:07 +00:00
Transforms
Preserve fast-math flags when folding (fsub x, (fneg y)) to (fadd x, y).
2013-07-30 23:53:17 +00:00
CMakeLists.txt
…
LLVMBuild.txt
…
Makefile
…