- Dec 23, 2003
-
-
Alkis Evlogimenos authored
allocation in the presence of preallocated intervals. llvm-svn: 10595
-
John Criswell authored
that defines the symbol "main." This is a hack that ensures that programs that place their main function in a library and then link it in (i.e. Apache 2.x) get their main function linked in. There is probably a more correct way to do this, but this works for now. llvm-svn: 10594
-
Chris Lattner authored
llvm-svn: 10593
-
Chris Lattner authored
llvm-svn: 10592
-
Chris Lattner authored
llvm-svn: 10591
-
Chris Lattner authored
it doesn't do anything with it. llvm-svn: 10590
-
Chris Lattner authored
finegrainify namespacification llvm-svn: 10589
-
Chris Lattner authored
llvm-svn: 10588
-
Chris Lattner authored
llvm-svn: 10587
-
Chris Lattner authored
llvm-svn: 10586
-
- Dec 22, 2003
-
-
John Criswell authored
anything; it just causes the bug to go dormant. llvm-svn: 10585
-
Alkis Evlogimenos authored
llvm-svn: 10584
-
Chris Lattner authored
contains no functionality changes. llvm-svn: 10583
-
Chris Lattner authored
Implement indvar analysis of getelementptr and sub expressions llvm-svn: 10582
-
Chris Lattner authored
llvm-svn: 10581
-
Chris Lattner authored
arithmetic into "array subscripts" llvm-svn: 10580
-
Chris Lattner authored
add new getIntPtrType() method llvm-svn: 10579
-
Chris Lattner authored
llvm-svn: 10578
-
Chris Lattner authored
llvm-svn: 10577
-
Chris Lattner authored
llvm-svn: 10576
-
Chris Lattner authored
llvm-svn: 10575
-
Chris Lattner authored
llvm-svn: 10574
-
Chris Lattner authored
llvm-svn: 10573
-
Misha Brukman authored
llvm-svn: 10572
-
- Dec 21, 2003
-
-
Misha Brukman authored
llvm-svn: 10571
-
Alkis Evlogimenos authored
llvm-svn: 10570
-
Alkis Evlogimenos authored
nesting level when computing it. Right now the allocator uses: w = sum_over_defs_uses( 10 ^ nesting level ); llvm-svn: 10569
-
Chris Lattner authored
llvm-svn: 10568
-
Alkis Evlogimenos authored
llvm-svn: 10567
-
Alkis Evlogimenos authored
for live ranges that fall into assigned registers' holes. llvm-svn: 10566
-
- Dec 20, 2003
-
-
John Criswell authored
Modified ReadArchiveBuffer() so that it dynamically allocates the std::string object used to hold the bytecode object file's name. This is necessary because it is passed by reference to the new Module that is allocated to represent the bytecode object, and previously we were using a std::string that disappeared on function exit. llvm-svn: 10565
-
Alkis Evlogimenos authored
llvm-svn: 10564
-
Alkis Evlogimenos authored
llvm-svn: 10563
-
Alkis Evlogimenos authored
instruction selector by adding a new pseudo-instruction FP_REG_KILL. This instruction implicitly defines all x86 fp registers and is a terminator so that passes which add machine code at the end of basic blocks (like phi elimination) do not add instructions between it and the branch or return instruction. llvm-svn: 10562
-
Chris Lattner authored
llvm-svn: 10561
-
Chris Lattner authored
llvm-svn: 10560
-
Chris Lattner authored
been emitted. Also, since the FPK pass is causing memory access violations, disable it. llvm-svn: 10559
-
Chris Lattner authored
llvm-svn: 10558
-
Chris Lattner authored
to passes.h, and add the machien destruction pass to Passes.h llvm-svn: 10557
-
Chris Lattner authored
instructions on an ilist llvm-svn: 10556
-