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-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
2012-02-09
Remove static initializer from DataStream.cpp
David Blaikie
2012-02-08
PathV2: Remove static StringRef ctors.
Benjamin Kramer
2012-02-07
Correct use of const in ParseCommandLineOptions
David Blaikie
2012-02-07
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-07
Fix win32 build breakage from bitcode streaming patch
Derek Schuff
2012-02-06
Fix comment-rulers.
Nick Lewycky
2012-02-06
Enable streaming of bitcode
Derek Schuff
2012-02-06
Introduce helpers to compute the 32-bit varaints and 64-bit variants of
Chandler Carruth
2012-02-06
fix typo
Sebastian Pop
2012-02-05
Persuade GCC that there is nothing worth warning about here (there isn't).
Duncan Sands
2012-02-03
Add new tag and an attribute to support debug info for objective-c property.
Devang Patel
2012-01-31
Add Triple::getMacOSXVersion to replace crufty code in the clang driver.
Bob Wilson
2012-01-31
Add various coarse bit-width architecture predicates to llvm::Triple.
Chandler Carruth
2012-01-29
Move Clang's file-level locking facility over to LLVM's support
Douglas Gregor
2012-01-27
Add r149110 back with a fix for when the vector and the int have the same
Rafael Espindola
2012-01-25
Tidy up. s/Low Level Virtual Machine/LLVM/.
Jim Grosbach
2012-01-23
Remove dead default.
David Blaikie
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-18
Add support for the gnueabihf environment. Patch by Sylvestre Ledru.
Rafael Espindola
2012-01-17
Removes template magic to build up containers.
Manuel Klimek
2012-01-17
Remove unreachable code. (replace with llvm_unreachable to help GCC where nec...
David Blaikie
2012-01-16
Removing unused default switch cases in switches over enums that already acco...
David Blaikie
2012-01-15
Remove SetWorkingDirectory from the Process interface. Nothing in LLVM
Chandler Carruth
2012-01-15
Remove dead code.
David Blaikie
2012-01-11
Disable the crash reporter when running lit tests.
Argyrios Kyrtzidis
2012-01-10
Teach the triple library about the androideabi environment.
Chandler Carruth
2012-01-10
Add 'llvm_unreachable' to passify GCC's understanding of the constraints
Chandler Carruth
2012-01-10
Remove unnecessary default cases in switches that cover all enum values.
David Blaikie
2012-01-10
Add definitions for AMD's bobcat (aka btver1)
Benjamin Kramer
2012-01-05
revert r147542 after comments from Joerg Sonnenberger
Sebastian Pop
2012-01-04
use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJIT
Sebastian Pop
2012-01-03
Conform to the style guide; remove 'else' after 'return'. Also remove an extra
Nick Lewycky
2011-12-27
Switch StringMap from an array of structures to a structure of arrays.
Benjamin Kramer
2011-12-22
drop unneeded config.h includes
Dylan Noblesmith
2011-12-22
Fix APInt::rotl and APInt::rotr so that they work correctly. Found while wri...
Eli Friedman
2011-12-21
Changes the JSON parser to use the SourceMgr.
Manuel Klimek
2011-12-20
Fixes a potential compilation error.
Manuel Klimek
2011-12-20
Pulls the implementation of skip() into JSONParser.
Manuel Klimek
2011-12-20
Addressing style issues in JSON parser.
Manuel Klimek
2011-12-20
Fix up the CMake build for the new files added in r146960, they're
Chandler Carruth
[next]