- Nov 16, 2004
-
-
Chris Lattner authored
llvm-svn: 17870
-
Chris Lattner authored
hold your nose!) llvm-svn: 17869
-
Chris Lattner authored
already been emitted, we don't have to remember it and deal with it later, just emit it directly. llvm-svn: 17868
-
Chris Lattner authored
* Get rid of "emitMaybePCRelativeValue", either we want to emit a PC relative value or not: drop the maybe BS. As it turns out, the only places where the bool was a variable coming in, the bool was a dynamic constant. llvm-svn: 17867
-
Misha Brukman authored
* Add link to complete Command Guide in the "brief intro to major tools" section llvm-svn: 17866
-
Chris Lattner authored
llvm-svn: 17865
-
Chris Lattner authored
immediately instead of lazily. In this program, for example: int main() { printf("hello world\n"); printf("hello world\n"); printf("hello world\n"); printf("hello world\n"); } We used to have to go through compilation callback 4 times (once for each call to printf), now we don't go to it at all. Thanks to Misha for noticing this, and for adding the initial ghost linkage patches. llvm-svn: 17864
-
Chris Lattner authored
already has been. This may be a small speedup. llvm-svn: 17863
-
Chris Lattner authored
set up. llvm-svn: 17862
-
Chris Lattner authored
llvm-svn: 17861
-
- Nov 15, 2004
-
-
Chris Lattner authored
llvm-svn: 17860
-
Chris Lattner authored
bytecode files by about 8 bytes per external function llvm-svn: 17859
-
Chris Lattner authored
body for the function. llvm-svn: 17858
-
Chris Lattner authored
llvm-svn: 17857
-
Chris Lattner authored
the dtor for the BytecodeReader class will try to free it again! llvm-svn: 17856
-
Chris Lattner authored
llvm-svn: 17855
-
Chris Lattner authored
AT ALL. This saves 11 bytes per external function from the bytecode file, and is also required to make GhostLinkage work. llvm-svn: 17854
-
Chris Lattner authored
FunctionBlock. llvm-svn: 17853
-
Reid Spencer authored
llvm-svn: 17852
-
Misha Brukman authored
llvm-svn: 17851
-
Reid Spencer authored
Remove now defunct RequiredSoftware.html. llvm-svn: 17850
-
Misha Brukman authored
* Mark MacOS X/PPC support as 32-bit-only * Fix FreeBSD space usage -- it's in MB, not GB llvm-svn: 17848
-
Misha Brukman authored
llvm-svn: 17846
-
Misha Brukman authored
llvm-svn: 17845
-
Misha Brukman authored
llvm-svn: 17844
-
Misha Brukman authored
llvm-svn: 17843
-
Reid Spencer authored
llvm-svn: 17842
-
Misha Brukman authored
llvm-svn: 17840
-
Chris Lattner authored
llvm-svn: 17839
-
Misha Brukman authored
* Add missing dashes llvm-svn: 17838
-
Misha Brukman authored
llvm-svn: 17837
-
Reid Spencer authored
llvm-svn: 17836
-
Reid Spencer authored
Remove reference to llvm-ld llvm-svn: 17835
-
Misha Brukman authored
llvm-svn: 17834
-
Tanya Lattner authored
This file was originally developed by the LLVM research group so this comment should stay. I also do NOT want my name explicity listed on src files. I am already mentioned in the credits. llvm-svn: 17833
-
Reid Spencer authored
llvm-svn: 17832
-
Chris Lattner authored
llvm-svn: 17831
-
Reid Spencer authored
Patch contributed by Morten Ofstad. llvm-svn: 17830
-
Reid Spencer authored
Patch contributed by Morten Ofstad. llvm-svn: 17829
-
Reid Spencer authored
Patch contributed by Morten Ofstad. llvm-svn: 17828
-