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
*
llvm/test/Transforms/SimplifyLibCalls: FileCheck-ize 3 tests.
NAKAMURA Takumi
2012-11-27
3
-6
/
+12
*
llvm/test/Transforms/SimplifyLibCalls/SPrintF.ll: Handle @sprintf() with -ins...
NAKAMURA Takumi
2012-11-27
1
-2
/
+1
*
llvm/test/Transforms/SimplifyLibCalls/SPrintF.ll: Fix datalayout since r168516.
NAKAMURA Takumi
2012-11-27
3
-3
/
+3
*
Trailing linefeeds.
NAKAMURA Takumi
2012-11-27
2
-2
/
+0
*
Revert accidental commit.
Craig Topper
2012-11-27
1
-0
/
+42
*
Make PrintReg constructor explicit to prevent weird implicit conversions from...
Craig Topper
2012-11-27
1
-42
/
+0
*
tsan: instrument atomic nand operation
Dmitry Vyukov
2012-11-27
1
-0
/
+200
*
Add test cases for r168417.
Craig Topper
2012-11-27
1
-0
/
+20
*
test/Transforms/SimplifyLibCalls/SPrintF.ll: Suppress this for now. r168677 u...
NAKAMURA Takumi
2012-11-27
1
-0
/
+1
*
Modify depends(Src, Dst, PossiblyLoopIndependent).
Preston Briggs
2012-11-27
14
-401
/
+401
*
instcombine: Migrate sprintf optimizations
Meador Inge
2012-11-27
3
-24
/
+83
*
The section is .debug_line.
Eric Christopher
2012-11-27
1
-1
/
+1
*
Extend test case for r168657.
Chad Rosier
2012-11-27
1
-0
/
+30
*
Fast-math test for SimplifyInstruction: fold multiply by 0
Michael Ilseman
2012-11-27
1
-0
/
+35
*
llvm/test/CodeGen/X86/2012-07-15-broadcastfold.ll: Loosen expression correspo...
NAKAMURA Takumi
2012-11-27
1
-1
/
+1
*
Fast-math test case for bitcode and textual reading/writing
Michael Ilseman
2012-11-27
1
-0
/
+142
*
Make this test less sensitive.
Eli Bendersky
2012-11-26
1
-4
/
+4
*
Get rid of the getPointeeAlignment helper function from
Eli Friedman
2012-11-26
1
-0
/
+10
*
Remove the X86 Maximal Stack Alignment Check pass as it is no longer necessary.
Chad Rosier
2012-11-26
2
-25
/
+19
*
rdar://12329730 (defect 2)
Shuxin Yang
2012-11-26
1
-0
/
+15
*
instcombine: Migrate printf optimizations
Meador Inge
2012-11-26
4
-59
/
+120
*
Normalize splat 256bit vectors with 8 elements.
Jakub Staszak
2012-11-26
1
-7
/
+7
*
Rewrite test to not use a FileCheck variable and redefine it on the same line.
Eli Bendersky
2012-11-26
1
-5
/
+5
*
[tsan] add fail order to compare_exchange
Dmitry Vyukov
2012-11-26
1
-25
/
+25
*
instcombine: Migrate toascii optimizations
Meador Inge
2012-11-26
2
-21
/
+59
*
instcombine: Migrate isascii optimizations
Meador Inge
2012-11-26
1
-0
/
+32
*
instcombine: Migrate isdigit optimizations
Meador Inge
2012-11-26
2
-21
/
+48
*
Fix bogus comment; no functional change.
Meador Inge
2012-11-26
1
-1
/
+2
*
instcombine: Migrate *abs optimizations
Meador Inge
2012-11-26
2
-11
/
+41
*
instcombine: Migrate ffs* optimizations
Meador Inge
2012-11-25
2
-45
/
+133
*
Add support for .cfi_register now that it is easy to extent the representation
Rafael Espindola
2012-11-25
1
-0
/
+42
*
Add support for pointer induction variables even when there is no integer ind...
Nadav Rotem
2012-11-25
1
-0
/
+33
*
PPC: MCize most of the darwin PIC emission.
Benjamin Kramer
2012-11-24
2
-11
/
+49
*
Implement .cfi_undefined. Based on a patch from PaX team, updated by
Rafael Espindola
2012-11-23
1
-0
/
+41
*
Disallow the undocumented practice of starting the datalayout string with '-'.
Patrik Hägglund
2012-11-23
3
-3
/
+3
*
Add more functions to the target library information.
Meador Inge
2012-11-22
1
-0
/
+99
*
Corrects a problem where we reply exclusively of GEPs to drive
Preston Briggs
2012-11-21
15
-142
/
+187
*
Mips direct object xgot support
Jack Carter
2012-11-21
1
-0
/
+42
*
[mips] Generate big GOT code.
Akira Hatanaka
2012-11-21
1
-0
/
+50
*
Adding tests for the Intel JIT event listener's MCJIT support.
Andrew Kaylor
2012-11-21
7
-7
/
+564
*
Add support for varargs functions for msp430.
Anton Korobeynikov
2012-11-21
1
-0
/
+50
*
Add support for byval args. Patch by Job Noorman!
Anton Korobeynikov
2012-11-21
1
-0
/
+26
*
llvm/test/Transforms/InstCombine/sdiv-1.ll: FileCheck-ize.
NAKAMURA Takumi
2012-11-21
1
-1
/
+3
*
Using "not grep" is brittle as the test passes if llvm-as fails.
Rafael Espindola
2012-11-21
1
-2
/
+6
*
PR14055: Implement support for sub-vector operations in SROA.
Chandler Carruth
2012-11-21
1
-2
/
+75
*
Add a tests for the new -no-show-raw-insn option of llvm-objdump.
Eli Bendersky
2012-11-20
2
-0
/
+21
*
[asan] don't instrument linker-initialized globals even with external linkage...
Kostya Serebryany
2012-11-20
1
-1
/
+23
*
[asan] make sure that linker-initialized globals (non-extern) are not instrum...
Kostya Serebryany
2012-11-20
1
-1
/
+20
*
llvm/test/ExecutionEngine/MCJIT/lit.local.cfg: ppc32-elf is not ready.
NAKAMURA Takumi
2012-11-20
1
-0
/
+3
*
Fix PR14132 and handle OOB loads speculated throuh PHI nodes.
Chandler Carruth
2012-11-20
1
-0
/
+35
[next]