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
Michael J. Spencer
2f9beb2374
Add YAML parser to Support.
...
llvm-svn: 153977
2012-04-03 23:09:22 +00:00
..
Analysis
Add a line number for the scope of the function (starting at the first
2012-04-03 00:43:49 +00:00
Archive
…
AsmParser
…
Bitcode
…
CodeGen
Add VSELECT to LegalizeVectorTypes::ScalariseVectorResult. Previously it would crash if it encountered a 1 element VSELECT. Solution is slightly more complicated than just creating a SELET as we have to mask or sign extend the vector condition if it had different boolean contents from the scalar condition. Fixes <rdar://problem/11178095>
2012-04-03 22:57:55 +00:00
DebugInfo
…
ExecutionEngine
Removing a file that's no longer being used after the recent refactorings
2012-04-01 06:50:01 +00:00
Linker
…
MC
Move getOpcodeName from the various target InstPrinters into the superclass MCInstPrinter.
2012-04-02 08:32:38 +00:00
Object
Object: drop bogus VMCore dependency
2012-04-03 15:48:10 +00:00
Support
Add YAML parser to Support.
2012-04-03 23:09:22 +00:00
TableGen
…
Target
ARMDisassembler: drop bogus dependency on ARMCodeGen
2012-04-03 15:48:14 +00:00
Transforms
Add an option to turn off the expensive GVN load PRE part of GVN.
2012-04-02 22:16:50 +00:00
VMCore
The speedup doesn't appear to have been from this, but was an anomaly of my testing machine.
2012-04-03 11:19:21 +00:00
CMakeLists.txt
…
LLVMBuild.txt
…
Makefile
…