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
2012-07-23
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-22
autoconf: Re-introduce LLVM_HOSTTRIPLE since r143500, as rework of PR11060.
NAKAMURA Takumi
2012-07-21
Add VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefExpr::VariantKind.
Akira Hatanaka
2012-07-20
baby steps toward fixing some problems with inbound GEPs that overflow, as di...
Nuno Lopes
2012-07-20
move the bounds checking pass to the instrumentation folder, where it belongs...
Nuno Lopes
2012-07-20
Remove unused private member variables uncovered by the recent changes to cla...
Benjamin Kramer
2012-07-20
Fix few warnings.
Galina Kistanova
2012-07-20
raw_ostream: Add a has_colors() method.
Daniel Dunbar
2012-07-20
Process: Add sys::Process::FileDescriptorHasColors().
Daniel Dunbar
2012-07-20
Make RegisterOperand a subclass of DAGOperand so that RegisterOperands can be...
Owen Anderson
2012-07-19
Pull the simple parts of DenseMapInfo<DebugLoc> inline and prune includes.
Benjamin Kramer
2012-07-19
DebugInfo library: add support for fetching absolute paths to source files
Alexey Samsonov
2012-07-19
Fixed few warnings.
Galina Kistanova
2012-07-19
Remove tabs.
Bill Wendling
2012-07-19
Remove tabs.
Bill Wendling
2012-07-18
Remove tabs.
Bill Wendling
2012-07-18
Allow PointerIntPairs to be created from const void *.
Jordan Rose
2012-07-18
Add some missed ELF constants definitions:
Simon Atanasyan
2012-07-18
Update config.h.cmake corresponding to config.h.in.
NAKAMURA Takumi
2012-07-18
SCEVTraversal: Add a visited set.
Andrew Trick
2012-07-17
Fix broken ipo_ext_iterator constructors.
Jakob Stoklund Olesen
2012-07-17
Allow for customized graph edge pruning in PostOrderIterator.h
Jakob Stoklund Olesen
2012-07-17
Revert commit r160307. We decide to move builtins selection to the backend.
Simon Atanasyan
2012-07-17
TableGen: Allow conditional instruction pattern in multiclass.
Jim Grosbach
2012-07-16
MIPS: Create two definitions for __builtin_mips_shll_qb builtin.
Simon Atanasyan
2012-07-16
Revert "include/llvm: Add R600 Intrinsics v6"
Tom Stellard
2012-07-16
include/llvm: Add R600 Intrinsics v6
Tom Stellard
2012-07-16
Add support for attaching branch weight metadata directly from the IRBuilder.
Chandler Carruth
2012-07-15
Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completes
Chandler Carruth
2012-07-15
Update the header guard I missed when moving the header.
Chandler Carruth
2012-07-15
Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h, to live with
Chandler Carruth
2012-07-15
Refactor the code that checks that all operands of a node are UNDEFs.
Nadav Rotem
2012-07-15
Move IsSameValue from clang's ASTImporter to be methods on the
Eric Christopher
2012-07-13
LSR Fix: check SCEV expression safety before expansion.
Andrew Trick
2012-07-13
Factor SCEV traversal code so I can use it elsewhere. No functionality.
Andrew Trick
2012-07-13
Fixed few warnings.
Galina Kistanova
2012-07-13
Initializers for some fields were missing in Option::Option
Alexander Kornienko
2012-07-12
Regenerate.
Eric Christopher
2012-07-12
Add intrinsics for Ivy Bridge's rdrand instruction.
Benjamin Kramer
2012-07-10
Teach the LiveInterval::join function to use the fast merge algorithm,
Chandler Carruth
2012-07-10
Move [get|set]BasePtrStackAdjustment() from MachineFrameInfo to
Chad Rosier
2012-07-10
Add support for dynamic stack realignment in the presence of dynamic allocas on
Chad Rosier
2012-07-10
Add an efficient merge operation to LiveInterval and use it to avoid
Chandler Carruth
2012-07-10
Teach LiveIntervals how to verify themselves and start using it in some
Chandler Carruth
2012-07-10
Allow intrinsics to be used in place of node matchables.
Jim Grosbach
2012-07-08
Remove some trivial copy ctors so the classes become trivially copyable and g...
Benjamin Kramer
2012-07-08
SmallVector: Make use of move semantics to speed up moving objects in erase()...
Benjamin Kramer
2012-07-07
I'm introducing a new machine model to simultaneously allow simple
Andrew Trick
2012-07-07
whitespace
Andrew Trick
2012-07-07
Tweak spelling.
Andrew Trick
[next]