| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a 'set_option' action for use in OptionPreprocessor. | Mikhail Glushenkov | 2009-12-17 | 2 | -19/+28 |
* | Update CMake build to include HexDisassembler.cpp. | Chandler Carruth | 2009-12-17 | 1 | -0/+1 |
* | Test harness for the LLVM disassembler. When invoked | Sean Callanan | 2009-12-17 | 3 | -2/+227 |
* | Validate the generated C++ code in llvmc tests. | Mikhail Glushenkov | 2009-12-15 | 1 | -3/+3 |
* | Small documentation update. | Mikhail Glushenkov | 2009-12-15 | 1 | -4/+5 |
* | when opt crashes, print its command line arguments as a pretty stack trace. | Chris Lattner | 2009-12-09 | 1 | -2/+5 |
* | Documentation update. | Mikhail Glushenkov | 2009-12-07 | 1 | -20/+45 |
* | Deprecate 'unpack_values'. | Mikhail Glushenkov | 2009-12-07 | 3 | -18/+18 |
* | Pass '-msse' and friends to llc as '-mattr=+/-'. | Mikhail Glushenkov | 2009-12-07 | 2 | -1/+39 |
* | Forward -m32/-m64 to the linker. | Mikhail Glushenkov | 2009-12-04 | 1 | -0/+8 |
* | Support -march/-mtune/-mcpu. | Mikhail Glushenkov | 2009-12-04 | 1 | -0/+12 |
* | Add relocation model options. | Mikhail Glushenkov | 2009-12-01 | 1 | -0/+9 |
* | Typo. | Mikhail Glushenkov | 2009-12-01 | 1 | -1/+1 |
* | Forward -save-temps to llvm-gcc. | Mikhail Glushenkov | 2009-12-01 | 1 | -0/+1 |
* | Support -[weak_]framework and -F in llvmc. | Mikhail Glushenkov | 2009-12-01 | 1 | -0/+10 |
* | Remove ShortNames from getNodeLabel in DOTGraphTraits | Tobias Grosser | 2009-11-30 | 1 | -2/+1 |
* | Instantiate DefaultDOTGraphTraits | Tobias Grosser | 2009-11-30 | 1 | -0/+3 |
* | Rollback changes r89516: Added two SubtargetFeatures::AddFeatures methods, wh... | Viktor Kutuzov | 2009-11-25 | 1 | -10/+3 |
* | Add the rest of the build system logic for optional target disassemblers | Daniel Dunbar | 2009-11-25 | 1 | -0/+4 |
* | Added two SubtargetFeatures::AddFeatures methods, which accept a comma-separa... | Viktor Kutuzov | 2009-11-21 | 1 | -3/+10 |
* | Make example/Hello compile again. | Mikhail Glushenkov | 2009-11-19 | 1 | -0/+4 |
* | Added getDefaultSubtargetFeatures method to SubtargetFeatures class which ret... | Viktor Kutuzov | 2009-11-18 | 3 | -25/+5 |
* | Added getArchNameForAssembler method to the Triple class for which returns OS... | Viktor Kutuzov | 2009-11-17 | 1 | -42/+8 |
* | Make bugpoint pass -load arguments to LLI. This lets one use bugpoint with | Duncan Sands | 2009-11-17 | 1 | -4/+5 |
* | Add compare_lower and equals_lower methods to StringRef. Switch all users of | Benjamin Kramer | 2009-11-12 | 1 | -3/+3 |
* | Stop running get_target_triple more than we need to. | Daniel Dunbar | 2009-11-07 | 1 | -3/+0 |
* | Make opt default to not adding a target data string and update tests that dep... | Kenneth Uildriks | 2009-11-03 | 1 | -5/+1 |
* | Line this up as well. | Nick Lewycky | 2009-11-01 | 1 | -1/+1 |
* | Fix whitespace. | Nick Lewycky | 2009-11-01 | 1 | -2/+2 |
* | Reverting 85714, 85715, 85716, which are breaking the build | Douglas Gregor | 2009-11-01 | 1 | -1/+0 |
* | Remove the #include of Pass.h from PassManager.h. This breaks a significant | Dan Gohman | 2009-11-01 | 1 | -0/+1 |
* | Fix to pass options from Gold plugin to LTO codegen | Viktor Kutuzov | 2009-10-28 | 1 | -20/+44 |
* | Revert the API changes from r85295 to make it easier for people to build | Jeffrey Yasskin | 2009-10-27 | 1 | -1/+1 |
* | Change the JIT to compile eagerly by default as agreed in | Jeffrey Yasskin | 2009-10-27 | 1 | -2/+1 |
* | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth | 2009-10-26 | 1 | -1/+1 |
* | Document OptionPreprocessor. | Mikhail Glushenkov | 2009-10-25 | 1 | -12/+62 |
* | Include config.h in order to have HAVE_STDINT_H be defined. | Duncan Sands | 2009-10-22 | 1 | -0/+1 |
* | llvm-ld doesn't throw. | Chris Lattner | 2009-10-22 | 3 | -174/+167 |
* | this doesn't use EH either. | Chris Lattner | 2009-10-22 | 3 | -38/+29 |
* | nothing opt uses can throw, remove the try block and -fexceptions when | Chris Lattner | 2009-10-22 | 3 | -163/+150 |
* | Add some command line options for twiddling the default data layout | Chris Lattner | 2009-10-22 | 1 | -2/+20 |
* | Added more options to mcc16 driver. | Sanjiv Gupta | 2009-10-21 | 3 | -38/+124 |
* | Clarify documentation on multi_val options. | Mikhail Glushenkov | 2009-10-21 | 1 | -2/+3 |
* | Delete the MacOSJITEventListener per echristo's request. It was disabled by | Jeffrey Yasskin | 2009-10-21 | 1 | -1/+0 |
* | First draft of the OptionPreprocessor. | Mikhail Glushenkov | 2009-10-17 | 1 | -0/+12 |
* | -O[0-3] options should be also forwarded to opt and llc. | Mikhail Glushenkov | 2009-10-17 | 1 | -1/+19 |
* | llvm-as: Simplify, and don't create empty output files with -disable-output. | Daniel Dunbar | 2009-10-17 | 1 | -31/+35 |
* | Add a CodeGenOpt::Less level to match -O1. It'll be used by clients which do ... | Evan Cheng | 2009-10-16 | 2 | -2/+2 |
* | MC: Remove unneeded context argument to MCExpr::Evaluate*. | Daniel Dunbar | 2009-10-16 | 1 | -1/+1 |
* | MC: Tweak variable assignment diagnostics, and make reassignment of non-absolute | Daniel Dunbar | 2009-10-16 | 1 | -7/+18 |