aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change various llvm utilities to use PrettyStackTraceProgram inChris Lattner2009-03-061-2/+4
* Registry.h should not depend on CommandLine.h.Mikhail Glushenkov2009-01-161-2/+3
* Delete trailing whitespace.Mikhail Glushenkov2009-01-161-21/+21
* Fix spacing to be uniform for parameters.Misha Brukman2008-12-311-2/+2
* Add Binary flag to raw_fd_ostream constructor.Daniel Dunbar2008-11-131-2/+5
* CMakeLists: removed asmprinter component fromOscar Fuentes2008-11-041-1/+1
* Fix command-line option printing to print two spaces where needed,Dan Gohman2008-10-141-3/+3
* Initial support for the CMake build system.Oscar Fuentes2008-09-221-0/+5
* Don't silently ignore errors when opening output streams.Dan Gohman2008-08-211-2/+9
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-211-12/+15
* Link GC metadata printers by default to llcAnton Korobeynikov2008-08-171-0/+1
* First step of implementing PR1538: move llvm2cpp logic to new 'target'Anton Korobeynikov2008-04-231-3/+8
* Fix a memory leak in llc.Dan Gohman2008-04-161-1/+2
* remove attributions from tools.Chris Lattner2007-12-291-2/+2
* remove attributions from tools/utils makefiles.Chris Lattner2007-12-291-2/+2
* Switching TargetMachineRegistry to use the new generic Registry.Gordon Henriksen2007-10-171-1/+2
* Move the space in overview output for commands out of each of theDan Gohman2007-10-081-1/+1
* Here is the bulk of the sanitizing.Gabor Greif2007-07-051-3/+3
* use the new MemoryBuffer interfaces to simplify error reporting in clients.Chris Lattner2007-05-061-5/+1
* switch tools to bitcode from bytecodeChris Lattner2007-05-062-17/+9
* use an auto_ptr to avoid an explicit deleteChris Lattner2007-05-061-7/+5
* add bitcode reading support. Remove EH cruft.Chris Lattner2007-05-062-122/+131
* For PR1277:Reid Spencer2007-03-261-1/+4
* The new version of how to add passes to emit files. We explicitly call aBill Wendling2007-02-081-1/+25
* push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner2007-02-071-1/+3
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-301-1/+1
* make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner2006-12-061-0/+2
* Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner2006-09-041-16/+2
* Completely rearchitect the interface between targets and the pass manager.Chris Lattner2006-09-041-79/+110
* rearrange targets to satisfy dependencies. Too bad we aren't using llvm-config.Chris Lattner2006-09-041-1/+1
* Remove use of target::getName()Chris Lattner2006-09-031-2/+2
* Make sure that both non-asm file types are marked as experimentalNate Begeman2006-08-231-1/+2
* Initial checkin of the Mach-O emitter. There's plenty of fixmes, but itNate Begeman2006-08-231-3/+0
* Now that SparcV9 is gone, this logical can be simplified significantly.Chris Lattner2006-08-031-39/+1