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-01-04
Special case Recycler::clear(BumpPtrAllocator).
Jakob Stoklund Olesen
2013-01-04
Add an iplist::clearAndLeakNodesUnsafely() function.
Jakob Stoklund Olesen
2013-01-04
General cleanups.
Bill Wendling
2013-01-04
[Object][ELF] Add a maximum alignment. This is used by createELFObjectFile to...
Michael J. Spencer
2013-01-04
Fix how YAML I/O detects flow sequences.
Nick Kledzik
2013-01-04
PowerPC: Fix eh_frame relocation for PIC
Adhemerval Zanella
2013-01-04
Add section information for the DWARF5 split debug proposal
Eric Christopher
2013-01-04
Make comment a bit more clear.
Eric Christopher
2013-01-04
LoopVectorizer:
Nadav Rotem
2013-01-03
Better comment on VTTI::getShuffleCost
Hal Finkel
2013-01-03
Compiler.h: Leave LLVM_BUILTIN_UNREACHABLE undefined if it is unavailable in ...
NAKAMURA Takumi
2013-01-03
Add a subtype parameter to VTTI::getShuffleCost
Hal Finkel
2013-01-03
Try again to revert the bad patch. The tree was reverted for some unknown reason
Bill Wendling
2013-01-03
Add a default Index for VTTI::getShuffleCost
Hal Finkel
2013-01-03
Revert patch. Something snuck in there that shouldn't be.
Bill Wendling
2013-01-03
Remove the 'contains' methods in favor of the 'operator==' method.
Bill Wendling
2013-01-03
Revert r171427, "An intermediate step in the Attributes rewrite."
NAKAMURA Takumi
2013-01-02
An intermediate step in the Attributes rewrite.
Bill Wendling
2013-01-02
Use a bool instead of a bitfield in llvm/ADT/Optional.
Argyrios Kyrtzidis
2013-01-02
Restrict __builtin_assume_aligned to gcc 4.7+
Michael J. Spencer
2013-01-02
[Support][Endian] Add support for specifying the alignment and native unalign...
Michael J. Spencer
2013-01-02
Don't #include stuff outside the include guards.
Argyrios Kyrtzidis
2013-01-02
- Add comment to two functions which might be considered as dead code.
Shuxin Yang
2013-01-02
Actually update the CMake and Makefile builds correctly, and update the
Chandler Carruth
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
Resort the #include lines in include/... and lib/... with the
Chandler Carruth
2013-01-01
Add IRBuilder::CreateVectorSplat and use it to simplify code.
Benjamin Kramer
2012-12-31
Make it explicit that the only entry points to the Program object are
Chandler Carruth
2012-12-31
Remove an unused method on Program.
Chandler Carruth
2012-12-31
Remove an unused method on the Program class.
Chandler Carruth
2012-12-31
Go ahead and get rid of the old page size interface and convert all the
Chandler Carruth
2012-12-31
Flesh out a page size accessor in the new API.
Chandler Carruth
2012-12-31
Remove the declspecs from small alignments that we can force with
Chandler Carruth
2012-12-31
Remove an unused function in the old Process interface.
Chandler Carruth
2012-12-31
recommit r171298 (add support for PHI nodes to ObjectSizeOffsetVisitor). Hope...
Nuno Lopes
2012-12-31
[AlignOf] Add AlignedCharArray and refactor AlignedCharArrayUnion.
Michael J. Spencer
2012-12-31
Fix bits check in ELFObjectFile::isSectionZeroInit().
Rafael Espindola
2012-12-31
add support for GlobalAlias to ObjectSizeOffsetVisitor
Nuno Lopes
2012-12-31
Remove dead method.
Bill Wendling
2012-12-31
Add some comparison operators to compare the Attribute object with the AttrKi...
Bill Wendling
2012-12-31
Begin sketching out the process interface.
Chandler Carruth
2012-12-31
Start sketching out a roadmap for better subprocess management in the
Chandler Carruth
2012-12-31
Remove the getAttributesAtIndex and getNumAttrs methods in favor of using the...
Bill Wendling
2012-12-30
Use the predicate methods off of AttributeSet instead of Attribute.
Bill Wendling
2012-12-30
Remove the Function::getRetAttributes method in favor of using the AttributeS...
Bill Wendling
2012-12-30
Remove Function::getParamAttributes and use the AttributeSet accessor methods...
Bill Wendling
2012-12-30
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
2012-12-30
s/hasAttribute/contains/g to be more consistent with other method names.
Bill Wendling
2012-12-30
s/Raw/getBitMask/g to be more in line with current naming conventions. This m...
Bill Wendling
2012-12-28
Teach instsimplify to use the constant folder where appropriate for
Chandler Carruth
[prev]
[next]