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-14 15:38:57 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
History
Daniel Dunbar
1b050afd4e
llvm-mc: Add --show-fixups option, for displaying the instruction fixup information in the asm comments.
...
llvm-svn: 95710
2010-02-09 23:00:14 +00:00
..
Analysis
Add const qualifiers.
2010-02-08 22:00:06 +00:00
Archive
From PR6228:
2010-02-04 06:19:43 +00:00
AsmParser
Reintroduce the InlineHint function attribute.
2010-02-06 01:16:28 +00:00
Bitcode
Function-local metadata whose operands had been optimized to no longer refer to function-local IR were not getting written by BitcodeWriter; solution is for these metadata to be enumerated just like global metadata.
2010-02-06 01:21:09 +00:00
CodeGen
Improve comments in the LSDA somewhat. They can be improved much more.
2010-02-09 22:49:16 +00:00
CompilerDriver
…
ExecutionEngine
Move --march, --mcpu, and --mattr from JIT/TargetSelect.cpp to lli.cpp.
2010-02-05 16:19:36 +00:00
Linker
Linker should not remap null operands of metadata
2010-02-06 01:31:55 +00:00
MC
llvm-mc: Add --show-fixups option, for displaying the instruction fixup information in the asm comments.
2010-02-09 23:00:14 +00:00
Support
add support for the sparcv9-*-* target triple to turn on
2010-02-04 06:34:01 +00:00
System
Add llvm::Program::ChangeStderrToBinary().
2010-01-28 06:42:08 +00:00
Target
MC/X86: Add a dummy implementation of MCFixup generation for hacky X86 MCCodeEmitter.
2010-02-09 23:00:03 +00:00
Transforms
Move Intrinsic::objectsize lowering back to InstCombineCalls and
2010-02-09 21:24:27 +00:00
VMCore
Make the destructor for TypeMapBase protected. Spotted by Duncan Sands with
2010-02-07 21:13:46 +00:00
Makefile
…