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 |
2009-10-21 |
Mikhail Glushenkov | Clarify documentation on multi_val options. |
tree | commitdiff |
2009-10-21 |
Jeffrey Yasskin | Delete the MacOSJITEventListener per echristo's request... |
tree | commitdiff |
2009-10-17 |
Mikhail Glushenkov | First draft of the OptionPreprocessor. |
tree | commitdiff |
2009-10-17 |
Mikhail Glushenkov | -O[0-3] options should be also forwarded to opt and... |
tree | commitdiff |
2009-10-17 |
Daniel Dunbar | llvm-as: Simplify, and don't create empty output files... |
tree | commitdiff |
2009-10-16 |
Evan Cheng | Add a CodeGenOpt::Less level to match -O1. It'll be... |
tree | commitdiff |
2009-10-16 |
Daniel Dunbar | MC: Remove unneeded context argument to MCExpr::Evaluate*. |
tree | commitdiff |
2009-10-16 |
Daniel Dunbar | MC: Tweak variable assignment diagnostics, and make... |
tree | commitdiff |
2009-10-16 |
Daniel Dunbar | MC: When parsing a variable reference, substitute absol... |
tree | commitdiff |
2009-10-14 |
Duncan Sands | There seems to be no reason for opt's -S option to... |
tree | commitdiff |
2009-10-11 |
Nick Lewycky | Fix Makefile to build correctly on Darwin. Patch by... |
tree | commitdiff |
2009-10-09 |
Mikhail Glushenkov | Slight rewording. |
tree | commitdiff |
2009-10-09 |
Mikhail Glushenkov | Use llvm-as only for compiling .ll -> .bc. |
tree | commitdiff |
2009-10-08 |
Mikhail Glushenkov | Unbreak the build. |
tree | commitdiff |
2009-10-08 |
Mikhail Glushenkov | Make the Base plugin understand -MF and -MT. |
tree | commitdiff |
2009-10-06 |
Duncan Sands | Introduce and use convenience methods for getting point... |
tree | commitdiff |
2009-10-05 |
Chris Lattner | remove llvm-db: it is completely broken and if anyone... |
tree | commitdiff |
2009-10-04 |
Oscar Fuentes | CMake: remove .so file extension from library names... |
tree | commitdiff |
2009-09-28 |
Mikhail Glushenkov | Add a way to query the number of input files. |
tree | commitdiff |
2009-09-28 |
Mikhail Glushenkov | Document the 'not' combinator. |
tree | commitdiff |
2009-09-27 |
Chris Lattner | add a new DirectiveMap stringmap, which allows more... |
tree | commitdiff |
2009-09-27 |
Chris Lattner | avoid copying MCAsmInfo by value, add an (extremely... |
tree | commitdiff |
2009-09-25 |
Daniel Dunbar | Make llvm-bcanalyzer percentages more readable. |
tree | commitdiff |
2009-09-25 |
Daniel Dunbar | Strip trailing whitespace. |
tree | commitdiff |
2009-09-25 |
Duncan Sands | Print INST_INBOUNDS_GEP rather than UnknownCode30. |
tree | commitdiff |
2009-09-23 |
Gabor Greif | pretty mechanical changes to match coding guidelines... |
tree | commitdiff |
2009-09-22 |
Daniel Dunbar | Fix llvm-config --src-root and --obj-root for CMake... |
tree | commitdiff |
2009-09-22 |
Daniel Dunbar | llvm-config: Remove unused variables. |
tree | commitdiff |
2009-09-20 |
Chris Lattner | Add an intel syntax MCInstPrinter implementation. ... |
tree | commitdiff |
2009-09-19 |
Nick Lewycky | Remove the default value for ConstantStruct::get's... |
tree | commitdiff |
2009-09-18 |
Devang Patel | Write and read metadata attachments. |
tree | commitdiff |
2009-09-16 |
Dan Gohman | Now that llc can read .ll files directly, teach it... |
tree | commitdiff |
2009-09-16 |
Kevin Enderby | Fixed some problems with the logic of parsing line... |
tree | commitdiff |
2009-09-16 |
Xerxes Ranby | Make cmake generated llvm-config output correct JIT... |
tree | commitdiff |
2009-09-16 |
Chris Lattner | use an accessor to simplify code. |
tree | commitdiff |
2009-09-15 |
Dan Gohman | Give llvm-link a -S option. |
tree | commitdiff |
2009-09-15 |
Dan Gohman | Don't bother using a PassManager just to print a Module. |
tree | commitdiff |
2009-09-14 |
Chris Lattner | Change MCAsmStreamer to take an MCInstPrinter instead... |
tree | commitdiff |
2009-09-12 |
Dan Gohman | Convert llvm-link to IRReader. |
tree | commitdiff |
2009-09-11 |
Douglas Gregor | De-bork CMake build. llvm-extract depends on asmparser |
tree | commitdiff |
2009-09-11 |
Dan Gohman | Fix llvm-extract's "writing bitcode to a terminal"... |
tree | commitdiff |
2009-09-10 |
Kevin Enderby | Added the ParseInstruction() hook for target specific... |
tree | commitdiff |
2009-09-10 |
Mikhail Glushenkov | Allow llvmc to take .bc files as input. |
tree | commitdiff |
2009-09-10 |
Nuno Lopes | fix leakage of Module |
tree | commitdiff |
2009-09-10 |
Daniel Dunbar | MC: Give target specific parsers access to the MCStreamer. |
tree | commitdiff |
2009-09-07 |
Daniel Dunbar | Add -output-prefix option to bugpoint (to change the... |
tree | commitdiff |
2009-09-06 |
Benjamin Kramer | Fix an integer truncation noticed by MSVC. |
tree | commitdiff |
2009-09-05 |
Daniel Dunbar | opt: Add -S option to print output as LLVM assembly. |
tree | commitdiff |
2009-09-04 |
Kevin Enderby | Added AsmToken enum constants to MCAsmLexer.h for ... |
tree | commitdiff |
2009-09-04 |
Kevin Enderby | Added the AsmToken::Hash enum constant to MCAsmLexer... |
tree | commitdiff |
2009-09-03 |
Kevin Enderby | Removed the non-target independent AsmToken::Register... |
tree | commitdiff |
2009-09-03 |
Dan Gohman | Make bugpoint use ParseIRFile instead of doing the... |
tree | commitdiff |
2009-09-03 |
Dan Gohman | Use IRReader.h in opt, to support reading of LLVM Assem... |
tree | commitdiff |
2009-09-03 |
Chris Lattner | TAI -> MAI |
tree | commitdiff |
2009-09-03 |
Daniel Dunbar | Tweak comment. |
tree | commitdiff |
2009-09-02 |
Douglas Gregor | Unbreak my CMake build. Say you'll link again. |
tree | commitdiff |
2009-09-02 |
Dan Gohman | Switch llc from ParseBitcodeFile to ParseIRFile. This... |
tree | commitdiff |
2009-08-31 |
Daniel Dunbar | llvm-mc: Pass values to MCStreamer as MCExprs, not... |
tree | commitdiff |
2009-08-31 |
Daniel Dunbar | llvm-mc: Simplify EmitAssignment ('.set' is identical... |
tree | commitdiff |
2009-08-31 |
Daniel Dunbar | llvm-mc: Remove MCAsmParser::Parse[Paren]RelocatableExp... |
tree | commitdiff |
2009-08-31 |
Daniel Dunbar | llvm-mc: Add MCAsmParser::Parse[Paren]Expression forms... |
tree | commitdiff |
2009-08-31 |
Daniel Dunbar | llvm-mc: Add MCAsmParser::getContext. |
tree | commitdiff |
2009-08-31 |
Daniel Dunbar | llvm-mc: Switch MCExpr construction to using static... |
tree | commitdiff |
2009-08-31 |
Daniel Dunbar | llvm-mc: Move AsmExpr into MC lib (as MCExpr). |
tree | commitdiff |
2009-08-31 |
Chris Lattner | only print the override triple if it exists! |
tree | commitdiff |
2009-08-31 |
Chris Lattner | Fix some nasty callgraph dangling pointer problems in |
tree | commitdiff |
2009-08-30 |
Daniel Dunbar | llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol... |
tree | commitdiff |
2009-08-28 |
Andreas Neustifter | Since all std::cout is gone, also remove iostream include. |
tree | commitdiff |
2009-08-28 |
Daniel Dunbar | llvm-mc: Emit .lcomm as .zerofill. |
tree | commitdiff |
2009-08-28 |
Daniel Dunbar | llvm-mc: Unique zero fill sections. |
tree | commitdiff |
2009-08-27 |
Daniel Dunbar | Revert r80305, I forgot a dependent change. |
tree | commitdiff |
2009-08-27 |
Daniel Dunbar | llvm-mc: Unique sections in .zerofill. |
tree | commitdiff |
2009-08-27 |
Benjamin Kramer | Inverse logic to increase portability. |
tree | commitdiff |
2009-08-27 |
Sanjiv Gupta | To make mcc16 run correctly on mac. |
tree | commitdiff |
2009-08-27 |
Daniel Dunbar | llvm-mc/Mach-O: Add MCCodeEmitter support, for encoding... |
tree | commitdiff |
2009-08-27 |
Daniel Dunbar | llvm-mc: Only show instruction encodings with --show... |
tree | commitdiff |
2009-08-27 |
Daniel Dunbar | llvm-mc: Tweak MCCodeEmitter skeleton. |
tree | commitdiff |
2009-08-27 |
Daniel Dunbar | Sketch TargetRegistry support for MCCodeEmitter abstrac... |
tree | commitdiff |
next |