| Commit message (Expand) | Author | Age | Files | Lines |
* | Support .a files directly (without -l). | Mikhail Glushenkov | 2010-04-19 | 1 | -1/+2 |
* | Fix more -Wcast-qual warnings. | Dan Gohman | 2010-04-17 | 2 | -2/+2 |
* | introduce a new CallGraphSCC class, and pass it around | Chris Lattner | 2010-04-16 | 1 | -5/+4 |
* | Revert r64616 which worked around http://gcc.gnu.org/PR42757 , we just didn't | Nick Lewycky | 2010-04-16 | 1 | -4/+2 |
* | Create an exports file, so that the plugin only exports the onload symbol. | Dan Gohman | 2010-04-16 | 2 | -0/+3 |
* | Make things static that don't need to be referenced from outside the file. | Dan Gohman | 2010-04-16 | 1 | -12/+12 |
* | Make the export files absolute paths, and change Makefile.rules | Dan Gohman | 2010-04-15 | 2 | -2/+2 |
* | Generalize the EXPORTED_SYMBOL_FILE concept in the Makefiles to work with | Dan Gohman | 2010-04-15 | 4 | -62/+63 |
* | Simplify ".bc" detection. | Benjamin Kramer | 2010-04-15 | 1 | -2/+1 |
* | Remove unnecessary uses of <iostream>. | Daniel Dunbar | 2010-04-15 | 2 | -5/+3 |
* | fix a crash on "lli ex" or any other file whose name is exactly two | Chris Lattner | 2010-04-15 | 1 | -1/+2 |
* | Don't forget cmake! | Nick Lewycky | 2010-04-14 | 1 | -1/+0 |
* | Remove accidentally committed cruft. | Nick Lewycky | 2010-04-14 | 1 | -3/+0 |
* | Bugpoint no longer uses exceptions. | Nick Lewycky | 2010-04-14 | 2 | -4/+4 |
* | Unbreak CMake build by improving the EnhancedDisassembly makefile a | Douglas Gregor | 2010-04-13 | 1 | -17/+1 |
* | Fixed a nasty layering violation in the edis source | Sean Callanan | 2010-04-13 | 6 | -68/+36 |
* | Add CMake support for 'edis'. | Ted Kremenek | 2010-04-13 | 4 | -0/+44 |
* | Make the disassembler respect the assembler dialect when printing instructions, | Chris Lattner | 2010-04-13 | 1 | -1/+3 |
* | Build system fix to make llvm-mc properly build | Sean Callanan | 2010-04-12 | 1 | -2/+2 |
* | Build system fixes. llvm-mc depends on | Sean Callanan | 2010-04-12 | 2 | -14/+11 |
* | Bug fix: made the enhanced disassembler's link | Sean Callanan | 2010-04-12 | 1 | -1/+1 |
* | Second try at integrating the edis tester. This | Sean Callanan | 2010-04-12 | 5 | -41/+252 |
* | Boolify. | Benjamin Kramer | 2010-04-12 | 1 | -1/+1 |
* | Remove use of exceptions from bugpoint. No deliberate functionality change! | Nick Lewycky | 2010-04-12 | 10 | -341/+463 |
* | Remove dead argument and clean whitespace. No functionality change. | Nick Lewycky | 2010-04-10 | 3 | -16/+6 |
* | Updated the edis build mechanism to allow for builds | Sean Callanan | 2010-04-10 | 3 | -1/+31 |
* | revert r100842 which broke several of the build bots. | Chris Lattner | 2010-04-09 | 5 | -249/+42 |
* | Added a tester for the enhanced disassembler, | Sean Callanan | 2010-04-09 | 5 | -42/+249 |
* | Bugfixes for edis. Code to initialize instruction | Sean Callanan | 2010-04-09 | 2 | -5/+4 |
* | Added support for ARM disassembly to edis. | Sean Callanan | 2010-04-08 | 6 | -112/+263 |
* | add .o file writing for inline asm in llc. Here's a silly | Chris Lattner | 2010-04-05 | 1 | -0/+1 |
* | tidy #includes. | Chris Lattner | 2010-04-05 | 1 | -7/+7 |
* | stringref-ize the MemoryBuffer::get apis. This requires | Chris Lattner | 2010-04-05 | 1 | -7/+7 |
* | fix an ugly wart in the MCInstPrinter api where the | Chris Lattner | 2010-04-04 | 3 | -12/+8 |
* | remove some extraneous casts | Chris Lattner | 2010-04-03 | 1 | -2/+2 |
* | Add special case bitcode support for DebugLoc. This avoids | Chris Lattner | 2010-04-03 | 1 | -0/+2 |
* | Pass -shared to the linker. | Mikhail Glushenkov | 2010-04-03 | 1 | -0/+3 |
* | add a couple missing enum names. | Chris Lattner | 2010-04-03 | 1 | -0/+2 |
* | Updated the install location for EnhancedDisassembly | Sean Callanan | 2010-04-02 | 1 | -10/+7 |
* | Pass -m32/-m64 to assembler. | Mikhail Glushenkov | 2010-03-31 | 1 | -0/+2 |
* | Fix llvm-ld to clean up its output files in case of an error. | Dan Gohman | 2010-03-30 | 1 | -38/+48 |
* | revert r99719 which is breaking the botz. | Chris Lattner | 2010-03-27 | 1 | -18/+6 |
* | Make llvm-ld remove its output files in the event of an error. | Dan Gohman | 2010-03-27 | 1 | -6/+18 |
* | No need to check the same condition twice. | Dan Gohman | 2010-03-27 | 1 | -1/+1 |
* | llvm-mc: Add a -mc-relax-all option, which relaxes every fixup. We always need | Daniel Dunbar | 2010-03-25 | 1 | -1/+4 |
* | Trim #includes. | Dan Gohman | 2010-03-24 | 8 | -17/+0 |
* | It's not necessary to call raw_ostream::close explicitly on automatic | Dan Gohman | 2010-03-24 | 1 | -4/+0 |
* | llvm-mc: Support -filetype=null, for timing purposes. | Daniel Dunbar | 2010-03-23 | 1 | -0/+5 |
* | Remove if DISABLED not if not DISABLED... | Bill Wendling | 2010-03-23 | 1 | -1/+1 |
* | Use "DISABLE_EDIS" to disable building "edis" explicitly. Don't build it for | Bill Wendling | 2010-03-23 | 1 | -2/+6 |