- Oct 20, 2003
-
-
Chris Lattner authored
* Implement R1 = R2 * C where R1 and R2 are 32 or 16 bits. This avoids an extra copy into a register, reducing register pressure. llvm-svn: 9278
-
Chris Lattner authored
llvm-svn: 9274
-
- Oct 19, 2003
-
-
Chris Lattner authored
debugging with the JIT llvm-svn: 9273
-
Chris Lattner authored
llvm-svn: 9272
-
Chris Lattner authored
llvm-svn: 9270
-
Chris Lattner authored
Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruction::PHI" to be more consistent with the other instructions. llvm-svn: 9269
-
Chris Lattner authored
Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruction::PHI" to be more consistent with the other instructions. This allows removal of a special case from the instvisitor llvm-svn: 9268
-
Chris Lattner authored
getelementptr code path for use by other code paths (like malloc and alloca). * Optimize comparisons with zero * Generate neg, not, inc, and dec instructions, when possible. This gives some code size wins, which might translate into performance. We'll see tommorow in the nightly tester. llvm-svn: 9267
-
Chris Lattner authored
llvm-svn: 9266
-
Brian Gaeke authored
llvm-svn: 9265
-
Brian Gaeke authored
Mention that they should really read the gcc manual. llvm-svn: 9264
-
Brian Gaeke authored
llvm-svn: 9263
-
Brian Gaeke authored
llvm-svn: 9262
-
Brian Gaeke authored
llvm-svn: 9261
-
Chris Lattner authored
llvm-svn: 9260
-
Brian Gaeke authored
llvm-svn: 9259
-
Brian Gaeke authored
llvm-svn: 9258
-
Brian Gaeke authored
Refer to the various "modules" of bugpoint as "debuggers", not "debugging modes" or "modules". I think this is more evocative of how they typically act, and it's shorter. Add a note about how a linker bug can crash bugpoint early. llvm-svn: 9257
-
Chris Lattner authored
llvm-svn: 9256
-
Brian Gaeke authored
Add Design Philosophy as a separate subsection. Clarify its last sentence. Give Automatic Mode Selection a uniquely-named anchor. Always call the program the "test program", instead of the "initial program", the "LLVM program", the "test case", the "resultant module", etc. Try to explain the assumptions a little more, instead of just describing the process. llvm-svn: 9255
-
Brian Gaeke authored
Many minor edits. Rewrite some of the options section for grammatical parallelism, clarity, and brevity. llvm-svn: 9254
-
Chris Lattner authored
Add printouts about failed building and testing. llvm-svn: 9253
-
Chris Lattner authored
This fixes PR#44. llvm-svn: 9252
-
Chris Lattner authored
llvm-svn: 9251
-
Chris Lattner authored
llvm-svn: 9250
-
Chris Lattner authored
This also fixes miscompilation of 176.gcc. llvm-svn: 9249
-
Chris Lattner authored
llvm-svn: 9248
-
- Oct 18, 2003
-
-
Chris Lattner authored
llvm-svn: 9247
-
Chris Lattner authored
llvm-svn: 9246
-
Chris Lattner authored
all, making it pointless for use with the code generator debugger. With it, it works like a charm. llvm-svn: 9245
-
Chris Lattner authored
llvm-svn: 9244
-
Chris Lattner authored
llvm-svn: 9243
-
Chris Lattner authored
llvm-svn: 9242
-
Chris Lattner authored
llvm-svn: 9241
-
Chris Lattner authored
* Add info about codegen and miscompilation mode llvm-svn: 9240
-
Chris Lattner authored
llvm-svn: 9239
-
Chris Lattner authored
Many people associate lli with the jit, so we don't want to suprise them llvm-svn: 9238
-
Chris Lattner authored
llvm-svn: 9237
-
Chris Lattner authored
llvm-svn: 9236
-
Chris Lattner authored
llvm-svn: 9235
-