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-11 07:18:44 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
History
Bruno Cardoso Lopes
88bef593d8
Improve varags handling, with testcases. Patch by Sasa Stankovic
...
llvm-svn: 127349
2011-03-09 19:22:22 +00:00
..
Analysis
When SCEV can determine the loop test is X < X, set ExactBECount=0.
2011-03-09 17:29:58 +00:00
Archive
Revert PathV2 changes, as sys::fs::unique_file is not finished yet.
2011-03-01 19:50:55 +00:00
AsmParser
Use X86_thiscall calling convention for Win64 as well.
2011-03-03 07:49:07 +00:00
Bitcode
Move library stuff out of the toplevel CMakeLists.txt file.
2011-02-18 22:06:14 +00:00
CodeGen
Improve pre-RA-sched register pressure tracking for duplicate operands.
2011-03-09 19:12:43 +00:00
CompilerDriver
…
ExecutionEngine
Support unregistering exception frames of functions when they are removed.
2011-03-04 23:37:39 +00:00
Linker
Correctly merge available_externally and regular definitions when they have
2011-02-01 05:33:52 +00:00
MC
Add constructors to MCElfStreamer and MCObjectStreamer to take an extra MCAssembler * argument.
2011-03-09 17:33:05 +00:00
Object
Object: Fix type punned pointer issues by making DataRefImpl a union and using intptr_t.
2011-01-21 02:27:02 +00:00
Support
lib/Support/regcomp.c: Fix cygwin warning.
2011-03-08 12:25:29 +00:00
Target
Improve varags handling, with testcases. Patch by Sasa Stankovic
2011-03-09 19:22:22 +00:00
Transforms
Fix a crasher introduced by r127317 that is seen on the bots when using an
2011-03-09 07:34:11 +00:00
VMCore
ptx: Fix calling convention printing in AsmWriter.cpp
2011-03-07 14:32:30 +00:00
CMakeLists.txt
Move library stuff out of the toplevel CMakeLists.txt file.
2011-02-18 22:06:14 +00:00
Makefile
…