aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-10-20Fix file headerChris Lattner
2003-10-20Added copyright header to all C++ source files.John Criswell
2003-10-20Made the Requirements information its own major section and moved itJohn Criswell
2003-10-20Make replaceMachineCodeForFunction() return void.Brian Gaeke
2003-10-20Make replaceMachineCodeForFunction return void.Brian Gaeke
2003-10-20Make replaceMachineCodeForFunction return void.Brian Gaeke
2003-10-20Apparently the dependencies are wrong for this file, so it didn't rebuild itChris Lattner
2003-10-20Reorder for minor efficiency gainChris Lattner
2003-10-20Emit x86 instructions for: A = B op C, where A and B are 16-bit registers,Chris Lattner
2003-10-20Hrm, a relic from the past. How cute :)Chris Lattner
2003-10-20Further cleanups and simplificationsChris Lattner
2003-10-20Eliminate code for pointer size and endianness emulation.Chris Lattner
2003-10-20The Grammar Police was here.Misha Brukman
2003-10-20* Fixed grammar in headerMisha Brukman
2003-10-20* Rename X86::IMULr16 -> X86::IMULrr16Chris Lattner
2003-10-19Don't bother forwarding function references which are external to the program...Chris Lattner
2003-10-19Ok, return an explicit path to the shared object, unbreaking code generatorChris Lattner
2003-10-19Fix iterator invalidation problemChris Lattner
2003-10-19Eliminate unused classChris Lattner
2003-10-19Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...Chris Lattner
2003-10-19Change 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 theChris Lattner
2003-10-19Add some new instructions. WheeeChris Lattner
2003-10-19Change it to match llvmgcc.html ... why do we have separate pages for these two?Brian Gaeke
2003-10-19Clarify the roles of gccld and gccas.Brian Gaeke
2003-10-19Minor edits; also expand description of '-v' option.Brian Gaeke
2003-10-19Tweak -plugin description to match bugpoint.htmlBrian Gaeke
2003-10-19Mostly rewritten.Brian Gaeke
2003-10-19A minor fixChris Lattner
2003-10-19Take out extra paragraph tag.Brian Gaeke
2003-10-19Make this (-run) set look like the other (-disable) set.Brian Gaeke
2003-10-19Always say "the test program", part 2.Brian Gaeke
2003-10-19Two minor fixesChris Lattner
2003-10-19Minor edits to Description section.Brian Gaeke
2003-10-19Spell-check.Brian Gaeke
2003-10-19DeHTMLify 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-19Add debugtype, make output marginally more niceChris Lattner
2003-10-19Fix PR #47Chris Lattner
2003-10-19Fix bug: Jello/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.llxChris Lattner
2003-10-18New testcase, distilled from 176.gcc codegen failureChris Lattner
2003-10-18Update compile informationChris Lattner
2003-10-18Add usage blurbChris Lattner
2003-10-18Without this option, the -run-llc mode does not work with shared objects atChris Lattner
2003-10-18Add bugpoint advice sectionChris Lattner
2003-10-18Print -fno-strict-aliasing as wellChris Lattner
2003-10-18Don't leave a trail of bugpoint-execution-output-* breadcrumbs all over the p...Chris Lattner
2003-10-18Expand the --args sectionChris Lattner
2003-10-18* Add the -additional-so optionChris Lattner
2003-10-18Beef up the description of bugpoint a lot. Update for renamed optionsChris Lattner