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
/
CodeGen
/
MachineBasicBlock.h
Age
Commit message (
Expand
)
Author
2004-02-12
Change MachineBasicBlock's vector of MachineInstr pointers into an
Alkis Evlogimenos
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-07-26
Code generation phases are not allowed to modify the LLVM representation.
Chris Lattner
2002-12-13
Get rid of deprecated function
Chris Lattner
2002-10-28
Change MachineBasicBlock's to not be Annotations, instead they are kept as
Chris Lattner
2002-10-28
Add BasicBlock list to MchineFunction that will eventually be the only
Chris Lattner
2002-10-28
Remvoe dead fixme and typedef
Chris Lattner
2002-10-28
MachineBasicBlock doesn't need basicblock.h, it needs Annotation.h
Chris Lattner
2002-10-28
Inline some methods from .cpp files into .h files, minor cleanups
Chris Lattner
2002-10-28
Changed `MachineCodeForMethod' to `MachineFunction'.
Misha Brukman
2002-10-27
Prune #includes
Chris Lattner
2002-09-20
Add erase() method for a single element.
Vikram S. Adve
2002-07-08
Interface to class MachineCodeForBasicBlock.
Vikram S. Adve