projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Teach the MC and disassembler about SoftFail, and hook it up to UNPREDICTABLE on...
[oota-llvm.git]
/
utils
/
TableGen
/
2012-02-09
James Molloy
Teach the MC and disassembler about SoftFail, and hook...
tree
|
commitdiff
2012-02-09
Craig Topper
More tweaks to get the size of the X86 disassembler...
tree
|
commitdiff
2012-02-09
Craig Topper
Flatten some of the arrays in the X86 disassembler...
tree
|
commitdiff
2012-02-08
Benjamin Kramer
Don't map registers to the invalid dwarf register ...
tree
|
commitdiff
2012-02-08
Benjamin Kramer
Value initialize MCRegisterClasses. Not sure how could...
tree
|
commitdiff
2012-02-05
Craig Topper
Convert assert(0) to llvm_unreachable
tree
|
commitdiff
2012-02-03
Brendon Cahoon
Increment DFAStateEntryTable index for sentinel entry.
tree
|
commitdiff
2012-02-01
Jakob Stoklund Olesen
Specify SubRegIndex components on the index itself.
tree
|
commitdiff
2012-02-01
Jakob Stoklund Olesen
Fix a bug in the TopoOrderRC comparison function.
tree
|
commitdiff
2012-02-01
Jakob Stoklund Olesen
Avoid emitting empty arrays, they're not standard C++.
tree
|
commitdiff
2012-01-31
Jakob Stoklund Olesen
Don't assign a value to NUM_TARGET_NAMED_SUBREGS.
tree
|
commitdiff
2012-01-31
Jakob Stoklund Olesen
Move the composite map into CodeGenSubRegIndex.
tree
|
commitdiff
2012-01-31
Jakob Stoklund Olesen
Add a TableGen CodeGenSubRegIndex class.
tree
|
commitdiff
2012-01-24
Jim Grosbach
Tidy up. Trailing whitespace.
tree
|
commitdiff
2012-01-24
Owen Anderson
Widen the instruction encoder that TblGen emits to...
tree
|
commitdiff
2012-01-24
Jakob Stoklund Olesen
Add an (interleave A, B, ...) SetTheory operator.
tree
|
commitdiff
2012-01-18
Jakob Stoklund Olesen
Add a CoveredBySubRegs property to Register descriptions.
tree
|
commitdiff
2012-01-17
Jakob Stoklund Olesen
Add TableGen support for callee saved registers.
tree
|
commitdiff
2012-01-17
Devang Patel
Intel syntax: Ignore mnemonic aliases.
tree
|
commitdiff
2012-01-17
David Blaikie
Provide better messages in llvm_unreachable.
tree
|
commitdiff
2012-01-17
David Blaikie
Remove unreachable code. (replace with llvm_unreachable...
tree
|
commitdiff
2012-01-16
David Blaikie
Removing unused default switch cases in switches over...
tree
|
commitdiff
2012-01-13
Jakob Stoklund Olesen
Skip the NAME field when forming tuples.
tree
|
commitdiff
2012-01-13
Jakob Stoklund Olesen
Delete CodeInit and CodeRecTy from TableGen.
tree
|
commitdiff
2012-01-12
Pete Cooper
Added MVT::v2f16
tree
|
commitdiff
2012-01-10
Devang Patel
Record asm variant id in MatchEntry and check it while...
tree
|
commitdiff
2012-01-10
David Blaikie
Remove unnecessary default cases in switches that cover...
tree
|
commitdiff
2012-01-09
Devang Patel
Use descriptive variable name and remove incorrect...
tree
|
commitdiff
2012-01-09
Devang Patel
Split AsmParser into two components - AsmParser and...
tree
|
commitdiff
2012-01-07
Benjamin Kramer
Remove VectorExtras. This unused helper was written...
tree
|
commitdiff
2012-01-07
Cameron Zwarich
Fix TableGen so that it will emit the correct signature...
tree
|
commitdiff
2012-01-07
Devang Patel
Refactor.
tree
|
commitdiff
2012-01-07
Devang Patel
Eliminate an error check that may not work with all...
tree
|
commitdiff
2012-01-05
Devang Patel
Do not hard code asm variant number.
tree
|
commitdiff
2012-01-03
Jakob Stoklund Olesen
Don't use enums larger than 1 << 31 for target features.
tree
|
commitdiff
2011-12-30
Craig Topper
Add disassembler support for VPERMIL2PD and VPERMIL2PS.
tree
|
commitdiff
2011-12-30
Craig Topper
Add FMA4 instructions to disassembler.
tree
|
commitdiff
2011-12-22
Jim Grosbach
ARM VFP assembly parsing and encoding for VCVT(float...
tree
|
commitdiff
2011-12-21
Jim Grosbach
ARM NEON VLD2 assembly parsing for structure to all...
tree
|
commitdiff
2011-12-20
Chandler Carruth
Fix up the CMake build for the new files added in r1469...
tree
|
commitdiff
2011-12-20
David Blaikie
Revert pragma clang suppressions that confuse GCC....
tree
|
commitdiff
2011-12-20
David Blaikie
Unweaken vtables as per llvm.org/docs/CodingStandards...
tree
|
commitdiff
2011-12-20
Dan Gohman
Add basic generic CodeGen support for half.
tree
|
commitdiff
2011-12-19
Jakob Stoklund Olesen
Emit a getMatchingSuperRegClass() implementation for...
tree
|
commitdiff
2011-12-19
Jakob Stoklund Olesen
Synthesize register classes for TRI::getMatchingSuperRe...
tree
|
commitdiff
2011-12-16
Jakob Stoklund Olesen
Extract a method. No functional change.
tree
|
commitdiff
2011-12-15
Jakob Stoklund Olesen
Use the proper comparator for set_intersection.
tree
|
commitdiff
2011-12-15
Jakob Stoklund Olesen
Synthesize missing register class intersections.
tree
|
commitdiff
2011-12-12
Daniel Dunbar
LLVMBuild: Remove trailing newline, which irked me.
tree
|
commitdiff
2011-12-12
Jakob Stoklund Olesen
Extract a method.
tree
|
commitdiff
2011-12-07
Jim Grosbach
ARM: NEON SHLL instruction immediate operand range...
tree
|
commitdiff
2011-12-06
Jim Grosbach
Extend AsmMatcher token literal matching to allow aliasing.
tree
|
commitdiff
2011-12-06
Evan Cheng
First chunk of MachineInstr bundle support.
tree
|
commitdiff
2011-12-06
Jim Grosbach
Tidy up. Fix naming convention stuff for some internal...
tree
|
commitdiff
2011-12-06
Sebastian Pop
use space star instead of star space
tree
|
commitdiff
2011-12-06
Sebastian Pop
add missing point at the end of sentences
tree
|
commitdiff
2011-12-02
Jim Grosbach
ARM NEON VEXT aliases for data type suffices.
tree
|
commitdiff
2011-12-01
Dylan Noblesmith
TableGen: fix CMake build s'more
tree
|
commitdiff
2011-12-01
Anshuman Dasgupta
Add a deterministic finite automaton based packetizer...
tree
|
commitdiff
2011-11-30
Jim Grosbach
Replace an assert() with an actual diagnostic.
tree
|
commitdiff
2011-11-30
Jim Grosbach
ARM parsing for VLD1 two register all lanes, no writeback.
tree
|
commitdiff
2011-11-30
Jim Grosbach
llvm_unreachable() is not for user diagnostics....
tree
|
commitdiff
2011-11-30
Jim Grosbach
ARM parsing aliases for VLD1 single register all lanes.
tree
|
commitdiff
2011-11-19
Craig Topper
Remove some unnecessary filtering checks from X86 disas...
tree
|
commitdiff
2011-11-16
Owen Anderson
Rename MVT::untyped to MVT::Untyped to match similar...
tree
|
commitdiff
2011-11-15
Evan Cheng
Add vmov.f32 to materialize f32 immediate splats which...
tree
|
commitdiff
2011-11-15
Jim Grosbach
ARM parsing datatype suffix variants for fixed-writebac...
tree
|
commitdiff
2011-11-15
Jim Grosbach
Tidy up. Formatting.
tree
|
commitdiff
2011-11-11
Daniel Dunbar
LLVMBuild: Alphabetize required_libraries lists.
tree
|
commitdiff
2011-11-10
Owen Anderson
Remove this from the CMake build since I erased the...
tree
|
commitdiff
2011-11-09
Owen Anderson
Remove the old-style ARM disassembler, which is no...
tree
|
commitdiff
2011-11-06
Craig Topper
More AVX2 instructions and their intrinsics.
tree
|
commitdiff
2011-11-03
Daniel Dunbar
build: Add initial cut at LLVMBuild.txt files.
tree
|
commitdiff
2011-11-02
Chandler Carruth
The TableGen parts of the CMake build are seriously...
tree
|
commitdiff
2011-10-28
Jim Grosbach
Allow InstAlias's to use immediate matcher patterns...
tree
|
commitdiff
2011-10-28
Jim Grosbach
Allow register classes to match a containing class...
tree
|
commitdiff
2011-10-27
Jim Grosbach
Delete dead code. Nothing ever instantiates this.
tree
|
commitdiff
2011-10-23
Craig Topper
Add X86 RORX instruction
tree
|
commitdiff
2011-10-22
Benjamin Kramer
Move various generated tables into read-only memory...
tree
|
commitdiff
2011-10-21
Jim Grosbach
Assembly parsing for 2-register sequential variant...
tree
|
commitdiff
2011-10-21
Jim Grosbach
Assembly parsing for 4-register variant of VLD1.
tree
|
commitdiff
2011-10-21
Jim Grosbach
Assembly parsing for 3-register variant of VLD1.
tree
|
commitdiff
2011-10-21
Jim Grosbach
ARM VLD parsing and encoding.
tree
|
commitdiff
2011-10-18
Jim Grosbach
ARM VTBL (one register) assembly parsing and encoding.
tree
|
commitdiff
2011-10-18
Jim Grosbach
ARM assembly parsing and encoding for VMOV.i64.
tree
|
commitdiff
2011-10-18
Jim Grosbach
ARM assembly parsing and encoding for VMOV/VMVN/VORR...
tree
|
commitdiff
2011-10-17
Jim Grosbach
ARM assembly parsing and encoding for VMOV/VMVN/VORR...
tree
|
commitdiff
2011-10-17
Jim Grosbach
ARM NEON "vmov.i8" immediate assembly parsing and encoding.
tree
|
commitdiff
2011-10-17
Owen Anderson
Fix unused variable warning in the rare circumstance...
tree
|
commitdiff
2011-10-17
Benjamin Kramer
Pick low-hanging MatchEntry shrinkage fruit.
tree
|
commitdiff
2011-10-16
Craig Topper
Add X86 PEXTR and PDEP instructions.
tree
|
commitdiff
2011-10-16
Craig Topper
Add X86 BZHI instruction as well as BMI2 feature detection.
tree
|
commitdiff
2011-10-16
Craig Topper
Add X86 INVPCID instruction. Add 32/64-bit predicates...
tree
|
commitdiff
2011-10-16
Craig Topper
Add X86 BEXTR instruction. This instruction uses VEX...
tree
|
commitdiff
2011-10-15
Craig Topper
Add support for X86 blsr, blsmsk, and blsi instructions...
tree
|
commitdiff
2011-10-14
Craig Topper
Add X86 ANDN instruction. Including instruction selection.
tree
|
commitdiff
2011-10-14
Jakob Stoklund Olesen
Ban rematerializable instructions with side effects.
tree
|
commitdiff
2011-10-12
Jim Grosbach
ARM parsing and encoding for the <option> form of LDC...
tree
|
commitdiff
2011-10-11
Eli Friedman
Remove extra semicolon.
tree
|
commitdiff
2011-10-11
Craig Topper
Fix disassembling of popcntw. Also remove some code...
tree
|
commitdiff
next