index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correctly handle scattered operands where the bits of the operand are contigu...
Owen Anderson
2011-07-29
1
-0
/
+5
*
Unconstify Inits
David Greene
2011-07-29
30
-955
/
+944
*
Remove a blank line from the top.
David Greene
2011-07-29
1
-1
/
+0
*
[AVX] Make DagInits Unique
David Greene
2011-07-29
2
-23
/
+50
*
[AVX] Make FieldInit Unique
David Greene
2011-07-29
1
-1
/
+9
*
[AVX] Make VarListElementInit Unique
David Greene
2011-07-29
1
-1
/
+10
*
[AVX] Make VarBitInit Unique
David Greene
2011-07-29
1
-1
/
+10
*
[AVX] Make VarInit Unique
David Greene
2011-07-29
1
-1
/
+9
*
[AVX] Make TernOpInit Unique
David Greene
2011-07-29
1
-1
/
+20
*
[AVX] Make BinOpInit Unique
David Greene
2011-07-29
1
-1
/
+14
*
[AVX] Make UnOpInit Unique
David Greene
2011-07-29
1
-1
/
+10
*
[AVX] Make ListInits Unique
David Greene
2011-07-29
2
-6
/
+41
*
[AVX] Make CodeInit Unique
David Greene
2011-07-29
1
-1
/
+6
*
[AVX] Make StringInit Unique
David Greene
2011-07-29
1
-1
/
+7
*
[AVX] Make IntInit Unique
David Greene
2011-07-29
1
-1
/
+6
*
[AVX] Make BitsInit Unique
David Greene
2011-07-29
2
-4
/
+35
*
[AVX] Unique BitInit
David Greene
2011-07-29
1
-1
/
+5
*
[AVX] Unique UnsetInit
David Greene
2011-07-29
1
-1
/
+2
*
[AVX] Create Inits Via Factory Method
David Greene
2011-07-29
6
-141
/
+346
*
[AVX] Constify Inits
David Greene
2011-07-29
30
-848
/
+879
*
[AVX] Remove non-const Iterators
David Greene
2011-07-29
3
-14
/
+13
*
[AVX] Remove Mutating Members from Inits
David Greene
2011-07-29
4
-74
/
+68
*
Add ListInit::getValues
David Greene
2011-07-29
1
-0
/
+3
*
Add a std::string Wrapper for TableGen
David Greene
2011-07-29
1
-0
/
+46
*
Third time's the charm for implementing tied operand decoding properly.
Owen Anderson
2011-07-29
1
-6
/
+6
*
Fix a case where, when trying to track tied operands, we'd accidentally overw...
Owen Anderson
2011-07-29
1
-3
/
+3
*
Enhance the fixed-length decoder emitter to support tied operands.
Owen Anderson
2011-07-28
1
-1
/
+13
*
Enhance the fixed-length decoder emitter to support parsing scattered fields.
Owen Anderson
2011-07-28
2
-80
/
+111
*
Fix Clang attribute reader tblgen output for a corresponding fix on the Clang...
Douglas Gregor
2011-07-28
2
-4
/
+7
*
Emit an error is asm parser parsed X86_64 only registers, e.g. %rax, %sil.
Evan Cheng
2011-07-27
1
-0
/
+3
*
Fix llvm-mc handing of x86 instructions that take 8-bit unsigned immediates.
Kevin Enderby
2011-07-27
2
-0
/
+3
*
Update CMake build for new gtest file.
Frits van Bommel
2011-07-27
1
-0
/
+1
*
Merge gtest-1.6.0.
Jay Foad
2011-07-27
28
-1356
/
+3498
*
Split am2offset into register addend and immediate addend forms, necessary fo...
Owen Anderson
2011-07-26
1
-1
/
+2
*
ARM parsing and encoding for SVC instruction.
Jim Grosbach
2011-07-26
1
-0
/
+1
*
Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...
Evan Cheng
2011-07-26
1
-1
/
+1
*
ARM assembly parsing and encoding for SSAT16 instruction.
Jim Grosbach
2011-07-25
1
-0
/
+1
*
We always bounds check the bit set, there is no need to emit zero bytes at th...
Benjamin Kramer
2011-07-23
1
-13
/
+10
*
Turn the DenseSet in MCRegisterClass into a tblgenerated bit field. This shou...
Benjamin Kramer
2011-07-23
1
-1
/
+39
*
Give TargetRegisterClass a pointer to the MCRegisterClass and use it to acces...
Benjamin Kramer
2011-07-23
1
-32
/
+18
*
ARM SSAT instruction 5-bit immediate handling.
Jim Grosbach
2011-07-22
1
-1
/
+1
*
Use the enum value for RegClassIDs.
Benjamin Kramer
2011-07-22
1
-2
/
+4
*
Remove unused variables.
Benjamin Kramer
2011-07-22
1
-4
/
+0
*
Teach tblgen to emit MCRegisterClasses.
Benjamin Kramer
2011-07-22
2
-2
/
+55
*
Get rid of the extraneous GPR operand on so_reg_imm operands, which in turn n...
Owen Anderson
2011-07-21
2
-6
/
+9
*
Split up the ARM so_reg ComplexPattern into so_reg_reg and so_reg_imm, allowi...
Owen Anderson
2011-07-21
1
-1
/
+2
*
move tier out of an anonymous namespace, it doesn't make sense
Chris Lattner
2011-07-21
1
-2
/
+3
*
ARM PKH shift ammount operand printing tweaks.
Jim Grosbach
2011-07-20
1
-0
/
+2
*
Enhance the FixedLengthDecoder to be able to generate plausible-looking decod...
Owen Anderson
2011-07-19
2
-110
/
+125
*
ARM assembly parsing for MOV (immediate).
Jim Grosbach
2011-07-19
1
-0
/
+1
[next]