aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fix PR1329.Jeff Cohen2007-04-141-0/+4
* add GetElementPtrInst::hasAllZeroIndices, a long-overdue helper method.Chris Lattner2007-04-141-0/+5
* Implement a getBitsNeeded method to determine how many bits are needed toReid Spencer2007-04-131-0/+6
* Rename Value::getValueType to getValueID, to avoid confusion withDan Gohman2007-04-1311-33/+33
* CSE simple binary expressions when they are inserted. This makes LSR produceChris Lattner2007-04-131-4/+7
* Implement the "thread_local" keyword.Lauro Ramos Venancio2007-04-122-3/+9
* For PR1284:Reid Spencer2007-04-121-2/+5
* improve the patch for PR1318 to also support grouped options with customChris Lattner2007-04-121-0/+5
* For PR1146:Reid Spencer2007-04-111-18/+49
* Teach sys::Path how to recognize different kinds of object files for ELFReid Spencer2007-04-111-7/+18
* Add support for our first SSSE3 instruction "pmulhrsw".Bill Wendling2007-04-101-0/+10
* fix a comment bug Reid noticedChris Lattner2007-04-101-2/+3
* add missing methods, mark stuff constChris Lattner2007-04-101-1/+9
* getLimitedValue now just forward to APInt's getLimitedValue. Mark it const.Chris Lattner2007-04-101-3/+2
* add a methodChris Lattner2007-04-101-0/+7
* Drop the "bit" prefix for the part.select intrinsic.Reid Spencer2007-04-101-1/+1
* remove dead target hooks.Chris Lattner2007-04-091-13/+0
* remove some dead target hooks, subsumed by isLegalAddressingModeChris Lattner2007-04-091-11/+0
* add a default ctor for AddrMode.Chris Lattner2007-04-091-0/+1
* For PR1146:Reid Spencer2007-04-091-3/+16
* For PR1146:Reid Spencer2007-04-092-5/+29
* Next stage into switch lowering refactoringAnton Korobeynikov2007-04-091-1/+29
* For PR1146:Reid Spencer2007-04-091-37/+8
* Move isReachableFromEntry out of line to avoid an unnecessary #includeOwen Anderson2007-04-091-4/+1
* Chris convinced me that the default size of the SmallVector (2) was tooReid Spencer2007-04-091-1/+1
* Remove redundancy.Reid Spencer2007-04-091-23/+11
* Cleanup some from my DomSet-removal changes. Add a newOwen Anderson2007-04-091-1/+8
* Fix a typo.Reid Spencer2007-04-081-2/+2
* Implement more feedback:Reid Spencer2007-04-081-24/+54
* Implement review feedback.Reid Spencer2007-04-081-5/+4
* Remove DomSet completely. This concludes work on PR1171.Owen Anderson2007-04-081-127/+3
* Implement the output inserter for PathWithStatusReid Spencer2007-04-081-2/+5
* For PR1146:Reid Spencer2007-04-081-0/+148
* For PR1291:Reid Spencer2007-04-072-8/+9
* For PR1291:Reid Spencer2007-04-072-26/+89
* Add DomSet back, and revert the changes to LoopSimplify. Apparently theOwen Anderson2007-04-071-1/+126
* Add signExtend to ConstantRange, to complement zeroExtend and truncate.Nick Lewycky2007-04-071-0/+6
* Completely purge DomSet. This is the (hopefully) final patch for PR1171.Owen Anderson2007-04-075-152/+2
* Expunge DomSet from CodeExtractor. This is part of the continuing workOwen Anderson2007-04-071-2/+3
* add loop rotChris Lattner2007-04-071-0/+1
* Add loop rotation pass.Devang Patel2007-04-071-0/+7
* rearchitect the registration mechanism used by the command line option stuff.Chris Lattner2007-04-062-20/+37
* Switch some vectors to smallvectors. This reduces amount of malloc'dChris Lattner2007-04-061-6/+8
* Eliminate unneeded virtual methodsChris Lattner2007-04-061-49/+44
* For PR1209:Reid Spencer2007-04-062-30/+50
* eliminate a virtual methodChris Lattner2007-04-051-42/+39
* remove the dead removeArgument method, rename Options to OptionsMap.Chris Lattner2007-04-051-1/+0
* Add a helper class (APSInt) which can represent an APInt along with signChris Lattner2007-04-051-0/+101
* Implement the llvm.bit.part_select.iN.iN.iN overloaded intrinsic.Reid Spencer2007-04-041-1/+3
* Fix release build.Lauro Ramos Venancio2007-04-041-0/+1