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
Age
Commit message (
Expand
)
Author
2002-11-02
Implement the "unknown flag" which mainly consists of aligning printing code
Chris Lattner
2002-11-02
Oops, this was not meant to be checked in
Chris Lattner
2002-11-02
Stop representing scalars as explicit nodes in the graph. Now the only
Chris Lattner
2002-11-02
* Eliminate Scalar node type (renumber other node types)
Chris Lattner
2002-11-01
Fixed bug in Regression/CBackend/2002-10-30-FunctionPointerAlloca.ll
Nick Hildenbrandt
2002-11-01
Fix comments, steens is context sensitive, we just haven't implemented
Chris Lattner
2002-11-01
Add a testcase cee should eventually pass
Chris Lattner
2002-11-01
Use absolute path name for "analyze" since we are changing directories.
Vikram S. Adve
2002-11-01
New iostream definitions
Chris Lattner
2002-11-01
Make sure to include name information if we have it
Chris Lattner
2002-11-01
Fix burg build problem.
Chris Lattner
2002-10-31
Add a fixme
Chris Lattner
2002-10-31
A new test case that tries to generate all the different possible shift
Brian Gaeke
2002-10-31
InstSelectSimple.cpp: Include llvm/iOther.h for ShiftInst.
Brian Gaeke
2002-10-31
* Minor optimization: when merging nodes, merge the smaller one into the
Chris Lattner
2002-10-31
Eliminate some unneccesary #includes and forward decls
Chris Lattner
2002-10-31
CBE doesn't alloc correctly
Nick Hildenbrandt
2002-10-31
Reassociate pass now works
Chris Lattner
2002-10-31
Reassociate now works
Chris Lattner
2002-10-31
Fixes to the reassociate pass to make it respect dominance properties
Chris Lattner
2002-10-31
Fix nasty bug in ::isNeg()
Chris Lattner
2002-10-31
Restore support for indirect function calls (which briefly wasn't working
Vikram S. Adve
2002-10-31
Do not print "NEW FILES AND DIRECTORIES" unless requested separately
Vikram S. Adve
2002-10-31
Remove dead code
Chris Lattner
2002-10-31
Refactored DSGraph.h:
Misha Brukman
2002-10-31
This fixes all kinds of problems with array handling. There are still bugs to
Chris Lattner
2002-10-31
New testcases
Chris Lattner
2002-10-31
Tell cvs to ignore *.dot and *.ps files in this directory
Chris Lattner
2002-10-31
New testcase for the possible array merging scenarios
Chris Lattner
2002-10-31
Can simplify code now with the isCommutative() method.
Chris Lattner
2002-10-31
Use new isCommutative interface, which gives us SetEQ and SetNE for free.
Chris Lattner
2002-10-31
New isAssociative/isCommutative inspection methods, graciously contributed by
Chris Lattner
2002-10-31
Statistic class should return const reference to *this, not a reference to
Chris Lattner
2002-10-31
BreakCriticalEdges should update dominance frontier information as well as
Chris Lattner
2002-10-31
Add interface to update domfrontier info, thanks to Casey Carter for impl
Chris Lattner
2002-10-31
New testcases
Chris Lattner
2002-10-30
Fix two problems:
Chris Lattner
2002-10-30
Bug fix: need to initialize new CallArgsDescriptor pointer.
Vikram S. Adve
2002-10-30
Bug fix in setting an implicit ref.
Vikram S. Adve
2002-10-30
In getID(), don't call getValidSymbolName to mangle external names!
Vikram S. Adve
2002-10-30
Add lots more info
Chris Lattner
2002-10-30
Return 0 instead of 1 for correct execution. Makes automated testing happy.
Misha Brukman
2002-10-30
Make the testcase MORE complex
Chris Lattner
2002-10-30
Remove fixme
Chris Lattner
2002-10-30
Add special code to make printing SSA form machine instructions nicer
Chris Lattner
2002-10-30
Name the first basic block
Chris Lattner
2002-10-30
Make sure to set the destination register correctly
Chris Lattner
2002-10-30
Allow BuildMI that helps automate construction of SSA information
Chris Lattner
2002-10-30
Set the destination register field based on the target specific flags
Chris Lattner
2002-10-30
Add flag to specify when no value is produced by an instruction
Chris Lattner
[prev]
[next]