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-13 17:00:01 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
History
Kevin Enderby
dc13d89540
Fix so "int3" is correctly accepted, added "into" and fixed "int" with an
...
argument, like "int $4", to not get an Assertion error. llvm-svn: 103791
2010-05-14 19:16:02 +00:00
..
Analysis
Clear CachedFunctionInfo upon Pass::releaseMemory. Because ValueMap will abort
2010-05-12 21:48:15 +00:00
Archive
…
AsmParser
…
Bitcode
…
CodeGen
Simplify the handling of physreg defs and uses in RegAllocFast.
2010-05-14 18:03:25 +00:00
CompilerDriver
…
ExecutionEngine
…
Linker
…
MC
MC/Mach-O/x86_64: Darwin's special "signed_N" relocation types should only be
2010-05-14 18:53:40 +00:00
Support
Add new configure option, --disable-timestamps, intended to turn off anything which would mess up binary/object comparisons. Currently:
2010-05-10 20:11:56 +00:00
System
Add llvm::sys::RunInterruptHandlers(), which runs the registered SIGINT cleanup
2010-05-08 02:10:34 +00:00
Target
Fix so "int3" is correctly accepted, added "into" and fixed "int" with an
2010-05-14 19:16:02 +00:00
Transforms
Remove heinous tabs.
2010-05-13 06:45:13 +00:00
VMCore
Adding a v8i64 512-bit vector type. This will be used to model ARM NEON intrinsics which translate into a pair of vld / vst instructions that can load / store 8 consecutive 64-bit (D) registers.
2010-05-13 23:55:47 +00:00
Makefile
…