2014-08-26 |
Rafael Espindola | Return a std::unique_ptr from parseInputFile and propag... |
blob | commitdiff | raw |
2014-06-13 |
Rafael Espindola | Remove 'using std::error_code' from tools. |
blob | commitdiff | raw | diff to current |
2014-06-12 |
Rafael Espindola | Don't use 'using std::error_code' in include/llvm. |
blob | commitdiff | raw | diff to current |
2014-04-25 |
Craig Topper | [C++] Use 'nullptr'. Tools edition. |
blob | commitdiff | raw | diff to current |
2014-04-21 |
Chandler Carruth | [Modules] Make Support/Debug.h modular. This requires... |
blob | commitdiff | raw | diff to current |
2014-01-13 |
Chandler Carruth | [cleanup] Move the Dominators.h and Verifier.h headers... |
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-07-05 |
Rafael Espindola | Add a createUniqueFile function and switch llvm's users... |
blob | commitdiff | raw | diff to current |
2013-06-17 |
Rafael Espindola | Don't use PathV1.h in ExtractFunction.cpp. |
blob | commitdiff | raw | diff to current |
2013-06-13 |
Rafael Espindola | Don't use PathV1.h in Signals.h. |
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-04 |
Chandler Carruth | Sort the #include lines for tools/... |
blob | commitdiff | raw | diff to current |
2012-10-08 |
Micah Villmow | Move TargetData to DataLayout. |
blob | commitdiff | raw | diff to current |
2012-05-04 |
Chandler Carruth | Move the CodeExtractor utility to a dedicated header... |
blob | commitdiff | raw | diff to current |
2012-02-22 |
Eli Friedman | Improve handling of blockaddresses in bugpoint when... |
blob | commitdiff | raw | diff to current |
2011-11-15 |
Benjamin Kramer | Remove all remaining uses of Value::getNameStr(). |
blob | commitdiff | raw | diff to current |
2011-07-18 |
Chris Lattner | land David Blaikie's patch to de-constify Type, with... |
blob | commitdiff | raw | diff to current |
2011-07-12 |
Jay Foad | Second attempt at de-constifying LLVM Types in Function... |
blob | commitdiff | raw | diff to current |
2011-07-12 |
Bill Wendling | Revert r134893 and r134888 (and related patches in... |
blob | commitdiff | raw | diff to current |
2011-07-11 |
Jay Foad | De-constify Types in StructType::get() and TargetData... |
blob | commitdiff | raw | diff to current |
2011-07-09 |
Chris Lattner | Land the long talked about "type system rewrite" patch... |
blob | commitdiff | raw | diff to current |
2011-06-20 |
Chris Lattner | Revamp the "ConstantStruct::get" methods. Previously... |
blob | commitdiff | raw | diff to current |
2010-11-29 |
Michael J. Spencer | Merge System into Support. |
blob | commitdiff | raw | diff to current |
2010-10-13 |
Rafael Espindola | Be more consistent in using ValueToValueMapTy. |
blob | commitdiff | raw | diff to current |
2010-10-07 |
Dan Gohman | Move tool_output_file into its own file. |
blob | commitdiff | raw | diff to current |
2010-09-01 |
Dan Gohman | Make tool_output_file's raw_ostream instance a member... |
blob | commitdiff | raw | diff to current |
2010-08-20 |
Dan Gohman | Convert tools to use tool_output_file, and introduce... |
blob | commitdiff | raw | diff to current |
2010-08-10 |
Rafael Espindola | Use RunPassesOn as in the rest of bugpoint. |
blob | commitdiff | raw | diff to current |
2010-08-08 |
Rafael Espindola | Most of bugpoint now only needs to know the pass names. |
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-07-31 |
Rafael Espindola | The BlockExtractorPass() constructor was not reading... |
blob | commitdiff | raw | diff to current |
2010-07-30 |
Duncan Sands | Do not pass a copy of the value map, pass a reference... |
blob | commitdiff | raw | diff to current |
2010-07-28 |
Rafael Espindola | Instead of abusing swapProgramIn, just add a Module... |
blob | commitdiff | raw | diff to current |
2010-07-20 |
Owen Anderson | Speculatively revert r108813, in an attempt to get... |
blob | commitdiff | raw | diff to current |
2010-07-20 |
Owen Anderson | Reapply r108794, a fix for the failing test from last... |
blob | commitdiff | raw | diff to current |
2010-07-20 |
Daniel Dunbar | Revert r108794, "Separate PassInfo into two classes... |
blob | commitdiff | raw | diff to current |
2010-07-20 |
Owen Anderson | Separate PassInfo into two classes: a constructor-free... |
blob | commitdiff | raw | diff to current |
2010-06-24 |
Devang Patel | Use ValueMap instead of DenseMap. |
blob | commitdiff | raw | diff to current |
2010-06-07 |
Dan Gohman | Run dead type elimination after dead argument elimination. |
blob | commitdiff | raw | diff to current |
2010-06-07 |
Dan Gohman | Use ->isVoidTy(). |
blob | commitdiff | raw | diff to current |
2010-06-04 |
Dan Gohman | No need to special-case structs here; structs are first... |
blob | commitdiff | raw | diff to current |
2010-05-27 |
Dan Gohman | Eliminate some unnessary Path::exists() calls. |
blob | commitdiff | raw | diff to current |
2010-02-16 |
Duncan Sands | There are two ways of checking for a given type, for... |
blob | commitdiff | raw | diff to current |
2010-01-28 |
Benjamin Kramer | Replace strcpy with memcpy when we have the length... |
blob | commitdiff | raw | diff to current |
2009-09-19 |
Nick Lewycky | Remove the default value for ConstantStruct::get's... |
blob | commitdiff | raw | diff to current |
2009-09-07 |
Daniel Dunbar | Add -output-prefix option to bugpoint (to change the... |
blob | commitdiff | raw | diff to current |
2009-08-25 |
Dan Gohman | Make LLVM command-line tools overwrite their output... |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Chris Lattner | Prune #includes from llvm/Linker.h and llvm/System... |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Chris Lattner | Change raw_fd_ostream to take flags as an optional... |
blob | commitdiff | raw | diff to current |
2009-08-13 |
Owen Anderson | Push LLVMContexts through the IntegerType APIs. |
blob | commitdiff | raw | diff to current |
2009-08-05 |
Owen Anderson | Privatize the StructType table, which unfortunately... |
blob | commitdiff | raw | diff to current |
2009-07-31 |
Owen Anderson | Move a few more APIs back to 2.5 forms. The only remai... |
blob | commitdiff | raw | diff to current |
2009-07-30 |
Owen Anderson | Move more code back to 2.5 APIs. |
blob | commitdiff | raw | diff to current |
2009-07-29 |
Owen Anderson | Move types back to the 2.5 API. |
blob | commitdiff | raw | diff to current |
2009-07-28 |
Owen Anderson | Change ConstantArray to 2.5 API. |
blob | commitdiff | raw | diff to current |
2009-07-27 |
Owen Anderson | Move ConstantStruct back to 2.5 API. |
blob | commitdiff | raw | diff to current |
2009-07-26 |
Daniel Dunbar | Remove Value::setName(const char*, unsigned). |
blob | commitdiff | raw | diff to current |
2009-07-24 |
Owen Anderson | Revert the ConstantInt constructors back to their 2... |
blob | commitdiff | raw | diff to current |
2009-07-24 |
Daniel Dunbar | Switch to getNameStr(). |
blob | commitdiff | raw | diff to current |
2009-07-22 |
Owen Anderson | Get rid of the Pass+Context magic. |
blob | commitdiff | raw | diff to current |
2009-07-16 |
Dan Gohman | Convert more tools code from cerr and cout to errs... |
blob | commitdiff | raw | diff to current |
2009-07-15 |
Dan Gohman | Use errs() instead of std::cerr. |
blob | commitdiff | raw | diff to current |
2009-07-14 |
Owen Anderson | Move EVER MORE stuff over to LLVMContext. |
blob | commitdiff | raw | diff to current |
2009-07-13 |
Dan Gohman | #include "llvm/Assembly/Writer.h" to get the declaratio... |
blob | commitdiff | raw | diff to current |
2009-07-13 |
Owen Anderson | Fix the build. |
blob | commitdiff | raw | diff to current |
2009-07-13 |
Owen Anderson | Begin the painful process of tearing apart the rat... |
blob | commitdiff | raw | diff to current |
2009-07-08 |
Owen Anderson | Switch GlobalVariable ctors to a sane API, where *eithe... |
blob | commitdiff | raw | diff to current |
2009-07-08 |
Owen Anderson | Push LLVMContext through GlobalVariables and IRBuilder. |
blob | commitdiff | raw | diff to current |
2009-04-22 |
Dan Gohman | Use CloneModule's ValueMap in more places, instead... |
blob | commitdiff | raw | diff to current |
2009-01-15 |
Rafael Espindola | Add the private linkage. |
blob | commitdiff | raw | diff to current |
2008-07-08 |
Owen Anderson | Global variables beginning with \01 have special meanin... |
blob | commitdiff | raw | diff to current |
2008-04-28 |
Chris Lattner | several multiple-retval fixes for bugpoint. |
blob | commitdiff | raw | diff to current |
2008-01-08 |
Chris Lattner | Fix PR1797 |
blob | commitdiff | raw | diff to current |
2007-12-29 |
Chris Lattner | remove attributions from tools. |
blob | commitdiff | raw | diff to current |
2007-11-14 |
Nick Lewycky | Allow the block extractor take to take a list of basic... |
blob | commitdiff | raw | diff to current |
2007-11-05 |
Gordon Henriksen | Deleting redundant copy of block extractor pass. See... |
blob | commitdiff | raw | diff to current |
2007-07-04 |
Gabor Greif | Pretty straightforward replacement of "bytecode" by... |
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 | For PR411: |
blob | commitdiff | raw | diff to current |
2007-01-30 |
Reid Spencer | For PR1136: Rename GlobalVariable::isExternal as isDecl... |
blob | commitdiff | raw | diff to current |
2006-12-31 |
Reid Spencer | For PR950: |
blob | commitdiff | raw | diff to current |
2006-11-27 |
Reid Spencer | For PR950: |
blob | commitdiff | raw | diff to current |
2006-11-09 |
Chris Lattner | completely revert patrick's enhancement to bugpoint... |
blob | commitdiff | raw | diff to current |
2006-10-20 |
Reid Spencer | For PR950: |
blob | commitdiff | raw | diff to current |
2006-08-29 |
Chris Lattner | Code cleanups, no functionality change. |
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-07-28 |
Patrick Jenkins | Updating the comments above SplitFunctionsOutOfModule... |
blob | commitdiff | raw | diff to current |
2006-07-28 |
Patrick Jenkins | This commit improves bugpoints speed. On my G4 this... |
blob | commitdiff | raw | diff to current |
2006-06-16 |
Chris Lattner | Don't pass target name into TargetData anymore, it... |
blob | commitdiff | raw | diff to current |
2006-05-12 |
Chris Lattner | Remove dead return value. |
blob | commitdiff | raw | diff to current |
2006-03-08 |
Chris Lattner | Fix a really annoying bug in bugpoint that made reducin... |
blob | commitdiff | raw | diff to current |
2006-01-22 |
Chris Lattner | add explicit #includes of iostream |
blob | commitdiff | raw | diff to current |
2005-04-22 |
Misha Brukman | Remove trailing whitespace |
blob | commitdiff | raw | diff to current |
2005-03-15 |
Chris Lattner | Replace more a*'s with arg_*'s, thanks to Gabor Greif! |
blob | commitdiff | raw | diff to current |
2005-02-23 |
Chris Lattner | Fix a bugpoint crash that JeffC noticed, looking like... |
blob | commitdiff | raw | diff to current |
next |