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
/
CodeGen
Age
Commit message (
Expand
)
Author
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-19
Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...
Chris Lattner
2003-10-15
#include vector which we will need here soon
Chris Lattner
2003-10-15
Decrease usage of use_size()
Chris Lattner
2003-10-13
Regularize header file comments
Chris Lattner
2003-10-10
* Doxygenified comments
Misha Brukman
2003-10-08
Change MRegisterDesc::AliasSet, TargetInstrDescriptor::ImplicitDefs
Alkis Evlogimenos
2003-10-02
Moved enum and command-line option in separate file. Also added function that...
Alkis Evlogimenos
2003-09-30
include passes.h which defines the interface this file exposes
Chris Lattner
2003-09-24
Update head-of-file comment.
Brian Gaeke
2003-09-24
Untabify tabs in stuff I've recently added.
Brian Gaeke
2003-09-24
Use getRegClassID() instead of getRegClass()->getID(), since it's there.
Brian Gaeke
2003-09-24
Remove some unused methods of class IGNode.
Brian Gaeke
2003-09-23
Move getAnalysisUsage method from header to .cpp file. Add a normal file
Chris Lattner
2003-09-21
Use C++ math header instead of C version.
Brian Gaeke
2003-09-21
Erase now-unused prototypes.
Brian Gaeke
2003-09-21
Rearrange #includes ... since there are fewer now I guess it's a win.
Brian Gaeke
2003-09-21
Standardize the names of include guards.
Brian Gaeke
2003-09-21
Standardize the names of include guards.
Brian Gaeke
2003-09-21
Standardize the names of include guards.
Brian Gaeke
2003-09-21
I tried to standardize the formatting and tidy up the huge amount of
Brian Gaeke
2003-09-21
Convert PhyRegAlloc into a proper pass.
Brian Gaeke
2003-09-17
Fixed spelling.
Misha Brukman
2003-09-16
Fix typo in comment. Take out some random whitespace.
Brian Gaeke
2003-09-16
Edit comment for accuracy
Brian Gaeke
2003-09-16
Add flag to control whether or not delay slots are filled during
Vikram S. Adve
2003-09-15
Fix typos in comments.
Brian Gaeke
2003-09-11
Fixed spelling and grammar.
Misha Brukman
2003-09-01
Don't build dead directories
Chris Lattner
2003-09-01
Remove dead library makefile
Chris Lattner
2003-09-01
Remove makefile for dead library
Chris Lattner
2003-09-01
LiveRange.h is now in lib/CodeGen/RegAlloc
Chris Lattner
2003-09-01
LiveRangeInfo got moved into the lib/CodeGen/RegAlloc directory
Chris Lattner
2003-09-01
PhyRegAlloc.h got moved to lib/CodeGen/RegAlloc
Chris Lattner
2003-09-01
Move IGNode from public include directory to here. Minor cleanups like addin...
Chris Lattner
2003-08-28
Fixed two double free bugs that caused llc to segfault or run forever.
John Criswell
2003-08-28
Removing README
Tanya Lattner
2003-08-28
Putting my revised version of ModuloScheduling in cvs. This is not complete...
Tanya Lattner
2003-08-28
Moved index into BB to common graph class because its needed by ModuloSchedGr...
Tanya Lattner
2003-08-27
Added/removed header file
Tanya Lattner
2003-08-27
*** empty log message ***
Tanya Lattner
2003-08-25
First version of SchedGraph common class and refactoring of SchedGraph.
Tanya Lattner
2003-08-23
Fix bug: Jello/2003-08-23-RegisterAllocatePhysReg.ll
Chris Lattner
2003-08-21
The word `dependent' has no `a'.
Misha Brukman
2003-08-21
Fix spello
Chris Lattner
2003-08-18
Spell `necessary' correctly.
Misha Brukman
2003-08-17
Fix bug: Jello/2003-08-15-AllocaAssertion.ll
Chris Lattner
2003-08-15
Fix typo in comment
Brian Gaeke
2003-08-15
Remove uses of the NonCopyable class, to make the doxygen output look better
Chris Lattner
2003-08-15
rename selection directory and library to SelectionDAG
Chris Lattner
[next]