2010-07-21 |
Owen Anderson | Add INSTANTIATE_AG_PASS, which combines RegisterPass... |
tree | commitdiff |
2010-07-21 |
Jim Grosbach | For ARM/Darwin, add a dwarf entry indicating whether... |
tree | commitdiff |
2010-07-21 |
Jim Grosbach | tidy up |
tree | commitdiff |
2010-07-21 |
Owen Anderson | Add the INITIALIZE_PASS macro. |
tree | commitdiff |
2010-07-21 |
Dan Gohman | Disallow null as a named metadata operand. |
tree | commitdiff |
2010-07-21 |
Daniel Dunbar | Use System/DataTypes.h instead of stdint.h, which isn... |
tree | commitdiff |
2010-07-21 |
Dan Gohman | Use TrackingVH instead of WeakVH for NamedMDNode's... |
tree | commitdiff |
2010-07-21 |
Owen Anderson | Move the smarts of AnalysisGroup registration into... |
tree | commitdiff |
2010-07-21 |
Dan Gohman | Delete an obsolete comment. |
tree | commitdiff |
2010-07-21 |
Gabor Greif | restore aesthetics |
tree | commitdiff |
2010-07-21 |
Evan Cheng | Teach bottom up pre-ra scheduler to track register... |
tree | commitdiff |
2010-07-20 |
Owen Anderson | Move the handling of PassRegistrationListener's to... |
tree | commitdiff |
2010-07-20 |
Greg Clayton | Added support to MachO.h for many defines and structure... |
tree | commitdiff |
2010-07-20 |
Dan Gohman | Rename removeAllMetadata to clearMetadataHashEntries... |
tree | commitdiff |
2010-07-20 |
Jakob Stoklund Olesen | Implement loop splitting analysis. |
tree | commitdiff |
2010-07-20 |
Dan Gohman | Remove an obsolete comment. |
tree | commitdiff |
2010-07-20 |
Dan Gohman | Add support for remapping metadata kind IDs when readin... |
tree | commitdiff |
2010-07-20 |
Owen Anderson | Move more functionality from Pass.cpp to PassRegistry... |
tree | commitdiff |
2010-07-20 |
Eric Christopher | Formatting. |
tree | commitdiff |
2010-07-20 |
Matt Fleming | Add the rest of the SHT_* values as defined in the... |
tree | commitdiff |
2010-07-20 |
Dan Gohman | Remove setDbgMetadata and getDbgMetadata; their users... |
tree | commitdiff |
2010-07-20 |
Owen Anderson | I just fail with SVN today. |
tree | commitdiff |
2010-07-20 |
Owen Anderson | Oops. |
tree | commitdiff |
2010-07-20 |
Chris Lattner | start straightening out libedis's dependencies and... |
tree | commitdiff |
2010-07-20 |
Gabor Greif | remove testing cruft, this can be found in unittests... |
tree | commitdiff |
2010-07-20 |
Owen Anderson | Pull out r108755. After offline discussion with Chris... |
tree | commitdiff |
2010-07-20 |
Dan Gohman | Make getOrInsertCanonicalInductionVariable guarantee... |
tree | commitdiff |
2010-07-20 |
Owen Anderson | Speculatively revert r108813, in an attempt to get... |
tree | commitdiff |
2010-07-20 |
Eric Christopher | Grammar. |
tree | commitdiff |
2010-07-20 |
Owen Anderson | Reapply r108794, a fix for the failing test from last... |
tree | commitdiff |
2010-07-20 |
Eric Christopher | Constify some arguments. |
tree | commitdiff |
2010-07-20 |
Daniel Dunbar | Revert r108794, "Separate PassInfo into two classes... |
tree | commitdiff |
2010-07-20 |
Owen Anderson | Separate PassInfo into two classes: a constructor-free... |
tree | commitdiff |
2010-07-19 |
Stuart Hastings | Correct line info for declarations/definitions. Radar... |
tree | commitdiff |
2010-07-19 |
Evan Cheng | ARM has to provide its own TargetLowering::findRepresen... |
tree | commitdiff |
2010-07-19 |
Owen Anderson | Change the implemented interfaces list on PassInfo... |
tree | commitdiff |
2010-07-19 |
Owen Anderson | Regenerate. |
tree | commitdiff |
2010-07-19 |
Evan Cheng | Teach computeRegisterProperties() to compute "represent... |
tree | commitdiff |
2010-07-19 |
Duncan Sands | Expose BasicBlock::moveBefore and moveAfter in C API... |
tree | commitdiff |
2010-07-19 |
Lang Hames | Render MachineFunctions to HTML pages, with options... |
tree | commitdiff |
2010-07-19 |
Duncan Sands | Expose JIT::recompileAndRelinkFunction for use through... |
tree | commitdiff |
2010-07-19 |
Michael J. Spencer | MC: Add WinCOFFStreamer implementation and merge common... |
tree | commitdiff |
2010-07-19 |
Daniel Dunbar | TblGen/AsmMatcher: Add support for honoring instruction... |
tree | commitdiff |
2010-07-19 |
Mikhail Glushenkov | llvmc: Add a new option type (switch_list). |
tree | commitdiff |
2010-07-19 |
Daniel Dunbar | Target: Give the TargetAsmParser access to the TargetMa... |
tree | commitdiff |
2010-07-18 |
Daniel Dunbar | MC/AsmParser: Stop playing unsafe member function point... |
tree | commitdiff |
2010-07-18 |
Daniel Dunbar | MC/AsmParser: Fix .abort and .secure_log_unique to... |
tree | commitdiff |
2010-07-18 |
Daniel Dunbar | MC/AsmParser: Fix TokError() to accept a Twine. |
tree | commitdiff |
2010-07-18 |
Daniel Dunbar | MC/AsmParser: Hide the AsmParser implementation. |
tree | commitdiff |
2010-07-17 |
Lang Hames | Switched to array_pod_sort as per Chris's suggestion. |
tree | commitdiff |
2010-07-17 |
Lang Hames | LoopSplitter - intended to split live intervals over... |
tree | commitdiff |
2010-07-17 |
Daniel Dunbar | MC/AsmParser: Lift Run() and TargetParser to base class. |
tree | commitdiff |
2010-07-17 |
Eric Christopher | Propagate alloca alignment information via variable... |
tree | commitdiff |
2010-07-16 |
Jakob Stoklund Olesen | Remove the isMoveInstr() hook. |
tree | commitdiff |
2010-07-16 |
Bill Wendling | Rename DBG_LABEL PROLOG_LABEL, because it's only used... |
tree | commitdiff |
2010-07-16 |
Jakob Stoklund Olesen | Remove remaining calls to TII::isMoveInstr. |
tree | commitdiff |
2010-07-16 |
Chris Lattner | eliminate unlockedRefineAbstractTypeTo, types are all... |
tree | commitdiff |
2010-07-16 |
Dan Gohman | Revert r108369, sorting llvm.dbg.declare information... |
tree | commitdiff |
2010-07-16 |
Douglas Gregor | Remove extraneous semicolons after member functions |
tree | commitdiff |
2010-07-16 |
Gabor Greif | eliminate CallInst::ArgOffset |
tree | commitdiff |
2010-07-16 |
Eli Friedman | A few more minor additions to ELF.h. |
tree | commitdiff |
2010-07-16 |
Tobias Grosser | Add dump() to DominanceFrontier |
tree | commitdiff |
2010-07-15 |
Evan Cheng | Split -enable-finite-only-fp-math to two options: |
tree | commitdiff |
2010-07-15 |
Chris Lattner | remove some unneeded overloads that were causing |
tree | commitdiff |
2010-07-15 |
Eric Christopher | 80-col. |
tree | commitdiff |
2010-07-15 |
Chris Lattner | add an accessor. |
tree | commitdiff |
2010-07-14 |
Dan Gohman | Make the order in which variables are described in... |
tree | commitdiff |
2010-07-14 |
Benjamin Kramer | Don't pass StringRef by reference. |
tree | commitdiff |
2010-07-14 |
Chris Lattner | Merge lib/Target/X86/X86COFF.h into include/llvm/Suppor... |
tree | commitdiff |
2010-07-14 |
Dan Gohman | Delete fast-isel's trivial load optimization; it breaks... |
tree | commitdiff |
2010-07-14 |
Evan Cheng | Teach ProcessImplicitDefs to transform more COPY instru... |
tree | commitdiff |
2010-07-14 |
Dan Gohman | Don't propagate debug locations to instructions for... |
tree | commitdiff |
2010-07-13 |
Jakob Stoklund Olesen | Remove vestigial decl. |
tree | commitdiff |
2010-07-13 |
Evan Cheng | Update comment. |
tree | commitdiff |
2010-07-13 |
Gabor Greif | rotate CallInst operands |
tree | commitdiff |
2010-07-13 |
Chris Lattner | use a typedef instead of its expansion, patch by Michae... |
tree | commitdiff |
2010-07-13 |
Eric Christopher | 80-columns |
tree | commitdiff |
2010-07-13 |
Stephen Wilson | Bring ELF64 on par with ELF32, add a few magic constant... |
tree | commitdiff |
2010-07-12 |
Stephen Wilson | Simple format/style fixes. |
tree | commitdiff |
2010-07-12 |
Stephen Wilson | Test commit. |
tree | commitdiff |
2010-07-12 |
Argyrios Kyrtzidis | Add convenience method FoldingSetImpl::InsertNode(Node... |
tree | commitdiff |
2010-07-12 |
Daniel Dunbar | MC/AsmParser: Move .section parsing to Darwin specific... |
tree | commitdiff |
2010-07-12 |
Daniel Dunbar | MC/AsmLexer: Raise LexUntilEndOfStatement to MCAsmLexer. |
tree | commitdiff |
2010-07-12 |
Bill Wendling | getOrInsertLeaderValue cannot be const because it calls... |
tree | commitdiff |
2010-07-12 |
Daniel Dunbar | MC/AsmParser: Move special section directive parsing... |
tree | commitdiff |
2010-07-12 |
Daniel Dunbar | MC/AsmParser: Inline AsmParser::CreateSymbol into callers. |
tree | commitdiff |
2010-07-12 |
Daniel Dunbar | MC/AsmParser: Move .tbss and .zerofill parsing to Darwi... |
tree | commitdiff |
2010-07-12 |
Daniel Dunbar | MC/AsmParser: Move .desc parsing to Darwin specific... |
tree | commitdiff |
2010-07-12 |
Daniel Dunbar | MC/AsmParser: Move .lsym parsing to Darwin specific... |
tree | commitdiff |
2010-07-12 |
Daniel Dunbar | MC/AsmParser: Move some misc. Darwin directive handling... |
tree | commitdiff |
2010-07-12 |
Daniel Dunbar | MCAsmParser: Add getSourceManager(). |
tree | commitdiff |
2010-07-12 |
Daniel Dunbar | MC/AsmParser: Add a DarwinAsmParser extension. |
tree | commitdiff |
2010-07-12 |
Rafael Espindola | Fix a typo and fit in 80 columns. Found by Bob Wilson. |
tree | commitdiff |
2010-07-12 |
Daniel Dunbar | MCAsmParser: Pull some directive handling out into... |
tree | commitdiff |
2010-07-12 |
Daniel Dunbar | MC: Add MCAsmParserExtension, a base class for all... |
tree | commitdiff |
2010-07-12 |
Daniel Dunbar | MC: Move AsmParser::TokError to MCAsmParser(). |
tree | commitdiff |
2010-07-12 |
Daniel Dunbar | MC: Move getLoc() to MCAsmLexer(). |
tree | commitdiff |
2010-07-12 |
Duncan Sands | Convert some tab stops into spaces. |
tree | commitdiff |
2010-07-12 |
Eric Christopher | Remove tab characters and 80-col. |
tree | commitdiff |
2010-07-12 |
Eric Christopher | 80 columns. |
tree | commitdiff |
next |