1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
Go to file
Chris Lattner 44689264b2 Fairly major change: emit fixed sized allocas in the entry block as a variable,
instead of a variable pointer and an alloca.  All accesses to the variable then
use the address-of operator to access it.  This plays better with the internal
GCC code generation phases, which bail early on functions which contain allocas.
It also makes the code a bit easier to read.

llvm-svn: 6734
2003-06-17 04:39:14 +00:00
docs Reverted back to hand-made HTML. 2003-06-12 19:34:44 +00:00
include Regularize the names of #include-guards. 2003-06-17 00:35:55 +00:00
lib Fairly major change: emit fixed sized allocas in the entry block as a variable, 2003-06-17 04:39:14 +00:00
runtime Prevent lines from wrapping. 2003-05-29 22:12:35 +00:00
support Actually, change it to use explicit new/delete, which is more likely to be 2003-06-16 22:29:09 +00:00
test Just _EXTEND_ the current path. Don't replace it. Replacing it makes it 2003-06-17 00:27:43 +00:00
tools Actually, change it to use explicit new/delete, which is more likely to be 2003-06-16 22:29:09 +00:00
utils Removing personal name from source code. 2003-06-03 00:59:24 +00:00
LICENSE.TXT Add prerelease license to cvs 2003-06-04 19:46:36 +00:00
Makefile Modified Makefile.common to handle compilation of projects inside and outside 2003-06-11 13:55:44 +00:00
Makefile.common Modified the environment variables that determine where things are located to 2003-06-16 19:14:31 +00:00
Makefile.config Modified Makefile.common to handle compilation of projects inside and outside 2003-06-11 13:55:44 +00:00
Makefile.FreeBSD Basically this is the same as Makefile.Linux, at least for now. 2003-06-16 22:01:55 +00:00
Makefile.Linux
Makefile.rules Modified the environment variables that determine where things are located to 2003-06-16 19:14:31 +00:00
Makefile.SunOS