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
Age
Commit message (
Expand
)
Author
2013-04-27
Regen.
Eric Christopher
2013-04-27
Only use cxxabi.h's demangler, if it is actually available.
Joerg Sonnenberger
2013-04-27
Generalize the MachineTraceMetrics public API.
Andrew Trick
2013-04-27
Add target flags to MachineMemOperands.
Andrew Trick
2013-04-27
whitespace
Andrew Trick
2013-04-27
Use the target triple from the target machine rather than the module
Eric Christopher
2013-04-27
Struct-path aware TBAA: change the format of TBAAStructType node.
Manman Ren
2013-04-26
Cleanup and document MachineLocation.
Adrian Prantl
2013-04-26
Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.
Rafael Espindola
2013-04-26
fix a typo that due to cu&paste quadrupled itself
Adrian Prantl
2013-04-26
Bugfix for the debug intrinsic handling in InstCombiner:
Adrian Prantl
2013-04-25
Re-enabling MCJIT object caching with memory leak fixed
Andrew Kaylor
2013-04-25
revert r179735, it has no testcases, and doesn't really make sense.
Chris Lattner
2013-04-25
[mc-coff] Forward Linker Option flags into the .drectve section
Reid Kleckner
2013-04-25
Clarify getRelocationAddress x getRelocationOffset a bit.
Rafael Espindola
2013-04-25
Revert "Adding object caching support to MCJIT"
Rafael Espindola
2013-04-25
Revert "Exposing MCJIT through C API"
Rafael Espindola
2013-04-24
Exposing MCJIT through C API
Andrew Kaylor
2013-04-24
Making invalidateInstructionCache automatic in SectionMemoryManager
Andrew Kaylor
2013-04-24
MI Sched: eliminate local vreg copies.
Andrew Trick
2013-04-24
Add include guards.
Eric Christopher
2013-04-23
Comment a strange field in ScheduleDAG.
Andrew Trick
2013-04-23
Fix dependency layering issues caused by r180112.
Eric Christopher
2013-04-23
Fixing typo in comment.
Andrew Kaylor
2013-04-23
Adding object caching support to MCJIT
Andrew Kaylor
2013-04-23
Wrap.h: Define wrap / unwrap function for ExecutionEngine
Tom Stellard
2013-04-23
c vs c++ mistake in header file typedef for AtomicRMW fix in rev 180100.
Carlo Kok
2013-04-23
Expose IRBuilder::CreateAtomicRMW as LLVMBuildAtomicRMW in llvm-c.
Carlo Kok
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
[next]