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
/
IR
Age
Commit message (
Expand
)
Author
2013-03-01
Cache the result of Function::getIntrinsicID() in a DenseMap attached to the ...
Michael Ilseman
2013-03-01
test commit to use consistent comment notation.
Peng Cheng
2013-03-01
Minor coding style fix
Michael Liao
2013-02-27
Copy missing member in DataLayout copy ctor.
David Blaikie
2013-02-26
Unify clang/llvm attributes for asan/tsan/msan (LLVM part)
Kostya Serebryany
2013-02-22
Implement the NoBuiltin attribute.
Bill Wendling
2013-02-19
Fix a bug in mayHaveSideEffects. Functions that do not return are now conside...
Nadav Rotem
2013-02-18
Add some convenience methods for querying function attributes.
Bill Wendling
2013-02-18
Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.
David Blaikie
2013-02-18
Use llvm::cast instead of reinterpret_cast.
Jakub Staszak
2013-02-18
Futureproof AttrBuild if we ever have more than 64 attr enum values.
Benjamin Kramer
2013-02-16
Remove comma at the end of enum. Still my favourite C++11 feature.
Benjamin Kramer
2013-02-16
Turn the enum attributes DenseSet in AttrBuilder into a set of bits.
Benjamin Kramer
2013-02-13
Add some accessor and query methods for retrieving Attribute objects and such.
Bill Wendling
2013-02-12
Add a default empty string to the 'value' of a string attribute.
Bill Wendling
2013-02-12
[NVPTX] Disable vector registers
Justin Holewinski
2013-02-11
Rename to something more sensible. No functionality change.
Bill Wendling
2013-02-11
[NVPTX] Remove NoCapture from address space conversion intrinsics. NoCapture ...
Justin Holewinski
2013-02-11
Add support for printing out the attribute groups.
Bill Wendling
2013-02-11
[tsan/msan] adding thread_safety and uninitialized_checks attributes
Kostya Serebryany
2013-02-11
Revert "Rename LLVMContext diagnostic handler types and functions."
Bob Wilson
2013-02-10
Add 'empty' query methods to the builder and use them in the verifier.
Bill Wendling
2013-02-10
Add accessor for the LLVMContext.
Bill Wendling
2013-02-09
Add a DenseMapInfo class for the AttributeSet.
Bill Wendling
2013-02-08
Revert "Add LLVMContext::emitWarning methods and use them. <rdar://problem/12...
Bob Wilson
2013-02-06
Improve comment.
Bill Wendling
2013-02-06
Add a 'StringRef' version of hasAttribute.
Bill Wendling
2013-02-06
Add methods to merge an AttrBuilder into another builder.
Bill Wendling
2013-02-05
Add the target-dependent (string) attributes from the AttrBuilder to the Attr...
Bill Wendling
2013-02-05
Convert to storing the attribute's internals as enums, integers, and strings.
Bill Wendling
2013-02-05
Add target-dependent versions of addAttribute/removeAttribute to AttrBuilder.
Bill Wendling
2013-02-05
Changed in comment cxx -> C++. Thanks Richard Smith!.
Michael Gottesman
2013-02-05
Add code to GlobalVariable.h so that global variables marked as
Michael Gottesman
2013-02-04
Initial cleanups of the param-attribute code in the bitcode reader/writer.
Bill Wendling
2013-02-03
Added instance variable/initializers/getter/setters for new keyword externall...
Michael Gottesman
2013-02-02
Remove AttrBuilder::Raw().
Bill Wendling
2013-02-01
Change the AttributeImpl to hold a single Constant* for the values.
Bill Wendling
2013-02-01
Remove one of the odious 'Raw' methods.
Bill Wendling
2013-01-31
Add iterators to the AttributeSet class so that we can access the Attributes ...
Bill Wendling
2013-01-31
s/AttrBuilder::addAttributes/AttrBuilder::addAttribute/g because that's more ...
Bill Wendling
2013-01-31
Remove the AttrBuilder form of the Attribute::get creators.
Bill Wendling
2013-01-31
Cherry-pick r174067
Derek Schuff
2013-01-31
Remove the Attribute::hasAttributes() function.
Bill Wendling
2013-01-31
Revert r174026, "Remove Attribute::hasAttributes() and make Attribute::hasAtt...
NAKAMURA Takumi
2013-01-31
Remove Attribute::hasAttributes() and make Attribute::hasAttribute() private.
Bill Wendling
2013-01-31
Make the AttrBuilder creation method of Attribute private so that people won'...
Bill Wendling
2013-01-31
Revert for now:
Bill Wendling
2013-01-31
Remove the AttrBuilder version of the Attribute::get function.
Bill Wendling
2013-01-31
Make sure that the Attribute object represents one attribute only.
Bill Wendling
2013-01-30
Remove addRetAttributes and addFnAttributes, which aren't useful abstractions.
Bill Wendling
[prev]
[next]