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
/
Target
Age
Commit message (
Expand
)
Author
2012-12-19
LLVM sdisel normalize bit extraction of the form:
Evan Cheng
2012-12-19
Remove edis - the enhanced disassembler. Fixes PR14654.
Roman Divacky
2012-12-19
Transform (x&C)>V into (x&C)!=0 where possible
Paul Redmond
2012-12-19
PowerPC: Expand VSELECT nodes.
Benjamin Kramer
2012-12-19
Change TargetLowering::getTypeForExtArgOrReturn to take and return
Patrik Hagglund
2012-12-19
Change TargetLowering::RegisterTypeForVT to contain MVTs, instead of
Patrik Hagglund
2012-12-19
Change TargetLowering::findRepresentativeClass to take an MVT, instead
Patrik Hagglund
2012-12-19
X86ISelLowering.cpp: Fix warnings. [-Wlogical-op-parentheses]
NAKAMURA Takumi
2012-12-19
Optimized load + SIGN_EXTEND patterns in the X86 backend.
Elena Demikhovsky
2012-12-19
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
Add some missing Defs and Uses.
Reed Kotler
2012-12-18
Reverse order of checking SSE level when calculating compare cost, so we check
Jakub Staszak
2012-12-18
Disable ARM partial flag dependency optimization at -Oz
Quentin Colombet
2012-12-18
Get rid of the pesky -Woverloaded-virtual warning. No change in functionality.
Eli Bendersky
2012-12-18
Repair bundles that were broken by removing and reinserting the first
Jakob Stoklund Olesen
2012-12-18
Extract a method, no functional change intended.
Jakob Stoklund Olesen
2012-12-17
[arm fast-isel] Minor cleanup. No functional change intended.
Chad Rosier
2012-12-17
[arm fast-isel] Fast-isel only handles simple VTs, so make sure the necessary
Chad Rosier
2012-12-17
Add instruction encodings / disassembly support for l2r instructions.
Richard Osborne
2012-12-17
R600: enable S_*N2_* instructions
Tom Stellard
2012-12-17
R600: BB operand support for SI
Tom Stellard
2012-12-17
R600: remove nonsense setPrefLoopAlignment
Tom Stellard
2012-12-17
Revert/correct some FastISel changes in r170104 (EVT->MVT for
Patrik Hagglund
2012-12-17
Add instruction encodings for PEEK and ENDIN.
Richard Osborne
2012-12-17
Fix parameter name in prototypes in XCoreDisassembler.
Richard Osborne
2012-12-17
Add instruction encodings / disassembly support for rus instructions.
Richard Osborne
2012-12-17
Add instruction encodings for ZEXT and SEXT.
Richard Osborne
2012-12-17
Add instruction encodings / disassembly support for 2r instructions.
Richard Osborne
2012-12-17
Add instruction encodings / disassembly support for 0r instructions.
Richard Osborne
2012-12-17
Simplify assertion in XCoreInstPrinter.
Richard Osborne
2012-12-17
Update comments to match recommended doxygen style.
Richard Osborne
2012-12-17
Remove unnecessary include.
Richard Osborne
2012-12-17
Remove EFLAGS from the BLSI/BLSMSK/BLSR patterns. The nodes created by DAG co...
Craig Topper
2012-12-17
Simplify BMI ANDN matching to use patterns instead of a DAG combine. Also add...
Craig Topper
2012-12-17
Add rest of BMI/BMI2 instructions to the folding tables as well as popcnt and...
Craig Topper
2012-12-17
Remove store forms of DEC/INC from isDefConvertible. Since they are stores th...
Craig Topper
2012-12-16
Add instruction encodings and disassembly for 1r instructions.
Richard Osborne
2012-12-16
Add XCore disassembler.
Richard Osborne
2012-12-16
Remove invalid instruction encodings.
Richard Osborne
2012-12-16
Mark anything deriving from PseudoInstXCore as a pseudo instruction.
Richard Osborne
2012-12-16
Set instruction size correctly in XCoreInstrFormats.td
Richard Osborne
2012-12-16
Change XCoreAsmPrinter to lower MachineInstrs to MCInsts before emission.
Richard Osborne
2012-12-16
Replace ${:comment} with the comment symbol.
Richard Osborne
2012-12-16
This patch is needed to make c++ exceptions work for mips16.
Reed Kotler
2012-12-15
X86: Add a couple of target-specific dag combines that turn VSELECTS into psu...
Benjamin Kramer
2012-12-15
Make '-mtune=x86_64' assume fast unaligned memory accesses.
Chandler Carruth
2012-12-15
This code implements most of mips16 hardfloat as it is done by gcc.
Reed Kotler
2012-12-14
FastIsel: Get PIC-style GV loads for NaCl64 even w/out 64-bit pointers.
Jan Voung
2012-12-14
Make sure the alternate PC+imm syntax of LDR instruction with a small
Kevin Enderby
2012-12-14
TypeLegalizer: Do not generate target specific nodes with illegal types, beca...
Nadav Rotem
[prev]
[next]