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-01-11
Added -view-callgraph module pass.
Andrew Trick
2013-01-11
Fix bug in exception table allocation (PR13678)
Eli Bendersky
2013-01-11
Remove lib/Target/PTX directory. It was empty and obsolete but apparently gi...
Justin Holewinski
2013-01-11
Simplify writing floating types to assembly.
Tim Northover
2013-01-11
llvm-symbolizer: add DATA command that allows to symbolize global variables.
Dmitry Vyukov
2013-01-11
ARM Cost Model: We need to detect the max bitwidth of types in the loop in o...
Nadav Rotem
2013-01-11
Converted test dont-tce-tail-marked-call.ll to use FileCheck.
Michael Gottesman
2013-01-11
This commit is a 4x squash commit consisting of 4x functions converted to use...
Michael Gottesman
2013-01-11
Revert r172153, "llvm/lib/MC/MCParser/AsmParser.cpp: [ms-inline-asm] Fix a co...
NAKAMURA Takumi
2013-01-11
SMDiagnostic: don't emit ranges if there are /any/ multibyte characters.
Jordan Rose
2013-01-11
docs: Fix long standing linking antipattern.
Sean Silva
2013-01-11
docs: fix misleading description.
Sean Silva
2013-01-11
Support for half intrinsics. Pushes MMX into slower encoding path.
Michael Ilseman
2013-01-11
X86AsmParser.cpp: Fix up r172148, to add initializer in another CreateMem().
NAKAMURA Takumi
2013-01-11
Add a new portability macro LLVM_FUNCTION_NAME, that expands to __func__, if
Dmitri Gribenko
2013-01-11
LoopPass.h doesn't require Function.h. Remove unneeded #include.
Jakub Staszak
2013-01-11
llvm/lib/MC/MCParser/AsmParser.cpp: [ms-inline-asm] Fix a couple of undefined...
NAKAMURA Takumi
2013-01-10
Remove heavy and unused #inclues from X86TargetObjectFile.cpp.
Jakub Staszak
2013-01-10
Rename enumerations s/VK/DK/ to conform to naming convention
Eli Bendersky
2013-01-10
[ms-inline asm] Make sure we set a default value for AddressOf. Follow on to
Chad Rosier
2013-01-10
fix comments a bit
Eli Bendersky
2013-01-10
PR14904: Segmentation fault running pass 'Recognize loop idioms'
Shuxin Yang
2013-01-10
CastInst::castIsValid should return true if the dest type is the same as
Evan Cheng
2013-01-10
llvm/test/CodeGen/X86/ms-inline-asm.ll: Fixup; Globals doesn't have leading u...
NAKAMURA Takumi
2013-01-10
Update Apple's build script for llvmCore. <rdar://problem/12914321>
Bob Wilson
2013-01-10
Remove a couple of if-else chains in parsing directives, replacing them by a
Eli Bendersky
2013-01-10
[llvm-objdump] Emit addresses with the correct number of leading 0's.
Michael J. Spencer
2013-01-10
[msan] Change va_start/va_copy shadow memset alignment to 8.
Peter Collingbourne
2013-01-10
Remove trailing spaces.
Jakub Staszak
2013-01-10
PR14896: Handle memcpy from constant string where the memcpy size is larger t...
Evan Cheng
2013-01-10
Remove unneeded includes from FunctionLoweringInfo.h.
Jakub Staszak
2013-01-10
[ms-inline asm] Add support for calling functions from inline assembly.
Chad Rosier
2013-01-10
Remove unneeded #includes.
Jakub Staszak
2013-01-10
Teach InstCombine to hoist FABS and FNEG through FPTRUNC instructions. The a...
Owen Anderson
2013-01-10
Fix indent and remove unneeded #includes in MDBuilder.h.
Jakub Staszak
2013-01-10
Fix #includes after my last commit.
Jakub Staszak
2013-01-10
Rename LinkAllVMCore.h to LinkAllIR.h since VMCore directory was renamed to IR.
Jakub Staszak
2013-01-10
remove the rest of the "written by" lines in the documentation. It is
Chris Lattner
2013-01-10
Replace memcpys by a static_cast and an integral promotion.
Dmitri Gribenko
2013-01-10
Fix coding style
Dmitri Gribenko
2013-01-10
Unbreak tests after regression from r172081.
Jakub Staszak
2013-01-10
Add basic fix-its to SMDiagnostic.
Jordan Rose
2013-01-10
TableGen: Keep track of superclass reference ranges.
Jordan Rose
2013-01-10
TableGen: record anonymous instantiations of classes.
Jordan Rose
2013-01-10
Allow hasProperty() to be called on bundle-internal instructions.
Jakob Stoklund Olesen
2013-01-10
Fix Alias Bug
David Greene
2013-01-10
LoopVectorizer: Fix a bug in the vectorization of BinaryOperators. The Binary...
Nadav Rotem
2013-01-10
Remove locale-dependence of enum mangling and use existing function.
Tim Northover
2013-01-10
Make TableGen mangle operand method names before putting in enum.
Tim Northover
2013-01-10
Fix a copy/paste error in the IR Linker, casting an ArrayType instead of a Ve...
Joey Gouly
[next]