- fd0b028 Moved handling of inclusion from the AsmLexer to by Sean Callanan · 16 years ago
- bf2013e Changed the AsmParser to handle error messages itself by Sean Callanan · 16 years ago
- 10d33a4 Promoted the reference to the SourceMgr from AsmLexer by Sean Callanan · 16 years ago
- 79036e4 Modified MCAsmLexer to return error information upward by Sean Callanan · 16 years ago
- 1658202 give createAsmStreamer an 'isLittleEndian' argument. by Chris Lattner · 16 years ago
- 18b8323 Promoted the getTok() method to MCAsmParser so that by Sean Callanan · 16 years ago
- 79ed1a8 Added a Lex function to the AsmParser, to allow handling by Sean Callanan · 16 years ago
- aaec205 Generalize mcasmstreamer data emission APIs to take an address space by Chris Lattner · 16 years ago
- ddf6bdd add a "MCStreamer::EmitFill" method, and move the default implementation by Chris Lattner · 16 years ago
- 258281d fix parsing .comm directives on systems which do not represent alignments by Chris Lattner · 16 years ago
- 74733a7 Make opt -O3 act more like clang -O3 etc., by making the inlining thresholds by Eli Friedman · 16 years ago
- 59780b8 make llvm-config more portable to windows versions of perl, by Chris Lattner · 16 years ago
- c0dba72 now that mangler is in libtarget, it can use MCAsmInfo instead of clients by Chris Lattner · 16 years ago
- b56bf58 Don't create a (empty) output file, and don't warn about bitcode output by Dan Gohman · 16 years ago
- 45111d1 move the mangler into libtarget from vmcore. by Chris Lattner · 16 years ago
- 1ffb33d remove obsolete comment. by Chris Lattner · 16 years ago
- 8abfb8a bugpoint doesn't need the mangler at all. DisambiguateGlobalSymbols by Chris Lattner · 16 years ago
- 7c3418b remove calls to dead methods. by Chris Lattner · 16 years ago
- c545106 remove use of getMangledName. by Chris Lattner · 16 years ago
- 4693404 switch liblto to use the new getNameWithPrefix() method instead of getMangledName. by Chris Lattner · 16 years ago
- 54482b4 fix a bug in range information for $42, eliminate an by Chris Lattner · 16 years ago
- b4307b3 extend MCAsmParser::ParseExpression and ParseParenExpression by Chris Lattner · 16 years ago
- 3fe980b Hook up llc's -filetype=obj to use MCStreamer if an MCCodeEmitter is available. by Nate Begeman · 16 years ago
- 9d3c755 add virtual methods to get the start/end of a MCParsedAsmOperand, by Chris Lattner · 16 years ago
- 9898671 Split the TargetAsmParser "ParseInstruction" interface in half: by Chris Lattner · 16 years ago
- f007e85 prune #includes in TargetAsmParser.h by Chris Lattner · 16 years ago
- d4f1959 Reimplement getToken and SplitString as "StringRef helper functions" by Benjamin Kramer · 16 years ago
- 08fc0d3 Enable debug buffering. by David Greene · 16 years ago
- c58d01b Enable debug buffering. by David Greene · 16 years ago
- 364cf75 Forward -O0 to llvm-gcc. by Mikhail Glushenkov · 16 years ago
- bc56d86 Apparently, it is OK for -MT to be specified several times. by Mikhail Glushenkov · 16 years ago
- 99da5d7 Minor simplifactions. by Mikhail Glushenkov · 16 years ago
- 3a481e3 Minor simplifications. by Mikhail Glushenkov · 16 years ago
- 9bc0af8 Mark some debug variables as 'unused' to quiet compiler and analyzer. by Bill Wendling · 16 years ago
- 7aed446 Fix another -Wmismatched-tags warning by Douglas Gregor · 16 years ago
- 1f29105 Fix struct/class mismatch for LTOModule and LTOCodeGenerator, detected by Clang by Douglas Gregor · 16 years ago
- 9d2e2b2 Make it easier to regenerate docs when srcdir != objdir. by Mikhail Glushenkov · 16 years ago
- e0b6570 Allow (set_option SwitchOption, true). by Mikhail Glushenkov · 16 years ago
- a3dcfb1 rename HexDisassembler -> Disassembler, it works on any input by Chris Lattner · 16 years ago
- f444c06 just discard the debug output from the disassembler. by Chris Lattner · 16 years ago
- a1aa8bb specify what is invalid about it by Chris Lattner · 16 years ago
- 5a99615 reject invalid input with a caret, e.g.: by Chris Lattner · 16 years ago
- 665e947 various cleanups, make the disassemble reject lines with too much by Chris Lattner · 16 years ago
- c3de94f If you thought that it didn't make sense for the disassembler by Chris Lattner · 16 years ago
- 2adbef0 rewrite the file parser for the disassembler, implementing support for by Chris Lattner · 16 years ago
- 222af46 don't crash on blank lines, rename some variables. by Chris Lattner · 16 years ago
- 7ae1dde Adding a bunch of options to the mcc16 driver. by Sanjiv Gupta · 16 years ago
- 994dbe0 Add a 'set_option' action for use in OptionPreprocessor. by Mikhail Glushenkov · 16 years ago
- b5d3dab Update CMake build to include HexDisassembler.cpp. by Chandler Carruth · 16 years ago
- ba847da Test harness for the LLVM disassembler. When invoked by Sean Callanan · 16 years ago
- e4ac23a Validate the generated C++ code in llvmc tests. by Mikhail Glushenkov · 16 years ago
- 68d475a Small documentation update. by Mikhail Glushenkov · 16 years ago
- c0d91b7 when opt crashes, print its command line arguments as a pretty stack trace. by Chris Lattner · 16 years ago
- b59b0f8 Documentation update. by Mikhail Glushenkov · 16 years ago
- 5b9b3ba Deprecate 'unpack_values'. by Mikhail Glushenkov · 16 years ago
- 8461202 Pass '-msse' and friends to llc as '-mattr=+/-'. by Mikhail Glushenkov · 16 years ago
- fa8182e Forward -m32/-m64 to the linker. by Mikhail Glushenkov · 16 years ago
- 3ab4883 Support -march/-mtune/-mcpu. by Mikhail Glushenkov · 16 years ago
- 55cd767 Add relocation model options. by Mikhail Glushenkov · 16 years ago
- 4227c0f Typo. by Mikhail Glushenkov · 16 years ago
- 9795500 Forward -save-temps to llvm-gcc. by Mikhail Glushenkov · 16 years ago
- 1851860 Support -[weak_]framework and -F in llvmc. by Mikhail Glushenkov · 16 years ago
- 56f4ef3 Remove ShortNames from getNodeLabel in DOTGraphTraits by Tobias Grosser · 16 years ago
- a10d598 Instantiate DefaultDOTGraphTraits by Tobias Grosser · 16 years ago
- 308f663 Rollback changes r89516: Added two SubtargetFeatures::AddFeatures methods, which accept a comma-separated string or already parsed command line parameters as input, and some code re-factoring to use these new methods. by Viktor Kutuzov · 16 years ago
- f87ea4d Add the rest of the build system logic for optional target disassemblers by Daniel Dunbar · 16 years ago
- 054b52c Added two SubtargetFeatures::AddFeatures methods, which accept a comma-separated string or already parsed command line parameters as input, and some code re-factoring to use these new methods. by Viktor Kutuzov · 16 years ago
- e0ace0c Make example/Hello compile again. by Mikhail Glushenkov · 16 years ago
- e823db8 Added getDefaultSubtargetFeatures method to SubtargetFeatures class which returns a correct feature string for given triple. by Viktor Kutuzov · 16 years ago
- 51cdac0 Added getArchNameForAssembler method to the Triple class for which returns OS and Vendor independent target assembler arch. by Viktor Kutuzov · 16 years ago
- 3ea11cf Make bugpoint pass -load arguments to LLI. This lets one use bugpoint with by Duncan Sands · 16 years ago
- 05872ea Add compare_lower and equals_lower methods to StringRef. Switch all users of by Benjamin Kramer · 16 years ago
- e9b88e4 Stop running get_target_triple more than we need to. by Daniel Dunbar · 16 years ago
- b908f8a Make opt default to not adding a target data string and update tests that depend on target data to supply it within the test by Kenneth Uildriks · 16 years ago
- f4e748b Line this up as well. by Nick Lewycky · 16 years ago
- ed1f168 Fix whitespace. by Nick Lewycky · 16 years ago
- 076124e Reverting 85714, 85715, 85716, which are breaking the build by Douglas Gregor · 16 years ago
- b2fae75 Remove the #include of Pass.h from PassManager.h. This breaks a significant by Dan Gohman · 16 years ago
- 5c00b4a Fix to pass options from Gold plugin to LTO codegen by Viktor Kutuzov · 16 years ago
- 18fec73 Revert the API changes from r85295 to make it easier for people to build by Jeffrey Yasskin · 16 years ago
- dc85724 Change the JIT to compile eagerly by default as agreed in by Jeffrey Yasskin · 16 years ago
- 8b67f77 Move DataTypes.h to include/llvm/System, update all users. This breaks the last by Chandler Carruth · 16 years ago
- 3e4102e Document OptionPreprocessor. by Mikhail Glushenkov · 16 years ago
- 09b5d90 Include config.h in order to have HAVE_STDINT_H be defined. by Duncan Sands · 16 years ago
- 316e326 llvm-ld doesn't throw. by Chris Lattner · 16 years ago
- 42a8832 this doesn't use EH either. by Chris Lattner · 16 years ago
- 61db1a1 nothing opt uses can throw, remove the try block and -fexceptions when by Chris Lattner · 16 years ago
- d331cb3 Add some command line options for twiddling the default data layout by Chris Lattner · 16 years ago
- db1d9db Added more options to mcc16 driver. by Sanjiv Gupta · 16 years ago
- 4e61387 Clarify documentation on multi_val options. by Mikhail Glushenkov · 16 years ago
- 4cdc5bb Delete the MacOSJITEventListener per echristo's request. It was disabled by by Jeffrey Yasskin · 16 years ago
- 0a22fb6 First draft of the OptionPreprocessor. by Mikhail Glushenkov · 16 years ago
- 6b4967e -O[0-3] options should be also forwarded to opt and llc. by Mikhail Glushenkov · 16 years ago
- 79ec717 llvm-as: Simplify, and don't create empty output files with -disable-output. by Daniel Dunbar · 16 years ago
- bf57b52 Add a CodeGenOpt::Less level to match -O1. It'll be used by clients which do not want post-regalloc scheduling. by Evan Cheng · 16 years ago
- e00b011 MC: Remove unneeded context argument to MCExpr::Evaluate*. by Daniel Dunbar · 16 years ago
- 75773ff MC: Tweak variable assignment diagnostics, and make reassignment of non-absolute by Daniel Dunbar · 16 years ago
- fffff91 MC: When parsing a variable reference, substitute absolute variables immediately by Daniel Dunbar · 16 years ago
- 81b0b64 There seems to be no reason for opt's -S option to be hidden. Make it visible. by Duncan Sands · 16 years ago
- c469e9f Fix Makefile to build correctly on Darwin. Patch by Sandeep Patel! by Nick Lewycky · 16 years ago