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
/
include
/
llvm
/
Target
/
TargetMachineRegistry.h
Age
Commit message (
Expand
)
Author
2009-07-25
Add new helpers for registering targets.
Daniel Dunbar
2009-07-16
Kill off last uses of TargetMachineRegistry class.
Daniel Dunbar
2009-07-15
Reapply TargetRegistry refactoring commits.
Daniel Dunbar
2009-07-15
Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...
Stuart Hastings
2009-07-15
Provide TargetMachine implementations with reference to Target they were created
Daniel Dunbar
2009-07-15
Kill off unused TargetMachineRegistry methods and ivars.
Daniel Dunbar
2009-07-15
Include the Target& in the TargetMachineRegisterEntry.
Daniel Dunbar
2009-07-15
Register Target's TargetMachine and AsmPrinter in the new registry.
Daniel Dunbar
2009-01-16
Registry.h should not depend on CommandLine.h.
Mikhail Glushenkov
2009-01-16
Delete trailing whitespace.
Mikhail Glushenkov
2008-05-30
Revert 51775.
Evan Cheng
2008-05-30
Patches for building llvm on Solaris x86. Contributed by Nathan Keynes.
Evan Cheng
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-10-18
Missing 'public' keyword.
Gordon Henriksen
2007-10-17
Switching TargetMachineRegistry to use the new generic Registry.
Gordon Henriksen
2007-07-30
Fix the comment for getClosestTargetForJIT to reflect the fact that
Dan Gohman
2006-05-15
Improve comments, patch provided by Vladimir Prus!
Chris Lattner
2006-03-23
Eliminate IntrinsicLowering from TargetMachine.
Chris Lattner
2006-03-23
remove always-null IntrinsicLowering argument.
Chris Lattner
2005-09-01
1. Use SubtargetFeatures in llc/lli.
Jim Laskey
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-09-01
Changes For Bug 352
Reid Spencer
2004-07-11
Add a new listener class for things that want to be informed about new
Chris Lattner
2004-07-11
Add a new TargetNameParser class, which is useful for parsing options.
Chris Lattner
2004-07-11
First cut at TargetMachineRegistry and RegisterTarget classes
Chris Lattner