- Nov 09, 2004
-
-
Chris Lattner authored
This allows to elimination of a bunch of global pool descriptor args from programs being pool allocated (and is also generally useful!) llvm-svn: 17657
-
Reid Spencer authored
llvm-svn: 17655
-
Reid Spencer authored
* Implement createTemporaryFile for mkstemp(3) functionality * Fix isBytecodeFile to accept llvc magic # (compressed) as bytecode. llvm-svn: 17654
-
John Criswell authored
This should fix the problem of not being able to link compressed LLVM bytecode files from LLVM libraries. llvm-svn: 17648
-
Reid Spencer authored
bzip2: block size 9 -> 5, reduces memory by 400Kbytes, doesn't affect speed or compression ratio on all but the largest bytecode files (>1MB) zip: level 9 -> 6, this speeds up compression time by ~30% but only degrades the compressed size by a few bytes per megabyte. Those few bytes aren't worth the effort. llvm-svn: 17647
-
Chris Lattner authored
nightly testers llvm-svn: 17646
-
Chris Lattner authored
llvm-svn: 17642
-
Misha Brukman authored
* Order #includes according to style guide * Remove extraneous blank lines llvm-svn: 17639
-
Nate Begeman authored
llvm-svn: 17637
-
- Nov 08, 2004
-
-
Misha Brukman authored
llvm-svn: 17634
-
Chris Lattner authored
llvm-svn: 17632
-
Chris Lattner authored
llvm-svn: 17631
-
Reid Spencer authored
llvm-svn: 17621
-
Nate Begeman authored
move instructions for the register allocator to coalesce. llvm-svn: 17608
-
Misha Brukman authored
llvm-svn: 17601
-
- Nov 07, 2004
-
-
Chris Lattner authored
exciting to inline. Only inline medium or small sized functions with a single call site. llvm-svn: 17588
-
Nate Begeman authored
llvm-svn: 17583
-
Reid Spencer authored
* Accept 'llvc' as signature for compressed bytecode llvm-svn: 17579
-
Reid Spencer authored
llvm-svn: 17578
-
Reid Spencer authored
* Make signature for compressed bytecode llvc instead of unreadable * Make the CompressionContext have a constructor and destructor. llvm-svn: 17576
-
Misha Brukman authored
llvm-svn: 17549
-
Misha Brukman authored
llvm-svn: 17548
-
Chris Lattner authored
llvm-svn: 17547
-
Chris Lattner authored
llvm-svn: 17545
-
Chris Lattner authored
llvm-svn: 17544
-
Reid Spencer authored
llvm-svn: 17535
-
- Nov 06, 2004
-
-
Reid Spencer authored
externally visible defined symbols from a bytecode file. llvm-svn: 17503
-
Reid Spencer authored
llvm-svn: 17500
-
Reid Spencer authored
yet supported but writing works. Way too early to review this. More to come llvm-svn: 17499
-
- Nov 05, 2004
-
-
Reid Spencer authored
llvm-svn: 17498
-
John Criswell authored
llvm-svn: 17488
-
Chris Lattner authored
llvm-svn: 17485
-
Chris Lattner authored
llvm-svn: 17484
-
Chris Lattner authored
llvm-svn: 17483
-
Chris Lattner authored
llvm-svn: 17482
-
Chris Lattner authored
llvm-svn: 17481
-
- Nov 04, 2004
-
-
Nate Begeman authored
int test(int x) { return 32768 - x; } Fixed by teaching the function that checks a constant's validity to be used as an immediate argument about subtract-from instructions. llvm-svn: 17476
-
Brian Gaeke authored
llvm-svn: 17464
-
- Nov 03, 2004
-
-
Chris Lattner authored
llvm-svn: 17457
-
- Nov 02, 2004
-
-
Chris Lattner authored
This method is really a gross hack, but at least we can make it work on the targets we support right now. This bug fix stops a crash in a testcase reduced from 176.gcc llvm-svn: 17443
-