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-17 17:26:00 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
History
Richard Smith
ed01259313
Fix floating-point divide by zero, in a case where the value was not going to be used anyway.
...
llvm-svn: 162518
2012-08-24 00:31:45 +00:00
..
Analysis
Fix floating-point divide by zero, in a case where the value was not going to be used anyway.
2012-08-24 00:31:45 +00:00
Archive
…
AsmParser
Change the
linker_private_weak_def_auto' linkage to
linkonce_odr_auto_hide' to
2012-08-17 18:33:14 +00:00
Bitcode
Change the
linker_private_weak_def_auto' linkage to
linkonce_odr_auto_hide' to
2012-08-17 18:33:14 +00:00
CodeGen
Remove the DW_AT_MIPS_linkage name attribute when we don't need it
2012-08-23 22:52:55 +00:00
DebugInfo
Formatting cleanup.
2012-08-23 23:26:57 +00:00
ExecutionEngine
Add a getName function to MachineFunction. Use it in places that previously did getFunction()->getName(). Remove includes of Function.h that are no longer needed.
2012-08-22 06:07:19 +00:00
Linker
…
MC
Fix a bunch of -Wdocumentation warnings.
2012-08-23 16:54:08 +00:00
Object
…
Support
Fix undefined behavior (signed integer overflow) when Clang parses a hexfloat with an enormous exponent. Caught by an existing unit test + -ftrapv.
2012-08-24 00:01:19 +00:00
TableGen
Tristate mayLoad, mayStore, and hasSideEffects.
2012-08-23 19:34:46 +00:00
Target
Remove some spurious mayLoad = 0 flags.
2012-08-24 00:31:20 +00:00
Transforms
SimplifyLibCalls: Give all safely-shrinkable libcalls the same treatment.
2012-08-22 19:39:15 +00:00
VMCore
Make atomic load and store of pointers work. Tighten verification of atomic operations
2012-08-17 23:24:29 +00:00
CMakeLists.txt
…
LLVMBuild.txt
…
Makefile
…