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
/
utils
/
TableGen
Age
Commit message (
Expand
)
Author
2011-12-12
Extract a method.
Jakob Stoklund Olesen
2011-12-07
ARM: NEON SHLL instruction immediate operand range checking.
Jim Grosbach
2011-12-06
Extend AsmMatcher token literal matching to allow aliasing.
Jim Grosbach
2011-12-06
First chunk of MachineInstr bundle support.
Evan Cheng
2011-12-06
Tidy up. Fix naming convention stuff for some internal functions.
Jim Grosbach
2011-12-06
use space star instead of star space
Sebastian Pop
2011-12-06
add missing point at the end of sentences
Sebastian Pop
2011-12-02
ARM NEON VEXT aliases for data type suffices.
Jim Grosbach
2011-12-01
TableGen: fix CMake build s'more
Dylan Noblesmith
2011-12-01
Add a deterministic finite automaton based packetizer for VLIW architectures
Anshuman Dasgupta
2011-11-30
Replace an assert() with an actual diagnostic.
Jim Grosbach
2011-11-30
ARM parsing for VLD1 two register all lanes, no writeback.
Jim Grosbach
2011-11-30
llvm_unreachable() is not for user diagnostics....
Jim Grosbach
2011-11-30
ARM parsing aliases for VLD1 single register all lanes.
Jim Grosbach
2011-11-19
Remove some unnecessary filtering checks from X86 disassembler table build.
Craig Topper
2011-11-16
Rename MVT::untyped to MVT::Untyped to match similar nomenclature.
Owen Anderson
2011-11-15
Add vmov.f32 to materialize f32 immediate splats which cannot be handled by
Evan Cheng
2011-11-15
ARM parsing datatype suffix variants for fixed-writeback VLD1/VST1 instructions.
Jim Grosbach
2011-11-15
Tidy up. Formatting.
Jim Grosbach
2011-11-11
LLVMBuild: Alphabetize required_libraries lists.
Daniel Dunbar
2011-11-10
Remove this from the CMake build since I erased the file.
Owen Anderson
2011-11-09
Remove the old-style ARM disassembler, which is no longer used.
Owen Anderson
2011-11-06
More AVX2 instructions and their intrinsics.
Craig Topper
2011-11-03
build: Add initial cut at LLVMBuild.txt files.
Daniel Dunbar
2011-11-02
The TableGen parts of the CMake build are seriously broken. This fixes
Chandler Carruth
2011-10-28
Allow InstAlias's to use immediate matcher patterns that xform the value.
Jim Grosbach
2011-10-28
Allow register classes to match a containing class in InstAliases.
Jim Grosbach
2011-10-27
Delete dead code. Nothing ever instantiates this.
Jim Grosbach
2011-10-23
Add X86 RORX instruction
Craig Topper
2011-10-22
Move various generated tables into read-only memory, fixing up const correctn...
Benjamin Kramer
2011-10-21
Assembly parsing for 2-register sequential variant of VLD2.
Jim Grosbach
2011-10-21
Assembly parsing for 4-register variant of VLD1.
Jim Grosbach
2011-10-21
Assembly parsing for 3-register variant of VLD1.
Jim Grosbach
2011-10-21
ARM VLD parsing and encoding.
Jim Grosbach
2011-10-18
ARM VTBL (one register) assembly parsing and encoding.
Jim Grosbach
2011-10-18
ARM assembly parsing and encoding for VMOV.i64.
Jim Grosbach
2011-10-18
ARM assembly parsing and encoding for VMOV/VMVN/VORR/VBIC.i32.
Jim Grosbach
2011-10-17
ARM assembly parsing and encoding for VMOV/VMVN/VORR/VBIC.i16.
Jim Grosbach
2011-10-17
ARM NEON "vmov.i8" immediate assembly parsing and encoding.
Jim Grosbach
2011-10-17
Fix unused variable warning in the rare circumstance that we have no feature-...
Owen Anderson
2011-10-17
Pick low-hanging MatchEntry shrinkage fruit.
Benjamin Kramer
2011-10-16
Add X86 PEXTR and PDEP instructions.
Craig Topper
2011-10-16
Add X86 BZHI instruction as well as BMI2 feature detection.
Craig Topper
2011-10-16
Add X86 INVPCID instruction. Add 32/64-bit predicates to INVEPT, INVVPID, VMR...
Craig Topper
2011-10-16
Add X86 BEXTR instruction. This instruction uses VEX.vvvv to encode Operand 3...
Craig Topper
2011-10-15
Add support for X86 blsr, blsmsk, and blsi instructions. Required extra work ...
Craig Topper
2011-10-14
Add X86 ANDN instruction. Including instruction selection.
Craig Topper
2011-10-14
Ban rematerializable instructions with side effects.
Jakob Stoklund Olesen
2011-10-12
ARM parsing and encoding for the <option> form of LDC/STC instructions.
Jim Grosbach
2011-10-11
Remove extra semicolon.
Eli Friedman
[next]