index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
llc
Age
Commit message (
Expand
)
Author
2009-07-06
Add the Object Code Emitter class. Original patch by Aaron Gray, I did some
Bruno Cardoso Lopes
2009-07-01
Hold the LLVMContext by reference rather than by pointer.
Owen Anderson
2009-07-01
Add a pointer to the owning LLVMContext to Module. This requires threading L...
Owen Anderson
2009-06-17
switch to using llvm/Target/TargetSelect.h
Chris Lattner
2009-06-16
Introduce new headers whose inclusion forces linking and
Douglas Gregor
2009-06-05
Add new function attribute - noimplicitfloat
Devang Patel
2009-06-04
Add new function attribute - noredzone.
Devang Patel
2009-05-04
Default llc / lli optimization to "Default", which corresponds to -O1 / -O2.
Evan Cheng
2009-04-30
Remove unused flags.
Bill Wendling
2009-04-29
Error out with bad optimization level specified.
Bill Wendling
2009-04-29
Remove LTO optimization level.
Bill Wendling
2009-04-29
Instead of passing in an unsigned value for the optimization level, use an enum,
Bill Wendling
2009-04-29
Second attempt:
Bill Wendling
2009-04-28
r70270 isn't ready yet. Back this out. Sorry for the noise.
Bill Wendling
2009-04-28
Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to
Bill Wendling
2009-03-25
CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...
Evan Cheng
2009-03-06
Change various llvm utilities to use PrettyStackTraceProgram in
Chris Lattner
2009-01-16
Registry.h should not depend on CommandLine.h.
Mikhail Glushenkov
2009-01-16
Delete trailing whitespace.
Mikhail Glushenkov
2008-12-31
Fix spacing to be uniform for parameters.
Misha Brukman
2008-11-13
Add Binary flag to raw_fd_ostream constructor.
Daniel Dunbar
2008-11-04
CMakeLists: removed asmprinter component from
Oscar Fuentes
2008-10-14
Fix command-line option printing to print two spaces where needed,
Dan Gohman
2008-09-22
Initial support for the CMake build system.
Oscar Fuentes
2008-08-21
Don't silently ignore errors when opening output streams.
Dan Gohman
2008-08-21
Use raw_ostream throughout the AsmPrinter.
Owen Anderson
2008-08-17
Link GC metadata printers by default to llc
Anton Korobeynikov
2008-04-23
First step of implementing PR1538: move llvm2cpp logic to new 'target'
Anton Korobeynikov
2008-04-16
Fix a memory leak in llc.
Dan Gohman
2007-12-29
remove attributions from tools.
Chris Lattner
2007-12-29
remove attributions from tools/utils makefiles.
Chris Lattner
2007-10-17
Switching TargetMachineRegistry to use the new generic Registry.
Gordon Henriksen
2007-10-08
Move the space in overview output for commands out of each of the
Dan Gohman
2007-07-05
Here is the bulk of the sanitizing.
Gabor Greif
2007-05-06
use the new MemoryBuffer interfaces to simplify error reporting in clients.
Chris Lattner
2007-05-06
switch tools to bitcode from bytecode
Chris Lattner
2007-05-06
use an auto_ptr to avoid an explicit delete
Chris Lattner
2007-05-06
add bitcode reading support. Remove EH cruft.
Chris Lattner
2007-03-26
For PR1277:
Reid Spencer
2007-02-08
The new version of how to add passes to emit files. We explicitly call a
Bill Wendling
2007-02-07
push bytecode decompressor out through APIs. Now the bytecode reader
Chris Lattner
2007-01-30
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2006-12-06
make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.
Chris Lattner
2006-09-04
Use LINK_COMPONENTS to specify *components* to link against instead of
Chris Lattner
2006-09-04
Completely rearchitect the interface between targets and the pass manager.
Chris Lattner
2006-09-04
rearrange targets to satisfy dependencies. Too bad we aren't using llvm-config.
Chris Lattner
2006-09-03
Remove use of target::getName()
Chris Lattner
2006-08-23
Make sure that both non-asm file types are marked as experimental
Nate Begeman
2006-08-23
Initial checkin of the Mach-O emitter. There's plenty of fixmes, but it
Nate Begeman
2006-08-03
Now that SparcV9 is gone, this logical can be simplified significantly.
Chris Lattner
[prev]
[next]