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
2007-10-18
Fix PR1735 and Transforms/DeadArgElim/2007-10-18-VarargsReturn.ll by
Chris Lattner
2007-10-18
Fix the command line.
Bill Wendling
2007-10-18
Fix test.
Devang Patel
2007-10-18
this doesn't need dynamic_cast.
Chris Lattner
2007-10-18
remove dead file
Chris Lattner
2007-10-18
Reduce reliance on rtti info
Chris Lattner
2007-10-18
fix typo
Chris Lattner
2007-10-18
update comment.
Chris Lattner
2007-10-18
This requires rtti info because tblgen uses commandline,
Chris Lattner
2007-10-18
tblgen uses dynamic_cast heavily, so it needs rtti info
Chris Lattner
2007-10-18
Updated VC++ build system
Hartmut Kaiser
2007-10-18
Work around downrev gccs which do not inherit visibility of the
Gordon Henriksen
2007-10-18
Missing 'public' keyword.
Gordon Henriksen
2007-10-18
Pointer arithmetic should be done with the index the same size as the pointer.
Bill Wendling
2007-10-18
Support for ADDC/SUBC.
Duncan Sands
2007-10-18
Really fix PR1734. Carefully track which register uses are sub-register uses by
Evan Cheng
2007-10-18
Remove unnecessary include.
Evan Cheng
2007-10-18
legalizing the ret operation on f64 shouldn't introduce a new
Chris Lattner
2007-10-18
Move Split<...>() into DomTreeBase. This should make the #include's of Domin...
Owen Anderson
2007-10-18
XFAIL for now.
Devang Patel
2007-10-18
Changed the return type of type-specific Allocate() methods to return
Ted Kremenek
2007-10-17
Reverting r43070 for now. It's causing llc test failures.
Evan Cheng
2007-10-17
Test to make sure we don't generate unwind info for non-64-bit Objective-C.
Bill Wendling
2007-10-17
ImutAVLTree now allocates tree nodes from the BumpPtrAllocator using
Ted Kremenek
2007-10-17
Removed inclusion of cassert, which is no longer needed.
Ted Kremenek
2007-10-17
Minor cosmetic cleanups in the calculation of alignments for
Ted Kremenek
2007-10-17
Added template function alignof() which provides a clean
Ted Kremenek
2007-10-17
Reverting unnecessary commit of generated files.
Gordon Henriksen
2007-10-17
Switching TargetMachineRegistry to use the new generic Registry.
Gordon Henriksen
2007-10-17
Updated StringMap to use llvm::AlignOf to compute the alignment of map
Ted Kremenek
2007-10-17
Ignoring test/Transforms/LoopIndexSplit/Output.
Gordon Henriksen
2007-10-17
Added member template functions to MallocAllocator and
Ted Kremenek
2007-10-17
Added llvm::AlignOf, a template class whose purpose is to portably
Ted Kremenek
2007-10-17
Do not raise free() call that is called through invoke instruction.
Devang Patel
2007-10-17
Fixed linker errors (unresolved externals: split<>(...)) when compiling with ...
Hartmut Kaiser
2007-10-17
Don't mention -enable-unsafe-fp-math in LangRef.html, as that option is
Dan Gohman
2007-10-17
Define a helper function ConstantVector::getSplatValue for testing for
Dan Gohman
2007-10-17
Updated VC++ build system.
Hartmut Kaiser
2007-10-17
Add support for ISD::SELECT in SplitVectorOp.
Dan Gohman
2007-10-17
Return Expand from getOperationAction for all extended
Duncan Sands
2007-10-17
Apply "Instead of loading small c string constant, use integer constant direc...
Devang Patel
2007-10-17
Apply Chris' suggestions.
Evan Cheng
2007-10-17
Change fp to sint legalization on x86-32 to do 2 x i32
Chris Lattner
2007-10-17
fix some funny indentation, add comments.
Chris Lattner
2007-10-17
One more extract_subreg coalescing bug fix.
Evan Cheng
2007-10-17
Update comments.
Evan Cheng
2007-10-17
Yet another test case for extract_subreg coalescing crash.
Evan Cheng
2007-10-17
Fix MergeValueInAsValue(). It allows overlapping live ranges but should replace
Evan Cheng
2007-10-17
Clean up code that calculate MBB live-in's.
Evan Cheng
2007-10-17
Clean up code that calculate MBB live-in's.
Evan Cheng
[next]