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-06-01
Provide move semantics for (Small)BitVector.
Benjamin Kramer
2012-06-01
PR1255: case ranges.
Stepan Dyatkovskiy
2012-06-01
Remove noisy semicolons.
Benjamin Kramer
2012-06-01
PR1255: case ranges.
Stepan Dyatkovskiy
2012-06-01
Add support for enum forward declarations.
Eric Christopher
2012-05-31
IntrusiveRefCntPtr: Simplify operator= as suggested by Richard Smith.
Benjamin Kramer
2012-05-31
X86: replace SUB with CMP if possible
Manman Ren
2012-05-31
Add a PrintRegUnit helper similar to PrintReg.
Jakob Stoklund Olesen
2012-05-31
Emit register unit root tables.
Jakob Stoklund Olesen
2012-05-31
Add intrinsic for pclmulqdq instruction.
Craig Topper
2012-05-30
Teach SCEV's icmp simplification logic that a-b == 0 is equivalent to a == b.
Benjamin Kramer
2012-05-30
Add MCRegisterInfo::RegListIterator.
Jakob Stoklund Olesen
2012-05-30
Mark insertq/extrq intrinsic readnone.
Benjamin Kramer
2012-05-30
Add an insertPass API to TargetPassConfig. <rdar://problem/11498613>
Bob Wilson
2012-05-30
Make DiffListIterator public to unbreak the gcc buildbots.
Jakob Stoklund Olesen
2012-05-29
Use MCRegUnitIterator to compute regsOverlap().
Jakob Stoklund Olesen
2012-05-29
Emit register unit lists for each register.
Jakob Stoklund Olesen
2012-05-29
DenseMap's move assignment operator needs to return *this
Douglas Gregor
2012-05-29
Add intrinsics, code gen, assembler and disassembler support for the SSE4a ex...
Benjamin Kramer
2012-05-29
ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...
Stepan Dyatkovskiy
2012-05-28
Add llvm.fabs intrinsic.
Peter Collingbourne
2012-05-28
PR12696: Attribute bits above 1<<30 are not encoded in bitcode
Meador Inge
2012-05-28
PR1255: Case Ranges
Stepan Dyatkovskiy
2012-05-28
SwitchInst: Due to bad readability case iterators definition was moved to the...
Stepan Dyatkovskiy
2012-05-28
switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients.
Chris Lattner
2012-05-28
add some helper methods to make the type more uniform.
Chris Lattner
2012-05-27
rdar://11542750 - llvm.trap should be marked no return.
Chris Lattner
2012-05-27
DenseMap: Use an early exit when there is nothing to do in DestroyAll().
Benjamin Kramer
2012-05-27
IntrusiveRefCntPtr: Use the same pattern as the other operator= overloads whe...
Benjamin Kramer
2012-05-27
generalize this to allow any argument.
Chris Lattner
2012-05-27
move some code around so that Verifier.cpp can get access to the intrinsic in...
Chris Lattner
2012-05-27
DenseMap: Provide a move ctor and move semantics for operator[] and FindAndCo...
Benjamin Kramer
2012-05-27
DenseMap: Factor destruction into a common helper method.
Benjamin Kramer
2012-05-27
Move-enable IntrusiveRefCntPtr.
Benjamin Kramer
2012-05-26
Add support for branch weight metadata to MDBuilder and use it in various pla...
Benjamin Kramer
2012-05-25
Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCall
Justin Holewinski
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
[next]