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-20 02:34:48 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
History
Devang Patel
a0973b0c53
DISubrange supports unsigned lower/upper array bounds, so let's not fake it in the end while emitting DWARF. If a FE needs to encode signed lower/upper array bounds then we need to extend DISubrange or ad DISignedSubrange.
...
llvm-svn: 144937
2011-11-17 23:43:15 +00:00
..
Analysis
Fix SCEV overly optimistic back edge taken count for multi-exit loops.
2011-11-16 00:52:40 +00:00
Archive
…
AsmParser
…
Bitcode
…
CodeGen
DISubrange supports unsigned lower/upper array bounds, so let's not fake it in the end while emitting DWARF. If a FE needs to encode signed lower/upper array bounds then we need to extend DISubrange or ad DISignedSubrange.
2011-11-17 23:43:15 +00:00
DebugInfo
Audited all the format strings in libDebugInfo and fixed those that didn't match the types.
2011-11-05 16:01:13 +00:00
ExecutionEngine
Sink codegen optimization level into MCCodeGenInfo along side relocation model
2011-11-16 08:38:26 +00:00
Linker
…
MC
Sink codegen optimization level into MCCodeGenInfo along side relocation model
2011-11-16 08:38:26 +00:00
Object
Object/COFF: Support common symbols.
2011-11-16 23:36:12 +00:00
Support
Move WEAK marking to the declaration.
2011-11-15 01:23:22 +00:00
TableGen
ARM vldm and vstm VFP instructions can take a data type suffix.
2011-11-11 23:08:10 +00:00
Target
Add TODO comment.
2011-11-17 21:46:13 +00:00
Transforms
quick fix: remove GlobalVariable::GlobalVariable mistakenly commited at r144933. For some reason this compiles on linux
2011-11-17 23:37:53 +00:00
VMCore
Rename MVT::untyped to MVT::Untyped to match similar nomenclature.
2011-11-16 01:02:57 +00:00
CMakeLists.txt
…
LLVMBuild.txt
…
Makefile
…