| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid calling outs() and fouts() when the stream isn't really needed. | Dan Gohman | 2010-05-27 | 1 | -5/+7 |
* | Remove the "WantsWholeFile" concept, as it's no longer needed. CBE | Dan Gohman | 2010-05-11 | 1 | -67/+26 |
* | make -filetype=obj default to emitting its output to foo.obj | Chris Lattner | 2010-05-06 | 1 | -3/+8 |
* | Remove dead option. | Daniel Dunbar | 2010-04-29 | 1 | -3/+0 |
* | add .o file writing for inline asm in llc. Here's a silly | Chris Lattner | 2010-04-05 | 1 | -0/+1 |
* | Trim #includes. | Dan Gohman | 2010-03-24 | 1 | -3/+0 |
* | llc doesn't need LinkAllVMCore. | Dan Gohman | 2010-03-22 | 1 | -1/+0 |
* | Make llc opt into the addPassesToEmitFile verify pass. | Dan Gohman | 2010-03-01 | 1 | -2/+12 |
* | change addPassesToEmitFile to return true on failure instead of its input, | Chris Lattner | 2010-02-03 | 1 | -13/+5 |
* | Hook up -filetype=obj through the MachO streamer. Here's a demo: | Chris Lattner | 2010-02-02 | 1 | -0/+1 |
* | Remove a bunch of stuff around the edges of the ELF writer. | Chris Lattner | 2010-02-02 | 1 | -1/+0 |
* | eliminate FileModel::Model, just use CodeGenFileType. The client | Chris Lattner | 2010-02-02 | 1 | -9/+10 |
* | eliminate all forms of addPassesToEmitMachineCode except | Chris Lattner | 2010-02-02 | 1 | -9/+0 |
* | Kill the Mach-O writer, and temporarily make filetype=obj an error. | Nate Begeman | 2010-02-01 | 1 | -9/+1 |
* | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin | 2010-01-27 | 1 | -3/+1 |
* | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner | 2010-01-24 | 1 | -1/+0 |
* | Stop building RTTI information for *most* llvm libraries. Notable | Chris Lattner | 2010-01-22 | 1 | -0/+1 |
* | Hook up llc's -filetype=obj to use MCStreamer if an MCCodeEmitter is available. | Nate Begeman | 2010-01-15 | 1 | -2/+0 |
* | Enable debug buffering. | David Greene | 2010-01-05 | 1 | -0/+5 |
* | Add a CodeGenOpt::Less level to match -O1. It'll be used by clients which do ... | Evan Cheng | 2009-10-16 | 1 | -1/+1 |
* | Now that llc can read .ll files directly, teach it to recognize .ll as | Dan Gohman | 2009-09-16 | 1 | -1/+3 |
* | Tweak comment. | Daniel Dunbar | 2009-09-03 | 1 | -1/+1 |
* | Unbreak my CMake build. Say you'll link again. | Douglas Gregor | 2009-09-02 | 1 | -1/+1 |
* | Switch llc from ParseBitcodeFile to ParseIRFile. This lets llc | Dan Gohman | 2009-09-02 | 2 | -9/+5 |
* | Delete some unnecessary flushes. | Dan Gohman | 2009-08-25 | 1 | -2/+0 |
* | Make LLVM command-line tools overwrite their output files without -f. | Dan Gohman | 2009-08-25 | 1 | -7/+2 |
* | Change raw_fd_ostream to take flags as an optional bitmask | Chris Lattner | 2009-08-23 | 1 | -4/+9 |
* | No really, it's unused. | Daniel Dunbar | 2009-08-04 | 1 | -2/+1 |
* | Provide target data from the module if the target machine doesn't have any. | Daniel Dunbar | 2009-08-03 | 1 | -2/+13 |
* | Remove now unused arguments from TargetRegistry::lookupTarget. | Daniel Dunbar | 2009-08-03 | 1 | -4/+1 |
* | Pass target triple string in to TargetMachine constructor. | Daniel Dunbar | 2009-08-03 | 1 | -19/+33 |
* | Add TargetRegistry::lookupTarget. | Daniel Dunbar | 2009-07-26 | 1 | -1/+4 |
* | Switch llc and createJIT to use simpler command line parsing for -march. | Daniel Dunbar | 2009-07-16 | 1 | -8/+17 |
* | Make sure targets are initialized before we do anything, even command line | Daniel Dunbar | 2009-07-16 | 1 | -1/+3 |
* | To simplify the upcoming context-on-type change, switch all command line tool... | Owen Anderson | 2009-07-15 | 1 | -1/+1 |
* | Reapply TargetRegistry refactoring commits. | Daniel Dunbar | 2009-07-15 | 1 | -9/+14 |
* | Add a Force option to raw_fd_ostream to specify whether opening | Dan Gohman | 2009-07-15 | 1 | -26/+13 |
* | Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai... | Stuart Hastings | 2009-07-15 | 1 | -14/+9 |
* | Use errs() instead of std::cerr. | Dan Gohman | 2009-07-15 | 1 | -20/+20 |
* | Migrate llc and the JIT to using the TargetRegistry for lookups. | Daniel Dunbar | 2009-07-15 | 1 | -9/+14 |
* | Have asm printers use formatted_raw_ostream directly to avoid a | David Greene | 2009-07-14 | 1 | -11/+19 |
* | Add the Object Code Emitter class. Original patch by Aaron Gray, I did some | Bruno Cardoso Lopes | 2009-07-06 | 1 | -4/+5 |
* | Hold the LLVMContext by reference rather than by pointer. | Owen Anderson | 2009-07-01 | 1 | -1/+1 |
* | Add a pointer to the owning LLVMContext to Module. This requires threading L... | Owen Anderson | 2009-07-01 | 1 | -1/+3 |
* | switch to using llvm/Target/TargetSelect.h | Chris Lattner | 2009-06-17 | 1 | -2/+4 |
* | Introduce new headers whose inclusion forces linking and | Douglas Gregor | 2009-06-16 | 1 | -0/+2 |
* | Add new function attribute - noimplicitfloat | Devang Patel | 2009-06-05 | 1 | -0/+7 |
* | Add new function attribute - noredzone. | Devang Patel | 2009-06-04 | 1 | -1/+9 |
* | Default llc / lli optimization to "Default", which corresponds to -O1 / -O2. | Evan Cheng | 2009-05-04 | 1 | -4/+4 |
* | Remove unused flags. | Bill Wendling | 2009-04-30 | 1 | -4/+3 |