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 |
2009-08-26 |
Daniel Dunbar | llvm-mc/Mach-O: Unique sections properly, so we don... |
tree | commitdiff |
2009-08-26 |
Daniel Dunbar | llvm-mc/Mach-O: Don't put assembler temporary labels... |
tree | commitdiff |
2009-08-26 |
Daniel Dunbar | llvm-mc: Make MCValue take const MCSymbol*s. |
tree | commitdiff |
2009-08-26 |
Daniel Dunbar | llvm-mc: Make non-sensical max bytes to .align an error. |
tree | commitdiff |
2009-08-26 |
Andreas Neustifter | Changed std::cout to outs(), retaining formating. |
tree | commitdiff |
2009-08-25 |
Daniel Dunbar | EXIT STAGE LEFT: gccas, gccld |
tree | commitdiff |
2009-08-25 |
Dan Gohman | Delete some unnecessary flushes. |
tree | commitdiff |
2009-08-25 |
Dan Gohman | Make LLVM command-line tools overwrite their output... |
tree | commitdiff |
2009-08-24 |
Duncan Sands | Fix the build when using gcc-4.4 on linux. Header... |
tree | commitdiff |
2009-08-24 |
Chris Lattner | remove the last *stream> #include from a public header. |
tree | commitdiff |
2009-08-24 |
Dan Gohman | These flushes were only needed when the code was transi... |
tree | commitdiff |
2009-08-24 |
Chris Lattner | prune the #includes in raw_ostream.h by moving a |
tree | commitdiff |
2009-08-23 |
Chris Lattner | Prune #includes from llvm/Linker.h and llvm/System... |
tree | commitdiff |
2009-08-23 |
Chris Lattner | eliminate the ostream version of CheckBitcodeOutputToCo... |
tree | commitdiff |
2009-08-23 |
Chris Lattner | eliminate the std::ostream forms of the bitcode writing... |
tree | commitdiff |
2009-08-23 |
Chris Lattner | use raw_fd_ostream instead of fstream with graphwriter, |
tree | commitdiff |
2009-08-23 |
Chris Lattner | Change Pass::print to take a raw ostream instead of... |
tree | commitdiff |
2009-08-23 |
Chris Lattner | remove the std::ostream version of module and type... |
tree | commitdiff |
2009-08-23 |
Chris Lattner | eliminate the "Value" printing methods that print to... |
tree | commitdiff |
2009-08-23 |
Chris Lattner | simplify output file selection, fixing two FIXMEs about... |
tree | commitdiff |
2009-08-23 |
Chris Lattner | Change raw_fd_ostream to take flags as an optional... |
tree | commitdiff |
2009-08-22 |
Chris Lattner | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. |
tree | commitdiff |
2009-08-22 |
Daniel Dunbar | llvm-mc: Clean up some handling of symbol/section assoc... |
tree | commitdiff |
2009-08-21 |
Eric Christopher | Make unit-at-a-time on by default to match the behavior... |
tree | commitdiff |
next |