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-26 14:16:12 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
History
Evan Cheng
c0933d5ec1
Multiply instructions are issued on pipeline 0. They do not need to reserve pipeline 1.
...
llvm-svn: 116135
2010-10-09 01:15:04 +00:00
..
Analysis
Start separating out code metrics into code size metrics and code performance metrics. Partial Specialization will apply the former to function specializations, and the latter to all callsites that can use a specialization, in order to decide whether to create a specialization
2010-10-08 13:57:31 +00:00
Archive
Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."
2010-09-13 23:59:48 +00:00
AsmParser
Pacify a noisy compiler, and sink this variable declaration closer to its uses.
2010-09-30 21:04:13 +00:00
Bitcode
Provide a fast "get me the target triple from the module" API. This can
2010-10-06 01:22:42 +00:00
CodeGen
Rename SplitEditor::rewrite to finish() and break it out into a couple of new
2010-10-08 23:42:21 +00:00
CompilerDriver
llvmc: Allow multiple output languages.
2010-09-21 14:59:42 +00:00
ExecutionEngine
Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."
2010-09-13 23:59:48 +00:00
Linker
Revert "RequiresUnique" patch. This should be handled at a lower level.
2010-10-06 20:18:44 +00:00
MC
MC-COFF: Handle relaxation in COFF better. Fixes PR8321.
2010-10-07 23:55:40 +00:00
Support
Unbreak cmake build.
2010-10-07 23:12:15 +00:00
System
CrashRecovery: Fix raise() override to actually send the right signal, *cough*.
2010-10-08 18:31:34 +00:00
Target
Multiply instructions are issued on pipeline 0. They do not need to reserve pipeline 1.
2010-10-09 01:15:04 +00:00
Transforms
Filter out illegal formulae after updating offsets, not before, so that
2010-10-08 19:33:26 +00:00
VMCore
Now with fewer extraneous semicolons!
2010-10-07 22:25:06 +00:00
Makefile
…