summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Remove unused variable.Benjamin Kramer2010-08-08
* Remove the ValueMap copy constructor. It's not used anywhere,Duncan Sands2010-08-08
* Add a bit of a hack to avoid multiple defines of variables inEric Christopher2010-08-08
* Use the "isCompare" machine instruction attribute instead of calling theBill Wendling2010-08-08
* CMake: set configure macro LLVM_PREFIXOscar Fuentes2010-08-08
* CMake: configure header llvm-config.hOscar Fuentes2010-08-08
* Fix PR7809 by creating a header for just llvm variables that can beEric Christopher2010-08-08
* Add back in r109901, which adds a Compare flag to the target instructions. It'sBill Wendling2010-08-08
* Roll back my last two commits, valgrind complains.Benjamin Kramer2010-08-07
* A reference to the Timer's name is safe, it outlives the contents of the vector.Benjamin Kramer2010-08-07
* Shrink PassNameParser's binary size with array_pod_sort.Benjamin Kramer2010-08-07
* Remove layering violation.Owen Anderson2010-08-07
* Add an inverse() method to ConstantRange.Owen Anderson2010-08-07
* Fix typo.Nick Lewycky2010-08-07
* Remove assignPassManager's default arguments. It's reallyDan Gohman2010-08-07
* More #include cleanups.Dan Gohman2010-08-07
* Delete this explicit assignment operator; it's equivalent toDan Gohman2010-08-07
* Tidy up PMStack. Add a bunch of consts, use std::vector instead ofDan Gohman2010-08-07
* Tidy some #includes and forward-declarations, and move the C binding codeDan Gohman2010-08-07
* Add a convenience constructor.Owen Anderson2010-08-07
* Make AnalysisImpls private.Dan Gohman2010-08-07
* Add a predicate to determine if a call is an inline asm statement.Owen Anderson2010-08-07
* Some cleanup. Use a class (OptionInfo) instead of a pair of a pair and removeRafael Espindola2010-08-06
* Patterns to match AVX 256-bit vzero intrinsicsBruno Cardoso Lopes2010-08-06
* Eliminate PromoteMemoryToRegisterID; just use addPreserved("mem2reg")Dan Gohman2010-08-06
* tidy upJim Grosbach2010-08-06
* MC: Add default value for AddrSpace argument to EmitValue.Daniel Dunbar2010-08-06
* Add LiveInterval::RenumberValues - Garbage collection for VNInfos.Jakob Stoklund Olesen2010-08-06
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Implement a proper getModRefInfo for va_arg.Dan Gohman2010-08-06
* spellingJim Grosbach2010-08-06
* Fix eabi calling convention when a 64 bit value shadows r3.Rafael Espindola2010-08-06
* Add a comment.Dan Gohman2010-08-06
* Revert r109901. The implementation of <rdar://problem/7405933> (r110423) doesn'tBill Wendling2010-08-06
* Add the Optimize Compares pass (disabled by default).Bill Wendling2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Remove unused AVX intrinsicsBruno Cardoso Lopes2010-08-06
* Make AA private, since subclasses shouldn't (aren't don't) access it directly.Dan Gohman2010-08-05
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Remove IntrWriteMem, as it's the default. Rename IntrWriteArgMemDan Gohman2010-08-05
* Revert my last commit, apparently it's a runtime issue.Eric Christopher2010-08-05
* Remove unnecessary include.Eric Christopher2010-08-05
* remove the private hack from CallInst, it was not supposed to hit the branch ...Gabor Greif2010-08-05
* Give ConstantRange an operator=Owen Anderson2010-08-05
* Remove double-def checking from MachineVerifier, so a register does not have toJakob Stoklund Olesen2010-08-05
* Delete obsolete comments.Dan Gohman2010-08-04
* Add a missing function.Torok Edwin2010-08-04
* Fix build of DataFlow.hTorok Edwin2010-08-04
* Don't construct a std::string with a literal "".Dan Gohman2010-08-04
* Don't print the filename twice in file-not-found errors.Dan Gohman2010-08-04