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
2013-01-04
Add time getters to the process interface for requesting the elapsed
Chandler Carruth
2013-01-04
Move 'break' to the right place to prevent fallthru. There is no test-case
Jakub Staszak
2013-01-04
Move an assertion so it doesn't dereference end().
Jakob Stoklund Olesen
2013-01-04
Do not vectorize loops with subtraction reductions
Paul Redmond
2013-01-04
Add a name for the anonymous type we're creating for subrange
Eric Christopher
2013-01-04
Added DEBUG message to ObjCARC when we optimize objc_retain => objc_retainAut...
Michael Gottesman
2013-01-04
Fixed up some DEBUG messages where I was putting in the text of a message the...
Michael Gottesman
2013-01-04
Fix a warning
Nadav Rotem
2013-01-04
The current Intel Atom microarchitecture has a feature whereby when a function
Preston Gurd
2013-01-04
General cleanups.
Bill Wendling
2013-01-04
[Object][ELF] Add a maximum alignment. This is used by createELFObjectFile to...
Michael J. Spencer
2013-01-04
[mips] MipsTargetLowering::getSetCCResultType should return a vector type if
Akira Hatanaka
2013-01-04
[mips] 80 columns.
Akira Hatanaka
2013-01-04
Fix how YAML I/O detects flow sequences.
Nick Kledzik
2013-01-04
[mips] Reorder template parameters. Remove class shift_rotate_imm32 and
Akira Hatanaka
2013-01-04
Memory Dependence Analysis: fix a miscompile that uses DT to approxmiate the
Manman Ren
2013-01-04
[mips] Refactor conditional move instructions.
Akira Hatanaka
2013-01-04
[mips] Refactor instructions which move data from or to coprocessors.
Akira Hatanaka
2013-01-04
Remove unused #include
Eli Bendersky
2013-01-04
PowerPC: Fix eh_frame relocation for PIC
Adhemerval Zanella
2013-01-04
Change the default number of registers to prevent unrolling on targets that d...
Nadav Rotem
2013-01-04
Add a space to the end of the line so we don't get "itsbounds" in output.
Eric Christopher
2013-01-04
small fixes to enable the reuse of the pass manager across multiple modules
Pedro Artigas
2013-01-04
Add section information for the DWARF5 split debug proposal
Eric Christopher
2013-01-04
Move the loop vectorizer from O2 to O3. It looks like the increase in code si...
Nadav Rotem
2013-01-04
LoopVectorizer:
Nadav Rotem
2013-01-04
Revert revision: 171467. This transformation is incorrect and makes some test...
Nadav Rotem
2013-01-03
Simplified TRUNCATE operation that comes after SETCC. It is possible since SE...
Elena Demikhovsky
2013-01-03
Revert "Mark DIV/IDIV instructions hasSideEffects=1 because they can trap whe...
Michael Gottesman
2013-01-03
Changed two debug statements that state that a queue had finished being proce...
Michael Gottesman
2013-01-03
Added DEBUG message for ObjCARC when we zap a push/pop pair in ObjCARCAPElim:...
Michael Gottesman
2013-01-03
Added DEBUG message to ObjCARC when we transform objc_initWeak(p, null) => *p...
Michael Gottesman
2013-01-03
Added DEBUG message for ObjCARC when an inline asm marker is inserted for arc...
Michael Gottesman
2013-01-03
Mark DIV/IDIV instructions hasSideEffects=1 because they can trap when dividi...
Craig Topper
2013-01-03
Add a subtype parameter to VTTI::getShuffleCost
Hal Finkel
2013-01-03
Revert everything to r171366 to try to fix the build.
Bill Wendling
2013-01-03
Try again to revert the bad patch. The tree was reverted for some unknown reason
Bill Wendling
2013-01-03
Revert patch. Something snuck in there that shouldn't be.
Bill Wendling
2013-01-03
Remove the 'contains' methods in favor of the 'operator==' method.
Bill Wendling
2013-01-03
Revert r171427, "An intermediate step in the Attributes rewrite."
NAKAMURA Takumi
2013-01-03
[MC][COFF] Switch the COFF streamer over to using the MCObjectStreamer versio...
Michael J. Spencer
2013-01-03
LoopVectorizer: Add support for loop-unrolling during vectorization for incre...
Nadav Rotem
2013-01-03
Fix PR14732 by handling all kinds of IMPLICIT_DEF live ranges.
Jakob Stoklund Olesen
2013-01-03
Make the type signature more strict.
Bill Wendling
2013-01-02
Avoid vectorization when the function has the "noimplicitflot" attribute.
Nadav Rotem
2013-01-02
Extend the dumping infrastructure to deal with additional
Eric Christopher
2013-01-02
An intermediate step in the Attributes rewrite.
Bill Wendling
2013-01-02
DAGCombiner: Avoid generating illegal vector INT_TO_FP nodes
Tom Stellard
2013-01-02
Adds missing aliases for fcom and fcomp instructions without arguments.
Kevin Enderby
2013-01-02
- Add comment to two functions which might be considered as dead code.
Shuxin Yang
[next]