2010-09-01 |
Dan Gohman | Make tool_output_file's raw_ostream instance a member... |
tree | commitdiff |
2010-08-30 |
Dan Gohman | Fix llc to run the verifier once, not twice. |
tree | commitdiff |
2010-08-28 |
Duncan Sands | Straighten out any triple strings passed on the command... |
tree | commitdiff |
2010-08-20 |
Dan Gohman | Use the new tool_output_file in several tools. This... |
tree | commitdiff |
2010-08-18 |
Dan Gohman | Eliminate some redundancy by relying on raw_fd_ostream... |
tree | commitdiff |
2010-08-18 |
Dan Gohman | Don't translate "-" to outs() manually; raw_ostream... |
tree | commitdiff |
2010-08-08 |
Michael J. Spencer | llc: Fix help typo as pointed out by Nick Lewycky. |
tree | commitdiff |
2010-08-06 |
Michael J. Spencer | llc: Clarify -mc-relax-all description. |
tree | commitdiff |
2010-07-31 |
Michael J. Spencer | llc: Add -mc-relax-all. |
tree | commitdiff |
2010-05-27 |
Dan Gohman | Avoid calling outs() and fouts() when the stream isn... |
tree | commitdiff |
2010-05-11 |
Dan Gohman | Remove the "WantsWholeFile" concept, as it's no longer... |
tree | commitdiff |
2010-05-06 |
Chris Lattner | make -filetype=obj default to emitting its output to... |
tree | commitdiff |
2010-04-29 |
Daniel Dunbar | Remove dead option. |
tree | commitdiff |
2010-04-05 |
Chris Lattner | add .o file writing for inline asm in llc. Here's... |
tree | commitdiff |
2010-03-24 |
Dan Gohman | Trim #includes. |
tree | commitdiff |
2010-03-22 |
Dan Gohman | llc doesn't need LinkAllVMCore. |
tree | commitdiff |
2010-03-01 |
Dan Gohman | Make llc opt into the addPassesToEmitFile verify pass. |
tree | commitdiff |
2010-02-03 |
Chris Lattner | change addPassesToEmitFile to return true on failure... |
tree | commitdiff |
2010-02-02 |
Chris Lattner | Hook up -filetype=obj through the MachO streamer. ... |
tree | commitdiff |
2010-02-02 |
Chris Lattner | Remove a bunch of stuff around the edges of the ELF... |
tree | commitdiff |
2010-02-02 |
Chris Lattner | eliminate FileModel::Model, just use CodeGenFileType... |
tree | commitdiff |
2010-02-02 |
Chris Lattner | eliminate all forms of addPassesToEmitMachineCode except |
tree | commitdiff |
2010-02-01 |
Nate Begeman | Kill the Mach-O writer, and temporarily make filetype... |
tree | commitdiff |
2010-01-27 |
Jeffrey Yasskin | Kill ModuleProvider and ghost linkage by inverting... |
tree | commitdiff |
2010-01-24 |
Chris Lattner | make -fno-rtti the default unless a directory builds... |
tree | commitdiff |
2010-01-22 |
Chris Lattner | Stop building RTTI information for *most* llvm librarie... |
tree | commitdiff |
2010-01-15 |
Nate Begeman | Hook up llc's -filetype=obj to use MCStreamer if an... |
tree | commitdiff |
2010-01-05 |
David Greene | Enable debug buffering. |
tree | commitdiff |
2009-10-16 |
Evan Cheng | Add a CodeGenOpt::Less level to match -O1. It'll be... |
tree | commitdiff |
2009-09-16 |
Dan Gohman | Now that llc can read .ll files directly, teach it... |
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-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-23 |
Chris Lattner | Change raw_fd_ostream to take flags as an optional... |
tree | commitdiff |
2009-08-04 |
Daniel Dunbar | No really, it's unused. |
tree | commitdiff |
2009-08-03 |
Daniel Dunbar | Provide target data from the module if the target machi... |
tree | commitdiff |
2009-08-03 |
Daniel Dunbar | Remove now unused arguments from TargetRegistry::lookup... |
tree | commitdiff |
2009-08-03 |
Daniel Dunbar | Pass target triple string in to TargetMachine constructor. |
tree | commitdiff |
2009-07-26 |
Daniel Dunbar | Add TargetRegistry::lookupTarget. |
tree | commitdiff |
2009-07-16 |
Daniel Dunbar | Switch llc and createJIT to use simpler command line... |
tree | commitdiff |
2009-07-16 |
Daniel Dunbar | Make sure targets are initialized before we do anything... |
tree | commitdiff |
2009-07-15 |
Owen Anderson | To simplify the upcoming context-on-type change, switch... |
tree | commitdiff |
2009-07-15 |
Daniel Dunbar | Reapply TargetRegistry refactoring commits. |
tree | commitdiff |
2009-07-15 |
Dan Gohman | Add a Force option to raw_fd_ostream to specify whether... |
tree | commitdiff |
2009-07-15 |
Stuart Hastings | Revert 75762, 75763, 75766..75769, 75772..75775, 75778... |
tree | commitdiff |
2009-07-15 |
Dan Gohman | Use errs() instead of std::cerr. |
tree | commitdiff |
2009-07-15 |
Daniel Dunbar | Migrate llc and the JIT to using the TargetRegistry... |
tree | commitdiff |
2009-07-14 |
David Greene | Have asm printers use formatted_raw_ostream directly... |
tree | commitdiff |
2009-07-06 |
Bruno Cardoso Lopes | Add the Object Code Emitter class. Original patch by... |
tree | commitdiff |
2009-07-01 |
Owen Anderson | Hold the LLVMContext by reference rather than by pointer. |
tree | commitdiff |
2009-07-01 |
Owen Anderson | Add a pointer to the owning LLVMContext to Module.... |
tree | commitdiff |
2009-06-17 |
Chris Lattner | switch to using llvm/Target/TargetSelect.h |
tree | commitdiff |
2009-06-16 |
Douglas Gregor | Introduce new headers whose inclusion forces linking and |
tree | commitdiff |
2009-06-05 |
Devang Patel | Add new function attribute - noimplicitfloat |
tree | commitdiff |
2009-06-04 |
Devang Patel | Add new function attribute - noredzone. |
tree | commitdiff |
2009-05-04 |
Evan Cheng | Default llc / lli optimization to "Default", which... |
tree | commitdiff |
2009-04-30 |
Bill Wendling | Remove unused flags. |
tree | commitdiff |
2009-04-29 |
Bill Wendling | Error out with bad optimization level specified. |
tree | commitdiff |
2009-04-29 |
Bill Wendling | Remove LTO optimization level. |
tree | commitdiff |
2009-04-29 |
Bill Wendling | Instead of passing in an unsigned value for the optimiz... |
tree | commitdiff |
2009-04-29 |
Bill Wendling | Second attempt: |
tree | commitdiff |
2009-04-28 |
Bill Wendling | r70270 isn't ready yet. Back this out. Sorry for the... |
tree | commitdiff |
2009-04-28 |
Bill Wendling | Massive check in. This changes the "-fast" flag to... |
tree | commitdiff |
2009-03-25 |
Evan Cheng | CodeGen still defaults to non-verbose asm, but llc... |
tree | commitdiff |
2009-03-06 |
Chris Lattner | Change various llvm utilities to use PrettyStackTracePr... |
tree | commitdiff |
2009-01-16 |
Mikhail Glushenkov | Registry.h should not depend on CommandLine.h. |
tree | commitdiff |
2009-01-16 |
Mikhail Glushenkov | Delete trailing whitespace. |
tree | commitdiff |
2008-12-31 |
Misha Brukman | Fix spacing to be uniform for parameters. |
tree | commitdiff |
2008-11-13 |
Daniel Dunbar | Add Binary flag to raw_fd_ostream constructor. |
tree | commitdiff |
2008-11-04 |
Oscar Fuentes | CMakeLists: removed asmprinter component from |
tree | commitdiff |
2008-10-14 |
Dan Gohman | Fix command-line option printing to print two spaces... |
tree | commitdiff |
2008-09-22 |
Oscar Fuentes | Initial support for the CMake build system. |
tree | commitdiff |
2008-08-21 |
Dan Gohman | Don't silently ignore errors when opening output streams. |
tree | commitdiff |
2008-08-21 |
Owen Anderson | Use raw_ostream throughout the AsmPrinter. |
tree | commitdiff |
2008-08-17 |
Anton Korobeynikov | Link GC metadata printers by default to llc |
tree | commitdiff |
2008-04-23 |
Anton Korobeynikov | First step of implementing PR1538: move llvm2cpp logic... |
tree | commitdiff |
2008-04-16 |
Dan Gohman | Fix a memory leak in llc. |
tree | commitdiff |
2007-12-29 |
Chris Lattner | remove attributions from tools. |
tree | commitdiff |
2007-12-29 |
Chris Lattner | remove attributions from tools/utils makefiles. |
tree | commitdiff |
2007-10-17 |
Gordon Henriksen | Switching TargetMachineRegistry to use the new generic... |
tree | commitdiff |
2007-10-08 |
Dan Gohman | Move the space in overview output for commands out... |
tree | commitdiff |
2007-07-05 |
Gabor Greif | Here is the bulk of the sanitizing. |
tree | commitdiff |
2007-05-06 |
Chris Lattner | use the new MemoryBuffer interfaces to simplify error... |
tree | commitdiff |
2007-05-06 |
Chris Lattner | switch tools to bitcode from bytecode |
tree | commitdiff |
2007-05-06 |
Chris Lattner | use an auto_ptr to avoid an explicit delete |
tree | commitdiff |
2007-05-06 |
Chris Lattner | add bitcode reading support. Remove EH cruft. |
tree | commitdiff |
2007-03-26 |
Reid Spencer | For PR1277: |
tree | commitdiff |
2007-02-08 |
Bill Wendling | The new version of how to add passes to emit files... |
tree | commitdiff |
2007-02-07 |
Chris Lattner | push bytecode decompressor out through APIs. Now the... |
tree | commitdiff |
2007-01-30 |
Reid Spencer | For PR1136: Rename GlobalVariable::isExternal as isDecl... |
tree | commitdiff |
2006-12-06 |
Chris Lattner | make all llvm tools call llvm_shutdown when they exit... |
tree | commitdiff |
2006-09-04 |
Chris Lattner | Use LINK_COMPONENTS to specify *components* to link... |
tree | commitdiff |
2006-09-04 |
Chris Lattner | Completely rearchitect the interface between targets... |
tree | commitdiff |
2006-09-04 |
Chris Lattner | rearrange targets to satisfy dependencies. Too bad... |
tree | commitdiff |
2006-09-03 |
Chris Lattner | Remove use of target::getName() |
tree | commitdiff |
2006-08-23 |
Nate Begeman | Make sure that both non-asm file types are marked as... |
tree | commitdiff |
2006-08-23 |
Nate Begeman | Initial checkin of the Mach-O emitter. There's plenty... |
tree | commitdiff |
2006-08-03 |
Chris Lattner | Now that SparcV9 is gone, this logical can be simplifie... |
tree | commitdiff |
next |