| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Eliminate getCanonicalInductionVariableIncrement's last user and | Dan Gohman | 2010-07-23 | 1 | -6/+0 |
* | Revert r109102 for now as it's causing JIT miscompilations. | Eric Christopher | 2010-07-23 | 1 | -1/+1 |
* | Revert 109220. | Eric Christopher | 2010-07-23 | 1 | -0/+24 |
* | Simplifying use_iterators by dereferencing | Gabor Greif | 2010-07-23 | 1 | -24/+0 |
* | StringRef'icate. | Mikhail Glushenkov | 2010-07-23 | 1 | -6/+2 |
* | Get rid of exceptions in llvmc. | Mikhail Glushenkov | 2010-07-23 | 5 | -54/+60 |
* | give StringMap a new ctor which allows you to initialize it | Chris Lattner | 2010-07-23 | 1 | -0/+4 |
* | modernize stringset interface | Chris Lattner | 2010-07-23 | 1 | -4/+3 |
* | Warnings patrol. | Eric Christopher | 2010-07-22 | 2 | -6/+6 |
* | eliminate the TargetInstrInfo::GetInstSizeInBytes hook. | Chris Lattner | 2010-07-22 | 1 | -7/+0 |
* | remove the JIT "NeedsExactSize" feature and supporting logic. | Chris Lattner | 2010-07-22 | 2 | -14/+1 |
* | fit in 80 columns | Gabor Greif | 2010-07-22 | 1 | -1/+1 |
* | Increase the max physreg size. Patch by Pekka Jääskeläinen. | Duncan Sands | 2010-07-22 | 1 | -1/+1 |
* | Add new RegionInfo pass. | Tobias Grosser | 2010-07-22 | 6 | -0/+988 |
* | Initial modifications to MCAssembler and TargetMachine for the MCJIT. | Reid Kleckner | 2010-07-22 | 2 | -1/+25 |
* | If 'other' was empty 'overlapsFrom(other, other.begin());' will segfault. Thi... | Lang Hames | 2010-07-22 | 1 | -0/+2 |
* | Make NamedMDNode not be a subclass of Value, and simplify the interface | Dan Gohman | 2010-07-21 | 4 | -125/+16 |
* | Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisG... | Owen Anderson | 2010-07-21 | 1 | -1/+3 |
* | For ARM/Darwin, add a dwarf entry indicating whether a function is arm or thumb | Jim Grosbach | 2010-07-21 | 1 | -0/+4 |
* | tidy up | Jim Grosbach | 2010-07-21 | 1 | -1/+1 |
* | Add the INITIALIZE_PASS macro. | Owen Anderson | 2010-07-21 | 1 | -0/+2 |
* | Disallow null as a named metadata operand. | Dan Gohman | 2010-07-21 | 2 | -5/+4 |
* | Use System/DataTypes.h instead of stdint.h, which isn't portable. | Daniel Dunbar | 2010-07-21 | 1 | -1/+1 |
* | Use TrackingVH instead of WeakVH for NamedMDNode's operands, since nodes | Dan Gohman | 2010-07-21 | 1 | -1/+1 |
* | Move the smarts of AnalysisGroup registration into PassRegistry. | Owen Anderson | 2010-07-21 | 1 | -3/+2 |
* | Delete an obsolete comment. | Dan Gohman | 2010-07-21 | 1 | -2/+1 |
* | restore aesthetics | Gabor Greif | 2010-07-21 | 1 | -24/+24 |
* | Teach bottom up pre-ra scheduler to track register pressure. Work in progress. | Evan Cheng | 2010-07-21 | 1 | -6/+19 |
* | Move the handling of PassRegistrationListener's to PassRegistry. | Owen Anderson | 2010-07-20 | 2 | -8/+11 |
* | Added support to MachO.h for many defines and structures that are needed | Greg Clayton | 2010-07-20 | 1 | -0/+638 |
* | Rename removeAllMetadata to clearMetadataHashEntries and simplify | Dan Gohman | 2010-07-20 | 1 | -1/+1 |
* | Implement loop splitting analysis. | Jakob Stoklund Olesen | 2010-07-20 | 1 | -0/+6 |
* | Remove an obsolete comment. | Dan Gohman | 2010-07-20 | 1 | -2/+1 |
* | Add support for remapping metadata kind IDs when reading in a | Dan Gohman | 2010-07-20 | 1 | -1/+1 |
* | Move more functionality from Pass.cpp to PassRegistry.cpp. This global will ... | Owen Anderson | 2010-07-20 | 1 | -0/+2 |
* | Formatting. | Eric Christopher | 2010-07-20 | 1 | -2/+2 |
* | Add the rest of the SHT_* values as defined in the System V ABI | Matt Fleming | 2010-07-20 | 1 | -16/+23 |
* | Remove setDbgMetadata and getDbgMetadata; their users have been | Dan Gohman | 2010-07-20 | 1 | -10/+0 |
* | I just fail with SVN today. | Owen Anderson | 2010-07-20 | 1 | -2/+0 |
* | Oops. | Owen Anderson | 2010-07-20 | 1 | -0/+67 |
* | start straightening out libedis's dependencies and make it fit | Chris Lattner | 2010-07-20 | 1 | -10/+7 |
* | remove testing cruft, this can be found in unittests/Support/Casting.cpp now | Gabor Greif | 2010-07-20 | 1 | -67/+0 |
* | Pull out r108755. After offline discussion with Chris, we're going to go a d... | Owen Anderson | 2010-07-20 | 1 | -10/+3 |
* | Make getOrInsertCanonicalInductionVariable guarantee that its | Dan Gohman | 2010-07-20 | 1 | -1/+2 |
* | Speculatively revert r108813, in an attempt to get the self-host buildbots wo... | Owen Anderson | 2010-07-20 | 5 | -76/+63 |
* | Grammar. | Eric Christopher | 2010-07-20 | 1 | -1/+1 |
* | Reapply r108794, a fix for the failing test from last time. | Owen Anderson | 2010-07-20 | 5 | -63/+76 |
* | Constify some arguments. | Eric Christopher | 2010-07-20 | 1 | -3/+3 |
* | Revert r108794, "Separate PassInfo into two classes: a constructor-free | Daniel Dunbar | 2010-07-20 | 5 | -76/+63 |
* | Separate PassInfo into two classes: a constructor-free superclass (StaticPass... | Owen Anderson | 2010-07-20 | 5 | -63/+76 |