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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...
James Molloy
2012-12-20
11
-11
/
+77
*
Remove MCTargetAsmLexer and its derived classes now that edis,
Roman Divacky
2012-12-20
11
-435
/
+0
*
Adding support for llvm.arm.neon.vaddl[su].* and
Renato Golin
2012-12-20
3
-4
/
+66
*
Formatting fixes. Remove some unnecessary 'else' after 'return'. No functiona...
Craig Topper
2012-12-20
1
-21
/
+14
*
Removing trailing whitespace
Craig Topper
2012-12-20
1
-146
/
+146
*
Implement cfi_def_cfa_offset. "Make check" test case for this comming in the
Reed Kotler
2012-12-20
1
-0
/
+27
*
There is one more patch to finish large frames. Make sure we assert
Reed Kotler
2012-12-20
2
-0
/
+8
*
Add constant extender support to GP-relative load/store instructions.
Jyotsna Verma
2012-12-20
2
-44
/
+42
*
Add TSFlags to ALU32 type instructions for constant-extender/Relationship maps.
Jyotsna Verma
2012-12-20
3
-40
/
+26
*
set register class properly for mips16 here
Reed Kotler
2012-12-20
1
-1
/
+2
*
Undefine PPC harder.
Rafael Espindola
2012-12-20
2
-0
/
+6
*
This assert is overly restrictive and does not work for mips16.
Reed Kotler
2012-12-20
1
-1
/
+0
*
Turn on register scavenger for Mips 16
Reed Kotler
2012-12-20
2
-0
/
+39
*
[mips] Refactor SLT (set on less than) instructions. Separate encoding
Akira Hatanaka
2012-12-20
3
-22
/
+32
*
[mips] Refactor unconditional branch instruction. Separate encoding information
Akira Hatanaka
2012-12-20
2
-6
/
+15
*
[mips] Remove asm string parameter from pseudo instructions. Add InstrItinClass
Akira Hatanaka
2012-12-20
6
-69
/
+64
*
[mips] Delete definition of CPRESTORE instruction.
Akira Hatanaka
2012-12-20
1
-8
/
+0
*
[mips] Refactor conditional branch instructions with one register operand.
Akira Hatanaka
2012-12-20
3
-14
/
+24
*
Don't use isa<CallInst>(this) in the constructor for CallInst's base class.
Richard Smith
2012-12-20
1
-2
/
+5
*
[mips] Refactor conditional branch instructions with two register operands.
Akira Hatanaka
2012-12-20
3
-8
/
+22
*
fix most of remaining issues with large frames.
Reed Kotler
2012-12-20
4
-18
/
+195
*
[mips] Use "or $r0, $r1, $zero" instead of "addu $r0, $zero, $r1" to copy
Akira Hatanaka
2012-12-20
1
-5
/
+5
*
Fix use-before-construction of X86TargetLowering.
Richard Smith
2012-12-20
2
-4
/
+4
*
Don't use -1 as a value of an unsigned 7-bit enumeration; that has undefined
Richard Smith
2012-12-20
1
-2
/
+1
*
[mips] Change the order of template parameters. Move the default parameters to
Akira Hatanaka
2012-12-20
2
-29
/
+30
*
[mips] Refactor shift instructions with register operands. Separate encoding
Akira Hatanaka
2012-12-20
3
-15
/
+28
*
[mips] Refactor shift immediate instructions. Separate encoding information
Akira Hatanaka
2012-12-20
3
-36
/
+44
*
[mips] Refactor arithmetic and logic instructions with immediate operands.
Akira Hatanaka
2012-12-20
3
-22
/
+39
*
[mips] Refactor arithmetic and logic instructions. Separate encoding
Akira Hatanaka
2012-12-20
3
-28
/
+40
*
[mips] Delete ArithOverflowR and ArithOverflow and use ArithLogicR and
Akira Hatanaka
2012-12-20
2
-43
/
+30
*
Loop Vectorizer: Enable if-conversion.
Nadav Rotem
2012-12-20
1
-1
/
+1
*
s/AttributesImpl/AttributeImpl/g This is going to apply to Attribute, not Att...
Bill Wendling
2012-12-20
4
-22
/
+22
*
Do not introduce vector operations in functions marked with noimplicitfloat.
Bob Wilson
2012-12-20
1
-2
/
+5
*
whitespace
Nadav Rotem
2012-12-20
1
-1
/
+1
*
Target/R600: Update MIB according to r170588.
NAKAMURA Takumi
2012-12-20
3
-22
/
+29
*
Add a context so that once we uniquify strings we can access them easily.
Bill Wendling
2012-12-19
2
-3
/
+6
*
MC: Add MCInstrDesc::mayAffectControlFlow() method.
Jim Grosbach
2012-12-19
4
-6
/
+9
*
Refactor isIntrinsic() to be quicker, and change classof() (and thus, isa<Int...
Michael Ilseman
2012-12-19
1
-5
/
+1
*
s/AttributeListImpl/AttributeSetImpl/g to match the namechange of AttributeList.
Bill Wendling
2012-12-19
4
-12
/
+12
*
Add a missing 'else'. Found by grep '} if'
Dmitri Gribenko
2012-12-19
1
-1
/
+1
*
R600: Remove unecessary VREG alignment.
Tom Stellard
2012-12-19
1
-6
/
+6
*
R600: control flow optimization
Tom Stellard
2012-12-19
1
-0
/
+49
*
R600: New control flow for SI v2
Tom Stellard
2012-12-19
14
-385
/
+1500
*
Split out abbreviations for the skeleton info from the rest of
Eric Christopher
2012-12-19
2
-19
/
+63
*
Remove the explicit MachineInstrBuilder(MI) constructor.
Jakob Stoklund Olesen
2012-12-19
6
-34
/
+34
*
Fix a bug that was found by building clang with -fsanitize.
Nadav Rotem
2012-12-19
1
-1
/
+6
*
LLVM sdisel normalize bit extraction of the form:
Evan Cheng
2012-12-19
1
-2
/
+107
*
Remove edis - the enhanced disassembler. Fixes PR14654.
Roman Divacky
2012-12-19
25
-2244
/
+4
*
Transform (x&C)>V into (x&C)!=0 where possible
Paul Redmond
2012-12-19
2
-37
/
+10
*
PowerPC: Expand VSELECT nodes.
Benjamin Kramer
2012-12-19
1
-0
/
+1
[next]