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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Now that invoke of an intrinsic is possible (for the llvm.do.nothing intrinsic)
Duncan Sands
2012-09-26
1
-0
/
+13
*
Address Duncan's comments on r164684:
Hans Wennborg
2012-09-26
1
-2
/
+2
*
When rewriting the pointer operand to a load or store which has
Chandler Carruth
2012-09-26
1
-0
/
+18
*
Teach all of the loads, stores, memsets and memcpys created by the
Chandler Carruth
2012-09-26
2
-15
/
+46
*
ARM/atomicrmw_minmax.ll: Fix RUN line.
NAKAMURA Takumi
2012-09-26
1
-1
/
+1
*
Fix tests that didn't test anything.
Benjamin Kramer
2012-09-26
3
-4
/
+3
*
Fix ordering of operands on lowering of atomicrmw min/max nodes on ARM.
James Molloy
2012-09-26
1
-0
/
+21
*
SimplifyCFG: Make the switch-to-lookup table transformation store the
Hans Wennborg
2012-09-26
1
-14
/
+73
*
llvm/test/CodeGen/X86/mulx*.ll: Fix copypasto.
NAKAMURA Takumi
2012-09-26
2
-2
/
+2
*
Add SARX/SHRX/SHLX code generation support
Michael Liao
2012-09-26
3
-2
/
+180
*
Add RORX code generation support
Michael Liao
2012-09-26
4
-5
/
+59
*
Add MULX code generation support
Michael Liao
2012-09-26
2
-0
/
+44
*
Teach the 'lint' sanity checking pass to detect simple buffer overflows.
Duncan Sands
2012-09-26
1
-0
/
+12
*
Revert the business end of r164636 and try again. I'll come in again. ;]
Chandler Carruth
2012-09-26
1
-13
/
+32
*
Generate an error message instead of asserting or segfaulting when we have a
Bill Wendling
2012-09-26
1
-0
/
+11
*
Generate an error message instead of asserting or segfaulting when we have a
Bill Wendling
2012-09-26
1
-0
/
+11
*
Don't drop the alignment on a memcpy intrinsic when producing a store. This is
Nick Lewycky
2012-09-25
1
-0
/
+16
*
Don't try to promote the same alloca twice. Fixes PR13916!
Nick Lewycky
2012-09-25
1
-0
/
+22
*
Make this test check the transforms it's actually doing. Also add a test that it
Nick Lewycky
2012-09-25
1
-3
/
+17
*
Add missing i64 max/min/umax/umin on 32-bit target
Michael Liao
2012-09-25
2
-1
/
+51
*
ARM: Darwin BL/BLX relocations to out-of-range symbols.
Jim Grosbach
2012-09-25
1
-0
/
+43
*
Fix a case where SROA did not correctly detect dead PHI or selects due
Chandler Carruth
2012-09-25
1
-0
/
+45
*
Change the way the lint sanity checking pass detects misaligned memory accesses.
Duncan Sands
2012-09-25
1
-2
/
+6
*
Fix an illegal tailcall opt where the callee returns a double via xmm while c...
Evan Cheng
2012-09-25
1
-3
/
+26
*
Don't forget that strcpy and friends return a pointer to the destination, so
Nick Lewycky
2012-09-25
1
-0
/
+10
*
ARM: 'add Rd, pc, #imm' is an alias for 'adr Rd, #imm'.
Jim Grosbach
2012-09-25
1
-0
/
+4
*
Mark jump tables in code sections with DataRegion directives.
Jim Grosbach
2012-09-24
1
-0
/
+12
*
Teach DSE that strcpy, strncpy, strcat and strncat are all stores which may be
Nick Lewycky
2012-09-24
1
-0
/
+46
*
Specify MachinePointerInfo as refering to the argument value and offset of the
Roman Divacky
2012-09-24
1
-0
/
+27
*
Add missing : in CHECK line.
Richard Osborne
2012-09-24
1
-1
/
+1
*
Add missing check for presence of target data.
Richard Osborne
2012-09-24
1
-0
/
+19
*
Address one of the original FIXMEs for the new SROA pass by implementing
Chandler Carruth
2012-09-24
1
-20
/
+43
*
Emit dtors into proper section while compiling in vcpp-compatible mode.
Anton Korobeynikov
2012-09-23
1
-6
/
+17
*
Switch to a signed representation for the dynamic offsets while walking
Chandler Carruth
2012-09-23
1
-0
/
+58
*
Don't do actual work inside an assert statement. Fixes PR11760!
Nick Lewycky
2012-09-23
3
-0
/
+3
*
Revise test to avoid using of 'grep'
Michael Liao
2012-09-23
1
-20
/
+14
*
Enhance test case of atomic16 to verify inst encoding fixed in r164453.
Michael Liao
2012-09-22
1
-0
/
+6
*
Fix edge cases of ARM shift operands in arith instructions.
Tim Northover
2012-09-22
2
-0
/
+88
*
Fix the handling of edge cases in ARM shifted operands.
Tim Northover
2012-09-22
2
-0
/
+116
*
Fix a case where the new SROA pass failed to zap dead operands to
Chandler Carruth
2012-09-21
1
-7
/
+11
*
LoopIdiom: Give up when the loop is not in canonical form.
Benjamin Kramer
2012-09-21
1
-0
/
+34
*
[fast-isel] Fallback to SelectionDAG isel if we require strict alignment for
Chad Rosier
2012-09-21
1
-0
/
+36
*
InstCombine: Make sure we use the pre-zext type when creating a constant of a...
Benjamin Kramer
2012-09-21
1
-0
/
+14
*
BitcodeReader: Correctly insert blockaddress constant referring to a already ...
Benjamin Kramer
2012-09-21
1
-0
/
+15
*
Fix SymbolRef::getAddress implementation for ELF. The 'value' field in symbol...
Alexey Samsonov
2012-09-21
2
-9
/
+25
*
llvm/test/CodeGen/X86/pr5145.ll: Tweak expressions to match for darwin target.
NAKAMURA Takumi
2012-09-21
1
-8
/
+8
*
Add missing i8 max/min/umax/umin support
Michael Liao
2012-09-21
2
-1
/
+35
*
llvm/test/CodeGen/ARM/fast-isel.ll: Fix possible typos, s/@unaligned_i16_stor...
NAKAMURA Takumi
2012-09-21
1
-2
/
+2
*
Testcase does not need to be this strict.
Chad Rosier
2012-09-21
1
-1
/
+1
*
Add newline.
Chad Rosier
2012-09-21
1
-1
/
+1
[next]