| Age | Commit message (Expand) | Author |
| 2010-05-16 | Avoid renaming loadable modules at install time. Now the gold plugin is named | Rafael Espindola |
| 2010-05-14 | Use regular PassManager instead of FunctionPassManager in opt, since it | Dan Gohman |
| 2010-05-13 | Fix complete badness in bugpoint's IsARMArchitecture() function. | Jakob Stoklund Olesen |
| 2010-05-13 | Add an also-emit-llvm option to the gold plugin. | Rafael Espindola |
| 2010-05-11 | Fix PR6951 by fixing Module leaks in bugpoint. | Jeffrey Yasskin |
| 2010-05-11 | Remove the "WantsWholeFile" concept, as it's no longer needed. CBE | Dan Gohman |
| 2010-05-11 | Extended the edis "IsBranch" property to call | Sean Callanan |
| 2010-05-11 | The getDefaultSubtargetFeatures method of SubtargetFeature did actually return a | Bill Wendling |
| 2010-05-10 | Add command line option --gcc to bugpoint. | Kalle Raiskila |
| 2010-05-07 | don't pass -f to llc, it doesn't have it anymore. Patch by Kevin Fan (PR7090) | Chris Lattner |
| 2010-05-06 | make -filetype=obj default to emitting its output to foo.obj | Chris Lattner |
| 2010-05-05 | Fixed a sign-extension bug in the X86 disassembler | Sean Callanan |
| 2010-05-02 | Remove the -enable-sjlj-eh option, which doesn't do anything. | Duncan Sands |
| 2010-04-29 | The llc -f flag was removed. | Nick Lewycky |
| 2010-04-29 | llc no longer requires the -f option to overwrite files. | Dan Gohman |
| 2010-04-29 | Remove dead option. | Daniel Dunbar |
| 2010-04-27 | r98363 deleted a '!' when cleaning up whitespace. This caused globals which are | Bill Wendling |
| 2010-04-24 | Fixed edis to tokenize instructions with no | Sean Callanan |
| 2010-04-23 | Fixes to edis that mark x86 call targets as | Sean Callanan |
| 2010-04-23 | Fixed EDOperand to use the operand type, not the | Sean Callanan |
| 2010-04-19 | Support .a files directly (without -l). | Mikhail Glushenkov |
| 2010-04-17 | Fix more -Wcast-qual warnings. | Dan Gohman |
| 2010-04-16 | introduce a new CallGraphSCC class, and pass it around | Chris Lattner |
| 2010-04-16 | Revert r64616 which worked around http://gcc.gnu.org/PR42757 , we just didn't | Nick Lewycky |
| 2010-04-16 | Create an exports file, so that the plugin only exports the onload symbol. | Dan Gohman |
| 2010-04-16 | Make things static that don't need to be referenced from outside the file. | Dan Gohman |
| 2010-04-15 | Make the export files absolute paths, and change Makefile.rules | Dan Gohman |
| 2010-04-15 | Generalize the EXPORTED_SYMBOL_FILE concept in the Makefiles to work with | Dan Gohman |
| 2010-04-15 | Simplify ".bc" detection. | Benjamin Kramer |
| 2010-04-15 | Remove unnecessary uses of <iostream>. | Daniel Dunbar |
| 2010-04-15 | fix a crash on "lli ex" or any other file whose name is exactly two | Chris Lattner |
| 2010-04-14 | Don't forget cmake! | Nick Lewycky |
| 2010-04-14 | Remove accidentally committed cruft. | Nick Lewycky |
| 2010-04-14 | Bugpoint no longer uses exceptions. | Nick Lewycky |
| 2010-04-13 | Unbreak CMake build by improving the EnhancedDisassembly makefile a | Douglas Gregor |
| 2010-04-13 | Fixed a nasty layering violation in the edis source | Sean Callanan |
| 2010-04-13 | Add CMake support for 'edis'. | Ted Kremenek |
| 2010-04-13 | Make the disassembler respect the assembler dialect when printing instructions, | Chris Lattner |
| 2010-04-12 | Build system fix to make llvm-mc properly build | Sean Callanan |
| 2010-04-12 | Build system fixes. llvm-mc depends on | Sean Callanan |
| 2010-04-12 | Bug fix: made the enhanced disassembler's link | Sean Callanan |
| 2010-04-12 | Second try at integrating the edis tester. This | Sean Callanan |
| 2010-04-12 | Boolify. | Benjamin Kramer |
| 2010-04-12 | Remove use of exceptions from bugpoint. No deliberate functionality change! | Nick Lewycky |
| 2010-04-10 | Remove dead argument and clean whitespace. No functionality change. | Nick Lewycky |
| 2010-04-10 | Updated the edis build mechanism to allow for builds | Sean Callanan |
| 2010-04-09 | revert r100842 which broke several of the build bots. | Chris Lattner |
| 2010-04-09 | Added a tester for the enhanced disassembler, | Sean Callanan |
| 2010-04-09 | Bugfixes for edis. Code to initialize instruction | Sean Callanan |
| 2010-04-08 | Added support for ARM disassembly to edis. | Sean Callanan |