1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/lib
Chris Lattner ead42a768e This is the initial implementation of IPSCCP, as requested by Brian.
This implements SCCP/ipsccp-basic.ll, rips apart Olden/mst (as described in
PR415), and does other nice things.

There is still more to come with this, but it's a start.

llvm-svn: 18752
2004-12-10 08:02:06 +00:00
..
Analysis Add testcase and fix for yet another case where we query the size an 2004-12-08 23:56:15 +00:00
AsmParser Do not allow empty label names. 2004-12-10 05:40:19 +00:00
Bytecode Remove a dead field, make the map go to integer type ID to hash better and 2004-12-09 06:19:44 +00:00
CodeGen Move virtual function call out of loop to speed up getFreePhysReg by about 2004-12-07 05:25:53 +00:00
Debugger Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
ExecutionEngine Properly implement a fix for PR475 2004-12-05 07:19:16 +00:00
Linker Turn this error back into a warning, fixing the povray regression 2004-12-08 20:01:10 +00:00
Support Distribute headers and license files too 2004-12-04 22:34:21 +00:00
System Fix residual Visual Studio build problems 2004-12-09 05:51:11 +00:00
Target Emit correct prototype for __builtin_alloca on V8. 2004-12-10 05:44:45 +00:00
Transforms This is the initial implementation of IPSCCP, as requested by Brian. 2004-12-10 08:02:06 +00:00
VMCore Fix writer to properly quote label names when they don't contain 2004-12-10 05:41:10 +00:00
Makefile Add the Linker library 2004-11-14 21:54:41 +00:00