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
*
Fix another SROA crasher, PR14601.
Chandler Carruth
2012-12-17
1
-0
/
+15
*
Teach MachO which sections contain code
Tim Northover
2012-12-17
2
-0
/
+3
*
Add instruction encodings / disassembly support for l2r instructions.
Richard Osborne
2012-12-17
1
-0
/
+32
*
Teach the rewriting of memcpy calls to support subvector copies.
Chandler Carruth
2012-12-17
1
-0
/
+48
*
Add instruction encodings for PEEK and ENDIN.
Richard Osborne
2012-12-17
1
-0
/
+6
*
Fix a secondary bug I introduced while fixing the first part of PR14478.
Chandler Carruth
2012-12-17
1
-17
/
+17
*
Add instruction encodings / disassembly support for rus instructions.
Richard Osborne
2012-12-17
1
-0
/
+20
*
Add instruction encodings for ZEXT and SEXT.
Richard Osborne
2012-12-17
1
-0
/
+6
*
Add instruction encodings / disassembly support for 2r instructions.
Richard Osborne
2012-12-17
1
-0
/
+74
*
Add instruction encodings / disassembly support for 0r instructions.
Richard Osborne
2012-12-17
1
-0
/
+20
*
Add rest of BMI/BMI2 instructions to the folding tables as well as popcnt and...
Craig Topper
2012-12-17
1
-0
/
+76
*
Fix the first part of PR14478: memset now works.
Chandler Carruth
2012-12-17
1
-0
/
+35
*
Add tests for disassembly of 1r XCore instructions.
Richard Osborne
2012-12-16
2
-0
/
+45
*
This patch is needed to make c++ exceptions work for mips16.
Reed Kotler
2012-12-16
1
-0
/
+87
*
X86: Add a couple of target-specific dag combines that turn VSELECTS into psu...
Benjamin Kramer
2012-12-15
1
-0
/
+340
*
Add a corollary test for PR14572. We got this code path correct already.
Chandler Carruth
2012-12-15
1
-2
/
+18
*
Relax an overly aggressive assert to fix PR14572.
Chandler Carruth
2012-12-15
1
-0
/
+16
*
This code implements most of mips16 hardfloat as it is done by gcc.
Reed Kotler
2012-12-15
1
-0
/
+381
*
Make sure the alternate PC+imm syntax of LDR instruction with a small
Kevin Enderby
2012-12-14
1
-0
/
+4
*
Add back FoldOpIntoPhi optimizations with fix. Included test cases to help ca...
Michael Ilseman
2012-12-14
1
-0
/
+39
*
TypeLegalizer: Do not generate target specific nodes with illegal types, beca...
Nadav Rotem
2012-12-14
1
-0
/
+22
*
Fix a crash in ValueTracking on vectors of pointers.
Nadav Rotem
2012-12-14
1
-0
/
+10
*
This patch removes some nondeterminism from direct object file output
Bill Schmidt
2012-12-14
1
-4
/
+0
*
rdar://12753946
Shuxin Yang
2012-12-14
1
-6
/
+34
*
This patch improves the 64-bit PowerPC InitialExec TLS support by providing
Bill Schmidt
2012-12-14
2
-3
/
+8
*
[msan] Origin stores and loads do not need explicit alignment.
Evgeniy Stepanov
2012-12-14
1
-0
/
+30
*
Debug Info: add support to mark member variables as artificial
David Blaikie
2012-12-13
1
-0
/
+1
*
Revert r170020, "Simplify negated bit test", for now.
NAKAMURA Takumi
2012-12-13
1
-26
/
+0
*
[mips] Do not copy GOT address to register $gp if the function being called has
Akira Hatanaka
2012-12-13
1
-0
/
+27
*
Make this Lit config file a bit slimmer
Eli Bendersky
2012-12-13
1
-8
/
+1
*
Fix a bug in DAGCombiner::MatchBSwapHWord. Make sure the node has operands be...
Evan Cheng
2012-12-13
1
-0
/
+46
*
Take into account minimize size attribute in the inliner.
Quentin Colombet
2012-12-13
1
-0
/
+232
*
Teach the cost model about the optimization in r169904: Truncation of inducti...
Nadav Rotem
2012-12-13
1
-1
/
+1
*
Fix typo, which prevent test from being check.
Jakub Staszak
2012-12-12
1
-3
/
+3
*
unHECKify test fixed by Jacob in r159003.
Jakub Staszak
2012-12-12
1
-8
/
+6
*
Simplify negated bit test
David Majnemer
2012-12-12
1
-0
/
+26
*
Fix a logic bug in inline expansion of memcpy / memset with an overlapping
Evan Cheng
2012-12-12
1
-0
/
+11
*
unHECKify test. It was fixed by Chris in 2009.
Jakub Staszak
2012-12-12
1
-8
/
+5
*
The ordering of two relocations on the same instruction is apparently not
Bill Schmidt
2012-12-12
1
-3
/
+8
*
Fix typo in test-case.
Jakub Staszak
2012-12-12
1
-8
/
+8
*
Fix typo.
Jakub Staszak
2012-12-12
1
-4
/
+4
*
LoopVectorizer: Use the "optsize" attribute to decide if we are allowed to in...
Nadav Rotem
2012-12-12
1
-0
/
+170
*
This patch implements local-dynamic TLS model support for the 64-bit
Bill Schmidt
2012-12-12
2
-0
/
+73
*
Improve debug info generated with enabled AddressSanitizer.
Alexey Samsonov
2012-12-12
1
-0
/
+60
*
llvm/test/CodeGen/X86/atom-bypass-slow-division.ll: Fix possible typo(s) in C...
NAKAMURA Takumi
2012-12-12
1
-4
/
+4
*
llvm/test/CodeGen/X86/atom-bypass-slow-division.ll: Rename symbols, s/test_/T...
NAKAMURA Takumi
2012-12-12
1
-20
/
+20
*
llvm/test/CodeGen/X86/store_op_load_fold.ll: Fix typo, s/CHECK_NEXT/CHECK-NEXT/
NAKAMURA Takumi
2012-12-12
1
-1
/
+1
*
llvm/test/CodeGen/X86/store_op_load_fold.ll: Add explicit triple.
NAKAMURA Takumi
2012-12-12
1
-1
/
+1
*
DAGCombine: clamp hi bit in APInt::getBitsSet to avoid assertion
Manman Ren
2012-12-12
1
-1
/
+18
*
Avoid using lossy load / stores for memcpy / memset expansion. e.g.
Evan Cheng
2012-12-12
1
-2
/
+2
[next]