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
/
include
/
llvm
Age
Commit message (
Expand
)
Author
2013-04-23
Add more guards around zlib-dependent code
Alexey Samsonov
2013-04-23
Add basic zlib support to LLVM. This would allow to use compression/uncompres...
Alexey Samsonov
2013-04-22
Remove unused DwarfSectionOffsetDirective string
Matt Arsenault
2013-04-22
Move C++ code out of the C headers and into either C++ headers
Eric Christopher
2013-04-22
[ms-inline asm] Add the OpDecl to the InlineAsmIdentifierInfo struct and in turn
Chad Rosier
2013-04-22
Optimize MachineBasicBlock::getSymbol by caching the symbol. Since the symbol
Eli Bendersky
2013-04-22
Fix comment that didn't match the method it was above
Eli Bendersky
2013-04-22
[ms-inline asm] Remove the identifier parsing logic from the AsmParser. This is
Chad Rosier
2013-04-22
[ms-inline asm] Refactor/clean up the SemaLookup interface. No functional
Chad Rosier
2013-04-22
typo
Jia Liu
2013-04-22
Make doxygen comment match declaration.
Benjamin Kramer
2013-04-22
Clarify that llvm.used can contain aliases.
Rafael Espindola
2013-04-22
Add the same todo about a command iterator interface into the
Eric Christopher
2013-04-22
Add a TODO about wanting an iterator interface.
Eric Christopher
2013-04-22
Revert "Revert "PR14606: debug info imported_module support""
David Blaikie
2013-04-21
Remove unused, undefined ArgFlagsTy::getArgFlagsString; add a comment about '...
Stephen Lin
2013-04-20
Remove unused ShouldFoldAtomicFences flag.
Tim Northover
2013-04-20
Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.
Tim Northover
2013-04-20
Add CodeGen support for functions that always return arguments via a new para...
Stephen Lin
2013-04-19
Simplify the code in FastISel::tryToFoldLoad, add an assertion and fix a comm...
Eli Bendersky
2013-04-19
Move TryToFoldFastISelLoad to FastISel, where it belongs. In general, I'm
Eli Bendersky
2013-04-19
ArrayRefize getMachineNode(). No functionality change.
Michael Liao
2013-04-19
Add an MRI::verifyUseLists() function.
Jakob Stoklund Olesen
2013-04-19
Reformat and nuke trailing whitespace.
Eric Christopher
2013-04-19
Rename ClassType to the more accurate UnderlyingType and document its purpose.
Adrian Prantl
2013-04-19
Revert "PR14606: debug info imported_module support"
Eric Christopher
2013-04-19
PR14606: debug info imported_module support
David Blaikie
2013-04-19
Add support for index resources (for a SlotIndex) to be relinquished.
Lang Hames
2013-04-18
[asm parser] Add support for predicating MnemonicAlias based on the assembler
Chad Rosier
2013-04-18
Make the TargetIndependent flag have the right boolean value.
Bill Wendling
2013-04-18
Fix typo
Eli Bendersky
2013-04-18
Cleanup patch:
Bill Wendling
2013-04-18
This patch addresses two cleanup issues:
Bill Wendling
2013-04-18
At Jim Grosbach's request detemplate Object/MachO.h.
Rafael Espindola
2013-04-18
Fix comment spacing.
Chad Rosier
2013-04-17
Add an option `-enable-old-style-attr-syntax' to print out function attribute...
Bill Wendling
2013-04-17
Two small cleanups for ELF's templates.
Rafael Espindola
2013-04-17
Add support for subsections to the ELF assembler. Fixes PR8717.
Peter Collingbourne
2013-04-17
Create a stub for DWARF parser unittests
Alexey Samsonov
2013-04-16
Cleanup naming: DataLayout s/TD/DL/
Eli Bendersky
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
Simplify the MCInst operator iterator declaration.
Jim Grosbach
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
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
2013-04-15
Add an option -vectorize-slp-aggressive for running the BB vectorizer. Make -...
Nadav Rotem
[next]