2010-01-26 |
Mikhail Glushenkov | Support -arch. |
tree | commitdiff |
2010-01-26 |
Mikhail Glushenkov | Support for -iquote. |
tree | commitdiff |
2010-01-24 |
Chris Lattner | make -fno-rtti the default unless a directory builds... |
tree | commitdiff |
2010-01-24 |
Chris Lattner | mark some libraries that currently require RTTI. |
tree | commitdiff |
2010-01-22 |
Chris Lattner | pass "-fasm-verbose" into createAsmStreamer. |
tree | commitdiff |
2010-01-22 |
Chris Lattner | Stop building RTTI information for *most* llvm librarie... |
tree | commitdiff |
2010-01-22 |
Chris Lattner | elimiante the dynamic_cast's from opt. |
tree | commitdiff |
2010-01-22 |
Chris Lattner | simplify code. |
tree | commitdiff |
2010-01-22 |
Chris Lattner | move some files out of the llvm-mc tool into the MCPars... |
tree | commitdiff |
2010-01-22 |
Chris Lattner | create a new MCParser library and move some stuff into it. |
tree | commitdiff |
2010-01-22 |
Chris Lattner | remove some confused code that used strtoull |
tree | commitdiff |
2010-01-21 |
Sean Callanan | Moved handling of inclusion from the AsmLexer to |
tree | commitdiff |
2010-01-20 |
Sean Callanan | Changed the AsmParser to handle error messages itself |
tree | commitdiff |
2010-01-20 |
Sean Callanan | Promoted the reference to the SourceMgr from AsmLexer |
tree | commitdiff |
2010-01-20 |
Sean Callanan | Modified MCAsmLexer to return error information upward |
tree | commitdiff |
2010-01-20 |
Chris Lattner | give createAsmStreamer an 'isLittleEndian' argument. |
tree | commitdiff |
2010-01-19 |
Sean Callanan | Promoted the getTok() method to MCAsmParser so that |
tree | commitdiff |
2010-01-19 |
Sean Callanan | Added a Lex function to the AsmParser, to allow handling |
tree | commitdiff |
2010-01-19 |
Chris Lattner | Generalize mcasmstreamer data emission APIs to take... |
tree | commitdiff |
2010-01-19 |
Chris Lattner | add a "MCStreamer::EmitFill" method, and move the defau... |
tree | commitdiff |
2010-01-19 |
Chris Lattner | fix parsing .comm directives on systems which do not... |
tree | commitdiff |
2010-01-18 |
Eli Friedman | Make opt -O3 act more like clang -O3 etc., by making... |
tree | commitdiff |
2010-01-18 |
Chris Lattner | make llvm-config more portable to windows versions... |
tree | commitdiff |
2010-01-17 |
Chris Lattner | now that mangler is in libtarget, it can use MCAsmInfo... |
tree | commitdiff |
2010-01-17 |
Dan Gohman | Don't create a (empty) output file, and don't warn... |
tree | commitdiff |
2010-01-16 |
Chris Lattner | move the mangler into libtarget from vmcore. |
tree | commitdiff |
2010-01-16 |
Chris Lattner | remove obsolete comment. |
tree | commitdiff |
2010-01-16 |
Chris Lattner | bugpoint doesn't need the mangler at all. Disambiguate... |
tree | commitdiff |
2010-01-16 |
Chris Lattner | remove calls to dead methods. |
tree | commitdiff |
2010-01-16 |
Chris Lattner | remove use of getMangledName. |
tree | commitdiff |
2010-01-16 |
Chris Lattner | switch liblto to use the new getNameWithPrefix() method... |
tree | commitdiff |
2010-01-15 |
Chris Lattner | fix a bug in range information for $42, eliminate an |
tree | commitdiff |
2010-01-15 |
Chris Lattner | extend MCAsmParser::ParseExpression and ParseParenExpre... |
tree | commitdiff |
2010-01-15 |
Nate Begeman | Hook up llc's -filetype=obj to use MCStreamer if an... |
tree | commitdiff |
2010-01-14 |
Chris Lattner | add virtual methods to get the start/end of a MCParsedA... |
tree | commitdiff |
2010-01-14 |
Chris Lattner | Split the TargetAsmParser "ParseInstruction" interface... |
tree | commitdiff |
2010-01-14 |
Chris Lattner | prune #includes in TargetAsmParser.h |
tree | commitdiff |
2010-01-11 |
Benjamin Kramer | Reimplement getToken and SplitString as "StringRef... |
tree | commitdiff |
2010-01-05 |
David Greene | Enable debug buffering. |
tree | commitdiff |
2010-01-05 |
David Greene | Enable debug buffering. |
tree | commitdiff |
2010-01-02 |
Mikhail Glushenkov | Forward -O0 to llvm-gcc. |
tree | commitdiff |
2010-01-02 |
Mikhail Glushenkov | Apparently, it is OK for -MT to be specified several... |
tree | commitdiff |
2010-01-01 |
Mikhail Glushenkov | Minor simplifactions. |
tree | commitdiff |
2010-01-01 |
Mikhail Glushenkov | Minor simplifications. |
tree | commitdiff |
2009-12-28 |
Bill Wendling | Mark some debug variables as 'unused' to quiet compiler... |
tree | commitdiff |
2009-12-23 |
Douglas Gregor | Fix another -Wmismatched-tags warning |
tree | commitdiff |
2009-12-23 |
Douglas Gregor | Fix struct/class mismatch for LTOModule and LTOCodeGene... |
tree | commitdiff |
2009-12-23 |
Mikhail Glushenkov | Make it easier to regenerate docs when srcdir != objdir. |
tree | commitdiff |
2009-12-23 |
Mikhail Glushenkov | Allow (set_option SwitchOption, true). |
tree | commitdiff |
2009-12-22 |
Chris Lattner | rename HexDisassembler -> Disassembler, it works on... |
tree | commitdiff |
2009-12-22 |
Chris Lattner | just discard the debug output from the disassembler. |
tree | commitdiff |
2009-12-22 |
Chris Lattner | specify what is invalid about it |
tree | commitdiff |
2009-12-22 |
Chris Lattner | reject invalid input with a caret, e.g.: |
tree | commitdiff |
2009-12-22 |
Chris Lattner | various cleanups, make the disassemble reject lines... |
tree | commitdiff |
2009-12-22 |
Chris Lattner | If you thought that it didn't make sense for the disass... |
tree | commitdiff |
2009-12-22 |
Chris Lattner | rewrite the file parser for the disassembler, implement... |
tree | commitdiff |
2009-12-22 |
Chris Lattner | don't crash on blank lines, rename some variables. |
tree | commitdiff |
2009-12-19 |
Sanjiv Gupta | Adding a bunch of options to the mcc16 driver. |
tree | commitdiff |
2009-12-17 |
Mikhail Glushenkov | Add a 'set_option' action for use in OptionPreprocessor. |
tree | commitdiff |
2009-12-17 |
Chandler Carruth | Update CMake build to include HexDisassembler.cpp. |
tree | commitdiff |
2009-12-17 |
Sean Callanan | Test harness for the LLVM disassembler. When invoked |
tree | commitdiff |
2009-12-15 |
Mikhail Glushenkov | Validate the generated C++ code in llvmc tests. |
tree | commitdiff |
2009-12-15 |
Mikhail Glushenkov | Small documentation update. |
tree | commitdiff |
2009-12-09 |
Chris Lattner | when opt crashes, print its command line arguments... |
tree | commitdiff |
2009-12-07 |
Mikhail Glushenkov | Documentation update. |
tree | commitdiff |
2009-12-07 |
Mikhail Glushenkov | Deprecate 'unpack_values'. |
tree | commitdiff |
2009-12-07 |
Mikhail Glushenkov | Pass '-msse' and friends to llc as '-mattr=+/-'. |
tree | commitdiff |
2009-12-04 |
Mikhail Glushenkov | Forward -m32/-m64 to the linker. |
tree | commitdiff |
2009-12-04 |
Mikhail Glushenkov | Support -march/-mtune/-mcpu. |
tree | commitdiff |
2009-12-01 |
Mikhail Glushenkov | Add relocation model options. |
tree | commitdiff |
2009-12-01 |
Mikhail Glushenkov | Typo. |
tree | commitdiff |
2009-12-01 |
Mikhail Glushenkov | Forward -save-temps to llvm-gcc. |
tree | commitdiff |
2009-12-01 |
Mikhail Glushenkov | Support -[weak_]framework and -F in llvmc. |
tree | commitdiff |
2009-11-30 |
Tobias Grosser | Remove ShortNames from getNodeLabel in DOTGraphTraits |
tree | commitdiff |
2009-11-30 |
Tobias Grosser | Instantiate DefaultDOTGraphTraits |
tree | commitdiff |
2009-11-25 |
Viktor Kutuzov | Rollback changes r89516: Added two SubtargetFeatures... |
tree | commitdiff |
2009-11-25 |
Daniel Dunbar | Add the rest of the build system logic for optional... |
tree | commitdiff |
2009-11-21 |
Viktor Kutuzov | Added two SubtargetFeatures::AddFeatures methods, which... |
tree | commitdiff |
2009-11-19 |
Mikhail Glushenkov | Make example/Hello compile again. |
tree | commitdiff |
2009-11-18 |
Viktor Kutuzov | Added getDefaultSubtargetFeatures method to SubtargetFe... |
tree | commitdiff |
2009-11-17 |
Viktor Kutuzov | Added getArchNameForAssembler method to the Triple... |
tree | commitdiff |
2009-11-17 |
Duncan Sands | Make bugpoint pass -load arguments to LLI. This lets... |
tree | commitdiff |
2009-11-12 |
Benjamin Kramer | Add compare_lower and equals_lower methods to StringRef... |
tree | commitdiff |
2009-11-07 |
Daniel Dunbar | Stop running get_target_triple more than we need to. |
tree | commitdiff |
2009-11-03 |
Kenneth Uildriks | Make opt default to not adding a target data string... |
tree | commitdiff |
2009-11-01 |
Nick Lewycky | Line this up as well. |
tree | commitdiff |
2009-11-01 |
Nick Lewycky | Fix whitespace. |
tree | commitdiff |
2009-11-01 |
Douglas Gregor | Reverting 85714, 85715, 85716, which are breaking the... |
tree | commitdiff |
2009-11-01 |
Dan Gohman | Remove the #include of Pass.h from PassManager.h. This... |
tree | commitdiff |
2009-10-28 |
Viktor Kutuzov | Fix to pass options from Gold plugin to LTO codegen |
tree | commitdiff |
2009-10-27 |
Jeffrey Yasskin | Revert the API changes from r85295 to make it easier... |
tree | commitdiff |
2009-10-27 |
Jeffrey Yasskin | Change the JIT to compile eagerly by default as agreed in |
tree | commitdiff |
2009-10-26 |
Chandler Carruth | Move DataTypes.h to include/llvm/System, update all... |
tree | commitdiff |
2009-10-25 |
Mikhail Glushenkov | Document OptionPreprocessor. |
tree | commitdiff |
2009-10-22 |
Duncan Sands | Include config.h in order to have HAVE_STDINT_H be... |
tree | commitdiff |
2009-10-22 |
Chris Lattner | llvm-ld doesn't throw. |
tree | commitdiff |
2009-10-22 |
Chris Lattner | this doesn't use EH either. |
tree | commitdiff |
2009-10-22 |
Chris Lattner | nothing opt uses can throw, remove the try block and... |
tree | commitdiff |
2009-10-22 |
Chris Lattner | Add some command line options for twiddling the default... |
tree | commitdiff |
2009-10-21 |
Sanjiv Gupta | Added more options to mcc16 driver. |
tree | commitdiff |
next |