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-10-27
Add a run line to this test.
Reid Spencer
2006-10-26
Change load PatFrag to ignore indexed load.
Evan Cheng
2006-10-26
getPreIndexedLoad -> getIndexedLoad.
Evan Cheng
2006-10-26
Indexed load / store changes.
Evan Cheng
2006-10-26
Place cstrings in .cstring section.
Evan Cheng
2006-10-26
Speed up isCString()
Evan Cheng
2006-10-26
Save temp. bc files when saveTemps flag is true. Use final output file
Devang Patel
2006-10-26
Simplify code a bit by changing instances of:
Reid Spencer
2006-10-26
Put cstrings in .cstring section when compiling for Mac OS X.
Evan Cheng
2006-10-26
Added CStringSection.
Evan Cheng
2006-10-26
Add isCString() - returns true if a ConstantArray is a CString.
Evan Cheng
2006-10-26
Fix Transforms/InstCombine/2006-10-26-VectorReassoc.ll
Chris Lattner
2006-10-26
new testcase, should not reassoc fp vector
Chris Lattner
2006-10-26
Add isFPOrFPVector() method, which indicates if a type is either FP or a
Chris Lattner
2006-10-26
initial support for frame pointers
Rafael Espindola
2006-10-26
Enclose a case in { and } so that the pickier compilers don't complain.
Reid Spencer
2006-10-26
For PR950:
Reid Spencer
2006-10-26
Fix 2006-10-25-AddSetCC. A relational operator (like setlt) can never
Nick Lewycky
2006-10-26
Handling of setlt/le/gt/ge is broken at the moment; predsimplify removes
Nick Lewycky
2006-10-26
Make the makefile tell us when Intrinsics.gen is being updated.
Reid Spencer
2006-10-26
This testcase was logically wrong! Fixing, and including the test for the
Nick Lewycky
2006-10-25
Resurrect r1.25.
Nick Lewycky
2006-10-25
simplify code
Chris Lattner
2006-10-25
New shuffle test case.
Evan Cheng
2006-10-25
During vector shuffle lowering, we sometimes commute a vector shuffle to try
Evan Cheng
2006-10-25
X86ISD::PEXTRW 3rd operand type is always target pointer type.
Evan Cheng
2006-10-25
hide symbols properly
Chris Lattner
2006-10-25
Remove -disable-x86-shuffle-opti
Evan Cheng
2006-10-25
Fix for PR960. Improves bugpoint so that it removes global variable
Bill Wendling
2006-10-25
Supply alignment info to linker through LLVMSymbol.
Devang Patel
2006-10-25
turn off tail merging for now
Chris Lattner
2006-10-25
be more aggressive about matching identical instructions.
Chris Lattner
2006-10-25
Allow this to pass on ppc
Chris Lattner
2006-10-25
Modernize the testcase, allow it to pass on ppc
Chris Lattner
2006-10-24
TargetData is not subclassed. So no need to have virtual method.
Devang Patel
2006-10-24
Targets should depend on all the intrinsics.td files also, otherwise they
Chris Lattner
2006-10-24
Move getPreferredAlignmentLog from AsmPrinter to TargetData
Devang Patel
2006-10-24
expand ISD::VACOPY
Rafael Espindola
2006-10-24
Removed extraneous semi-colon; this was prevening the grammar file from
John Criswell
2006-10-24
Instead of hard coding global prefix, use TargetAsmInfo.
Devang Patel
2006-10-24
visitSwitchCase knows how to insert conditional branches well. Change
Chris Lattner
2006-10-24
Generalize CaseBlock a bit more:
Chris Lattner
2006-10-24
update comment
Chris Lattner
2006-10-24
Fix CodeGen/IA64/ret-0.ll, which has apparently been broken since some of the
Chris Lattner
2006-10-24
new testcase
Chris Lattner
2006-10-24
fix warning about missing newline at end of file
Rafael Espindola
2006-10-24
generalize 'CaseBlock'. It really allows any comparison to be inserted.
Chris Lattner
2006-10-24
implement uncond branch insertion, mark branches with isBranch.
Chris Lattner
2006-10-24
implement uncond branch insertion for the branch folding pass
Chris Lattner
2006-10-24
implement uncond branch insertion so alpha works work branchfolding.
Chris Lattner
[next]