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-11-06
Let's not forget about our friends -- Constant Pool indices.
Misha Brukman
2003-11-05
Do not use a class before it is defined.
Chris Lattner
2003-11-04
Update verifySavedState()'s comment, so that it reflects its current
Brian Gaeke
2003-11-04
Add comments.
Brian Gaeke
2003-10-30
Include llvm/CodeGen/MachineCodeForInstruction.h. Use it to start
Brian Gaeke
2003-10-30
Make AllocState an enum.
Brian Gaeke
2003-10-24
Publicize the type of FnAllocState.
Brian Gaeke
2003-10-24
standardize command line option names
Chris Lattner
2003-10-23
Move the implementations of ==, != on AllocInfos here, from UnpackTraceFunction.
Brian Gaeke
2003-10-23
Move AllocInfo structure to a private AllocInfo.h header file.
Brian Gaeke
2003-10-23
Make FnAllocState contain vectors of AllocInfo, instead of LLVM Constants.
Brian Gaeke
2003-10-23
New file, containing AllocInfo structure.
Brian Gaeke
2003-10-23
* Eliminate `using' directive
Misha Brukman
2003-10-23
* Fix order of #include files
Misha Brukman
2003-10-23
* Order #includes as per style guide
Misha Brukman
2003-10-23
* Use C++ style comments instead of C-style
Misha Brukman
2003-10-23
* Eliminate `using' directive
Misha Brukman
2003-10-23
Make code layout more consistent.
Misha Brukman
2003-10-22
Change the type of FnAllocState.
Brian Gaeke
2003-10-22
Don't worry about converting each function's reg. alloc. state into One Big
Brian Gaeke
2003-10-22
Add prototype for verifySavedState().
Brian Gaeke
2003-10-22
Doxygenify method comments.
Brian Gaeke
2003-10-21
Added LLVM copyright notice.
John Criswell
2003-10-21
Added LLVM copyright header.
John Criswell
2003-10-20
Added LLVM copyright notice to Makefiles.
John Criswell
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
[next]