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
Age
Commit message (
Expand
)
Author
2007-10-18
Fix PR1735 and Transforms/DeadArgElim/2007-10-18-VarargsReturn.ll by
Chris Lattner
2007-10-18
this doesn't need dynamic_cast.
Chris Lattner
2007-10-18
Reduce reliance on rtti info
Chris Lattner
2007-10-18
fix typo
Chris Lattner
2007-10-18
This requires rtti info because tblgen uses commandline,
Chris Lattner
2007-10-18
Work around downrev gccs which do not inherit visibility of the
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
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-17
Reverting r43070 for now. It's causing llc test failures.
Evan Cheng
2007-10-17
Switching TargetMachineRegistry to use the new generic Registry.
Gordon Henriksen
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
Define a helper function ConstantVector::getSplatValue for testing for
Dan Gohman
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
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
2007-10-17
Move splitBlock into DomTreeBase from DomTree.
Owen Anderson
2007-10-16
Use immediate stores.
Devang Patel
2007-10-16
Disable attempts to constant fold PPC f128.
Dale Johannesen
2007-10-16
Some clean up.
Evan Cheng
2007-10-16
Template DominatorTreeBase by node type. This is the next major step towards
Owen Anderson
2007-10-16
Fix PR1734.
Evan Cheng
2007-10-16
Check for invalid cc's in f80 select.
Dale Johannesen
2007-10-16
Fix a bug handling frame references in ppc inline asm when the frame offset
Chris Lattner
2007-10-16
Initial infrastructure for arbitrary precision integer
Duncan Sands
2007-10-16
Fixes due to lack of type-safety for ValueType: (1) ValueType
Duncan Sands
2007-10-16
Correction to tail call optimization code. The new return address
Arnold Schwaighofer
2007-10-16
Code clean up.
Evan Cheng
2007-10-16
implement promotion of select and select_cc, allowing MallocBench/gs to
Chris Lattner
2007-10-15
Teach IntrinsicLowering.cpp about the sin, cos, and pow intrinsics.
Dan Gohman
2007-10-15
Make CalcLatency() non-recursive.
Evan Cheng
2007-10-15
Change LowerFP_TO_SINT to create the specific code it needs instead of
Chris Lattner
2007-10-15
LowerFP_TO_SINT must not create a stack object if it's not needed.
Evan Cheng
2007-10-15
Add removeModuleProvider()
Devang Patel
2007-10-15
Fix PR1729: watch out for val# with no def.
Evan Cheng
2007-10-15
Move CreateStackTemporary out to SelectionDAG
Chris Lattner
2007-10-15
add a new CreateStackTemporary helper method.
Chris Lattner
2007-10-15
implement promotion of BR_CC operands, fixing bisort on ppc.
Chris Lattner
2007-10-15
updates from duncan
Chris Lattner
2007-10-15
Achieve same result but use fewer lines of code.
Devang Patel
[next]