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
2013-04-17
Use StringSwitch instead of long chain of if-else. No functionality change.
Alexey Samsonov
2013-04-17
Create a stub for DWARF parser unittests
Alexey Samsonov
2013-04-17
Fix -Werror build.
Evgeniy Stepanov
2013-04-17
This appears to be no longer necessary for the testsuite.
Eric Christopher
2013-04-17
test
Anat Shemer
2013-04-17
PR15149/r174304 improvement - print hex for unknown dwarf language codes & ad...
David Blaikie
2013-04-17
Fix random typo.
Eric Christopher
2013-04-17
Do not optimise fprintf() calls if its return value is used.
Peter Collingbourne
2013-04-17
Mips assembler: Enable handling of nested expressions
Jack Carter
2013-04-17
[ms-inline asm] Add support for parsing complex immediate expressions. Test
Chad Rosier
2013-04-16
C API: Add LLVMTargetMachineEmitToMemoryBuffer()
Tom Stellard
2013-04-16
C API: Add LLVMGetBufferSize()
Tom Stellard
2013-04-16
C API: Add LLVMGetBufferStart()
Tom Stellard
2013-04-16
C API: Add LLVMAddTargetDependentFunctionAttr()
Tom Stellard
2013-04-16
Print out the target-independent attributes in a comment before the function ...
Bill Wendling
2013-04-16
[XCore] Extend test to check positve offsets are folded into addresses.
Richard Osborne
2013-04-16
[XCore] Give test more generic name.
Richard Osborne
2013-04-16
[XCore] Convert a couple of tests to FileCheck.
Richard Osborne
2013-04-16
Remove unused variable from previous refactor.
Chad Rosier
2013-04-16
[ms-inline asm] Refactor. No functional change intended.
Chad Rosier
2013-04-16
[ms-inline asm] Remove some dead code.
Chad Rosier
2013-04-16
Cleanup naming: DataLayout s/TD/DL/
Eli Bendersky
2013-04-16
Fix build failure introduced in 179591 when assertions are disabled.
Logan Chien
2013-04-16
Implement ARM unwind opcode assembler.
Logan Chien
2013-04-16
llvm-objdump: Don't print contents of BSS sections: it makes no sense and cra...
Alexey Samsonov
2013-04-16
Add four new functions and one new enum to the C API:
Hans Wennborg
2013-04-16
simplifycfg: Fix integer overflow converting switch into icmp.
Hans Wennborg
2013-04-16
Add 64-bit multiply and divide instructions for SPARC v9.
Jakob Stoklund Olesen
2013-04-15
ARM: Add VACLT and VACLE assembly aliases.
Jim Grosbach
2013-04-15
We are not able to bitcast a pointer to an integral value.
Bill Wendling
2013-04-15
Mips assembler: Explicit floating point condition register recognition.
Jack Carter
2013-04-15
Fix a grammar mistake, and add a line about the two phases that the BB/SLP ve...
Nadav Rotem
2013-04-15
Fix the internal link.
Nadav Rotem
2013-04-15
Update the release notes about the vectorizers.
Nadav Rotem
2013-04-15
SLPVectorizer: Make it a function pass and add code for hoisting the vector-g...
Nadav Rotem
2013-04-15
Fix silly typo that broke big endian hosts.
Rafael Espindola
2013-04-15
Fix endianness on some MSVC versions.
Rafael Espindola
2013-04-15
R600/SI: Emit config values in register value pairs.
Tom Stellard
2013-04-15
R600/SI: Emit configuration value in the .AMDGPU.config ELF section
Tom Stellard
2013-04-15
R600: Emit ELF formatted code rather than raw ISA.
Tom Stellard
2013-04-15
Fix a typo in comment.
Jim Grosbach
2013-04-15
Simplify the MCInst operator iterator declaration.
Jim Grosbach
2013-04-15
Grammar and punctuation fixes.
John Criswell
2013-04-15
Try to fix the mingw builds.
Rafael Espindola
2013-04-15
Fix bit size of v64i8 and v32i16 vector types.
Arnold Schwaighofer
2013-04-15
Remove getters now that we can specialize structs on the host endianness.
Rafael Espindola
2013-04-15
Avoid outputting temporary test file into source tree.
Tim Northover
2013-04-15
Remove unused function.
Rafael Espindola
2013-04-15
Make the host endianness check an integer constant expression.
Rafael Espindola
2013-04-15
Replace uses of the deprecated std::auto_ptr with OwningPtr.
Andy Gibbs
[next]