- May 06, 2007
-
-
Chris Lattner authored
llvm-svn: 36839
-
Chris Lattner authored
llvm-svn: 36838
-
Chris Lattner authored
llvm-svn: 36837
-
Chris Lattner authored
llvm-svn: 36836
-
Chris Lattner authored
llvm-svn: 36830
-
Chris Lattner authored
llvm-svn: 36826
-
Chris Lattner authored
well. This shrinks kc++ from 2724088 to 2717360 bytes. llvm-svn: 36821
-
- May 05, 2007
-
-
Chris Lattner authored
there is only one item. llvm-svn: 36773
-
Chris Lattner authored
llvm-svn: 36772
-
Chris Lattner authored
llvm-svn: 36768
-
- May 04, 2007
-
-
Chris Lattner authored
llvm-svn: 36726
-
- May 03, 2007
-
-
Evan Cheng authored
llvm-svn: 36685
-
Devang Patel authored
llvm-svn: 36662
-
- May 02, 2007
-
-
Devang Patel authored
Due to darwin gcc bug, one version of darwin linker coalesces static const int, which defauts PassID based pass identification. llvm-svn: 36652
-
- May 01, 2007
-
-
Devang Patel authored
llvm-svn: 36632
-
Chris Lattner authored
llvm-svn: 36611
-
- Apr 30, 2007
-
-
Reid Spencer authored
llvm-svn: 36581
-
- Apr 29, 2007
-
-
Chris Lattner authored
<MODULE_BLOCK NumWords=27 BlockCodeSize=3> <TYPE_BLOCK NumWords=7 BlockCodeSize=4> <NUMENTRY op0=7> <POINTER op0=1> <FUNCTION op0=0 op1=2 op2=2 op3=2 op4=2> <VECTOR op0=2 op1=3> <INTEGER op0=64> <VECTOR op0=8 op1=5> <INTEGER op0=16> <VOID> ... With work, the operands can be pretty printed symbolically. llvm-svn: 36579
-
Chris Lattner authored
llvm-svn: 36576
-
Chris Lattner authored
file symbolically and actually computing statistics. llvm-svn: 36557
-
Chris Lattner authored
reading the stream, and detects whether it is LLVM IR or not. llvm-svn: 36556
-
Chris Lattner authored
anything about disk I/O itself. This greatly simplifies its interface - eliminating the need for the ReaderWrappers.cpp file. This adds a new option to llvm-dis (-bitcode) which instructs it to read the input file as bitcode. Until/unless the bytecode reader is taught to read from MemoryBuffer, there is no way to handle stdin reading without it. I don't plan to switch the bytecode reader over, I'd rather delete it :), so the option will stay around temporarily. llvm-svn: 36554
-
Chris Lattner authored
llvm-svn: 36551
-
- Apr 27, 2007
-
-
Chris Lattner authored
MultiSource/Applications/minisat in the JIT. Note that the libsystem stuff should ideally never modify errno. :( llvm-svn: 36508
-
- Apr 22, 2007
-
-
Jeff Cohen authored
llvm-svn: 36347
-
Chris Lattner authored
llvm-svn: 36336
-
Chris Lattner authored
llvm-svn: 36335
-
Chris Lattner authored
llvm-svn: 36334
-
Chris Lattner authored
add a temporary -bitcode option, which instructs llvm-as to produce a bitcode file instead of a bytecode file llvm-svn: 36333
-
Reid Spencer authored
Make ParamAttrsList objects unique. You can no longer directly create or destroy them but instead must go through the ParamAttrsList::get() interface. llvm-svn: 36327
-
Reid Spencer authored
llvm-svn: 36326
-
- Apr 20, 2007
-
-
Chris Lattner authored
llvm-svn: 36268
-
- Apr 16, 2007
-
-
Reid Spencer authored
llvm-svn: 36106
-
Reid Spencer authored
Functions without names deserve to be created too. This fixes: test/CodeGen/Generic/vector-constantexpr.ll llvm-svn: 36105
-
Reid Spencer authored
When upgrading global vars, look for conflicts with functions as well. This fixes test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll llvm-svn: 36103
-
Reid Spencer authored
llvm-svn: 36096
-
Reid Spencer authored
Rewrite the upgrade of GEP indices to be a little less obtuse. This fixes test/Assembler/2002-08-19-BytecodeReader.llx test/Assembler/2003-08-21-ConstantExprCast-Fold.llx test/Assembler/2004-01-11-getelementptrfolding.llx llvm-svn: 36095
-
- Apr 11, 2007
-
-
Reid Spencer authored
llvm-svn: 35902
-
Reid Spencer authored
llvm-svn: 35899
-
Reid Spencer authored
typos in the output. This is sufficient to get most of the llvm2cpp tests working again. llvm-svn: 35898
-