index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
llc
/
llc.cpp
Age
Commit message (
Expand
)
Author
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
Completely rearchitect the interface between targets and the pass manager.
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-01
Fix the build on case-sensitive filesystems :(
Chris Lattner
2006-08-01
Introducing plugable register allocators and instruction schedulers.
Jim Laskey
2006-06-07
For PR780:
Reid Spencer
2006-05-12
Refactor a bunch of includes so that TargetMachine.h doesn't have to include
Owen Anderson
2006-05-04
Adjust to use proper TargetData copy ctor
Chris Lattner
2006-05-03
Refactor TargetMachine, pushing handling of TargetData into the target-specif...
Owen Anderson
2006-04-18
Add a warning.
Chris Lattner
2006-03-23
remove always-null IntrinsicLowering argument.
Chris Lattner
2006-01-23
Remove dead #include
Chris Lattner
2006-01-23
It doesn't make sense to give llc a list of passes on the command line,
Chris Lattner
2006-01-05
remove unused header
Chris Lattner
2006-01-04
Applied some recommend changes from sabre. The dominate one beginning "let the
Jim Laskey
2006-01-04
Adding MachineDebugInfo as a immutable pass.
Jim Laskey
2005-12-30
don't need this anymore
Duraid Madina
2005-12-30
delete file portably
Duraid Madina
2005-12-28
behold my standards-compliant humps!
Duraid Madina
2005-12-28
WAKEY WAKEY
Duraid Madina
2005-12-16
rename option for consistency with -mcpu -mattr etc
Chris Lattner
2005-12-16
provide an option to override the target triple in a module from the command
Chris Lattner
2005-11-08
Add a new -fast option, which generates code quickly.
Chris Lattner
2005-10-23
Shrinkify to make --help output look better
Chris Lattner
2005-10-23
shrinkify the option name a bit
Chris Lattner
2005-10-22
document this as experimental
Chris Lattner
2005-09-02
Add help support for -mcpu and -mattr.
Jim Laskey
2005-09-01
1. Use SubtargetFeatures in llc/lli.
Jim Laskey
2005-07-30
Keep tabs and trailing spaces out.
Jeff Cohen
2005-07-28
Run the verifier pass after all the other passes rather than before them.
Reid Spencer
2005-07-28
Make the verifier pass run (in debug mode) in llc. This adds a sanity check
Reid Spencer
2005-06-25
add a new -filetype argument to llc.
Chris Lattner
2005-06-25
minor cleanups, use copy ctor instead of manually doing it.
Chris Lattner
2005-06-25
refactor this interface
Chris Lattner
2005-04-22
Remove trailing whitespace
Misha Brukman
2004-12-30
For PR351:
Reid Spencer
2004-11-14
Fix usage of changed function prototype
Reid Spencer
[next]