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-24 12:55:45 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
test
History
Evan Cheng
dbdf48276a
- SSE4.1 extractfps extracts a f32 into a gr32 register. Very useful! Not. Fix the instruction specification and teaches lowering code to use it only when the only use is a store instruction.
...
llvm-svn: 48746
2008-03-24 21:52:23 +00:00
..
Analysis
Testcase for PR2160.
2008-03-21 20:22:11 +00:00
Archive
…
Assembler
…
Bindings
/Ocaml
Objective Caml bindings for basic block, function, global, and arg iterators.
2008-03-23 22:21:29 +00:00
Bitcode
…
BugPoint
…
C++Frontend
…
CFrontend
Fix test name.
2008-03-24 18:08:07 +00:00
CodeGen
- SSE4.1 extractfps extracts a f32 into a gr32 register. Very useful! Not. Fix the instruction specification and teaches lowering code to use it only when the only use is a store instruction.
2008-03-24 21:52:23 +00:00
DebugInfo
…
ExecutionEngine
…
Feature
Support chained aliases for LLVM IR printing. This fixes PR2145
2008-03-22 08:17:17 +00:00
FrontendAda
…
FrontendObjC
…
Integer
…
lib
Fix error in testing for END. notation.
2008-03-13 22:02:51 +00:00
Linker
…
Other
Keep track of analysis information inherited from Module pass manager.
2008-03-20 01:09:53 +00:00
Scripts
…
TableGen
…
Transforms
Add incoming value from header only if phi node has any use inside the loop.
2008-03-24 20:16:14 +00:00
Verifier
Add testcase for prev. commit. Minor fixes
2008-03-22 08:37:05 +00:00
Makefile
Do not pass -g flag when compiling tests, so remove the C.Flags. This only happens if you have a debug build of llvm.
2008-03-18 19:59:04 +00:00
Makefile.tests
…
TestRunner.sh
…