| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | Correct line info for declarations/definitions. Radar 8063111. | Stuart Hastings | 2010-07-19 | 1 | -5/+13 |
* | ARM has to provide its own TargetLowering::findRepresentativeClass because it... | Evan Cheng | 2010-07-19 | 1 | -6/+6 |
* | Change the implemented interfaces list on PassInfo from a std::vector to a ma... | Owen Anderson | 2010-07-19 | 1 | -3/+10 |
* | Regenerate. | Owen Anderson | 2010-07-19 | 1 | -0/+6 |
* | Teach computeRegisterProperties() to compute "representative" register class ... | Evan Cheng | 2010-07-19 | 1 | -0/+32 |
* | Render MachineFunctions to HTML pages, with options to render register | Lang Hames | 2010-07-19 | 1 | -0/+5 |
* | MC: Add WinCOFFStreamer implementation and merge common code from MachO | Michael J. Spencer | 2010-07-19 | 1 | -0/+11 |
* | TblGen/AsmMatcher: Add support for honoring instruction Requires<[]> attribut... | Daniel Dunbar | 2010-07-19 | 1 | -1/+7 |
* | llvmc: Add a new option type (switch_list). | Mikhail Glushenkov | 2010-07-19 | 1 | -0/+1 |
* | Target: Give the TargetAsmParser access to the TargetMachine. | Daniel Dunbar | 2010-07-19 | 1 | -5/+8 |
* | MC/AsmParser: Stop playing unsafe member function pointer calls, this isn't | Daniel Dunbar | 2010-07-18 | 2 | -1/+11 |
* | MC/AsmParser: Fix .abort and .secure_log_unique to accept arbitrary token | Daniel Dunbar | 2010-07-18 | 1 | -0/+5 |
* | MC/AsmParser: Fix TokError() to accept a Twine. | Daniel Dunbar | 2010-07-18 | 2 | -5/+5 |
* | MC/AsmParser: Hide the AsmParser implementation. | Daniel Dunbar | 2010-07-18 | 1 | -148/+0 |
* | Switched to array_pod_sort as per Chris's suggestion. | Lang Hames | 2010-07-17 | 1 | -1/+2 |
* | LoopSplitter - intended to split live intervals over loop boundaries. | Lang Hames | 2010-07-17 | 2 | -3/+30 |
* | MC/AsmParser: Lift Run() and TargetParser to base class. | Daniel Dunbar | 2010-07-17 | 2 | -5/+17 |