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
/
lib
/
Support
Age
Commit message (
Expand
)
Author
2012-03-14
Move APInt::operator[] inline.
Benjamin Kramer
2012-03-14
Move APInt::operator! inline, it's small and fuses well with surrounding code...
Benjamin Kramer
2012-03-13
Add a sanity check in MemoryBuffer::getOpenFile() to make sure we don't hang
Argyrios Kyrtzidis
2012-03-12
Inline a trivial helper function.
Benjamin Kramer
2012-03-12
Don't cast away constant qualifier.
Duncan Sands
2012-03-11
Replace a hand-coded leading one counting loop with the magic from MathExtras.h.
Benjamin Kramer
2012-03-10
Make StringRef::getAsInteger work with all integer types. Before this change
Michael J. Spencer
2012-03-09
Add support for r600 (AMD GPUs HD2XXX - HD6XXX) target triplet.
Anton Korobeynikov
2012-03-08
Silence unused function warning when graphviz is not available.
Benjamin Kramer
2012-03-08
Revert commit 152300 (ddunbar) since it still seems to be breaking
Duncan Sands
2012-03-08
[ADT] Change the trivial FoldingSetNodeID::Add* methods to be inline, reapplied
Daniel Dunbar
2012-03-08
Revert r152288, "[ADT] Change the trivial FoldingSetNodeID::Add* methods to be
Daniel Dunbar
2012-03-08
[ADT] Change the trivial FoldingSetNodeID::Add* methods to be inline.
Daniel Dunbar
2012-03-07
Copy the right amount of elements.
Benjamin Kramer
2012-03-07
SmallPtrSet: Copy all the elements when swapping, not just numelements.
Benjamin Kramer
2012-03-07
Added -view-background to avoid waiting for each GraphViz invocation.
Andrew Trick
2012-03-06
SmallPtrSet: Provide a more efficient implementation of swap than the default...
Benjamin Kramer
2012-03-04
Replace the hashing functions on APInt and APFloat with overloads of the
Chandler Carruth
2012-03-04
Add generic support for hashing StringRef objects using the new hashing library.
Chandler Carruth
2012-03-01
Switch FoldingSet over to the new hashing infrastructure. We might want
Chandler Carruth
2012-03-01
BumpPtrAllocator: Make sure threshold cannot be initialized with a value smal...
Benjamin Kramer
2012-03-01
If BumpPtrAllocator is requested to allocate a size that exceeds the slab size,
Argyrios Kyrtzidis
2012-03-01
Add the source file with trivial definitions in it that was missing from
Chandler Carruth
2012-03-01
Rewrite LLVM's generalized support library for hashing to follow the API
Chandler Carruth
2012-02-29
Make MemoryObject accessor members const again
Derek Schuff
2012-02-29
Support/PathV2: Fix namespace qualifier in make_absolute(), for Win32.
Daniel Dunbar
2012-02-29
Support/PathV2: Fix make_absolute() to match is_absolute() and not expect to
Daniel Dunbar
2012-02-29
[PathV2] Fix bug in relative_path.
Michael J. Spencer
2012-02-24
Fix undefined behavior.
Ahmed Charles
2012-02-24
Workaround a miscompilation by gcc-4.3 that showed up as a failure
Duncan Sands
2012-02-23
Update for the removal of Hashing.cpp.
Jay Foad
2012-02-23
The implementation of GeneralHash::addBits broke C++ aliasing rules; fix
Jay Foad
2012-02-22
Remove extra semi-colons.
Chad Rosier
2012-02-22
Support was removed from LLVM's MIPS backend for the PSP variant of that
Chandler Carruth
2012-02-21
Move the implementation of StringRef::split out of StringExtras.cpp
Duncan Sands
2012-02-21
Tiny cosmetic change to use the same style for all of the while loops in
Chandler Carruth
2012-02-21
Replace a hand rolled loop with a lovely StringRef helper we have these
Chandler Carruth
2012-02-21
Pull the parsing helper functions out of the Triple interface entirely.
Chandler Carruth
2012-02-21
Clean up comments that I missed when changing the triple representation.
Chandler Carruth
2012-02-21
Switch the llvm::Triple class to immediately parse the triple string on
Chandler Carruth
2012-02-20
Move constructors out-of-line and flesh out their documentation. No
Chandler Carruth
2012-02-19
Remove dead code. Improve llvm_unreachable text. Simplify some control flow.
Ahmed Charles
2012-02-19
APFloat::toString(): Fix overrun at scanning.
NAKAMURA Takumi
2012-02-18
Fix issue with bitwise and precedence.
Ahmed Charles
2012-02-18
Hashing.h - utilities for hashing various data types.
Talin
2012-02-18
Trivial cleanup to group the generic 'armvN' cases with the 'arm' case,
Chandler Carruth
2012-02-15
Add function for computing the edit distance of two arrays.
Kaelyn Uhrain
2012-02-12
StringSwitchify the rest of Triple.cpp.
Benjamin Kramer
2012-02-12
Switch a bunch of manual if-chains to use StringSwitch. Clean them up in
Chandler Carruth
2012-02-09
Change default error_code ctor to a 'named ctor' so it's more self-documenting.
David Blaikie
[next]