aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add convinience constructor for function calls with two args.Alkis Evlogimenos2004-07-162-1/+38
* Add a class for pseudo-instructions. Use it.Brian Gaeke2004-07-162-16/+14
* Add what will eventually be the TSFlags. Big switch(opcode) statements are bad.Brian Gaeke2004-07-162-0/+24
* Add special handling for pseudo-instructions (print them as comments).Brian Gaeke2004-07-162-0/+36
* Add to-do list.Brian Gaeke2004-07-162-0/+18
* Do IMPLICIT_DEFs on incoming args' hard regs, to avoid confusing the regalloc.Brian Gaeke2004-07-164-40/+244
* The powerpc is now gone. However it is now just known as the Skeleton target.Chris Lattner2004-07-165-277/+0
* Build skeleton targetChris Lattner2004-07-161-2/+3
* Build the skeleton targetChris Lattner2004-07-161-1/+1
* Initial checkin of the rest of the skeleton targetChris Lattner2004-07-1612-4/+440
* Initial skeleton tablegen filesChris Lattner2004-07-163-0/+165
* Add skeleton makefileChris Lattner2004-07-161-0/+44
* Initial readmeChris Lattner2004-07-161-0/+19
* Fix the regressions handling unnamed global variablesChris Lattner2004-07-161-2/+5
* For 64-bit platform support, we now use the clEnumValEnd macro to terminateChris Lattner2004-07-161-6/+8
* IA64 compatChris Lattner2004-07-166-6/+7
* Fix IA64 compatibilityChris Lattner2004-07-162-2/+2
* Use new macroChris Lattner2004-07-162-2/+2
* Be compatible with IA64Chris Lattner2004-07-161-1/+2
* Passing integer 0 in for a pointer value doesn't work on IA64. Fix thisChris Lattner2004-07-161-1/+1
* Add a new macro to be used for the end of enum lists.Chris Lattner2004-07-162-0/+2
* This patch was contributed by Daniel Berlin!Chris Lattner2004-07-151-14/+48
* Fix PR404 try #2Chris Lattner2004-07-151-8/+8
* Give SetVector range supportChris Lattner2004-07-152-2/+34
* Nuke a clearly bogus assertionChris Lattner2004-07-151-2/+0
* Revert previous patch until I get a bug fixedChris Lattner2004-07-151-12/+12
* QOI issue fixedChris Lattner2004-07-151-0/+1
* Fix PR404: Loop simplify is really slow on 252.eonChris Lattner2004-07-151-12/+12
* Bug fixedChris Lattner2004-07-151-0/+1
* Final fix for PR341: eliminate operator<<(ostream, Value*). Clients shouldChris Lattner2004-07-152-9/+0
* Fixes for PR341Chris Lattner2004-07-151-2/+2
* Fixes for PR341Chris Lattner2004-07-154-28/+20
* Fix for PR341Chris Lattner2004-07-151-1/+1
* Fix for PR341Chris Lattner2004-07-153-5/+5
* Revert stuff that I didn't mean to checkinChris Lattner2004-07-152-3/+2
* Fixes for PR341Chris Lattner2004-07-153-15/+16
* Fix for PR341Chris Lattner2004-07-151-1/+1
* Patches towards fixing PR341Chris Lattner2004-07-1510-19/+20
* Progress on PR341Chris Lattner2004-07-155-35/+36
* Fixes working towards PR341Chris Lattner2004-07-156-22/+23
* Bug fixes for PR341Chris Lattner2004-07-155-11/+39
* Implement folding of expressions like 'uint cast (int* getelementptr (int*Chris Lattner2004-07-151-0/+12
* Yeah, how about those 'primative' types huh?Chris Lattner2004-07-151-1/+1
* Now that we codegen the portable "sizeof" efficiently, we can use it forChris Lattner2004-07-151-18/+22
* Improve codegen for the LLVM offsetof/sizeof "operator". Before we compiledChris Lattner2004-07-152-0/+30
* You cannot pass functions by value, what does that even mean??Chris Lattner2004-07-141-2/+2
* this "feature" is goneChris Lattner2004-07-141-5/+0
* This is logically part of the last patch. Just more really horrible codeChris Lattner2004-07-141-17/+0
* ** Finally DeclareNewGlobalValue is dead!Chris Lattner2004-07-141-125/+90
* New, horrible, testcaseChris Lattner2004-07-141-0/+18