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
...
*
First part of PR12251. Add documentation and verifier support for the range
Rafael Espindola
2012-03-24
2
-0
/
+100
*
Don't convert objc_retainAutoreleasedReturnValue to objc_retain if it
Dan Gohman
2012-03-23
2
-1
/
+44
*
It's not possible to insert code immediately after an invoke in the
Dan Gohman
2012-03-23
1
-0
/
+66
*
Remove -enable-lsr-nested in time for 3.1.
Andrew Trick
2012-03-22
5
-1138
/
+0
*
Convert -indvars tests that rely on SCEV expansion to -loop-reduce tests.
Andrew Trick
2012-03-22
2
-5
/
+9
*
Remove tests: indvars trivially preserves GEPs now.
Andrew Trick
2012-03-22
4
-203
/
+0
*
Remove test: trivial canonical IV test which is covered by other SCEV tests.
Andrew Trick
2012-03-22
1
-31
/
+0
*
Test scalar evolution directly instead of testing the result of
Andrew Trick
2012-03-22
1
-11
/
+9
*
Remove redundant -enable-iv-rewrite=false flags from test cases.
Andrew Trick
2012-03-22
11
-14
/
+8
*
Added soft fail checks for the disassembler when decoding some corner cases o...
Silviu Baranga
2012-03-22
3
-2
/
+21
*
Added soft fail cases for the disassembler when decoding LDRSBT, LDRHT or LDR...
Silviu Baranga
2012-03-22
1
-0
/
+22
*
Added soft fail cases for the disassembler when decoding MUL instructions on ...
Silviu Baranga
2012-03-22
1
-0
/
+17
*
Revert a series of commits to MCJIT to get the build working in CMake
Chandler Carruth
2012-03-22
47
-1073
/
+0
*
[fast-isel] Fold "urem x, pow2" -> "and x, pow2-1". This should fix the 271%
Chad Rosier
2012-03-22
1
-0
/
+9
*
misched: tag a few XFAILs that I plan to fix
Andrew Trick
2012-03-21
4
-2
/
+10
*
Re-factored RuntimeDyld.
Danil Malyshev
2012-03-21
47
-0
/
+1073
*
Fix ARM disassembly of VST1 and VST2 instructions with writeback. And add test
Kevin Enderby
2012-03-21
2
-0
/
+368
*
Fix generation of the address size override prefix. Add assertions for
Joerg Sonnenberger
2012-03-21
1
-0
/
+13
*
I meant to disable this test, not XFAIL it
Andrew Trick
2012-03-21
1
-2
/
+2
*
misched: beginning to add unit tests
Andrew Trick
2012-03-21
1
-0
/
+20
*
Incremental big endian patch by Jack Carter.
Akira Hatanaka
2012-03-21
1
-0
/
+45
*
Fix test case from r153135.
Chad Rosier
2012-03-20
1
-1
/
+1
*
[avx] Add patterns for combining vextractf128 + vmovaps/vmovups/vmobdqu to
Chad Rosier
2012-03-20
1
-0
/
+89
*
Assembler should accept redefinitions of unused variable symbols.
Jim Grosbach
2012-03-20
1
-0
/
+1
*
LoopSimplify bug fix. Handle indirect loop back edges.
Andrew Trick
2012-03-20
1
-0
/
+41
*
LSR: teach isSimplifiedLoopNest to handle PHI IVUsers.
Andrew Trick
2012-03-20
1
-0
/
+32
*
LSR: fix IVUsers isSimplifiedLoopNest to perform a full domtree walk
Andrew Trick
2012-03-20
1
-0
/
+73
*
[avx] Move the vextractf128 patterns closer to the vextractf128 def. Remove
Chad Rosier
2012-03-20
1
-1
/
+0
*
Fix assembling ARM vst2 instructions with double-spaced registers.
Kevin Enderby
2012-03-20
2
-0
/
+8
*
ARM non-scattered MachO relocations for movw/movt.
Jim Grosbach
2012-03-20
1
-0
/
+23
*
Fix test.
Chad Rosier
2012-03-20
1
-1
/
+1
*
[avx] Adjust the VINSERTF128rm pattern to allow for unaligned loads.
Chad Rosier
2012-03-20
1
-0
/
+13
*
The ARM instructions that have an unpredictable behavior when the pc register...
Silviu Baranga
2012-03-20
5
-5
/
+17
*
It's possible to have a constant expression who's size is quite big (e.g.,
Bill Wendling
2012-03-20
1
-0
/
+17
*
Perform mul combine when multiplying wiht negative constants.
Anton Korobeynikov
2012-03-19
1
-0
/
+42
*
llvm/test/DebugInfo: Move two tests to DebugInfo/X86. They are X86-dependent.
NAKAMURA Takumi
2012-03-19
2
-0
/
+0
*
This patch adds X86 instruction itineraries for non-pseudo opcodes in
Preston Gurd
2012-03-19
1
-1
/
+1
*
Factor out the multiply analysis code in ComputeMaskedBits and apply it to the
Nick Lewycky
2012-03-18
1
-6
/
+74
*
MC asm parser macro argument count was wrong when empty.
Jim Grosbach
2012-03-17
1
-0
/
+10
*
ARM ldm/stm register lists can be out of order.
Jim Grosbach
2012-03-16
1
-1
/
+1
*
Revert r152907.
Bill Wendling
2012-03-16
1
-12
/
+0
*
The alignment of the pointer part of the store instruction may have an
Bill Wendling
2012-03-16
1
-0
/
+12
*
Rip out support for 'llvm.noinline'. This thing has a strange history...
Chandler Carruth
2012-03-16
1
-46
/
+0
*
LSR fix: Add isSimplifiedLoopNest to IVUsers analysis.
Andrew Trick
2012-03-16
1
-0
/
+50
*
In InstCombiner::visitOr, make sure we reverse the operand swap used for chec...
Eli Friedman
2012-03-16
1
-0
/
+12
*
ARM optional operand on MRC/MCR assembly instructions.
Jim Grosbach
2012-03-16
1
-0
/
+8
*
ARM vmrs system registers mvfr0 and mvfr1 handling.
Jim Grosbach
2012-03-16
1
-3
/
+12
*
Do the right thing on NULL uint64 fields.
Eric Christopher
2012-03-16
1
-0
/
+6
*
For types with a parent of the compile unit make sure and emit
Eric Christopher
2012-03-15
4
-7
/
+33
*
[fast-isel] Address Eli's comments for r152847. Specifically, add a test case
Chad Rosier
2012-03-15
1
-0
/
+19
[prev]
[next]