aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20249-2/+1743
* "Function"[0] == 'F', not 'M'Chris Lattner2003-10-202-16/+16
* Update release notesChris Lattner2003-10-201-21/+10
* Minor leftover fixups from replaceMachineCodeForFunction () change.Brian Gaeke2003-10-202-2/+3
* fix file headerChris Lattner2003-10-2010-13/+2
* fix file headersChris Lattner2003-10-2016-19/+2
* Fix file headerChris Lattner2003-10-201-3/+1
* Added copyright header to all C++ source files.John Criswell2003-10-2034-0/+272
* Made the Requirements information its own major section and moved itJohn Criswell2003-10-201-140/+119
* Make replaceMachineCodeForFunction() return void.Brian Gaeke2003-10-201-1/+1
* Make replaceMachineCodeForFunction return void.Brian Gaeke2003-10-202-4/+2
* Make replaceMachineCodeForFunction return void.Brian Gaeke2003-10-201-4/+6
* Apparently the dependencies are wrong for this file, so it didn't rebuild itChris Lattner2003-10-201-1/+1
* Reorder for minor efficiency gainChris Lattner2003-10-201-1/+1
* Emit x86 instructions for: A = B op C, where A and B are 16-bit registers,Chris Lattner2003-10-203-0/+94
* Hrm, a relic from the past. How cute :)Chris Lattner2003-10-201-1/+1
* Further cleanups and simplificationsChris Lattner2003-10-202-64/+34
* Eliminate code for pointer size and endianness emulation.Chris Lattner2003-10-203-314/+41
* The Grammar Police was here.Misha Brukman2003-10-202-2/+2
* * Fixed grammar in headerMisha Brukman2003-10-201-4/+5
* * Rename X86::IMULr16 -> X86::IMULrr16Chris Lattner2003-10-206-19/+69
* Don't bother forwarding function references which are external to the program...Chris Lattner2003-10-191-2/+4
* Ok, return an explicit path to the shared object, unbreaking code generatorChris Lattner2003-10-191-1/+1
* Fix iterator invalidation problemChris Lattner2003-10-191-3/+2
* Eliminate unused classChris Lattner2003-10-191-5/+0
* Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...Chris Lattner2003-10-1915-22/+22
* Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...Chris Lattner2003-10-191-12/+0
* * Multiplications by 2^X are turned into shifts. This factors code out of theChris Lattner2003-10-192-190/+402
* Add some new instructions. WheeeChris Lattner2003-10-191-1/+21
* Change it to match llvmgcc.html ... why do we have separate pages for these two?Brian Gaeke2003-10-191-2/+6
* Clarify the roles of gccld and gccas.Brian Gaeke2003-10-191-4/+8
* Minor edits; also expand description of '-v' option.Brian Gaeke2003-10-191-3/+5
* Tweak -plugin description to match bugpoint.htmlBrian Gaeke2003-10-191-1/+1
* Mostly rewritten.Brian Gaeke2003-10-191-17/+60
* A minor fixChris Lattner2003-10-191-1/+1
* Take out extra paragraph tag.Brian Gaeke2003-10-191-1/+1
* Make this (-run) set look like the other (-disable) set.Brian Gaeke2003-10-191-1/+1
* Always say "the test program", part 2.Brian Gaeke2003-10-191-30/+36
* Two minor fixesChris Lattner2003-10-191-2/+2
* Minor edits to Description section.Brian Gaeke2003-10-191-25/+36
* Spell-check.Brian Gaeke2003-10-191-39/+47
* DeHTMLify the email so that it only gets sent out if something changes.Chris Lattner2003-10-191-7/+10
* .string adds an implicit zero at the end. This is not what we wanted.Chris Lattner2003-10-192-2/+2
* Add debugtype, make output marginally more niceChris Lattner2003-10-192-6/+8
* Fix PR #47Chris Lattner2003-10-192-6/+6
* Fix bug: Jello/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.llxChris Lattner2003-10-192-18/+42
* New testcase, distilled from 176.gcc codegen failureChris Lattner2003-10-181-0/+29
* Update compile informationChris Lattner2003-10-181-1/+1
* Add usage blurbChris Lattner2003-10-181-1/+4
* Without this option, the -run-llc mode does not work with shared objects atChris Lattner2003-10-182-0/+2