| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Thread const correctness through a bunch of AliasAnalysis interfaces and | Dan Gohman | 2010-08-03 | 4 | -40/+50 |
* | Add support for getting & setting the FPSCR application register on ARM when ... | Nate Begeman | 2010-08-03 | 1 | -0/+14 |
* | Add an atomic lowering pass | Peter Collingbourne | 2010-08-03 | 2 | -0/+7 |
* | build: Add LLVM_NATIVE_ARCHNAME, which has the sensible value, without "Target" | Daniel Dunbar | 2010-08-03 | 3 | -9/+8 |
* | Support x86 AVX 256-bit instruction intrinsics. Right now support all of them... | Bruno Cardoso Lopes | 2010-08-03 | 1 | -0/+344 |
* | Update some comments. | Dan Gohman | 2010-08-03 | 1 | -6/+6 |
* | Introduce a symbolic constant for ~0u for use with AliasAnalysis. | Dan Gohman | 2010-08-03 | 1 | -1/+6 |
* | Add a convenient form of AliasAnalysis::alias for the case where the sizes | Dan Gohman | 2010-08-03 | 1 | -0/+5 |
* | Make SCEVUnknown a CallbackVH, so that it can be notified directly | Dan Gohman | 2010-08-02 | 2 | -8/+23 |
* | Sketch up a preliminary Type-Based Alias Analysis implementation. | Dan Gohman | 2010-08-02 | 2 | -0/+8 |
* | Add explicit constructors. Patch by Renato Golin. | Devang Patel | 2010-08-02 | 1 | -0/+11 |
* | Targets: Add InitializeNativeTargetAsmPrinter(), patch by Jan Sjodin, although | Daniel Dunbar | 2010-08-01 | 1 | -0/+24 |
* | doxygenize argument accessors | Gabor Greif | 2010-07-31 | 1 | -0/+10 |
* | Add relax all support to the COFF object streamer. | Michael J. Spencer | 2010-07-31 | 1 | -1/+2 |
* | The BlockExtractorPass() constructor was not reading the BlockFile and that was | Rafael Espindola | 2010-07-31 | 1 | -1/+1 |
* | Add a "Compare" flag to the target instruction descriptor. This will be used | Bill Wendling | 2010-07-30 | 2 | -1/+8 |
* | Move MaximumAlignment to be a member of the Value class. | Dan Gohman | 2010-07-30 | 1 | -4/+4 |
* | LibCallAliasAnalysis uses multiple inheritance, so it needs to implement | Nick Lewycky | 2010-07-30 | 1 | -0/+10 |
* | Fix the ValueMap copy constructor. The issue is that the map keys are value | Duncan Sands | 2010-07-30 | 1 | -1/+6 |
* | remove a layer of cruft | Gabor Greif | 2010-07-29 | 1 | -9/+3 |
* | Add builtins for ssat/usat, similar to RealView's __ssat and __usat intrinsics. | Nate Begeman | 2010-07-29 | 1 | -0/+4 |
* | Grammar. | Eric Christopher | 2010-07-29 | 1 | -2/+2 |
* | Add intrinsics __builtin_arm_qadd & __builtin_arm_qsub to allow access to the... | Nate Begeman | 2010-07-29 | 1 | -0/+11 |
* | Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownershi... | Benjamin Kramer | 2010-07-29 | 2 | -3/+7 |
* | Stop leaking std::strings in GetDwarfFile. | Benjamin Kramer | 2010-07-29 | 2 | -5/+6 |