- 1df9859 There are two ways of checking for a given type, for example isa<PointerType>(T) by Duncan Sands · 15 years ago
- 12ea66a Replace strcpy with memcpy when we have the length around anyway. by Benjamin Kramer · 16 years ago
- c332fba Remove the default value for ConstantStruct::get's isPacked parameter and by Nick Lewycky · 16 years ago
- 68ccdaa Add -output-prefix option to bugpoint (to change the default output name). by Daniel Dunbar · 16 years ago
- baa2639 Make LLVM command-line tools overwrite their output files without -f. by Dan Gohman · 16 years ago
- 74382b7 Prune #includes from llvm/Linker.h and llvm/System/Path.h, by Chris Lattner · 16 years ago
- 17e9edc Change raw_fd_ostream to take flags as an optional bitmask by Chris Lattner · 16 years ago
- 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
- d7f2a6c Privatize the StructType table, which unfortunately involves routing contexts through a number of APIs. by Owen Anderson · 16 years ago
- a7235ea Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are by Owen Anderson · 16 years ago
- 9e9a0d5 Move more code back to 2.5 APIs. by Owen Anderson · 16 years ago
- debcb01 Move types back to the 2.5 API. by Owen Anderson · 16 years ago
- 1fd7096 Change ConstantArray to 2.5 API. by Owen Anderson · 16 years ago
- 8fa3338 Move ConstantStruct back to 2.5 API. by Owen Anderson · 16 years ago
- 3f53fa9 Remove Value::setName(const char*, unsigned). by Daniel Dunbar · 16 years ago
- eed707b Revert the ConstantInt constructors back to their 2.5 forms where possible, thanks to contexts-on-types. More to come. by Owen Anderson · 16 years ago
- f6ccee5 Switch to getNameStr(). by Daniel Dunbar · 16 years ago
- e922c02 Get rid of the Pass+Context magic. by Owen Anderson · 16 years ago
- ac95cc7 Convert more tools code from cerr and cout to errs() and outs(). by Dan Gohman · 16 years ago
- 65f57c2 Use errs() instead of std::cerr. by Dan Gohman · 16 years ago
- 9adc0ab Move EVER MORE stuff over to LLVMContext. by Owen Anderson · 16 years ago
- e860dcb #include "llvm/Assembly/Writer.h" to get the declaration for WriteAsOperand. by Dan Gohman · 16 years ago
- db1cd5e Fix the build. by Owen Anderson · 16 years ago
- 0a5372e Begin the painful process of tearing apart the rat'ss nest that is Constants.cpp and ConstantFold.cpp. by Owen Anderson · 16 years ago
- e9b11b4 Switch GlobalVariable ctors to a sane API, where *either* a context or a module is required. by Owen Anderson · 16 years ago
- 3d29df3 Push LLVMContext through GlobalVariables and IRBuilder. by Owen Anderson · 16 years ago
- d50330c Use CloneModule's ValueMap in more places, instead of looking by Dan Gohman · 16 years ago
- bb46f52 Add the private linkage. by Rafael Espindola · 17 years ago
- 7220b81 Global variables beginning with \01 have special meaning on Darwin, so we need to remove by Owen Anderson · 17 years ago
- e78109e several multiple-retval fixes for bugpoint. by Chris Lattner · 17 years ago
- 4a6a6f2 Fix PR1797 by Chris Lattner · 18 years ago
- 21c62da remove attributions from tools. by Chris Lattner · 18 years ago
- 6fa98b1 Allow the block extractor take to take a list of basic blocks to not extract by Nick Lewycky · 18 years ago
- 4e1be6d Deleting redundant copy of block extractor pass. See also PR1775. by Gordon Henriksen · 18 years ago
- 8ff70c2 Pretty straightforward replacement of "bytecode" by "bitcode" by Gabor Greif · 18 years ago
- 1997473 Drop 'const' by Devang Patel · 18 years ago
- 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 18 years ago
- 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 18 years ago
- ef9b9a7 For PR411: by Reid Spencer · 19 years ago
- 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 19 years ago
- 71d2ec9 For PR950: Convert signed integer types to signless. by Reid Spencer · 19 years ago
- 3da59db For PR950: by Reid Spencer · 19 years ago
- fef0242 completely revert patrick's enhancement to bugpoint. Though it makes bugpoint by Chris Lattner · 19 years ago
- b83eb64 For PR950: by Reid Spencer · 19 years ago
- 1bb6f06 Code cleanups, no functionality change. by Chris Lattner · 19 years ago
- 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 19 years ago
- 68b1630 Updating the comments above SplitFunctionsOutOfModule in ExtractFunction.cpp to reflect the changes made to that function. Specifically I am removing the FIXME comment because the issue has been addressed. by Patrick Jenkins · 19 years ago
- e47863e This commit improves bugpoints speed. On my G4 this changed caused kimwitu++ to run through bugpoint in 1091.15 seconds (user + system time). The time it took to run this on my G4 before I made these changes is 1420.82 seconds (user + system time). This is a speedup of about 5.5 minutes. by Patrick Jenkins · 19 years ago
- 831b121 Don't pass target name into TargetData anymore, it is never used or needed. by Chris Lattner · 19 years ago
- b923b2e Remove dead return value. by Chris Lattner · 19 years ago
- 5a7a9e5 Fix a really annoying bug in bugpoint that made reducing C++ testcases by Chris Lattner · 19 years ago
- e31a9cc add explicit #includes of iostream by Chris Lattner · 20 years ago
- 3da94ae Remove trailing whitespace by Misha Brukman · 20 years ago
- 852b4d4 Replace more a*'s with arg_*'s, thanks to Gabor Greif! by Chris Lattner · 20 years ago
- 9b5b190 Fix a bugpoint crash that JeffC noticed, looking like this: by Chris Lattner · 20 years ago
- a269ec7 remove debugging code by Chris Lattner · 21 years ago
- 90c18c5 Make this code not depend on LinkModules leaving the second argument unmolested. by Chris Lattner · 21 years ago
- b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 21 years ago
- 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
- 891150f If the block extractor fails, actually emit the bc file that failed to extract by Chris Lattner · 21 years ago
- 7848e68 These files don't need to include <iostream> since they include "Support/Debug.h". by Brian Gaeke · 21 years ago
- 86f42bd Add #include <iostream> since Value.h does not include it any more. by Reid Spencer · 21 years ago
- 5e783ab Implement basic block extraction for the miscompilation debugger. This still needs by Chris Lattner · 21 years ago
- fb4b96e Minor speedup by Chris Lattner · 21 years ago
- 87ab7e9 Fix a fairly nasty bug that prevented bugpoint from working quite right when by Chris Lattner · 21 years ago
- 7fa44fc Fix an inverted condition that causes us to think that loop extraction by Chris Lattner · 21 years ago
- a1cf1c8 After reducing a miscompiled program down to the functions which are being by Chris Lattner · 21 years ago
- a75766a Refactor to use a new method by Chris Lattner · 21 years ago
- efdc0b5 Refactor and clean up a bunch more code. No major functionality changes. by Chris Lattner · 21 years ago
- 7546c38 Add a method to extract a loop by Chris Lattner · 21 years ago
- 5eda1f2 add a fixme by Chris Lattner · 21 years ago
- be21ca5 Refactor all of the "splitting a module into two pieces" code to avoid by Chris Lattner · 21 years ago
- b2c180f Fix the "infinite looping unless you disable adce" bug by Chris Lattner · 21 years ago
- 0cc8807 Make more stuff public. Make the instruction argument to by Chris Lattner · 21 years ago
- 1b74716 Do not leave a bunch of crud lying around by Chris Lattner · 22 years ago
- c6b519d Do not DESTROY programs by default. No wonder bugpoint was not being useful all this time! by Chris Lattner · 22 years ago
- d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
- fcb6ec0 I hate it when bugpoint is all ready to give me a bytecode file, then crashes by Chris Lattner · 22 years ago
- 417477d Simplify the performFinalCleanups interface by Chris Lattner · 22 years ago
- 5da69c7 Fix an assertion failure in Bugpoint by Chris Lattner · 22 years ago
- 9432111 fix file headers by Chris Lattner · 22 years ago
- 7c0e022 Added copyright header to all C++ source files. by John Criswell · 22 years ago
- d1a85a7 Check in the fix I meant to apply here, but mistakenly applied to by Brian Gaeke · 22 years ago
- e49603d Re-grouped and alphabetized headers for easier reading and cleaner style. by Misha Brukman · 22 years ago
- 47ae4a1 If we're debugging the SimplifyCFG pass, we _REALLY_ don't want to use it for by Chris Lattner · 22 years ago
- 587a6ce Parameterize the performFinalCleanups a bit by Chris Lattner · 22 years ago
- 06c818e Run dead arg elimination, and tell it that it's ok to hack up non-internal functions by Chris Lattner · 22 years ago
- dbe48dc Allow disabling final cleanups by Chris Lattner · 22 years ago
- 28b8ed9 Increase odds that this won't bork things by Chris Lattner · 22 years ago
- 6db70ef Add options to disable simplification with passes, in case one of them crashes by Chris Lattner · 22 years ago
- 16608b4 When cleaning up the final bytecode file, make sure to run DTE as well by Chris Lattner · 22 years ago
- 44be257 Remove dead functions by Chris Lattner · 22 years ago
- 10f22cb Make sure that intermediate code is verifier clean to avoid wierd problems. by Chris Lattner · 22 years ago
- ba386d9 * Reduce the number of useless bytecode files produced by bugpoint. by Chris Lattner · 22 years ago
- 6520785 Make bugpoint *much* more powerful, giving it the capability to delete instructions by Chris Lattner · 23 years ago
- afade92 Initial checkin of bugpoint by Chris Lattner · 23 years ago