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
2014-02-25
Introduce the asmjs-unknown-emscripten target triple.
Dan Gohman
2013-08-28
Hardcode NaCl in ADT/Triple.h for NaCl only builds (no Darwin/Windows).
Jan Voung
2013-05-05
Add ArrayRef constructor from None, and do the cleanups that this constructor...
Dmitri Gribenko
2013-05-03
[SystemZ] Add llvm::Triple::systemz
Richard Sandiford
2013-05-02
Replaced usages of size_type with size_t to be more consistent.
Aaron Ballman
2013-05-01
fix windows warning.
Peng Cheng
2013-05-01
use static_cast to get rid of windows warning.
Peng Cheng
2013-04-26
Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.
Rafael Espindola
2013-04-22
typo
Jia Liu
2013-04-18
Fix typo
Eli Bendersky
2013-04-15
Make the host endianness check an integer constant expression.
Rafael Espindola
2013-04-09
Fix PointerIntPair to be enum class compatible.
Joe Groff
2013-04-04
Document the return value of SmallSet insert.
Nadav Rotem
2013-03-29
SmallVector and SmallPtrSet allocations now power-of-two aligned.
Jean-Luc Duprat
2013-03-29
Revert "Fix allocations of SmallVector and SmallPtrSet so they are more prone...
Rafael Espindola
2013-03-29
Fix allocations of SmallVector and SmallPtrSet so they are more prone to
Jean-Luc Duprat
2013-03-27
Cleanup the simplify_type implementation.
Rafael Espindola
2013-03-20
Use pre-inc, pre-dec when possible.
Jakub Staszak
2013-03-20
Add std prefixes to fix the build with xlc.
Rafael Espindola
2013-03-15
[ADT] Fix StringSet::insert() to not allocate on every lookup.
Daniel Dunbar
2013-03-15
Use NumBaseBits in a few more places in SmallBitVector instead of recalculati...
Craig Topper
2013-03-08
Disable statistics on Release builds and move tests that depend on -stats.
Jan Wen Voung
2013-02-27
Switching -1ULL to UINT64_MAX to fix MSVC warnings. Patch thanks to Peng Cheng!
Aaron Ballman
2013-02-26
Another test commit. Remove trailing whitespace.
Matt Arsenault
2013-02-26
Test commit. Remove trailing whitespace.
Matt Arsenault
2013-02-22
An Optional<T> is pod-like if the inner type is.
Benjamin Kramer
2013-02-21
Clear the whole table including the tombstones, since the tombstone count will
Pedro Artigas
2013-02-21
Add move ctor/assignment to Optional<T>
David Blaikie
2013-02-21
Correct spelling of 'enumerator'.
David Blaikie
2013-02-21
Make Optional<T>'s operator bool 'explicit' in C++11
David Blaikie
2013-02-21
ADT/Optional.h: Appease msvc. It reapplies r175626.
NAKAMURA Takumi
2013-02-21
Provide a "None" value for convenience when using Optional<T>()
David Blaikie
2013-02-20
Revert r175626, "ADT/Optional.h: Appease msvc."
NAKAMURA Takumi
2013-02-20
Whitespace.
NAKAMURA Takumi
2013-02-20
ADT/Optional.h: Appease msvc.
NAKAMURA Takumi
2013-02-20
Move the SplatByte helper to APInt and generalize it a bit.
Benjamin Kramer
2013-02-20
Rename llvm::Optional<T>::Reset to 'reset' as per LLVM naming conventions.
David Blaikie
2013-02-20
Allow llvm::Optional to work with types without default constructors.
David Blaikie
2013-02-20
Move part of APInt implementation from header to cpp file. These methods
Jakub Staszak
2013-02-19
Remove my bogus MapVector::erase() with a narrower ::pop_back(), and add a un...
Douglas Gregor
2013-02-18
Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.
David Blaikie
2013-02-18
Add front/back/erase to MapVector.
Douglas Gregor
2013-02-14
Add missing typename to unbreak the MSVC 2012 build.
Francois Pichet
2013-02-13
Fix iterator definitions for ImmutableSet and ImmutableMap.
Ryan Govostes
2013-02-13
Add iterator_traits to ImmutableMap and ImmutableSet.
Ryan Govostes
2013-02-13
Remove unnecessary condtional assignment. The next line ignores the result of...
Craig Topper
2013-02-07
ADT: Correct APInt::getActiveWords for zero values
Meador Inge
2013-01-31
Add AArch64 as an experimental target.
Tim Northover
2013-01-30
Encapsulate testing that we have an iOS Triple in Triple.h in the method isiOS
Michael Gottesman
2013-01-25
Add an insert() method to MapVector. Adds the first MapVector unit test.
Nick Lewycky
[next]