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
Age
Commit message (
Expand
)
Author
2012-04-03
Add YAML parser to Support.
Michael J. Spencer
2012-04-03
Add VSELECT to LegalizeVectorTypes::ScalariseVectorResult. Previously it wou...
Pete Cooper
2012-04-03
Removed one last bad continue statement meant to be removed in r153914.
Pete Cooper
2012-04-03
When building llvmCore, pass the SDKROOT and -arch setting to configure.
Bob Wilson
2012-04-03
Remove a reference to the C backend.
Bob Wilson
2012-04-03
Fix an issue in SimplifySetCC() specific to vector comparisons.
Chad Rosier
2012-04-03
Set soname for FreeBSD as well.
Anton Korobeynikov
2012-04-03
Fix thinko check for number of operands to be the one that actually
Eric Christopher
2012-04-03
Matrix simplification in PBQP may push infinite costs onto register options.
Lang Hames
2012-04-03
ARMDisassembler: drop bogus dependency on ARMCodeGen
Dylan Noblesmith
2012-04-03
Object: drop bogus VMCore dependency
Dylan Noblesmith
2012-04-03
The speedup doesn't appear to have been from this, but was an anomaly of my t...
Bill Wendling
2012-04-03
Reserve space for the eventual filling of the vector. This gives a small spee...
Bill Wendling
2012-04-03
Add an additional testcase which checks ops with multiple users.
Nadav Rotem
2012-04-03
Make PPCCompilationCallbackC function to be static, so there will be no need ...
Anton Korobeynikov
2012-04-03
Tidy up spacing in some tablegen outputs.
Craig Topper
2012-04-03
Add support for AVX enhanced comparison predicates. Patch from Kay Tiong Khoo.
Craig Topper
2012-04-03
Reformatting. No functionality change.
Bill Wendling
2012-04-03
As Eric pointed out, even a Debug build should be equal. Leave the flag that ...
Bill Wendling
2012-04-03
Revert r153924. Delete test/MC/Disassembler/Mips and lib/Target/Mips/Disassem...
Akira Hatanaka
2012-04-03
Revert r153924. There were buildbot failures.
Akira Hatanaka
2012-04-03
MIPS disassembler support.
Akira Hatanaka
2012-04-03
Cleanup set_union usage. The same thing but a bit cleaner now.
Andrew Trick
2012-04-03
Use std::set_union instead of nasty custom code.
Andrew Trick
2012-04-03
Add a line number for the scope of the function (starting at the first
Eric Christopher
2012-04-03
Fixes to r153903. Added missing explanation of behaviour when the VirtRegMap...
Pete Cooper
2012-04-02
Compare the .o files only for release builds. Add an option to bypass the com...
Bill Wendling
2012-04-02
Moved LiveRangeEdit.h so that it can be called from other parts of the backen...
Pete Cooper
2012-04-02
Make dominatedBySlowTreeWalk private and assert cases handled by the caller.
Rafael Espindola
2012-04-02
Allocate virtual registers in ascending order.
Jakob Stoklund Olesen
2012-04-02
Refactored the LiveRangeEdit interface so that MachineFunction, TargetInstrIn...
Pete Cooper
2012-04-02
Add an option to turn off the expensive GVN load PRE part of GVN.
Bill Wendling
2012-04-02
Add predicates for checking whether targets have free FNEG and FABS operation...
Owen Anderson
2012-04-02
During two-address lowering, rescheduling an instruction does not untie
Lang Hames
2012-04-02
No need to run llvm-as.
Rafael Espindola
2012-04-02
Initial 64 bit direct object support.
Akira Hatanaka
2012-04-02
The binutils for the IBM BG/P are too old to support CFI.
Hal Finkel
2012-04-02
Add triple support for the IBM BG/P and BG/Q supercomputers.
Hal Finkel
2012-04-02
Turn on the accelerator tables for Darwin.
Eric Christopher
2012-04-02
Fast fix for PR12343:
Stepan Dyatkovskiy
2012-04-02
Implement the SVR4 byval alignment for aggregates. Fixing a FIXME.
Roman Divacky
2012-04-02
Second part for the 153874 one
Silviu Baranga
2012-04-02
Added fix in TableGen instruction decoder generation. The decoder now breaks ...
Silviu Baranga
2012-04-02
Add missing 'd'.
Rafael Espindola
2012-04-02
Hack the hack. If we have a situation where an ASM object is defined but isn't
Bill Wendling
2012-04-02
Emit the asm writer's mnemonic table with SequenceToOffsetTable.
Benjamin Kramer
2012-04-02
Move getOpcodeName from the various target InstPrinters into the superclass M...
Benjamin Kramer
2012-04-02
Reorder fields in MatchEntry and OperandMatchEntry to reduce padding. A bit t...
Craig Topper
2012-04-02
Optimizing swizzles of complex shuffles may generate additional complex shuff...
Nadav Rotem
2012-04-02
Remove getInstructionName from MCInstPrinter implementations in favor of usin...
Craig Topper
[next]