| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a bit of a hack to avoid multiple defines of variables in | Eric Christopher | 2010-08-08 | 2 | -0/+12 |
* | Use the "isCompare" machine instruction attribute instead of calling the | Bill Wendling | 2010-08-08 | 1 | -6/+6 |
* | CMake: set configure macro LLVM_PREFIX | Oscar Fuentes | 2010-08-08 | 2 | -2/+2 |
* | CMake: configure header llvm-config.h | Oscar Fuentes | 2010-08-08 | 1 | -0/+84 |
* | Fix PR7809 by creating a header for just llvm variables that can be | Eric Christopher | 2010-08-08 | 2 | -1/+85 |
* | Add back in r109901, which adds a Compare flag to the target instructions. It's | Bill Wendling | 2010-08-08 | 2 | -1/+8 |
* | Roll back my last two commits, valgrind complains. | Benjamin Kramer | 2010-08-07 | 1 | -1/+2 |
* | A reference to the Timer's name is safe, it outlives the contents of the vector. | Benjamin Kramer | 2010-08-07 | 1 | -2/+1 |
* | Shrink PassNameParser's binary size with array_pod_sort. | Benjamin Kramer | 2010-08-07 | 1 | -11/+12 |
* | Remove layering violation. | Owen Anderson | 2010-08-07 | 1 | -3/+0 |
* | Add an inverse() method to ConstantRange. | Owen Anderson | 2010-08-07 | 1 | -0/+3 |
* | Fix typo. | Nick Lewycky | 2010-08-07 | 1 | -1/+1 |
* | Remove assignPassManager's default arguments. It's really | Dan Gohman | 2010-08-07 | 3 | -6/+6 |
* | More #include cleanups. | Dan Gohman | 2010-08-07 | 3 | -6/+2 |
* | Delete this explicit assignment operator; it's equivalent to | Dan Gohman | 2010-08-07 | 1 | -6/+0 |
* | Tidy up PMStack. Add a bunch of consts, use std::vector instead of | Dan Gohman | 2010-08-07 | 2 | -14/+13 |
* | Tidy some #includes and forward-declarations, and move the C binding code | Dan Gohman | 2010-08-07 | 3 | -3/+1 |
* | Add a convenience constructor. | Owen Anderson | 2010-08-07 | 1 | -0/+3 |
* | Make AnalysisImpls private. | Dan Gohman | 2010-08-07 | 1 | -1/+1 |
* | Add a predicate to determine if a call is an inline asm statement. | Owen Anderson | 2010-08-07 | 1 | -0/+5 |
* | Some cleanup. Use a class (OptionInfo) instead of a pair of a pair and remove | Rafael Espindola | 2010-08-06 | 3 | -13/+18 |
* | Patterns to match AVX 256-bit vzero intrinsics | Bruno Cardoso Lopes | 2010-08-06 | 1 | -2/+2 |
* | Eliminate PromoteMemoryToRegisterID; just use addPreserved("mem2reg") | Dan Gohman | 2010-08-06 | 1 | -1/+0 |
* | tidy up | Jim Grosbach | 2010-08-06 | 1 | -13/+13 |
* | MC: Add default value for AddrSpace argument to EmitValue. | Daniel Dunbar | 2010-08-06 | 1 | -3/+4 |
* | Add LiveInterval::RenumberValues - Garbage collection for VNInfos. | Jakob Stoklund Olesen | 2010-08-06 | 1 | -0/+4 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 31 | -120/+104 |
* | Implement a proper getModRefInfo for va_arg. | Dan Gohman | 2010-08-06 | 1 | -4/+1 |
* | spelling | Jim Grosbach | 2010-08-06 | 1 | -1/+1 |
* | Fix eabi calling convention when a 64 bit value shadows r3. | Rafael Espindola | 2010-08-06 | 2 | -0/+13 |
* | Add a comment. | Dan Gohman | 2010-08-06 | 1 | -1/+2 |
* | Revert r109901. The implementation of <rdar://problem/7405933> (r110423) doesn't | Bill Wendling | 2010-08-06 | 2 | -8/+1 |
* | Add the Optimize Compares pass (disabled by default). | Bill Wendling | 2010-08-06 | 2 | -0/+19 |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 31 | -104/+120 |
* | Remove unused AVX intrinsics | Bruno Cardoso Lopes | 2010-08-06 | 1 | -52/+0 |
* | Make AA private, since subclasses shouldn't (aren't don't) access it directly. | Dan Gohman | 2010-08-05 | 1 | -0/+3 |
* | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 31 | -120/+104 |
* | Remove IntrWriteMem, as it's the default. Rename IntrWriteArgMem | Dan Gohman | 2010-08-05 | 4 | -104/+91 |
* | Revert my last commit, apparently it's a runtime issue. | Eric Christopher | 2010-08-05 | 1 | -0/+2 |
* | Remove unnecessary include. | Eric Christopher | 2010-08-05 | 1 | -2/+0 |
* | remove the private hack from CallInst, it was not supposed to hit the branch ... | Gabor Greif | 2010-08-05 | 2 | -27/+4 |
* | Give ConstantRange an operator= | Owen Anderson | 2010-08-05 | 1 | -0/+6 |
* | Remove double-def checking from MachineVerifier, so a register does not have to | Jakob Stoklund Olesen | 2010-08-05 | 2 | -5/+2 |
* | Delete obsolete comments. | Dan Gohman | 2010-08-04 | 1 | -6/+0 |
* | Add a missing function. | Torok Edwin | 2010-08-04 | 1 | -0/+1 |
* | Fix build of DataFlow.h | Torok Edwin | 2010-08-04 | 1 | -1/+1 |
* | Don't construct a std::string with a literal "". | Dan Gohman | 2010-08-04 | 1 | -2/+2 |
* | Don't print the filename twice in file-not-found errors. | Dan Gohman | 2010-08-04 | 1 | -4/+2 |
* | Fix a comment typo and add more 256-bit intrinsics | Bruno Cardoso Lopes | 2010-08-04 | 1 | -1/+90 |
* | Remove PointerAccessInfo, which nothing was using. | Dan Gohman | 2010-08-03 | 1 | -17/+2 |