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
Age
Commit message (
Expand
)
Author
2012-05-25
Compress MCRegisterInfo register name tables.
Jakob Stoklund Olesen
2012-05-25
Simplify code for calling a function where CanLowerReturn fails, fixing a sma...
Eli Friedman
2012-05-24
Don't put TGParser scratch results in the output.
Jakob Stoklund Olesen
2012-05-24
misched: Added ScoreboardHazardRecognizer.
Andrew Trick
2012-05-24
Remove the PTX back-end and all of its artifacts (triple, etc.)
Justin Holewinski
2012-05-24
Teach tblgen's set theory "sequence" operator to support an optional stride o...
Owen Anderson
2012-05-23
revert r156383: removal of TYPE_CODE_FUNCTION_OLD
Nuno Lopes
2012-05-23
Add support for C++11 enum classes in llvm.
Eric Christopher
2012-05-22
add a new pass to instrument loads and stores for run-time bounds checking
Nuno Lopes
2012-05-22
revert my previous patches that introduced an additional parameter to the obj...
Nuno Lopes
2012-05-22
fix the quotient returned by sdivrem() for the case when LHS is negative and ...
Nuno Lopes
2012-05-21
Added address space qualifier to intrinsic PointerType arguments.
Pete Cooper
2012-05-21
PR1255 (case ranges: work with ConstantRangesSet instead of ConstantInt) rela...
Stepan Dyatkovskiy
2012-05-21
Give a small negative bias to giant edge bundles.
Jakob Stoklund Olesen
2012-05-20
Add a LiveRangeQuery class.
Jakob Stoklund Olesen
2012-05-19
Disambiguate call to operator==.
Benjamin Kramer
2012-05-19
ValueMap: Use DenseMap's find_as mechanism to reduce use list churn.
Benjamin Kramer
2012-05-19
Move CallbackVHs dtor inline, it can be devirtualized in many cases. Move the...
Benjamin Kramer
2012-05-19
Provide move semantics for TinyPtrVector and for DenseMap's rehash function.
Benjamin Kramer
2012-05-19
Allow LiveRangeEdit to be created with a NULL parent.
Jakob Stoklund Olesen
2012-05-19
Actually support DW_TAG_rvalue_reference_type that we were trying
Eric Christopher
2012-05-19
SCEV: Add MarkPendingLoopPredicates to avoid recursive isImpliedCond.
Andrew Trick
2012-05-18
Modernize naming convention for class members.
Jakob Stoklund Olesen
2012-05-18
Refactor data-in-code annotations.
Jim Grosbach
2012-05-18
fix warnings when compiling with -Wshadow
Nick Kledzik
2012-05-17
[Hexagon] Clean up Hexagon ELF definition.
Evandro Menezes
2012-05-16
Grammar.
Eric Christopher
2012-05-16
I noticed that named metadata doesn't provide a direct way of getting at the
Duncan Sands
2012-05-15
[Support] Add a version of sys::fs::equivalent() that treats errors as false.
Daniel Dunbar
2012-05-15
TableGen'erate mapping physical registers to encoding values.
Jim Grosbach
2012-05-15
Allow MCCodeEmitter access to the target MCRegisterInfo.
Jim Grosbach
2012-05-15
Fixed one small stupid, but critical bug.
Stepan Dyatkovskiy
2012-05-14
[Support/COFF] Make the order of members in symbol match the standard.
Michael J. Spencer
2012-05-14
Move the capture analysis from MemoryDependencyAnalysis to a more general place
Chad Rosier
2012-05-14
Rename @llvm.debugger to @llvm.debugtrap.
Dan Gohman
2012-05-14
Remove a stale forward declaration.
Andrew Trick
2012-05-14
Remove the expensive BitVector::operator~().
Jakob Stoklund Olesen
2012-05-14
Remove BitVector binops.
Jakob Stoklund Olesen
2012-05-14
Add BitVector::anyCommon().
Jakob Stoklund Olesen
2012-05-14
SwitchInst cosmetics: renamed "Hash" method to "hash"
Stepan Dyatkovskiy
2012-05-14
Use ArrayRef instead of an explicit vector type.
Bill Wendling
2012-05-12
Recommited r156374 with critical fixes in BitcodeReader/Writer:
Stepan Dyatkovskiy
2012-05-12
Teach Function::hasAddressTaken that BlockAddress doesn't really take
Jay Foad
2012-05-11
Add doxygen comments.
Michael J. Spencer
2012-05-11
[Support/StringRef] Add find_last_not_of and {r,l,}trim.
Michael J. Spencer
2012-05-11
Hexagon V5 intrinsics support.
Sirish Pande
2012-05-11
PR1255: ConstantRangesSet and CRSBuilder classes moved from include/llvm to i...
Stepan Dyatkovskiy
2012-05-11
Tidy up. Trailing whitespace.
Jim Grosbach
2012-05-11
Define a new intrinsic, @llvm.debugger. It will be similar to __builtin_trap(),
Dan Gohman
2012-05-11
Allow unique_file to take a mode for file permissions, but default
Eric Christopher
[next]