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
/
ADT
Age
Commit message (
Expand
)
Author
2013-01-25
ArrayRef reverse iterators.
Andrew Trick
2013-01-25
whitespace
Andrew Trick
2013-01-24
Add asserts to SmallVector so that calls to front() and back() only succeed
Richard Trieu
2013-01-22
Initial patch for x32 ABI support.
Eli Bendersky
2013-01-22
Make APFloat constructor require explicit semantics.
Tim Northover
2013-01-22
SparseMultiSet.h: Add suggested parentheses.
NAKAMURA Takumi
2013-01-21
Introduce a new data structure, the SparseMultiSet, and changes to the MI sch...
Michael Ilseman
2013-01-18
Add llvm::hexDigitValue to convert single characters to hex.
Jordan Rose
2013-01-15
[ADT/StringMap] Follow-up to r172455, use the correct constructor for setting...
Argyrios Kyrtzidis
2013-01-14
[ADT/StringMap] Add a constructor in StringMap that accepts both an
Argyrios Kyrtzidis
2013-01-14
Fix DenseMap when LLVM_HAS_RVALUE_REFERENCES is defined but equals 0.
Joe Groff
2013-01-14
Add DenseMap::insert(value_type&&) method.
Joe Groff
2013-01-13
Remove redundant 'llvm::' qualifications
Dmitri Gribenko
2013-01-10
Fix include guards so they exactly match file names.
Jakub Staszak
2013-01-07
Implement APFloat::isDenormal()
Shuxin Yang
2013-01-05
Whitespace.
NAKAMURA Takumi
2013-01-05
DenseMap: Appease -fstrict-aliasing on g++-4.4.
NAKAMURA Takumi
2013-01-05
Fix warnings from llvm-gcc as seen on darwin10 (10.6).
Alex Rosenberg
2013-01-04
Add an iplist::clearAndLeakNodesUnsafely() function.
Jakob Stoklund Olesen
2013-01-04
Make comment a bit more clear.
Eric Christopher
2013-01-02
Use a bool instead of a bitfield in llvm/ADT/Optional.
Argyrios Kyrtzidis
2012-12-27
Provide a common half-open interval map info implementation, and just
Chandler Carruth
2012-12-20
Don't leave IsUnsigned uninitialized in a default-constructed APSInt. Copying
Richard Smith
2012-12-19
MapVector: Add lookup().
Benjamin Kramer
2012-12-18
Add an assertion for a likely ilist::splice() contract violation.
Jakob Stoklund Olesen
2012-12-18
Cleanup comment and formatting
Eli Bendersky
2012-12-07
Mark ImmutableMap::remove/add() const.
Ted Kremenek
2012-12-07
Add manualRetain() and manualRelease() to ImmutableMapRef, and add a new cons...
Ted Kremenek
2012-12-07
Add convenience accessor to Triple for OS == NaCl
Eli Bendersky
2012-12-06
Revert "Allow modifying an ImmutableMap without canonicalizing it immediately."
Ted Kremenek
2012-12-06
Allow modifying an ImmutableMap without canonicalizing it immediately.
Jordan Rose
2012-12-04
Remove a URL from code
Eli Bendersky
2012-12-04
Make NaCl naming consistent. The triple OSType is called NaCl and is represented
Eli Bendersky
2012-12-03
Add a getMemorySize() function for DenseSet.
Argyrios Kyrtzidis
2012-12-03
Eliminate redundant bitwise operations when using a llvm/ADT/PointerUnion.
Argyrios Kyrtzidis
2012-12-03
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-11-30
Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.
Chandler Carruth
2012-11-30
Separate out the tests for whether the compiler suports R-value
Chandler Carruth
2012-11-30
Add a new C++11 compatibility macro, LLVM_LVALUE_FUNCTION.
Jordan Rose
2012-11-16
typo
Andrew Trick
2012-11-15
Fix indeterminism in MI scheduler DAG construction.
Sergei Larin
2012-11-15
Add support for SPIR64 target - the 64bit counterpart of SPIR.
Guy Benyei
2012-11-15
Use LLVM_DELETED_FUNCTION.
Jakub Staszak
2012-11-14
Remove the CellSPU port.
Eric Christopher
2012-10-31
Remove Triple::getArchTypeForDarwinArchName. I lives on the clang driver now.
Rafael Espindola
2012-10-31
Add extra declarations of hash_value needed to build llvm with xlc 12.1.
Rafael Espindola
2012-10-29
APFloat cleanup: Remove now unused fields "sign2" and "exponent2".
Ulrich Weigand
2012-10-26
Stop APInt::shl from generating llvm.trap
Derek Schuff
2012-10-24
Improve DenseMap checks for power of 2 growth. Thanks for the tip Jakob
Pete Cooper
2012-10-23
[Support/StringSet] Fix memory leak when inserted key already exists.
Michael J. Spencer
[prev]
[next]