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
2009-07-28
Handle null and file symbol on doInitialization
Bruno Cardoso Lopes
2009-07-28
more simplifications and cleanup. :)
Chris Lattner
2009-07-28
Change ConstantArray to 2.5 API.
Owen Anderson
2009-07-28
Switch X86 assembly parser to using the generic lexer interface.
Daniel Dunbar
2009-07-28
Add workaround for <rdar://problem/7098328>.
David Goodwin
2009-07-28
fix testcase for previous patch.
Chris Lattner
2009-07-28
Expose Tokens to target specific assembly parsers.
Daniel Dunbar
2009-07-28
Fix PR4639, a ELF-TLS regression from some of my refactoring.
Chris Lattner
2009-07-28
the apple "ld_classic" linker doesn't support .literal16 in 32-bit
Chris Lattner
2009-07-28
Tweak LLVM emacs style to make default namespace indentation closer to style
Daniel Dunbar
2009-07-28
Add Thumb-2 patterns for ARMsrl_flag and ARMsra_flag.
David Goodwin
2009-07-28
Switch AsmLexer::Lex to returning a reference to the current token.
Daniel Dunbar
2009-07-28
Add reload and remat backscheduling. This is disabled by default. Use
David Greene
2009-07-28
fix unused variable warning
Chris Lattner
2009-07-28
Drop some AsmLexer methods in favor of their AsmToken equivalents.
Daniel Dunbar
2009-07-28
llvm-mc: Sink token enum into AsmToken.
Daniel Dunbar
2009-07-28
Include cmath/math.h in DataTypes.h regardless of whether MSVC is being used.
Stefanus Du Toit
2009-07-28
tADDrSPI doesn't have a predicate operand, but tADDhirr and tADDi3 have.
Evan Cheng
2009-07-28
Remove memory corruption bug. string.c_str() was returning a temporary that was
Nick Lewycky
2009-07-28
Code clean up. No functionality changes.
Evan Cheng
2009-07-28
- More refactoring. This gets rid of all of the getOpcode calls.
Evan Cheng
2009-07-28
fix a casting problem on the llvm-x86_64-linux tester
Chris Lattner
2009-07-28
Rip all of the global variable lowering logic out of TargetAsmInfo. Since
Chris Lattner
2009-07-28
don't copy TargetLowering.
Chris Lattner
2009-07-28
llvm-mc: Factor AsmToken class out of AsmLexer.
Daniel Dunbar
2009-07-28
Teach instcombine to respect and preserve inbounds. Add inbounds
Dan Gohman
2009-07-28
Fix a small little typo.
Mike Stump
2009-07-28
llvm-mc: Stop uniqueing string tokens, nothing actually uses this.
Daniel Dunbar
2009-07-28
Replace dyn_castGetElementPtr with dyn_cast<GEPOperator>.
Dan Gohman
2009-07-28
Grab the LLVMContext and parent Module of SI ahead of the
Dan Gohman
2009-07-27
ORN does not require (and can not have) the ".w" suffix. "Orthogonality" is a...
David Goodwin
2009-07-27
Fix a release-asserts warning. Debug functions should be marked used,
Mike Stump
2009-07-27
Pass true to the Internalize parameter of createStandardLTOPasses,
Dan Gohman
2009-07-27
llvm-mc: Implement .abort fully in the front end
Daniel Dunbar
2009-07-27
Avoid build warnings.
Mike Stump
2009-07-27
Add a comment on Value explaining the current getName() behavior.
Daniel Dunbar
2009-07-27
Move ConstantStruct back to 2.5 API.
Owen Anderson
2009-07-27
Add a comment about the "getelementptr null" trick.
Dan Gohman
2009-07-27
Add inbounds to the polygen grammar.
Dan Gohman
2009-07-27
vim syntax highlighting for inbounds keyword.
Dan Gohman
2009-07-27
Add a new keyword 'inbounds' for use with getelementptr. See the
Dan Gohman
2009-07-27
llvm-mc: Move AsmLexer::getCurStrVal to StringRef based API.
Daniel Dunbar
2009-07-27
Order unsigned before signed, for consistency.
Dan Gohman
2009-07-27
Unbreak build.
Daniel Dunbar
2009-07-27
Make raw_null_ostream flush its buffer in its destructor, so that
Dan Gohman
2009-07-27
hoist MCContext/MCStreamer up to AsmPrinter since we're going to start creating
Chris Lattner
2009-07-27
Move MCContext and friends to StringRef based APIs.
Daniel Dunbar
2009-07-27
simplify #includes.
Chris Lattner
2009-07-27
Move ConstantFP construction back to the 2.5-ish API.
Owen Anderson
2009-07-27
Add an assertion check to raw_ostream's destructor to verify
Dan Gohman
[prev]
[next]