summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* For PR1146:Reid Spencer2007-04-11
* Teach sys::Path how to recognize different kinds of object files for ELFReid Spencer2007-04-11
* Add support for our first SSSE3 instruction "pmulhrsw".Bill Wendling2007-04-10
* fix a comment bug Reid noticedChris Lattner2007-04-10
* add missing methods, mark stuff constChris Lattner2007-04-10
* getLimitedValue now just forward to APInt's getLimitedValue. Mark it const.Chris Lattner2007-04-10
* add a methodChris Lattner2007-04-10
* Drop the "bit" prefix for the part.select intrinsic.Reid Spencer2007-04-10
* remove dead target hooks.Chris Lattner2007-04-09
* remove some dead target hooks, subsumed by isLegalAddressingModeChris Lattner2007-04-09
* add a default ctor for AddrMode.Chris Lattner2007-04-09
* For PR1146:Reid Spencer2007-04-09
* For PR1146:Reid Spencer2007-04-09
* Next stage into switch lowering refactoringAnton Korobeynikov2007-04-09
* For PR1146:Reid Spencer2007-04-09
* Move isReachableFromEntry out of line to avoid an unnecessary #includeOwen Anderson2007-04-09
* Chris convinced me that the default size of the SmallVector (2) was tooReid Spencer2007-04-09
* Remove redundancy.Reid Spencer2007-04-09
* Cleanup some from my DomSet-removal changes. Add a newOwen Anderson2007-04-09
* Fix a typo.Reid Spencer2007-04-08
* Implement more feedback:Reid Spencer2007-04-08
* Implement review feedback.Reid Spencer2007-04-08
* Remove DomSet completely. This concludes work on PR1171.Owen Anderson2007-04-08
* Implement the output inserter for PathWithStatusReid Spencer2007-04-08
* For PR1146:Reid Spencer2007-04-08
* For PR1291:Reid Spencer2007-04-07
* For PR1291:Reid Spencer2007-04-07
* Add DomSet back, and revert the changes to LoopSimplify. Apparently theOwen Anderson2007-04-07
* Add signExtend to ConstantRange, to complement zeroExtend and truncate.Nick Lewycky2007-04-07
* Completely purge DomSet. This is the (hopefully) final patch for PR1171.Owen Anderson2007-04-07
* Expunge DomSet from CodeExtractor. This is part of the continuing workOwen Anderson2007-04-07
* add loop rotChris Lattner2007-04-07
* Add loop rotation pass.Devang Patel2007-04-07
* rearchitect the registration mechanism used by the command line option stuff.Chris Lattner2007-04-06
* Switch some vectors to smallvectors. This reduces amount of malloc'dChris Lattner2007-04-06
* Eliminate unneeded virtual methodsChris Lattner2007-04-06
* For PR1209:Reid Spencer2007-04-06
* eliminate a virtual methodChris Lattner2007-04-05
* remove the dead removeArgument method, rename Options to OptionsMap.Chris Lattner2007-04-05
* Add a helper class (APSInt) which can represent an APInt along with signChris Lattner2007-04-05
* Implement the llvm.bit.part_select.iN.iN.iN overloaded intrinsic.Reid Spencer2007-04-04
* Fix release build.Lauro Ramos Venancio2007-04-04
* Properly emit range comparisons for switch cases, where neighbour casesAnton Korobeynikov2007-04-04
* Add isFixedObjectIndex. It returns true if the stack slot index is for a fixe...Evan Cheng2007-04-04
* Make the LinkInFile and LinkInLibrary both return an indication of whetherReid Spencer2007-04-04
* For PR1302:Reid Spencer2007-04-04
* trivial optimizationChris Lattner2007-04-04
* use calloc instead of new/memset, it is more efficientChris Lattner2007-04-04
* Initialize the symbol table to zero explicitly. This ensures that theChris Lattner2007-04-04
* Extend StringMap to support being initialized as completely empty. WhenChris Lattner2007-04-04