2014-04-15 |
Craig Topper | [C++11] More 'nullptr' conversion. In some cases just... |
blob | commitdiff | raw |
2014-03-05 |
Craig Topper | [C++11] Add 'override' keyword to virtual methods that... |
blob | commitdiff | raw | diff to current |
2014-03-04 |
Chandler Carruth | [Modules] Move InstIterator out of the Support library... |
blob | commitdiff | raw | diff to current |
2014-01-09 |
Chandler Carruth | Put the functionality for printing a value to a raw_ost... |
blob | commitdiff | raw | diff to current |
2014-01-07 |
Chandler Carruth | Move the LLVM IR asm writer header files into the IR... |
blob | commitdiff | raw | diff to current |
2013-09-12 |
Krzysztof Parzyszek | In AliasSetTracker, do not change the alias set to... |
blob | commitdiff | raw | diff to current |
2013-01-02 |
Chandler Carruth | Move all of the header files which are involved in... |
blob | commitdiff | raw | diff to current |
2012-12-03 |
Chandler Carruth | Use the new script to sort the includes of every file... |
blob | commitdiff | raw | diff to current |
2012-10-08 |
Micah Villmow | Move TargetData to DataLayout. |
blob | commitdiff | raw | diff to current |
2012-09-12 |
Manman Ren | Release build: guard dump functions with |
blob | commitdiff | raw | diff to current |
2012-09-06 |
Manman Ren | Release build: guard dump functions with "ifndef NDEBUG" |
blob | commitdiff | raw | diff to current |
2012-09-05 |
Roman Divacky | Stop casting away const qualifier needlessly. |
blob | commitdiff | raw | diff to current |
2012-06-30 |
Benjamin Kramer | Reduce use list thrashing by using DenseMap's find_as... |
blob | commitdiff | raw | diff to current |
2012-02-10 |
Hal Finkel | Have AliasSet::aliasesUnknownInst use pointer TBAA... |
blob | commitdiff | raw | diff to current |
2011-08-15 |
Eli Friedman | Atomic load/store support in LICM. |
blob | commitdiff | raw | diff to current |
2011-07-27 |
Eli Friedman | Minor simplification. |
blob | commitdiff | raw | diff to current |
2011-07-27 |
Eli Friedman | Fix AliasSetTracker so that it doesn't make any assumpt... |
blob | commitdiff | raw | diff to current |
2011-04-09 |
Eli Friedman | PR9604; try to deal with RAUW updates correctly in... |
blob | commitdiff | raw | diff to current |
2010-12-10 |
Dan Gohman | Update this code to handle PartialAlias as MayAlias. |
blob | commitdiff | raw | diff to current |
2010-11-11 |
Dan Gohman | Don't forget the TBAA info, if available. |
blob | commitdiff | raw | diff to current |
2010-11-09 |
Dan Gohman | Teach LICM and AliasSetTracker about AccessesArgumentsR... |
blob | commitdiff | raw | diff to current |
2010-10-19 |
Dan Gohman | Reapply r116831 and r116839, converting AliasAnalysis... |
blob | commitdiff | raw | diff to current |
2010-10-19 |
Dan Gohman | Revert r116831 and r116839, which are breaking selfhost... |
blob | commitdiff | raw | diff to current |
2010-10-19 |
Dan Gohman | Change AliasAnalysis and its clients to use uint64_t... |
blob | commitdiff | raw | diff to current |
2010-10-19 |
Owen Anderson | Get rid of static constructors for pass registration... |
blob | commitdiff | raw | diff to current |
2010-10-18 |
Dan Gohman | Make the representation of AliasSets explicitly differe... |
blob | commitdiff | raw | diff to current |
2010-10-18 |
Dan Gohman | Don't pass the raw invalid pointer used to represent... |
blob | commitdiff | raw | diff to current |
2010-10-18 |
Dan Gohman | Make AliasSetTracker TBAA-aware, enabling TBAA-enabled... |
blob | commitdiff | raw | diff to current |
2010-10-12 |
Owen Anderson | Begin adding static dependence information to passes... |
blob | commitdiff | raw | diff to current |
2010-10-07 |
Owen Anderson | Now with fewer extraneous semicolons! |
blob | commitdiff | raw | diff to current |
2010-08-30 |
Benjamin Kramer | Don't print two "0x" prefixes. Use a raw_ostream overlo... |
blob | commitdiff | raw | diff to current |
2010-08-29 |
Chris Lattner | two changes: 1) make AliasSet hold the list of call... |
blob | commitdiff | raw | diff to current |
2010-08-29 |
Chris Lattner | when merging two alias sets, the result set is volatile... |
blob | commitdiff | raw | diff to current |
2010-08-29 |
Chris Lattner | more cleanup |
blob | commitdiff | raw | diff to current |
2010-08-29 |
Chris Lattner | clean this up |
blob | commitdiff | raw | diff to current |
2010-08-06 |
Owen Anderson | Reapply r110396, with fixes to appease the Linux buildb... |
blob | commitdiff | raw | diff to current |
2010-08-06 |
Owen Anderson | Revert r110396 to fix buildbots. |
blob | commitdiff | raw | diff to current |
2010-08-05 |
Owen Anderson | Don't use PassInfo* as a type identifier for passes... |
blob | commitdiff | raw | diff to current |
2010-08-03 |
Dan Gohman | Thread const correctness through a bunch of AliasAnalys... |
blob | commitdiff | raw | diff to current |
2010-07-28 |
Gabor Greif | simplify |
blob | commitdiff | raw | diff to current |
2010-07-21 |
Owen Anderson | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). |
blob | commitdiff | raw | diff to current |
2009-12-23 |
David Greene | Change dbgs() back to errs() as Chris requested. |
blob | commitdiff | raw | diff to current |
2009-12-23 |
David Greene | Convert debug messages to use dbgs(). Generally this... |
blob | commitdiff | raw | diff to current |
2009-11-22 |
Chris Lattner | Remove the AliasAnalysis::getMustAliases method, which... |
blob | commitdiff | raw | diff to current |
2009-11-03 |
Chris Lattner | remove unneeded checks of isFreeCall |
blob | commitdiff | raw | diff to current |
2009-10-27 |
Victor Hernandez | Rename MallocFreeHelper as MemoryBuiltins |
blob | commitdiff | raw | diff to current |
2009-10-26 |
Victor Hernandez | Rename MallocHelper as MallocFreeHelper, since it now... |
blob | commitdiff | raw | diff to current |
2009-10-26 |
Victor Hernandez | Remove FreeInst. |
blob | commitdiff | raw | diff to current |
2009-10-25 |
Nick Lewycky | Remove includes of Support/Compiler.h that are no longe... |
blob | commitdiff | raw | diff to current |
2009-10-25 |
Nick Lewycky | Remove VISIBILITY_HIDDEN from class/struct found inside... |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Chris Lattner | eliminate the std::ostream form of WriteAsOperand and... |
blob | commitdiff | raw | diff to current |
2009-07-31 |
Dan Gohman | Fix some problems with ASTCallbackVH in its use as... |
blob | commitdiff | raw | diff to current |
2009-07-30 |
Dan Gohman | Use CallbackVH in AliasSetTracker to avoid getting... |
blob | commitdiff | raw | diff to current |
2009-07-25 |
Dan Gohman | Make AliasAnalysis and related classes use |
blob | commitdiff | raw | diff to current |
2009-07-14 |
Torok Edwin | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE... |
blob | commitdiff | raw | diff to current |
2009-07-11 |
Torok Edwin | assert(0) -> LLVM_UNREACHABLE. |
blob | commitdiff | raw | diff to current |
2009-03-30 |
Devang Patel | getEntryFor() may invalidate DenseMap iterator. |
blob | commitdiff | raw | diff to current |
2009-03-09 |
Chris Lattner | reimplement AliasSetTracker in terms of DenseMap instea... |
blob | commitdiff | raw | diff to current |
2009-03-03 |
Zhou Sheng | Ignore the debug info intrinsics when adding instructio... |
blob | commitdiff | raw | diff to current |
2008-09-04 |
Dan Gohman | Tidy up several unbeseeming casts from pointer to intptr_t. |
blob | commitdiff | raw | diff to current |
2008-05-22 |
Chris Lattner | Free and vaarg are not really volatile. |
blob | commitdiff | raw | diff to current |
2008-05-20 |
Chris Lattner | Fix PR2346 by marking vaarg as volatile so that licm... |
blob | commitdiff | raw | diff to current |
2008-05-13 |
Dan Gohman | Clean up the use of static and anonymous namespaces... |
blob | commitdiff | raw | diff to current |
2008-04-21 |
Dan Gohman | Fix the way AliasSet::print prints "may alias". |
blob | commitdiff | raw | diff to current |
2008-04-14 |
Dan Gohman | Teach AliasSetTracker about VAArgInst. |
blob | commitdiff | raw | diff to current |
2008-03-20 |
Devang Patel | Restore isCFGOnly property of various analysis passes. |
blob | commitdiff | raw | diff to current |
2008-03-19 |
Devang Patel | PassInfo keep tracks whether a pass is an analysis... |
blob | commitdiff | raw | diff to current |
2008-03-19 |
Devang Patel | Do not use virtual function to identify an analysis... |
blob | commitdiff | raw | diff to current |
2008-03-18 |
Devang Patel | Identify Analysis pass. |
blob | commitdiff | raw | diff to current |
2007-12-29 |
Chris Lattner | Remove attribution from file headers, per discussion... |
blob | commitdiff | raw | diff to current |
2007-12-01 |
Duncan Sands | Integrate the readonly/readnone logic more deeply |
blob | commitdiff | raw | diff to current |
2007-11-01 |
Duncan Sands | Executive summary: getTypeSize -> getTypeStoreSize... |
blob | commitdiff | raw | diff to current |
2007-10-03 |
Dan Gohman | Use empty() member functions when that's what's being... |
blob | commitdiff | raw | diff to current |
2007-05-23 |
Chris Lattner | when merging two alias sets together, be sure to propag... |
blob | commitdiff | raw | diff to current |
2007-05-06 |
Nick Lewycky | Fix typo in comment. |
blob | commitdiff | raw | diff to current |
2007-05-03 |
Devang Patel | Drop 'const' |
blob | commitdiff | raw | diff to current |
2007-05-02 |
Devang Patel | Use 'static const char' instead of 'static const int'. |
blob | commitdiff | raw | diff to current |
2007-05-01 |
Devang Patel | Do not use typeinfo to identify pass in pass manager. |
blob | commitdiff | raw | diff to current |
2007-02-05 |
Reid Spencer | Make classes in anonymous namespaces use VISIBILITY_HID... |
blob | commitdiff | raw | diff to current |
2006-12-07 |
Bill Wendling | Changed llvm_ostream et all to OStream. llvm_cerr,... |
blob | commitdiff | raw | diff to current |
2006-11-28 |
Bill Wendling | Removed some of the iostream #includes. Moved towards... |
blob | commitdiff | raw | diff to current |
2006-09-17 |
Nick Lewycky | Explain change with a comment. |
blob | commitdiff | raw | diff to current |
2006-09-17 |
Nick Lewycky | Fix PR912. The input to erase() must not be a reference... |
blob | commitdiff | raw | diff to current |
2006-08-27 |
Chris Lattner | eliminate RegisterOpt. It does the same thing as Regis... |
blob | commitdiff | raw | diff to current |
2006-06-27 |
Chris Lattner | Handle alias sets that have been unified, and thus... |
blob | commitdiff | raw | diff to current |
2006-06-27 |
Chris Lattner | Don't implement AliasSetTracker::remove in terms of... |
blob | commitdiff | raw | diff to current |
2006-06-26 |
Chris Lattner | Fix a stale pointer issue that caused 300.twolf to... |
blob | commitdiff | raw | diff to current |
2006-01-03 |
Chris Lattner | Make the -print-alias-sets pass work for printing out... |
blob | commitdiff | raw | diff to current |
2005-04-21 |
Misha Brukman | Remove trailing whitespace |
blob | commitdiff | raw | diff to current |
2005-03-25 |
Chris Lattner | Treat free operations as volatile, since they cannot... |
blob | commitdiff | raw | diff to current |
2005-03-17 |
Chris Lattner | Fix the missing symbols problem Bill was hitting. ... |
blob | commitdiff | raw | diff to current |
2004-12-15 |
Chris Lattner | Adjust to new alias analysis interfaces |
blob | commitdiff | raw | diff to current |
2004-12-07 |
Reid Spencer | For PR387:\ |
blob | commitdiff | raw | diff to current |
2004-11-27 |
Chris Lattner | When merging to alias sets, if they are both must alias... |
blob | commitdiff | raw | diff to current |
2004-11-26 |
Chris Lattner | Add a new interface |
blob | commitdiff | raw | diff to current |
2004-11-05 |
Chris Lattner | Remove dead var |
blob | commitdiff | raw | diff to current |
2004-09-15 |
Chris Lattner | Add some assertions |
blob | commitdiff | raw | diff to current |
2004-09-14 |
Chris Lattner | Implement an AliasSetTracker::copyValue method |
blob | commitdiff | raw | diff to current |
2004-07-29 |
Misha Brukman | Fix #includes of i*.h => Instructions.h as per PR403. |
blob | commitdiff | raw | diff to current |
2004-07-27 |
Chris Lattner | Remove a bogus assertion |
blob | commitdiff | raw | diff to current |
next |