aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
...
* Fail gracefully if we have a zero arg varargs functionChris Lattner2003-10-232-0/+12
* * Eliminate `using' directiveMisha Brukman2003-10-232-52/+26
* * Fix order of #include filesMisha Brukman2003-10-232-21/+22
* * Order #includes as per style guideMisha Brukman2003-10-233-46/+45
* * Use C++ style comments instead of C-styleMisha Brukman2003-10-232-30/+25
* * Eliminate `using' directiveMisha Brukman2003-10-231-106/+88
* Make code layout more consistent.Misha Brukman2003-10-233-318/+259
* Delete unused EmitByteSwap methodChris Lattner2003-10-232-98/+86
* Make code layout more consistent.Misha Brukman2003-10-231-58/+54
* * Order includes according to style guideMisha Brukman2003-10-232-210/+212
* Change the type of FnAllocState.Brian Gaeke2003-10-221-1/+1
* Don't worry about converting each function's reg. alloc. state into One BigBrian Gaeke2003-10-221-20/+21
* Add prototype for verifySavedState().Brian Gaeke2003-10-221-0/+1
* Doxygenify method comments.Brian Gaeke2003-10-221-207/+154
* Add comments to describe what these functions actually do.Misha Brukman2003-10-221-0/+7
* * Use <cmath> instead of <math.h>Misha Brukman2003-10-221-12/+12
* Removed completely duplicated function comment (an identical one appears later).Misha Brukman2003-10-221-19/+0
* No, really, order the #includes correctly.Misha Brukman2003-10-221-1/+1
* * Fix order of #includes to follow style guideMisha Brukman2003-10-221-39/+27
* Converted tabs to spaces.Misha Brukman2003-10-221-1/+1
* Hrm, unbreak stuph :(Chris Lattner2003-10-212-1/+2
* Fix preselection/lowerswitches bugChris Lattner2003-10-211-0/+3
* Pull the PHI special case into it's own visit* methodChris Lattner2003-10-211-9/+12
* The lastOp operand is never usedChris Lattner2003-10-211-20/+11
* Added LLVM copyright notice.John Criswell2003-10-214-0/+36
* Added LLVM copyright header.John Criswell2003-10-2128-0/+192
* Preselection is _not_ a basicblock pass, because it adds global variables toChris Lattner2003-10-211-101/+22
* When opcodes like ADD were split into reg. and immed. versions (ADDi and ADDr),Vikram S. Adve2003-10-211-1/+2
* Why does g++ not even generate a warning when you miss a break statement?Vikram S. Adve2003-10-211-0/+1
* Implement the new varargs instructions and intrinsics.Vikram S. Adve2003-10-211-24/+22
* Added LLVM copyright notice to Makefiles.John Criswell2003-10-209-0/+72
* Convert this code from using annotations to using a local mapChris Lattner2003-10-203-45/+25
* Goodbye, AddRegNumToValuesBrian Gaeke2003-10-202-10/+0
* Remove using declarationChris Lattner2003-10-201-13/+11
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-203-0/+21
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-2052-1/+364
* Minor leftover fixups from replaceMachineCodeForFunction () change.Brian Gaeke2003-10-202-2/+3
* Make replaceMachineCodeForFunction() return void.Brian Gaeke2003-10-201-1/+1
* Make replaceMachineCodeForFunction return void.Brian Gaeke2003-10-202-4/+2
* Apparently the dependencies are wrong for this file, so it didn't rebuild itChris 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
* 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
* * Rename X86::IMULr16 -> X86::IMULrr16Chris Lattner2003-10-206-19/+69
* Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...Chris Lattner2003-10-192-3/+3
* * 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
* .string adds an implicit zero at the end. This is not what we wanted.Chris Lattner2003-10-192-2/+2
* Fix bug: Jello/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.llxChris Lattner2003-10-192-18/+42