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
2002-05-06
Replace all usages of Type::isPointerType with isa<PointerType>
Chris Lattner
2002-04-29
Add neccesary #include
Chris Lattner
2002-04-29
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-28
Include appropriate file
Chris Lattner
2002-04-28
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-28
Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classes
Chris Lattner
2002-04-28
Remove all contents of the cfg namespace to the global namespace
Chris Lattner
2002-04-27
s/Method/Function
Chris Lattner
2002-04-27
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-25
Don't record instructions for copying method arguments in the
Vikram S. Adve
2002-04-25
Don't record instructions for copying method arguments in the
Vikram S. Adve
2002-04-25
Improve printing during dumps.
Vikram S. Adve
2002-04-25
Optional args are no longer allocated as they are discovered.
Vikram S. Adve
2002-04-15
Only emit message if DEBUG_RA is on
Chris Lattner
2002-04-09
Move FunctionArgument out of iOther.h into Argument.h and rename class to
Chris Lattner
2002-04-09
No need to reserve space, erasing does not change the size of the container.
Chris Lattner
2002-04-09
* Add a file header with some information
Chris Lattner
2002-04-09
Clean up the ownership model a bit so that nodes actually get deleted more
Chris Lattner
2002-04-09
Convert AddedInstrMapType to contain AddedInstrns by value instead of by
Chris Lattner
2002-04-09
GCC3.0 is reported to die without an alloca definition.
Chris Lattner
2002-04-08
Don't leak memory like a seive
Chris Lattner
2002-04-08
Value cannot be directly instantiated. I think that this code was TRYING to
Chris Lattner
2002-04-08
s/Method/Function
Chris Lattner
2002-04-08
s/method/function
Chris Lattner
2002-04-07
Change references to the Method class to be references to the Function
Chris Lattner
2002-03-31
Add method clearCallInterference().
Vikram S. Adve
2002-03-31
Include temp. values when computing max. size of stack frame!
Vikram S. Adve
2002-03-31
Fix a bug in previous bug fix.
Vikram S. Adve
2002-03-31
Bug fix: address used by indirect call instruction should also
Vikram S. Adve
2002-03-26
Change references from Method to Function
Chris Lattner
2002-03-24
Destroy MethodLiveVarInfo after register allocation.
Vikram S. Adve
2002-03-24
Use deterministic iterator for SchedGraphs. This is actually not
Vikram S. Adve
2002-03-24
Bug fix: nextToTry was not being initialized in one case.
Vikram S. Adve
2002-03-24
Add option to disable scheduling.
Vikram S. Adve
2002-03-24
Add option to disable scheduling.
Vikram S. Adve
2002-03-24
Minor changes.
Vikram S. Adve
2002-03-24
Re-fix bug: Put back MachineCodeForInstruction::dropAllReferences.
Vikram S. Adve
2002-03-24
Fix padding for variables allocated on stack.
Vikram S. Adve
2002-03-24
Major overhaul to FoldGetElemPtr to handle mixed array and struct refs.
Vikram S. Adve
2002-03-24
Use deterministic iterator for treeRoots.
Vikram S. Adve
2002-03-24
Change treeRoots data structure to make enumeration deterministic.
Vikram S. Adve
2002-03-23
Rename Method to Function
Chris Lattner
2002-03-18
Big bug fix: getUsableUniRegAtMI needed to return values in arguments
Vikram S. Adve
2002-03-18
Added function computeOffsetforLocalVar to check how big the
Vikram S. Adve
2002-03-18
Bug fix in setting CC register.
Vikram S. Adve
2002-03-18
Constants are now added to the constant pool only when a load
Vikram S. Adve
2002-03-18
Use vector for machine instructions returned by GetInstructionsByRule.
Vikram S. Adve
2002-03-18
Big bug fix: getUsableUniRegAtMI needed to return values in arguments
Vikram S. Adve
2002-02-26
Change to make it build with GCC 2.95.3
Anand Shukla
[next]