projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
start wiring up support for asm parsing.
[oota-llvm.git]
/
tools
/
llc
/
2009-06-17
Chris Lattner
switch to using llvm/Target/TargetSelect.h
tree
|
commitdiff
2009-06-16
Douglas Gregor
Introduce new headers whose inclusion forces linking and
tree
|
commitdiff
2009-06-05
Devang Patel
Add new function attribute - noimplicitfloat
tree
|
commitdiff
2009-06-04
Devang Patel
Add new function attribute - noredzone.
tree
|
commitdiff
2009-05-04
Evan Cheng
Default llc / lli optimization to "Default", which...
tree
|
commitdiff
2009-04-30
Bill Wendling
Remove unused flags.
tree
|
commitdiff
2009-04-29
Bill Wendling
Error out with bad optimization level specified.
tree
|
commitdiff
2009-04-29
Bill Wendling
Remove LTO optimization level.
tree
|
commitdiff
2009-04-29
Bill Wendling
Instead of passing in an unsigned value for the optimiz...
tree
|
commitdiff
2009-04-29
Bill Wendling
Second attempt:
tree
|
commitdiff
2009-04-28
Bill Wendling
r70270 isn't ready yet. Back this out. Sorry for the...
tree
|
commitdiff
2009-04-28
Bill Wendling
Massive check in. This changes the "-fast" flag to...
tree
|
commitdiff
2009-03-25
Evan Cheng
CodeGen still defaults to non-verbose asm, but llc...
tree
|
commitdiff
2009-03-06
Chris Lattner
Change various llvm utilities to use PrettyStackTracePr...
tree
|
commitdiff
2009-01-16
Mikhail Glushenkov
Registry.h should not depend on CommandLine.h.
tree
|
commitdiff
2009-01-16
Mikhail Glushenkov
Delete trailing whitespace.
tree
|
commitdiff
2008-12-31
Misha Brukman
Fix spacing to be uniform for parameters.
tree
|
commitdiff
2008-11-13
Daniel Dunbar
Add Binary flag to raw_fd_ostream constructor.
tree
|
commitdiff
2008-11-04
Oscar Fuentes
CMakeLists: removed asmprinter component from
tree
|
commitdiff
2008-10-14
Dan Gohman
Fix command-line option printing to print two spaces...
tree
|
commitdiff
2008-09-22
Oscar Fuentes
Initial support for the CMake build system.
tree
|
commitdiff
2008-08-21
Dan Gohman
Don't silently ignore errors when opening output streams.
tree
|
commitdiff
2008-08-21
Owen Anderson
Use raw_ostream throughout the AsmPrinter.
tree
|
commitdiff
2008-08-17
Anton Korobeynikov
Link GC metadata printers by default to llc
tree
|
commitdiff
2008-04-23
Anton Korobeynikov
First step of implementing PR1538: move llvm2cpp logic...
tree
|
commitdiff
2008-04-16
Dan Gohman
Fix a memory leak in llc.
tree
|
commitdiff
2007-12-29
Chris Lattner
remove attributions from tools.
tree
|
commitdiff
2007-12-29
Chris Lattner
remove attributions from tools/utils makefiles.
tree
|
commitdiff
2007-10-17
Gordon Henriksen
Switching TargetMachineRegistry to use the new generic...
tree
|
commitdiff
2007-10-08
Dan Gohman
Move the space in overview output for commands out...
tree
|
commitdiff
2007-07-05
Gabor Greif
Here is the bulk of the sanitizing.
tree
|
commitdiff
2007-05-06
Chris Lattner
use the new MemoryBuffer interfaces to simplify error...
tree
|
commitdiff
2007-05-06
Chris Lattner
switch tools to bitcode from bytecode
tree
|
commitdiff
2007-05-06
Chris Lattner
use an auto_ptr to avoid an explicit delete
tree
|
commitdiff
2007-05-06
Chris Lattner
add bitcode reading support. Remove EH cruft.
tree
|
commitdiff
2007-03-26
Reid Spencer
For PR1277:
tree
|
commitdiff
2007-02-08
Bill Wendling
The new version of how to add passes to emit files...
tree
|
commitdiff
2007-02-07
Chris Lattner
push bytecode decompressor out through APIs. Now the...
tree
|
commitdiff
2007-01-30
Reid Spencer
For PR1136: Rename GlobalVariable::isExternal as isDecl...
tree
|
commitdiff
2006-12-06
Chris Lattner
make all llvm tools call llvm_shutdown when they exit...
tree
|
commitdiff
2006-09-04
Chris Lattner
Use LINK_COMPONENTS to specify *components* to link...
tree
|
commitdiff
2006-09-04
Chris Lattner
Completely rearchitect the interface between targets...
tree
|
commitdiff
2006-09-04
Chris Lattner
rearrange targets to satisfy dependencies. Too bad...
tree
|
commitdiff
2006-09-03
Chris Lattner
Remove use of target::getName()
tree
|
commitdiff
2006-08-23
Nate Begeman
Make sure that both non-asm file types are marked as...
tree
|
commitdiff
2006-08-23
Nate Begeman
Initial checkin of the Mach-O emitter. There's plenty...
tree
|
commitdiff
2006-08-03
Chris Lattner
Now that SparcV9 is gone, this logical can be simplifie...
tree
|
commitdiff
2006-08-01
Chris Lattner
Fix the build on case-sensitive filesystems :(
tree
|
commitdiff
2006-08-01
Jim Laskey
Introducing plugable register allocators and instructio...
tree
|
commitdiff
2006-07-21
Devang Patel
Fix MacOSX build failures. (pr841)
tree
|
commitdiff
2006-07-21
Chris Lattner
Build more debugger/selectiondag libraries as archives...
tree
|
commitdiff
2006-07-20
Andrew Lenharth
Fix linking on Alpha
tree
|
commitdiff
2006-07-07
Chris Lattner
Tools require EH for their top-level try blocks.
tree
|
commitdiff
2006-06-07
Reid Spencer
For PR780:
tree
|
commitdiff
2006-06-01
Reid Spencer
Oops, llc needs libTarget.a not Target.o
tree
|
commitdiff
2006-06-01
Reid Spencer
Use archive libraries instead of object files for VMCor...
tree
|
commitdiff
2006-05-14
Rafael Espindola
added a skeleton of the ARM backend
tree
|
commitdiff
2006-05-12
Owen Anderson
Refactor a bunch of includes so that TargetMachine...
tree
|
commitdiff
2006-05-04
Chris Lattner
Adjust to use proper TargetData copy ctor
tree
|
commitdiff
2006-05-03
Owen Anderson
Refactor TargetMachine, pushing handling of TargetData...
tree
|
commitdiff
2006-04-20
Chris Lattner
Never link in sparcv9
tree
|
commitdiff
2006-04-18
Chris Lattner
Add a warning.
tree
|
commitdiff
2006-03-23
Chris Lattner
remove always-null IntrinsicLowering argument.
tree
|
commitdiff
2006-02-16
Chris Lattner
remove support for the skeleton target
tree
|
commitdiff
2006-02-05
Chris Lattner
SparcV8 -> Sparc
tree
|
commitdiff
2006-01-23
Chris Lattner
Remove dead #include
tree
|
commitdiff
2006-01-23
Chris Lattner
It doesn't make sense to give llc a list of passes...
tree
|
commitdiff
2006-01-05
Chris Lattner
remove unused header
tree
|
commitdiff
2006-01-04
Jim Laskey
Applied some recommend changes from sabre. The dominat...
tree
|
commitdiff
2006-01-04
Jim Laskey
Adding MachineDebugInfo as a immutable pass.
tree
|
commitdiff
2005-12-30
Duraid Madina
don't need this anymore
tree
|
commitdiff
2005-12-30
Duraid Madina
delete file portably
tree
|
commitdiff
2005-12-28
Duraid Madina
behold my standards-compliant humps!
tree
|
commitdiff
2005-12-28
Duraid Madina
WAKEY WAKEY
tree
|
commitdiff
2005-12-16
Chris Lattner
rename option for consistency with -mcpu -mattr etc
tree
|
commitdiff
2005-12-16
Chris Lattner
provide an option to override the target triple in...
tree
|
commitdiff
2005-11-08
Chris Lattner
Add a new -fast option, which generates code quickly.
tree
|
commitdiff
2005-10-27
John Criswell
Move some constant folding code shared by Analysis...
tree
|
commitdiff
2005-10-26
John Criswell
1. Remove libraries no longer created from the list...
tree
|
commitdiff
2005-10-25
Chris Lattner
transforms before analyses
tree
|
commitdiff
2005-10-24
Chris Lattner
pull in the archive version of this lib to reduce exe...
tree
|
commitdiff
2005-10-23
Chris Lattner
Shrinkify to make --help output look better
tree
|
commitdiff
2005-10-23
Chris Lattner
shrinkify the option name a bit
tree
|
commitdiff
2005-10-22
Chris Lattner
document this as experimental
tree
|
commitdiff
2005-09-02
Jim Laskey
Add help support for -mcpu and -mattr.
tree
|
commitdiff
2005-09-01
Jim Laskey
1. Use SubtargetFeatures in llc/lli.
tree
|
commitdiff
2005-07-30
Jeff Cohen
Keep tabs and trailing spaces out.
tree
|
commitdiff
2005-07-28
Reid Spencer
Run the verifier pass after all the other passes rather...
tree
|
commitdiff
2005-07-28
Reid Spencer
Make the verifier pass run (in debug mode) in llc....
tree
|
commitdiff
2005-06-25
Chris Lattner
add a new -filetype argument to llc.
tree
|
commitdiff
2005-06-25
Chris Lattner
minor cleanups, use copy ctor instead of manually doing it.
tree
|
commitdiff
2005-06-25
Chris Lattner
refactor this interface
tree
|
commitdiff
2005-06-08
Andrew Lenharth
make SparcV8 and V9 seperately configurable
tree
|
commitdiff
2005-04-23
Reid Spencer
Make the CBackend actually get included in llc by using...
tree
|
commitdiff
2005-04-23
Chris Lattner
Always enable the C backend. This fixes a *vast* numbe...
tree
|
commitdiff
2005-04-22
Reid Spencer
Don't always build CBackend and Skeleton. Make use...
tree
|
commitdiff
2005-04-22
Reid Spencer
Implement the --enable-targets= feature of the configur...
tree
|
commitdiff
2005-04-22
Misha Brukman
Remove trailing whitespace
tree
|
commitdiff
2005-03-17
Chris Lattner
statically link ia64 into llc
tree
|
commitdiff
2005-02-15
Andrew Lenharth
add Alpha to llc
tree
|
commitdiff
next