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-06 04:09:04 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
test
History
Evan Cheng
77529302a6
Fix bug in FoldFCmp_IntToFP_Cst. If inttofp is a uintofp, use unsigned instead of signed integer constant.
...
llvm-svn: 72300
2009-05-22 23:10:53 +00:00
..
Analysis
Teach ScalarEvolution to recognize x^-1 in the case where non-demanded
2009-05-18 16:29:04 +00:00
Archive
…
Assembler
Revert this. There's no way to verifiy indirect calls, and an optimizer can turn
2009-05-22 07:12:05 +00:00
Bindings
/Ocaml
Nounwind is not valid for function return values.
2009-05-06 13:51:18 +00:00
Bitcode
…
BugPoint
…
CodeGen
Add a new codegen pass that normalizes dwarf exception handling
2009-05-22 20:36:31 +00:00
DebugInfo
Fix broken logic in DominatorTreeBase::Split. Part of PR4238.
2009-05-21 21:47:54 +00:00
ExecutionEngine
…
Feature
Make MDNode use CallbackVH. Also change MDNode to store Value* instead of
2009-05-10 20:57:05 +00:00
FrontendAda
…
FrontendC
Commands beginning with '--' are converted to '-f' by gcc. Blech!
2009-05-18 18:09:36 +00:00
FrontendC++
Check that pure/const functions are marked nounwind.
2009-05-04 16:47:11 +00:00
FrontendFortran
…
FrontendObjC
…
FrontendObjC++
…
Integer
…
lib
…
Linker
…
LLVMC
The 'forward_as' property did not use its second argument.
2009-05-06 01:41:19 +00:00
Other
…
Scripts
…
TableGen
Implement !if, analogous to $(if) in GNU make.
2009-05-14 23:26:46 +00:00
Transforms
Fix bug in FoldFCmp_IntToFP_Cst. If inttofp is a uintofp, use unsigned instead of signed integer constant.
2009-05-22 23:10:53 +00:00
Verifier
Revert this. There's no way to verifiy indirect calls, and an optimizer can turn
2009-05-22 07:12:05 +00:00
Makefile
…
Makefile.tests
…
TestRunner.sh
…