Age | Commit message (Expand) | Author |
2003-10-20 | Fix file header | Chris Lattner |
2003-10-20 | Added copyright header to all C++ source files. | John Criswell |
2003-10-20 | Made the Requirements information its own major section and moved it | John Criswell |
2003-10-20 | Make replaceMachineCodeForFunction() return void. | Brian Gaeke |
2003-10-20 | Make replaceMachineCodeForFunction return void. | Brian Gaeke |
2003-10-20 | Make replaceMachineCodeForFunction return void. | Brian Gaeke |
2003-10-20 | Apparently the dependencies are wrong for this file, so it didn't rebuild it | Chris Lattner |
2003-10-20 | Reorder for minor efficiency gain | Chris Lattner |
2003-10-20 | Emit x86 instructions for: A = B op C, where A and B are 16-bit registers, | Chris Lattner |
2003-10-20 | Hrm, a relic from the past. How cute :) | Chris Lattner |
2003-10-20 | Further cleanups and simplifications | Chris Lattner |
2003-10-20 | Eliminate code for pointer size and endianness emulation. | Chris Lattner |
2003-10-20 | The Grammar Police was here. | Misha Brukman |
2003-10-20 | * Fixed grammar in header | Misha Brukman |
2003-10-20 | * Rename X86::IMULr16 -> X86::IMULrr16 | Chris Lattner |
2003-10-19 | Don't bother forwarding function references which are external to the program... | Chris Lattner |
2003-10-19 | Ok, return an explicit path to the shared object, unbreaking code generator | Chris Lattner |
2003-10-19 | Fix iterator invalidation problem | Chris Lattner |
2003-10-19 | Eliminate unused class | Chris Lattner |
2003-10-19 | Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct... | Chris Lattner |
2003-10-19 | Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct... | Chris Lattner |
2003-10-19 | * Multiplications by 2^X are turned into shifts. This factors code out of the | Chris Lattner |
2003-10-19 | Add some new instructions. Wheee | Chris Lattner |
2003-10-19 | Change it to match llvmgcc.html ... why do we have separate pages for these two? | Brian Gaeke |
2003-10-19 | Clarify the roles of gccld and gccas. | Brian Gaeke |
2003-10-19 | Minor edits; also expand description of '-v' option. | Brian Gaeke |
2003-10-19 | Tweak -plugin description to match bugpoint.html | Brian Gaeke |
2003-10-19 | Mostly rewritten. | Brian Gaeke |
2003-10-19 | A minor fix | Chris Lattner |
2003-10-19 | Take out extra paragraph tag. | Brian Gaeke |
2003-10-19 | Make this (-run) set look like the other (-disable) set. | Brian Gaeke |
2003-10-19 | Always say "the test program", part 2. | Brian Gaeke |
2003-10-19 | Two minor fixes | Chris Lattner |
2003-10-19 | Minor edits to Description section. | Brian Gaeke |
2003-10-19 | Spell-check. | Brian Gaeke |
2003-10-19 | DeHTMLify the email so that it only gets sent out if something changes. | Chris Lattner |
2003-10-19 | .string adds an implicit zero at the end. This is not what we wanted. | Chris Lattner |
2003-10-19 | Add debugtype, make output marginally more nice | Chris Lattner |
2003-10-19 | Fix PR #47 | Chris Lattner |
2003-10-19 | Fix bug: Jello/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.llx | Chris Lattner |
2003-10-18 | New testcase, distilled from 176.gcc codegen failure | Chris Lattner |
2003-10-18 | Update compile information | Chris Lattner |
2003-10-18 | Add usage blurb | Chris Lattner |
2003-10-18 | Without this option, the -run-llc mode does not work with shared objects at | Chris Lattner |
2003-10-18 | Add bugpoint advice section | Chris Lattner |
2003-10-18 | Print -fno-strict-aliasing as well | Chris Lattner |
2003-10-18 | Don't leave a trail of bugpoint-execution-output-* breadcrumbs all over the p... | Chris Lattner |
2003-10-18 | Expand the --args section | Chris Lattner |
2003-10-18 | * Add the -additional-so option | Chris Lattner |
2003-10-18 | Beef up the description of bugpoint a lot. Update for renamed options | Chris Lattner |