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
*
Allow merging multiple store sequences on the same chain.
Nadav Rotem
2012-12-02
1
-0
/
+31
*
Fix a bug in FileCheck that wouldn't let define variables as follows:
Eli Bendersky
2012-12-02
2
-1
/
+9
*
Fix an invalid regex in the test
Eli Bendersky
2012-12-02
1
-1
/
+1
*
Support referencing variables defined on the same line.
Eli Bendersky
2012-12-01
1
-0
/
+16
*
SROA: Avoid struct and array types early to avoid creating an overly large in...
Benjamin Kramer
2012-12-01
1
-0
/
+13
*
Revert previous check in r168581, r169079 as they are still in code review st...
Zhou Sheng
2012-12-01
1
-8309
/
+0
*
The patch is to improve the memory footprint of pass GlobalOpt.
Zhou Sheng
2012-12-01
1
-0
/
+8309
*
misched: Fix RegisterPressureTracker handling of DebugVals.
Andrew Trick
2012-12-01
1
-0
/
+43
*
misched: Fix the DAG builder to handle an undef operand at ExitSU.
Andrew Trick
2012-12-01
1
-0
/
+26
*
misched: Fix LiveInterval update to better handle DebugVal.
Andrew Trick
2012-12-01
1
-0
/
+50
*
misched: fix RegionBegin when DebugValues get shuffled to the top.
Andrew Trick
2012-12-01
1
-0
/
+85
*
Simplify REG_SEQUENCE lowering.
Jakob Stoklund Olesen
2012-12-01
1
-3
/
+3
*
Add some first skeleton work for the DWARF5 Fission proposal. Emit
Eric Christopher
2012-11-30
1
-0
/
+26
*
test/CodeGen/PowerPC/vec_mul.ll: Add a triple. Thanks, Hal.
Chad Rosier
2012-11-30
1
-3
/
+3
*
Codegen failure for vmull with small vectors
Sebastian Pop
2012-11-30
1
-0
/
+150
*
test/CodeGen/PowerPC/vec_mul.ll: Fix register operands.
Chad Rosier
2012-11-30
1
-2
/
+2
*
test/CodeGen/PowerPC: Add explicit -march=ppc32.
NAKAMURA Takumi
2012-11-30
2
-2
/
+2
*
This patch fixes the Altivec addend construction for the fused multiply-add
Adhemerval Zanella
2012-11-30
2
-10
/
+33
*
[msan] Tests for vector manipulation instructions.
Evgeniy Stepanov
2012-11-30
1
-0
/
+37
*
Fix logic to determine whether to turn a switch into a lookup table. When
Evan Cheng
2012-11-30
1
-0
/
+26
*
Modified dump() to provide a little
Preston Briggs
2012-11-30
2
-4
/
+4
*
Fixed the arm disassembly of invalid BFI instructions to not build a bad MCInst
Kevin Enderby
2012-11-29
1
-0
/
+11
*
Add a FileCheck test that makes sure two different CHECKs won't match the
Eli Bendersky
2012-11-29
1
-0
/
+8
*
rdar://12100355 (part 1)
Shuxin Yang
2012-11-29
1
-0
/
+76
*
Handle the situation where CodeGenPrepare removes a reference to a BB that has
Bill Wendling
2012-11-29
1
-0
/
+23
*
instcombine: Migrate puts optimizations
Meador Inge
2012-11-29
2
-15
/
+31
*
Follow up to 168711: It's safe to base this analysis on the found compare, ju...
Benjamin Kramer
2012-11-29
1
-0
/
+49
*
fix a typo
Shuxin Yang
2012-11-29
1
-1
/
+1
*
instcombine: Migrate fputs optimizations
Meador Inge
2012-11-29
3
-31
/
+45
*
instcombine: Migrate fwrite optimizations
Meador Inge
2012-11-29
2
-13
/
+57
*
instcombine: Migrate fprintf optimizations
Meador Inge
2012-11-29
4
-59
/
+80
*
Added atomic 64 min/max/umin/umax instrinsics support in the ARM backend.
Silviu Baranga
2012-11-29
1
-0
/
+61
*
Teach the legalizer how to handle operands for VSELECT nodes
Justin Holewinski
2012-11-29
1
-0
/
+16
*
Allow targets to prefer TypeSplitVector over TypePromoteInteger when computin...
Justin Holewinski
2012-11-29
1
-0
/
+19
*
[msan] Propagate shadow through (x<0) and (x>=0) comparisons.
Evgeniy Stepanov
2012-11-29
1
-0
/
+47
*
[msan] Fix shadow & origin store & load alignment.
Evgeniy Stepanov
2012-11-29
1
-0
/
+25
*
[msan] Add a test for r168873.
Evgeniy Stepanov
2012-11-29
1
-0
/
+2
*
[msan] Update tests (broken in r168873).
Evgeniy Stepanov
2012-11-29
1
-5
/
+3
*
Initial commit of MemorySanitizer.
Evgeniy Stepanov
2012-11-29
2
-0
/
+236
*
[asan] when checking the noreturn attribute on the call, also check it on the...
Kostya Serebryany
2012-11-29
1
-2
/
+13
*
Instruction::isAssociative() returns true for fmul/fadd if they are tagged "u...
Shuxin Yang
2012-11-29
1
-0
/
+32
*
Avoid rewriting instructions twice.
Jakob Stoklund Olesen
2012-11-29
1
-0
/
+41
*
When combining consecutive stores allow loads in between the stores, if the l...
Nadav Rotem
2012-11-29
1
-0
/
+52
*
ARM: Implement CanLowerReturn so large vectors get expanded into sret.
Benjamin Kramer
2012-11-28
1
-0
/
+12
*
Fix initial frame state on powerpc64.
Ulrich Weigand
2012-11-28
1
-0
/
+41
*
Add error handling in getInt.
Patrik Hägglund
2012-11-28
1
-2
/
+1
*
[asan] Split AddressSanitizer into two passes (FunctionPass, ModulePass), LLV...
Kostya Serebryany
2012-11-28
2
-2
/
+2
*
misched: Analysis that partitions the DAG into subtrees.
Andrew Trick
2012-11-28
1
-0
/
+68
*
misched: better alias analysis.
Andrew Trick
2012-11-28
1
-0
/
+127
*
BBVectorize: Correctly merge SubclassOptionalData
Hal Finkel
2012-11-28
1
-0
/
+24
[next]