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
*
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
*
Whitespace.
NAKAMURA Takumi
2012-09-22
1
-2
/
+2
*
Fix edge cases of ARM shift operands in arith instructions.
Tim Northover
2012-09-22
1
-38
/
+6
*
Fix the handling of edge cases in ARM shifted operands.
Tim Northover
2012-09-22
4
-8
/
+35
*
Fix 16-bit atomic inst encoding and keep pseudo-inst starting with '#'
Michael Liao
2012-09-22
1
-14
/
+14
*
Fix typo in r164357
Michael Liao
2012-09-22
1
-1
/
+1
*
MIPS DSP: Add immediate leaves.
Akira Hatanaka
2012-09-22
1
-0
/
+20
*
MIPS DSP: Add predicates and instruction template.
Akira Hatanaka
2012-09-22
1
-0
/
+25
*
Add MIPS DSP register classes. Set actions of DSP vector operations and override
Akira Hatanaka
2012-09-21
2
-0
/
+49
*
SelectionDAG node enums for MIPS DSP nodes.
Akira Hatanaka
2012-09-21
2
-0
/
+55
*
Add MIPS accumulator and DSP control registers.
Akira Hatanaka
2012-09-21
2
-1
/
+45
*
Add flags and feature bits for mips dsp.
Akira Hatanaka
2012-09-21
2
-0
/
+9
*
[ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser.
Chad Rosier
2012-09-21
4
-0
/
+16
*
Add comment.
Chad Rosier
2012-09-21
1
-1
/
+2
*
Add comment.
Chad Rosier
2012-09-21
1
-1
/
+2
*
[fast-isel] Fallback to SelectionDAG isel if we require strict alignment for
Chad Rosier
2012-09-21
1
-0
/
+6
*
Fix a typo in r164357
Michael Liao
2012-09-21
1
-8
/
+8
*
Make the 'get*AlignmentFromAttr' functions into member functions within the A...
Bill Wendling
2012-09-21
1
-1
/
+1
*
Cortex-A9 latency fixes (w/ -schedmodel only).
Andrew Trick
2012-09-21
1
-5
/
+5
*
Add missing i8 max/min/umax/umin support
Michael Liao
2012-09-21
1
-9
/
+44
*
Revise td of X86 atomic instructions
Michael Liao
2012-09-21
3
-218
/
+209
*
Mips16FrameLowering.cpp: Remove unused TII introduced in r164349. [-Wunused-v...
NAKAMURA Takumi
2012-09-21
1
-1
/
+0
*
Properly save and restore RA and Mips16 callee save registers S0,S1
Akira Hatanaka
2012-09-21
3
-6
/
+52
*
[fast-isel] Fallback to SelectionDAG isel if we require strict alignment for
Chad Rosier
2012-09-21
1
-0
/
+6
*
Tidy up. Whitespace.
Jim Grosbach
2012-09-21
1
-2
/
+2
*
Tidy up. Formatting.
Jim Grosbach
2012-09-21
1
-1
/
+1
*
ARM: Use a dedicated intrinsic for vector bitwise select.
Jim Grosbach
2012-09-21
1
-2
/
+29
*
Revert r164308 to fix buildbots.
Bill Wendling
2012-09-20
1
-1
/
+1
*
Make the 'get*AlignmentFromAttr' functions into member functions within the A...
Bill Wendling
2012-09-20
1
-1
/
+1
*
Change enum type in a static table to uint8_t instead. Saves about 700 hundre...
Craig Topper
2012-09-20
1
-6
/
+6
*
Re-work X86 code generation of atomic ops with spin-loop
Michael Liao
2012-09-20
5
-540
/
+508
*
Unify the logic in SelectAtomicLoadAdd and SelectAtomicLoadArith
Michael Liao
2012-09-19
1
-176
/
+140
*
Small structs for PPC64 SVR4 must be passed right-justified in registers.
Bill Schmidt
2012-09-19
2
-61
/
+143
*
Remove code for setting the VEX L-bit as a function of operand size from the ...
Craig Topper
2012-09-19
3
-22
/
+2
*
Add explicit VEX_L tags to all 256-bit instructions. This will allow us to re...
Craig Topper
2012-09-19
3
-240
/
+254
*
MOVi16 (movw) is only legal on cpus with V6T2 support. rdar://12300648
Evan Cheng
2012-09-18
1
-2
/
+4
*
Fix the isLocalCall() by checking for linker weakness as well.
Roman Divacky
2012-09-18
1
-1
/
+2
*
Revert r164051.
Akira Hatanaka
2012-09-18
1
-4
/
+0
[next]