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-03-14
[asan] rename class BlackList to FunctionBlackList and move it into a separat...
Kostya Serebryany
2012-03-14
Extend the inline cost calculation to account for bonuses due to
Chandler Carruth
2012-03-14
When an invoke is marked with metadata indicating its unwind edge
Dan Gohman
2012-03-14
Change where we enable the heuristic that delays inlining into functions
Chandler Carruth
2012-03-14
Silence operator precedence warnings.
Benjamin Kramer
2012-03-14
Refactor the inline cost bonus calculation for constants to use
Chandler Carruth
2012-03-14
Reapply r152486 with a fix for the nightly testers.
Bill Wendling
2012-03-14
Insert the debugging instructions in one fell-swoop so that it doesn't call the
Bill Wendling
2012-03-14
misched: implemented a framework for top-down or bottom-up scheduling.
Andrew Trick
2012-03-14
misched comments
Andrew Trick
2012-03-14
Remove the DW_AT_MIPS_linkage name attribute when we don't need it
Eric Christopher
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
Fortify r152675 a bit. Although I'm not able to come up with a test case that...
Evan Cheng
2012-03-13
DAG combine incorrectly optimize (i32 vextract (v4i16 load $addr), c) to
Evan Cheng
2012-03-13
Target override to allow CodeGenPrepare to sink address operands to intrinsic...
Pete Cooper
2012-03-13
Add a sanity check in MemoryBuffer::getOpenFile() to make sure we don't hang
Argyrios Kyrtzidis
2012-03-13
s/SjLjEHPass/SjLjEHPrepare/
Bill Wendling
2012-03-13
Change the X86 assembler to not require a segment register on string
Kevin Enderby
2012-03-13
enhance jump threading to preserve TBAA information when PRE'ing loads,
Chris Lattner
2012-03-13
Teach globalopt how to evaluate an invoke with a non-void return type.
Dan Gohman
2012-03-13
Generalize the "trunc(ptrtoint(x)) - trunc(ptrtoint(y)) ->
Duncan Sands
2012-03-13
Uniformize the InstructionSimplify interface by ensuring that all routines
Duncan Sands
2012-03-13
Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...
Eli Bendersky
2012-03-13
Add a return type.
Bill Wendling
2012-03-13
Inline the d'tor and add an anchor instead.
Bill Wendling
2012-03-13
Refactor the SelectionDAG's 'dump' methods into their own .cpp file.
Bill Wendling
2012-03-13
Fixed typo in comment.
Lang Hames
2012-03-13
Fix regression from r151466: an we can't replace uses of an instruction reach...
Eli Friedman
2012-03-13
Address some review comments from Duncan. This moves the iterative
Chandler Carruth
2012-03-12
Added a missing error check for X86 assembly with mismatched base and index
Kevin Enderby
2012-03-12
Inline a trivial helper function.
Benjamin Kramer
2012-03-12
Revert due to nightly test failures.
Bill Wendling
2012-03-12
When inlining a function and adding its inner call sites to the
Chandler Carruth
2012-03-12
Teach instsimplify how to constant fold pointer differences.
Chandler Carruth
2012-03-12
Don't cast away constant qualifier.
Duncan Sands
2012-03-12
Switch to unified syntax for VFP instructions in inline assembly.
Bob Wilson
2012-03-11
Replace a hand-coded leading one counting loop with the magic from MathExtras.h.
Benjamin Kramer
2012-03-11
Remove global map. This code isn't even hot.
Benjamin Kramer
2012-03-11
DwarfDebug: Store the filename/dirname pair as a zero-separated string in a s...
Benjamin Kramer
2012-03-11
Convert more static tables of registers used by calling convention to uint16_...
Craig Topper
2012-03-11
Use uint16_t to store registers and opcode in static tables in the target spe...
Craig Topper
2012-03-11
Remove unused functions getArgRegs and getNumArgRegs.
Craig Topper
2012-03-11
llvm::SwitchInst
Stepan Dyatkovskiy
2012-03-10
Make StringRef::getAsInteger work with all integer types. Before this change
Michael J. Spencer
2012-03-10
Make helper static, so it can be inlined into its sole caller.
Benjamin Kramer
2012-03-10
*fix typo in comment; test of commit access
Kay Tiong Khoo
2012-03-10
As Duncan pointed out, pointers tend not to be in floating point format...for...
Bill Wendling
2012-03-10
Make this transformation slightly less agressive and more correct.
Bill Wendling
2012-03-10
C files in llvm still have to be C89 compliant, remove C++-style comments.
Benjamin Kramer
[prev]
[next]