aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2007-04-15Remove ImmediateDominator analysis. The same information can be obtained fro...Owen Anderson
2007-04-14Make ETForest depend on DomTree rather than IDom. This is the first stepOwen Anderson
2007-04-14Fix PR1329.Jeff Cohen
2007-04-14add GetElementPtrInst::hasAllZeroIndices, a long-overdue helper method.Chris Lattner
2007-04-13Implement a getBitsNeeded method to determine how many bits are needed toReid Spencer
2007-04-13Rename Value::getValueType to getValueID, to avoid confusion withDan Gohman
2007-04-13CSE simple binary expressions when they are inserted. This makes LSR produceChris Lattner
2007-04-12Implement the "thread_local" keyword.Lauro Ramos Venancio
2007-04-12For PR1284:Reid Spencer
2007-04-12improve the patch for PR1318 to also support grouped options with customChris Lattner
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