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-11 06:06:52 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
History
Chris Lattner
b58308e6d4
Make sure to expand all nodes, avoiding unintentional node duplication.
...
llvm-svn: 21889
2005-05-12 06:54:21 +00:00
..
Analysis
By definition, 'tail' calls cannot access the stack frame of their caller.
2005-05-08 23:58:12 +00:00
AsmParser
* Convert tabs to spaces, fix code alignment
2005-05-10 22:02:28 +00:00
Bytecode
Silence VC++ warnings about unsafe mixing of ints and bools with the | operator.
2005-05-07 02:44:04 +00:00
CodeGen
Make sure to expand all nodes, avoiding unintentional node duplication.
2005-05-12 06:54:21 +00:00
Debugger
Remove trailing whitespace
2005-04-21 22:36:52 +00:00
ExecutionEngine
Fix a really horrible problem that causes the JIT to miscompile any program
2005-05-12 06:01:28 +00:00
Linker
Preserve CC's when linking modules
2005-05-09 01:09:39 +00:00
Support
Do not use "" as a sentinal for a missing argument! This fixes PR560.
2005-05-10 23:20:17 +00:00
System
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
2005-05-05 22:33:09 +00:00
Target
These targets don't like setcc
2005-05-12 02:06:00 +00:00
Transforms
Fix Reassociate/shifttest.ll
2005-05-10 03:39:25 +00:00
VMCore
Verify that varargs functions all have ccc
2005-05-08 22:27:09 +00:00
Makefile
Add the Linker library
2004-11-14 21:54:41 +00:00