summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Added LLVM copyright notice.John Criswell2003-10-21
* When opcodes like ADD were split into reg. and immed. versions (ADDi and ADDr),Vikram S. Adve2003-10-21
* Why does g++ not even generate a warning when you miss a break statement?Vikram S. Adve2003-10-21
* Implement the new varargs instructions and intrinsics.Vikram S. Adve2003-10-21
* Only fails on the Sparc, only when run via the JIT.Misha Brukman2003-10-21
* Added LLVM copyright to Makefiles.John Criswell2003-10-20
* Added LLVM copyrights to Makefiles.John Criswell2003-10-20
* Added LLVM copyright notice to Makefiles.John Criswell2003-10-20
* Add a new mapChris Lattner2003-10-20
* Convert this code from using annotations to using a local mapChris Lattner2003-10-20
* Goodbye, AddRegNumToValuesBrian Gaeke2003-10-20
* Removed extraneous comment line.John Criswell2003-10-20
* Remove using declarationChris Lattner2003-10-20
* This #include is no longer necessaryChris Lattner2003-10-20
* Added LLVM copyright header.John Criswell2003-10-20
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* Oops. Typo.John Criswell2003-10-20
* Added LLVM header notice.John Criswell2003-10-20
* Fixed the documentation to coincide with the code.Misha Brukman2003-10-20
* Added LLVM notice.John Criswell2003-10-20
* Made error message more comprehensible.Misha Brukman2003-10-20
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* "Function"[0] == 'F', not 'M'Chris Lattner2003-10-20
* Update release notesChris Lattner2003-10-20
* Minor leftover fixups from replaceMachineCodeForFunction () change.Brian Gaeke2003-10-20
* fix file headerChris Lattner2003-10-20
* 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