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
/
lib
/
Target
/
MRegisterInfo.cpp
Age
Commit message (
Expand
)
Author
2006-04-10
Use existing information.
Jim Laskey
2006-04-07
Foundation for call frame information.
Jim Laskey
2006-03-28
Expose base register for DwarfWriter. Refactor code accordingly.
Jim Laskey
2006-02-01
Finegrainify namespacification
Chris Lattner
2005-09-30
Rename MRegisterDesc -> TargetRegisterDesc for consistency
Chris Lattner
2005-04-22
Convert tabs to spaces
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-10-27
Move destructor out of line to avoid vtable emission in every file that inclu...
Nate Begeman
2004-10-27
Fix the build by eliminating some more dead code. That'll learn me not to li...
Nate Begeman
2004-08-26
Add getAllocatableSet() function.
Alkis Evlogimenos
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-08-03
Make it easier to debug by exposing a temporary
Chris Lattner
2002-12-28
Capture more information in ctor
Chris Lattner
2002-12-17
New file
Chris Lattner