aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2007-04-08Implement the output inserter for PathWithStatusReid Spencer
2007-04-08For PR1146:Reid Spencer
2007-04-07For PR1291:Reid Spencer
2007-04-07For PR1291:Reid Spencer
2007-04-07Add DomSet back, and revert the changes to LoopSimplify. Apparently theOwen Anderson
2007-04-07Add signExtend to ConstantRange, to complement zeroExtend and truncate.Nick Lewycky
2007-04-07Completely purge DomSet. This is the (hopefully) final patch for PR1171.Owen Anderson
2007-04-07Expunge DomSet from CodeExtractor. This is part of the continuing workOwen Anderson
2007-04-07add loop rotChris Lattner
2007-04-07Add loop rotation pass.Devang Patel
2007-04-06rearchitect the registration mechanism used by the command line option stuff.Chris Lattner
2007-04-06Switch some vectors to smallvectors. This reduces amount of malloc'dChris Lattner
2007-04-06Eliminate unneeded virtual methodsChris Lattner
2007-04-06For PR1209:Reid Spencer
2007-04-05eliminate a virtual methodChris Lattner
2007-04-05remove the dead removeArgument method, rename Options to OptionsMap.Chris Lattner
2007-04-05Add a helper class (APSInt) which can represent an APInt along with signChris Lattner
2007-04-04Implement the llvm.bit.part_select.iN.iN.iN overloaded intrinsic.Reid Spencer
2007-04-04Fix release build.Lauro Ramos Venancio
2007-04-04Properly emit range comparisons for switch cases, where neighbour casesAnton Korobeynikov
2007-04-04Add isFixedObjectIndex. It returns true if the stack slot index is for a fixe...Evan Cheng
2007-04-04Make the LinkInFile and LinkInLibrary both return an indication of whetherReid Spencer
2007-04-04For PR1302:Reid Spencer
2007-04-04trivial optimizationChris Lattner
2007-04-04use calloc instead of new/memset, it is more efficientChris Lattner
2007-04-04Initialize the symbol table to zero explicitly. This ensures that theChris Lattner
2007-04-04Extend StringMap to support being initialized as completely empty. WhenChris Lattner
2007-04-03Adding more MMX instructions.Bill Wendling
2007-04-03Add FEMMS and ADDQ. Renamed MMX recipes to prepend the MMX_ to them.Bill Wendling
2007-04-03add missing operatorChris Lattner
2007-04-03add a helper function to constantint.Chris Lattner
2007-04-02Ugh. Copy coalescer does not update register numbers.Evan Cheng
2007-04-02add a helper function.Chris Lattner
2007-04-02add range version of insert()Chris Lattner
2007-04-01Remove unused methods.Zhou Sheng
2007-04-01For PR1297:Reid Spencer
2007-04-01For PR1297:Reid Spencer
2007-04-01For PR1297:Reid Spencer
2007-04-01For PR1297:Reid Spencer
2007-03-31Split the sdisel code munging stuff out into its own opt-pass, CodeGenPrepare.Chris Lattner
2007-03-31switch TL::getValueType to use MVT::getValueType.Chris Lattner
2007-03-31add a method to turn a type into a VT.Chris Lattner
2007-03-30add one addressing mode description hook to rule them all.Chris Lattner
2007-03-30Make sure this method just return value equal or less than Limit.Zhou Sheng
2007-03-30Correct typo.Duncan Sands
2007-03-30Rename and correct the method "greaterOrEqual".Zhou Sheng
2007-03-30Add two utility methods into ConstantInt.Zhou Sheng
2007-03-29For PR789:Reid Spencer
2007-03-29add a hook to demat functions.Chris Lattner
2007-03-29uniqueID is a uint64_t (caught by VC++)Jeff Cohen