aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Properly emit range comparisons for switch cases, where neighbour casesAnton Korobeynikov2007-04-042-4/+8
* Add isFixedObjectIndex. It returns true if the stack slot index is for a fixe...Evan Cheng2007-04-041-0/+6
* Make the LinkInFile and LinkInLibrary both return an indication of whetherReid Spencer2007-04-041-2/+3
* For PR1302:Reid Spencer2007-04-041-4/+7
* trivial optimizationChris Lattner2007-04-041-1/+1
* use calloc instead of new/memset, it is more efficientChris Lattner2007-04-041-1/+1
* Initialize the symbol table to zero explicitly. This ensures that theChris Lattner2007-04-041-1/+1
* Extend StringMap to support being initialized as completely empty. WhenChris Lattner2007-04-041-11/+24
* Adding more MMX instructions.Bill Wendling2007-04-031-0/+41
* Add FEMMS and ADDQ. Renamed MMX recipes to prepend the MMX_ to them.Bill Wendling2007-04-031-1/+3
* add missing operatorChris Lattner2007-04-031-0/+4
* add a helper function to constantint.Chris Lattner2007-04-031-0/+3
* Ugh. Copy coalescer does not update register numbers.Evan Cheng2007-04-021-0/+4
* add a helper function.Chris Lattner2007-04-021-0/+3
* add range version of insert()Chris Lattner2007-04-021-2/+7
* Remove unused methods.Zhou Sheng2007-04-011-18/+0
* For PR1297:Reid Spencer2007-04-011-19/+6
* For PR1297:Reid Spencer2007-04-011-1/+1
* For PR1297:Reid Spencer2007-04-011-3/+5
* For PR1297:Reid Spencer2007-04-012-0/+7
* Split the sdisel code munging stuff out into its own opt-pass, CodeGenPrepare.Chris Lattner2007-03-312-1/+8
* switch TL::getValueType to use MVT::getValueType.Chris Lattner2007-03-311-1/+4
* add a method to turn a type into a VT.Chris Lattner2007-03-311-0/+5
* add one addressing mode description hook to rule them all.Chris Lattner2007-03-301-1/+21
* Make sure this method just return value equal or less than Limit.Zhou Sheng2007-03-301-1/+2
* Correct typo.Duncan Sands2007-03-301-1/+1
* Rename and correct the method "greaterOrEqual".Zhou Sheng2007-03-301-2/+2
* Add two utility methods into ConstantInt.Zhou Sheng2007-03-301-0/+16
* For PR789:Reid Spencer2007-03-291-9/+15
* add a hook to demat functions.Chris Lattner2007-03-291-0/+7
* uniqueID is a uint64_t (caught by VC++)Jeff Cohen2007-03-291-1/+1
* Add a uniqueID field to the FileStatus structure for Paths. This will mapReid Spencer2007-03-291-1/+3
* Don't forget to delete the FileStatus structure on destruction of Path.Reid Spencer2007-03-291-0/+1
* For PR789:Reid Spencer2007-03-291-4/+14
* Remove isLegalAddressImmediate.Evan Cheng2007-03-281-6/+0
* Add support for integer comparison builtins.Bill Wendling2007-03-271-0/+23