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
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ms-inline asm] Add the convertToMapAndConstraints() function that is used to
Chad Rosier
2012-10-01
4
-35
/
+47
*
MachO: direct-to-object attribute for data-in-code markers.
Jim Grosbach
2012-10-01
1
-1
/
+3
*
Use constants for all return values in switch. Allows clang to optimize it in...
Craig Topper
2012-10-01
1
-3
/
+8
*
Change getX86SubSuperRegister to take an MVT::SimpleValueType rather than an ...
Craig Topper
2012-09-30
4
-11
/
+12
*
Add LLVM support for Swift.
Bob Wilson
2012-09-29
18
-63
/
+1810
*
Whitespace.
Bob Wilson
2012-09-29
1
-1
/
+1
*
Shrink TargetAlignElem a bit, we do a lot of searches on them.
Benjamin Kramer
2012-09-29
1
-0
/
+2
*
MIPS DSP: other miscellaneous instructions.
Akira Hatanaka
2012-09-28
2
-0
/
+136
*
MIPS DSP: ADDUH.QB instruction sub-class.
Akira Hatanaka
2012-09-28
2
-0
/
+112
*
X86: when replacing SUB with TEST in ISelDAGToDAG, only replace uses of the
Manman Ren
2012-09-28
1
-5
/
+28
*
1. Add load/store words from the stack
Reed Kotler
2012-09-28
3
-34
/
+86
*
MIPS DSP: ABSQ_S.PH instruction sub-class.
Akira Hatanaka
2012-09-27
2
-0
/
+162
*
MIPS DSP: SHLL.QB instruction sub-class.
Akira Hatanaka
2012-09-27
2
-0
/
+151
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
11
-18
/
+18
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
11
-18
/
+18
*
[arm-fast-isel] Add support for ELF PIC.
Jush Lu
2012-09-27
5
-2
/
+123
*
MIPS DSP: rddsp (instruction which reads DSPControl register fields to a GPR).
Akira Hatanaka
2012-09-27
2
-0
/
+26
*
MIPS DSP: CMPU.EQ.QB instruction sub-class.
Akira Hatanaka
2012-09-27
2
-0
/
+224
*
MIPS DSP: ADDU.QB instruction sub-class.
Akira Hatanaka
2012-09-27
2
-0
/
+195
*
MIPS DSP: Branch on Greater Than or Equal To Value 32 in DSPControl Pos Field...
Akira Hatanaka
2012-09-27
4
-0
/
+103
*
MIPS DSP: all the remaining instructions which read or write accumulators.
Akira Hatanaka
2012-09-27
3
-0
/
+444
*
MIPS DSP: add support for extract-word instructions.
Akira Hatanaka
2012-09-27
4
-0
/
+224
*
MIPS DSP: add functions which decode DSP and accumulator registers.
Akira Hatanaka
2012-09-27
1
-0
/
+29
*
MIPS DSP: add code necessary for pseudo instruction lowering.
Akira Hatanaka
2012-09-27
5
-2
/
+22
*
MIPS DSP: add bitcast patterns between vectors and int.
Akira Hatanaka
2012-09-27
1
-0
/
+10
*
MIPS DSP: add vector load/store patterns.
Akira Hatanaka
2012-09-27
2
-0
/
+18
*
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-09-26
12
-20
/
+20
*
X86_32: Large Symbol+Offset relocations.
Jim Grosbach
2012-09-26
1
-8
/
+40
*
Add case clauses for returning dsp accumulator encoding values in function
Akira Hatanaka
2012-09-26
1
-2
/
+4
*
Add DSP accumulator registers and register class. Remove hi/lo registers.
Akira Hatanaka
2012-09-26
1
-33
/
+9
*
Delete member MipsFunctionInfo::OutArgFIRange and code that accesses it.
Akira Hatanaka
2012-09-26
3
-31
/
+8
*
Fix ordering of operands on lowering of atomicrmw min/max nodes on ARM.
James Molloy
2012-09-26
1
-2
/
+2
*
Add SARX/SHRX/SHLX code generation support
Michael Liao
2012-09-26
2
-0
/
+61
*
Add RORX code generation support
Michael Liao
2012-09-26
2
-0
/
+27
*
Add MULX code generation support
Michael Liao
2012-09-26
2
-27
/
+83
*
Remove hasNoAVX method. Can just invert hasAVX instead.
Craig Topper
2012-09-26
2
-7
/
+6
*
Add 'lock' prefix output support in assembly printer
Michael Liao
2012-09-26
3
-33
/
+38
*
Initialize boolean variables in MipsSubtarget's constructor.
Akira Hatanaka
2012-09-25
1
-1
/
+2
*
blank line for test commit
Reed Kotler
2012-09-25
1
-0
/
+1
*
TargetLowering interface to set/get minimum block entries for jump tables.
Sebastian Pop
2012-09-25
1
-0
/
+2
*
Add missing i64 max/min/umax/umin on 32-bit target
Michael Liao
2012-09-25
3
-0
/
+90
*
ARM: Darwin BL/BLX relocations to out-of-range symbols.
Jim Grosbach
2012-09-25
1
-1
/
+48
*
Consistently specify the assembly variant to MatchInstructionImpl.
Bob Wilson
2012-09-25
1
-4
/
+8
*
Fix an illegal tailcall opt where the callee returns a double via xmm while c...
Evan Cheng
2012-09-25
2
-1
/
+10
*
ARM: 'add Rd, pc, #imm' is an alias for 'adr Rd, #imm'.
Jim Grosbach
2012-09-25
1
-0
/
+14
*
Mark jump tables in code sections with DataRegion directives.
Jim Grosbach
2012-09-24
1
-0
/
+5
*
Rather then have a wrapper function, have tblgen instantiate the implementation.
Chad Rosier
2012-09-24
4
-37
/
+0
*
Specify MachinePointerInfo as refering to the argument value and offset of the
Roman Divacky
2012-09-24
1
-3
/
+5
*
Rather then have a wrapper function, have tblgen instantiate the implementation.
Chad Rosier
2012-09-24
4
-16
/
+0
*
ARMInstPrinter.cpp: Fix a warning in -Asserts. [-Wunused-variable]
NAKAMURA Takumi
2012-09-22
1
-0
/
+2
[next]