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
/
Support
Age
Commit message (
Expand
)
Author
2012-07-20
raw_ostream: Add a has_colors() method.
Daniel Dunbar
2012-07-20
Process: Add sys::Process::FileDescriptorHasColors().
Daniel Dunbar
2012-07-19
Pull the simple parts of DenseMapInfo<DebugLoc> inline and prune includes.
Benjamin Kramer
2012-07-19
Fixed few warnings.
Galina Kistanova
2012-07-19
Remove tabs.
Bill Wendling
2012-07-18
Add some missed ELF constants definitions:
Simon Atanasyan
2012-07-15
Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completes
Chandler Carruth
2012-07-15
Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h, to live with
Chandler Carruth
2012-07-13
Initializers for some fields were missing in Option::Option
Alexander Kornienko
2012-07-09
LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)
Derek Schuff
2012-07-08
Remove some trivial copy ctors so the classes become trivially copyable and g...
Benjamin Kramer
2012-07-06
Revert r159789.
Dmitri Gribenko
2012-07-06
Enable new[] on llvm::BumpPtrAllocator.
Dmitri Gribenko
2012-07-04
Reverted r159658:
Stepan Dyatkovskiy
2012-07-04
Reverted r156659, due to probable performance regressions, DenseMap should be...
Stepan Dyatkovskiy
2012-07-03
Diff from hg rev 0b098ca44de7
Derek Schuff
2012-07-03
IntegersSubsetMappin: cosmetic changes in diff operation.
Stepan Dyatkovskiy
2012-07-03
Part of r159527. Splitted into series of patches and gone with fixed PR13256:
Stepan Dyatkovskiy
2012-07-03
Part of r159527. Splitted into series of patches and gone with fixed PR13256:
Stepan Dyatkovskiy
2012-07-03
Part of r159527. Splitted into series of patches and gone with fixed PR13256:
Stepan Dyatkovskiy
2012-07-02
Revert "IntRange:" as it appears to be breaking self hosting.
Eric Christopher
2012-07-02
Fix -Wstring-conversion warning.
David Blaikie
2012-07-02
Fixed switch in IntRange::isSingleNumber method.
Stepan Dyatkovskiy
2012-07-02
IntRange, fixed warning in isSingleNumber method
Stepan Dyatkovskiy
2012-07-02
IntRange:
Stepan Dyatkovskiy
2012-06-29
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-28
add ConstantRange::difference (to perform set difference/relative complement)
Nuno Lopes
2012-06-26
IntegersSubsetMapping: implemented "diff" operation. Operation allows at the ...
Stepan Dyatkovskiy
2012-06-26
IntegersSubsetMapping: removed exclude operation, it will replaced with more ...
Stepan Dyatkovskiy
2012-06-25
add CallSite/CallInst/InvokeInst::hasFnAttr()
Nuno Lopes
2012-06-25
Just remove generic support for C++11 alignas -- GCC is already
Chandler Carruth
2012-06-24
llvm/Support/IntegersSubset.h: Add a copy constructor on IntegersSubset to ap...
NAKAMURA Takumi
2012-06-24
llvm/Support/IntegersSubset.h: Fix whitespace.
NAKAMURA Takumi
2012-06-23
Add relocation types for Hexagon processor; patch by Sidney Manning <sidneym@...
Marshall Clow
2012-06-22
Fixed r158979.
Stepan Dyatkovskiy
2012-06-22
Revert commit 158979 (dyatkovskiy) since it is causing several buildbots to
Duncan Sands
2012-06-22
Performance optimizations:
Stepan Dyatkovskiy
2012-06-20
Remove 'static' from inline functions defined in header files.
Chandler Carruth
2012-06-20
Add permissions(), map_file_pages(), and unmap_file_pages() to llvm::sys::fs ...
Nick Kledzik
2012-06-16
Add support to the alignment support header for conjuring a character
Chandler Carruth
2012-06-12
Remove use of GNU extension to resolve Clang warning.
David Blaikie
2012-06-12
Satisfy C++ aliasing rules, per suggestion by Chandler.
Argyrios Kyrtzidis
2012-06-12
For llvm::sys::ThreadLocalImpl instead of malloc'ing the platform-specific
Argyrios Kyrtzidis
2012-06-09
Convert comments to proper Doxygen comments.
Dmitri Gribenko
2012-06-05
IntegersSubsetMapping: added exclude operation, that allows to exclude subset...
Stepan Dyatkovskiy
2012-06-05
IntegersSubsetMapping:
Stepan Dyatkovskiy
2012-06-03
IntRange: Restore the copy constuctor explicitly to appase buildbot.
NAKAMURA Takumi
2012-06-02
Added unittests for IntegersSubset and IntegersSubsetMapping.
Stepan Dyatkovskiy
2012-06-02
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
PR1255: case ranges.
Stepan Dyatkovskiy
[prev]
[next]