aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2007-04-11For PR1146:Reid Spencer
2007-04-11Teach sys::Path how to recognize different kinds of object files for ELFReid Spencer
2007-04-10Add support for our first SSSE3 instruction "pmulhrsw".Bill Wendling
2007-04-10fix a comment bug Reid noticedChris Lattner
2007-04-10add missing methods, mark stuff constChris Lattner
2007-04-10getLimitedValue now just forward to APInt's getLimitedValue. Mark it const.Chris Lattner
2007-04-10add a methodChris Lattner
2007-04-10Drop the "bit" prefix for the part.select intrinsic.Reid Spencer
2007-04-09remove dead target hooks.Chris Lattner
2007-04-09remove some dead target hooks, subsumed by isLegalAddressingModeChris Lattner
2007-04-09add a default ctor for AddrMode.Chris Lattner
2007-04-09For PR1146:Reid Spencer
2007-04-09For PR1146:Reid Spencer
2007-04-09Next stage into switch lowering refactoringAnton Korobeynikov
2007-04-09For PR1146:Reid Spencer
2007-04-09Move isReachableFromEntry out of line to avoid an unnecessary #includeOwen Anderson
2007-04-09Chris convinced me that the default size of the SmallVector (2) was tooReid Spencer
2007-04-09Remove redundancy.Reid Spencer
2007-04-09Cleanup some from my DomSet-removal changes. Add a newOwen Anderson
2007-04-08Fix a typo.Reid Spencer
2007-04-08Implement more feedback:Reid Spencer
2007-04-08Implement review feedback.Reid Spencer
2007-04-08Remove DomSet completely. This concludes work on PR1171.Owen Anderson
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