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