aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2004-07-16Fix grammar.Misha Brukman
2004-07-16Add convinience constructor for function calls with two args.Alkis Evlogimenos
2004-07-16Add a class for pseudo-instructions. Use it.Brian Gaeke
2004-07-16Add what will eventually be the TSFlags. Big switch(opcode) statements are bad.Brian Gaeke
2004-07-16Add special handling for pseudo-instructions (print them as comments).Brian Gaeke
2004-07-16Add to-do list.Brian Gaeke
2004-07-16Do IMPLICIT_DEFs on incoming args' hard regs, to avoid confusing the regalloc.Brian Gaeke
2004-07-16The powerpc is now gone. However it is now just known as the Skeleton target.Chris Lattner
2004-07-16Build the skeleton targetChris Lattner
2004-07-16Initial checkin of the rest of the skeleton targetChris Lattner
2004-07-16Initial skeleton tablegen filesChris Lattner
2004-07-16Add skeleton makefileChris Lattner
2004-07-16Initial readmeChris Lattner
2004-07-16Fix the regressions handling unnamed global variablesChris Lattner
2004-07-16IA64 compatChris Lattner
2004-07-16Fix IA64 compatibilityChris Lattner
2004-07-16Use new macroChris Lattner
2004-07-16Be compatible with IA64Chris Lattner
2004-07-15This patch was contributed by Daniel Berlin!Chris Lattner
2004-07-15Fix PR404 try #2Chris Lattner
2004-07-15Nuke a clearly bogus assertionChris Lattner
2004-07-15Revert previous patch until I get a bug fixedChris Lattner
2004-07-15Fix PR404: Loop simplify is really slow on 252.eonChris Lattner
2004-07-15Fixes for PR341Chris Lattner
2004-07-15Fixes for PR341Chris Lattner
2004-07-15Fix for PR341Chris Lattner
2004-07-15Revert stuff that I didn't mean to checkinChris Lattner
2004-07-15Fixes for PR341Chris Lattner
2004-07-15Fix for PR341Chris Lattner
2004-07-15Patches towards fixing PR341Chris Lattner
2004-07-15Progress on PR341Chris Lattner
2004-07-15Fixes working towards PR341Chris Lattner
2004-07-15Bug fixes for PR341Chris Lattner
2004-07-15Implement folding of expressions like 'uint cast (int* getelementptr (int*Chris Lattner
2004-07-15Now that we codegen the portable "sizeof" efficiently, we can use it forChris Lattner
2004-07-15Improve codegen for the LLVM offsetof/sizeof "operator". Before we compiledChris Lattner
2004-07-14This is logically part of the last patch. Just more really horrible codeChris Lattner
2004-07-14** Finally DeclareNewGlobalValue is dead!Chris Lattner
2004-07-14* Fairly substantial change. Instead of creating new globalvariables, thenChris Lattner
2004-07-14Fold setValueNameMergingDuplicates into ParseGlobalVariable, allowing usChris Lattner
2004-07-14Actually set the endian/pointersize flags on the module being read in!Brian Gaeke
2004-07-14Simplify logic.Chris Lattner
2004-07-14Fix a regression from last night. Apparently the CFE is broken and outputsChris Lattner
2004-07-14Make sure MTSPR instruction is inserted into the BasicBlockMisha Brukman
2004-07-14Implement new helper methods for creating two-index GEP instructionsChris Lattner
2004-07-14Don't define the same register twice when loading a ConstantPointerRef to a regMisha Brukman
2004-07-14* Fix multiplication by powers of two and otherwiseMisha Brukman
2004-07-14Pull out code shared between GV forward-decl and definition processing.Chris Lattner
2004-07-14Simplify code. Do not allow functions to be redefined more than once.Chris Lattner
2004-07-14Remove a gross and crufty "feature" that was never documented and doesn't work.Chris Lattner