summaryrefslogtreecommitdiff
path: root/tools/llc
Commit message (Expand)AuthorAge
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-25
* Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner2009-08-23
* No really, it's unused.Daniel Dunbar2009-08-04
* Provide target data from the module if the target machine doesn't have any.Daniel Dunbar2009-08-03
* Remove now unused arguments from TargetRegistry::lookupTarget.Daniel Dunbar2009-08-03
* Pass target triple string in to TargetMachine constructor.Daniel Dunbar2009-08-03
* Add TargetRegistry::lookupTarget.Daniel Dunbar2009-07-26
* Switch llc and createJIT to use simpler command line parsing for -march.Daniel Dunbar2009-07-16
* Make sure targets are initialized before we do anything, even command lineDaniel Dunbar2009-07-16
* To simplify the upcoming context-on-type change, switch all command line tool...Owen Anderson2009-07-15
* Reapply TargetRegistry refactoring commits.Daniel Dunbar2009-07-15
* Add a Force option to raw_fd_ostream to specify whether openingDan Gohman2009-07-15
* Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings2009-07-15
* Use errs() instead of std::cerr.Dan Gohman2009-07-15
* Migrate llc and the JIT to using the TargetRegistry for lookups.Daniel Dunbar2009-07-15
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-14
* Add the Object Code Emitter class. Original patch by Aaron Gray, I did someBruno Cardoso Lopes2009-07-06
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-01
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-01
* switch to using llvm/Target/TargetSelect.hChris Lattner2009-06-17
* Introduce new headers whose inclusion forces linking andDouglas Gregor2009-06-16
* Add new function attribute - noimplicitfloatDevang Patel2009-06-05
* Add new function attribute - noredzone. Devang Patel2009-06-04
* Default llc / lli optimization to "Default", which corresponds to -O1 / -O2.Evan Cheng2009-05-04
* Remove unused flags.Bill Wendling2009-04-30
* Error out with bad optimization level specified.Bill Wendling2009-04-29
* Remove LTO optimization level.Bill Wendling2009-04-29
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-29
* Second attempt:Bill Wendling2009-04-29
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-28
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-28
* CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng2009-03-25
* Change various llvm utilities to use PrettyStackTraceProgram inChris Lattner2009-03-06
* Registry.h should not depend on CommandLine.h.Mikhail Glushenkov2009-01-16
* Delete trailing whitespace.Mikhail Glushenkov2009-01-16
* Fix spacing to be uniform for parameters.Misha Brukman2008-12-31
* Add Binary flag to raw_fd_ostream constructor.Daniel Dunbar2008-11-13
* CMakeLists: removed asmprinter component fromOscar Fuentes2008-11-04
* Fix command-line option printing to print two spaces where needed,Dan Gohman2008-10-14
* Initial support for the CMake build system.Oscar Fuentes2008-09-22
* Don't silently ignore errors when opening output streams.Dan Gohman2008-08-21
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-21
* Link GC metadata printers by default to llcAnton Korobeynikov2008-08-17
* First step of implementing PR1538: move llvm2cpp logic to new 'target'Anton Korobeynikov2008-04-23
* Fix a memory leak in llc.Dan Gohman2008-04-16
* remove attributions from tools.Chris Lattner2007-12-29
* remove attributions from tools/utils makefiles.Chris Lattner2007-12-29
* Switching TargetMachineRegistry to use the new generic Registry.Gordon Henriksen2007-10-17
* Move the space in overview output for commands out of each of theDan Gohman2007-10-08
* Here is the bulk of the sanitizing.Gabor Greif2007-07-05