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
Age
Commit message (
Expand
)
Author
2012-05-29
bounds checking:
Nuno Lopes
2012-05-29
Optional def can be either a def or a use (of reg0).
Evan Cheng
2012-05-29
Add intrinsics, code gen, assembler and disassembler support for the SSE4a ex...
Benjamin Kramer
2012-05-29
Clear the entering, exiting and internal ranges of a bundle before collecting
Lang Hames
2012-05-29
Update CPPBackend to new API for AttrListPtr::get.
Nicolas Geoffray
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
Fix suspicous hasOneUse() check, found by PVS Studio (PR12357).
Benjamin Kramer
2012-05-28
InstCombine: Fix infinite loop when encountering switch on trivial icmp.
Benjamin Kramer
2012-05-28
Remove unused variable.
David Blaikie
2012-05-28
PR12696: Attribute bits above 1<<30 are not encoded in bitcode
Meador Inge
2012-05-28
Random BitcodeReader cleanups.
Benjamin Kramer
2012-05-28
PR1255: Case Ranges
Stepan Dyatkovskiy
2012-05-28
Implement the indirect counter increment code in a better way. Instead of
Bill Wendling
2012-05-28
switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients.
Chris Lattner
2012-05-28
simplify code.
Chris Lattner
2012-05-27
PR12967: Don't crash when trying to fold a shift that's larger than the type'...
Benjamin Kramer
2012-05-27
Reimplement the intrinsic verifier to use the same table as Intrinsic::getDef...
Chris Lattner
2012-05-27
Have getOrCreateSubprogramDIE store the DIE for a subprogram
Peter Collingbourne
2012-05-27
move some code around so that Verifier.cpp can get access to the intrinsic in...
Chris Lattner
2012-05-27
enhance the intrinsic info table to encode what *kind* of Any argument
Chris Lattner
2012-05-27
Path::GetTemporaryDirectory(): Add an assertion if TempDirectory is alive, to...
NAKAMURA Takumi
2012-05-27
Missed parens.
Benjamin Kramer
2012-05-27
r157525 didn't work, just disable iterator checking.
Benjamin Kramer
2012-05-27
SDAGBuilder: Avoid iterator invalidation harder.
Benjamin Kramer
2012-05-26
SDAGBuilder: Don't create an invalid iterator when there is only one switch c...
Benjamin Kramer
2012-05-26
SelectionDAGBuilder: When emitting small compare chains for switches order th...
Benjamin Kramer
2012-05-26
Since commit 157467, if reassociate isn't actually going to change an expression
Duncan Sands
2012-05-26
SimplifyCFG: Turn the ad-hoc std::pair that represents switch cases into an e...
Benjamin Kramer
2012-05-26
Add support for branch weight metadata to MDBuilder and use it in various pla...
Benjamin Kramer
2012-05-26
ScoreboardHazardRecognizer: Remove dead conditional in debug code.
Benjamin Kramer
2012-05-26
Move this debug statement earlier so it is easy to see the order in
Duncan Sands
2012-05-25
The llvm_gcda_increment_indirect_counter function writes to the arguments that
Bill Wendling
2012-05-25
Fix predicate HasStandardEncoding in MipsInstrInfo.td per suggestion of
Akira Hatanaka
2012-05-25
bounds checking: add support for byval arguments
Nuno Lopes
2012-05-25
Delete MipsExpandPseudo.cpp.
Akira Hatanaka
2012-05-25
Move the code in MipsExpandPseudo to MipsInstrInfo::expandPostRAPseudo.
Akira Hatanaka
2012-05-25
Remove the code that expands MIPS' .cpload directive.
Akira Hatanaka
2012-05-25
Remove the code that emits MIPS' .cprestore directive.
Akira Hatanaka
2012-05-25
Remove pseudo instructions that are no longer used.
Akira Hatanaka
2012-05-25
boundschecking:
Nuno Lopes
2012-05-25
Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCall
Justin Holewinski
2012-05-25
Make the reassociation pass more powerful so that it can handle expressions
Duncan Sands
2012-05-25
misched: trace formatting
Andrew Trick
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
Silence unused variable warnings from when assertions are disabled.
Kaelyn Uhrain
2012-05-24
misched: Use the same scheduling heuristics with -misched-topdown/bottomup.
Andrew Trick
2012-05-24
Shrink.
Jakob Stoklund Olesen
2012-05-24
Add support for range expressions in TableGen foreach loops.
Jakob Stoklund Olesen
[next]