aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings building on sparcChris Lattner2003-11-061-2/+2
* * Make the comment header 80 columns longMisha Brukman2003-11-061-3/+3
* Let's not forget about our friends -- Constant Pool indices.Misha Brukman2003-11-061-0/+1
* We know exactly what the value of $< is, so instead of using `basename $<` toMisha Brukman2003-11-051-8/+7
* Do not use a class before it is defined.Chris Lattner2003-11-051-6/+9
* Change all machine basic block modifier functions in MRegisterInfo toAlkis Evlogimenos2003-11-042-41/+54
* Update verifySavedState()'s comment, so that it reflects its currentBrian Gaeke2003-11-041-1/+3
* Add comments.Brian Gaeke2003-11-041-0/+4
* Fix problems in previous changes. This fixes several regressions last night.Chris Lattner2003-11-042-10/+12
* Significantly simplify constant emission by unifying the stuff which used to ...Chris Lattner2003-11-032-294/+238
* Incorporate printSingleConstantValue into its single callerChris Lattner2003-11-032-178/+132
* * Reformat some codeChris Lattner2003-11-032-84/+68
* Work around a bug in GCC where it can't handle common variables marked weak.Chris Lattner2003-11-032-2/+16
* Fix bugs with attribute weak emissionChris Lattner2003-11-032-6/+12
* This simplifies the CWriter code, makes the generated code easier to read,Chris Lattner2003-11-032-22/+4
* Eliminate the silly namedContext member of printTypeChris Lattner2003-11-032-16/+14
* The "correct" fix for CBackend/2003-10-23-UnusedType.ll is to not even tryChris Lattner2003-11-022-30/+48
* Include llvm/CodeGen/MachineCodeForInstruction.h. Use it to startBrian Gaeke2003-10-301-6/+29
* Make AllocState an enum.Brian Gaeke2003-10-301-2/+12
* Tweak sed commands so that they filter out more # stuff and alsoBrian Gaeke2003-10-291-3/+3
* Publicize the type of FnAllocState.Brian Gaeke2003-10-242-2/+15
* Move the implementations of ==, != on AllocInfos here, from UnpackTraceFunction.Brian Gaeke2003-10-231-0/+9
* Move AllocInfo structure to a private AllocInfo.h header file.Brian Gaeke2003-10-231-48/+15
* Make FnAllocState contain vectors of AllocInfo, instead of LLVM Constants.Brian Gaeke2003-10-231-1/+1
* New file, containing AllocInfo structure.Brian Gaeke2003-10-231-0/+61
* 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