aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llc
Commit message (Expand)AuthorAgeFilesLines
* Make llc opt into the addPassesToEmitFile verify pass.Dan Gohman2010-03-011-2/+12
* change addPassesToEmitFile to return true on failure instead of its input,Chris Lattner2010-02-031-13/+5
* Hook up -filetype=obj through the MachO streamer. Here's a demo:Chris Lattner2010-02-021-0/+1
* Remove a bunch of stuff around the edges of the ELF writer.Chris Lattner2010-02-021-1/+0
* eliminate FileModel::Model, just use CodeGenFileType. The clientChris Lattner2010-02-021-9/+10
* eliminate all forms of addPassesToEmitMachineCode exceptChris Lattner2010-02-021-9/+0
* Kill the Mach-O writer, and temporarily make filetype=obj an error.Nate Begeman2010-02-011-9/+1
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-271-3/+1
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-241-1/+0
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-221-0/+1
* Hook up llc's -filetype=obj to use MCStreamer if an MCCodeEmitter is available.Nate Begeman2010-01-151-2/+0
* Enable debug buffering.David Greene2010-01-051-0/+5
* Add a CodeGenOpt::Less level to match -O1. It'll be used by clients which do ...Evan Cheng2009-10-161-1/+1
* Now that llc can read .ll files directly, teach it to recognize .ll asDan Gohman2009-09-161-1/+3
* Tweak comment.Daniel Dunbar2009-09-031-1/+1
* Unbreak my CMake build. Say you'll link again.Douglas Gregor2009-09-021-1/+1
* Switch llc from ParseBitcodeFile to ParseIRFile. This lets llcDan Gohman2009-09-022-9/+5
* Delete some unnecessary flushes.Dan Gohman2009-08-251-2/+0
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-251-7/+2
* Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner2009-08-231-4/+9
* No really, it's unused.Daniel Dunbar2009-08-041-2/+1
* Provide target data from the module if the target machine doesn't have any.Daniel Dunbar2009-08-031-2/+13
* Remove now unused arguments from TargetRegistry::lookupTarget.Daniel Dunbar2009-08-031-4/+1
* Pass target triple string in to TargetMachine constructor.Daniel Dunbar2009-08-031-19/+33
* Add TargetRegistry::lookupTarget.Daniel Dunbar2009-07-261-1/+4
* Switch llc and createJIT to use simpler command line parsing for -march.Daniel Dunbar2009-07-161-8/+17
* Make sure targets are initialized before we do anything, even command lineDaniel Dunbar2009-07-161-1/+3
* To simplify the upcoming context-on-type change, switch all command line tool...Owen Anderson2009-07-151-1/+1
* Reapply TargetRegistry refactoring commits.Daniel Dunbar2009-07-151-9/+14
* Add a Force option to raw_fd_ostream to specify whether openingDan Gohman2009-07-151-26/+13
* Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings2009-07-151-14/+9
* Use errs() instead of std::cerr.Dan Gohman2009-07-151-20/+20
* Migrate llc and the JIT to using the TargetRegistry for lookups.Daniel Dunbar2009-07-151-9/+14
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-141-11/+19
* Add the Object Code Emitter class. Original patch by Aaron Gray, I did someBruno Cardoso Lopes2009-07-061-4/+5
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-1/+1
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-011-1/+3
* switch to using llvm/Target/TargetSelect.hChris Lattner2009-06-171-2/+4
* Introduce new headers whose inclusion forces linking andDouglas Gregor2009-06-161-0/+2
* Add new function attribute - noimplicitfloatDevang Patel2009-06-051-0/+7
* Add new function attribute - noredzone. Devang Patel2009-06-041-1/+9
* Default llc / lli optimization to "Default", which corresponds to -O1 / -O2.Evan Cheng2009-05-041-4/+4
* Remove unused flags.Bill Wendling2009-04-301-4/+3
* Error out with bad optimization level specified.Bill Wendling2009-04-291-1/+3
* Remove LTO optimization level.Bill Wendling2009-04-291-1/+0
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-291-6/+19
* Second attempt:Bill Wendling2009-04-291-5/+10
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-281-10/+5
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-281-5/+10
* CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng2009-03-251-0/+3