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
2006-08-11
Make llvmdo and llvmgrep invulnerable to where they are run from by getting
Reid Spencer
2006-08-11
Don't print double newline for --src-root and --obj-root as it tends to
Reid Spencer
2006-08-11
remove old piece of the V9 backend.
Chris Lattner
2006-08-11
eliminate extraneous blank line
Chris Lattner
2006-08-11
Move the BBNodes, GlobalValues, TargetGlobalValues, Constants, TargetConstants,
Chris Lattner
2006-08-11
Start moving leaf nodes over to the CSEMap.
Chris Lattner
2006-08-11
Clean up the HTML output. Add a -filedetails option to report the number of
Reid Spencer
2006-08-11
Remove blank line at end of file, removing test user "foo" from CVS history.
Reid Spencer
2006-08-11
new method for adding ints
Chris Lattner
2006-08-11
eliminate the NullaryOps map, use CSEMap instead.
Chris Lattner
2006-08-11
Drop the -details option, it was broken. If you want to know about a
Reid Spencer
2006-08-11
Use SmallVector instead.
Evan Cheng
2006-08-11
change internal impl of dag combiner so that calls to CombineTo never have to
Chris Lattner
2006-08-11
Change one ReplaceAllUsesWith method to take an array of operands to replacei...
Chris Lattner
2006-08-11
Change one ReplaceAllUsesWith method to take an array of operands to replace
Chris Lattner
2006-08-11
Remove now-dead method.
Chris Lattner
2006-08-11
Eliminate use of getNode that takes a vector.
Chris Lattner
2006-08-11
remove a (now) unused getNode method.
Chris Lattner
2006-08-11
elimiante use of getNode that takes vector of operands.
Chris Lattner
2006-08-11
eliminate use of getNode that takes vector of operands.
Chris Lattner
2006-08-11
eliminate use of getNode that takes vector<SDOperand>. Wrap a really long line.
Chris Lattner
2006-08-11
Convert vectors to fixed sized arrays and smallvectors. Eliminate use of get...
Chris Lattner
2006-08-11
Fix miscompilation of float vector returns. Compile code to this:
Chris Lattner
2006-08-11
New testcase
Chris Lattner
2006-08-11
Minor cleanups
Chris Lattner
2006-08-11
Match tablegen changes.
Evan Cheng
2006-08-11
CALLSEQ_* produces chain even if that's not needed.
Evan Cheng
2006-08-11
- Prevent some functions from being inlined to eliminate the code size bloat
Evan Cheng
2006-08-11
Convert more calls of getNode() that takes a vector to pass in the start of a...
Evan Cheng
2006-08-10
Fix a typo noticed by Gordon Henriksen. Thanks!
Reid Spencer
2006-08-10
llvm2cpp no longer reads LLVM assembly but LLVM bytecode instead. Adjust
Reid Spencer
2006-08-10
Add a cleaned-up version of the IRC conversation that spurred this FAQ.
Reid Spencer
2006-08-10
Answer the most frequently asked question, about GEPs. The answer is
Reid Spencer
2006-08-10
Doxygenify some methods.
Chris Lattner
2006-08-10
Adding notes from release experience.
Tanya Lattner
2006-08-09
Fix a comment.
Reid Spencer
2006-08-09
correctly set LocalAreaOffset of TargetFrameInfo
Rafael Espindola
2006-08-09
Fixed misspelling
Tanya Lattner
2006-08-09
Revert previous patch
Chris Lattner
2006-08-09
Reverting back to original 1.8 version so I can manually merge in patch.
Tanya Lattner
2006-08-09
fix the spill code
Rafael Espindola
2006-08-09
fix the loading of the link register in emitepilogue
Rafael Espindola
2006-08-09
Merge some NightlyTest.pl changes.
Evan Cheng
2006-08-09
Recover the lost diff between 1.221 and 1.222.
Evan Cheng
2006-08-09
Recover the lost diff between 1.5 and 1.6.
Evan Cheng
2006-08-09
Update credits and fix sorting issue.
Tanya Lattner
2006-08-09
Update from Anton Korobeynikov
Chris Lattner
2006-08-09
Fixes from Anton Vayvod and Gabor Greif!
Chris Lattner
2006-08-08
change the addressing mode of the str instruction to reg+imm
Rafael Espindola
2006-08-08
First draft of the llvm 1.8 release notes.
Chris Lattner
[next]