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 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
*
Fix physical register liveness calculations:
Tim Northover
2012-11-20
1
-0
/
+20
*
Intel OCL built-ins calling conventions now support MacOS 32-bit.
Elena Demikhovsky
2012-11-20
1
-36
/
+58
*
Marking remote mcjit tests as XFAIL for MIPS.
Simon Atanasyan
2012-11-20
7
-7
/
+7
*
Rework the rewriting of loads and stores for vector and integer allocas
Chandler Carruth
2012-11-20
3
-26
/
+46
*
Factor out type info emission into separate routine.
Anton Korobeynikov
2012-11-19
1
-0
/
+77
*
Handle mixed normal and early-clobber defs on inline asm.
Jakob Stoklund Olesen
2012-11-19
1
-0
/
+7
*
Enable MCJIT tests on PowerPC.
Ulrich Weigand
2012-11-19
2
-2
/
+14
*
Fix PR14060, an infinite loop in reassociate. The problem was that one of the
Duncan Sands
2012-11-18
1
-0
/
+19
*
Use a full triple for a PPC test case for asm syntax.
Andrew Trick
2012-11-18
1
-3
/
+3
*
MCJIT: [cygming] Give noop to __main also in RecordingMemoryManger. It is emi...
NAKAMURA Takumi
2012-11-18
7
-7
/
+7
*
test/ExecutionEngine/MCJIT/stubs-remote.ll: Prune DOSish CRLF.
NAKAMURA Takumi
2012-11-18
1
-36
/
+36
*
Don't try to calculate the alignment of an unsigned type. Fixes PR14371!
Nick Lewycky
2012-11-18
1
-0
/
+16
*
Silence the buildbots for this test while I figure out the triple
Andrew Trick
2012-11-17
1
-2
/
+2
*
Broaden isSchedulingBoundary to check aliases of SP.
Andrew Trick
2012-11-17
1
-0
/
+33
*
Phi speculation improvement for BasicAA
Hal Finkel
2012-11-17
1
-0
/
+71
*
Mark FP_EXTEND form v2f32 to v2f64 as "expand" for ARM NEON. Patch by Pete C...
Eli Friedman
2012-11-17
1
-0
/
+8
*
[fast-isel] Add the -verify-machineinstrs to these test cases. The remaining
Chad Rosier
2012-11-17
8
-15
/
+15
*
LoopVectorizer: Add initial support for pointer induction variables (for exam...
Nadav Rotem
2012-11-17
1
-2
/
+1
*
Initial implementation of MipsTargetLowering::isLegalAddressingMode.
Akira Hatanaka
2012-11-17
1
-0
/
+41
*
Teach SROA rewriteVectorizedStoreInst to handle cases when the loaded value i...
Evan Cheng
2012-11-17
1
-0
/
+25
*
Marking remote mcjit tests as XFAIL for cygwin (hopefully only temporarily).
Andrew Kaylor
2012-11-17
2
-2
/
+2
*
Marking remote mcjit tests as XFAIL for mingw32 (hopefully only temporarily).
Andrew Kaylor
2012-11-16
7
-7
/
+7
*
Marking remote mcjit tests as XFAIL for ARM (hopefully only temporarily).
Andrew Kaylor
2012-11-16
7
-0
/
+7
*
Remove hard coded registers in ARM ldrexd and strexd instructions
Weiming Zhao
2012-11-16
1
-41
/
+41
*
Make sure FABS on v2f32 and v4f32 is legal on ARM NEON
Anton Korobeynikov
2012-11-16
1
-0
/
+17
*
Fix handling of aliases to functions.
Richard Osborne
2012-11-16
1
-0
/
+32
*
[NVPTX] Order global variables in def-use order before emiting them in the fi...
Justin Holewinski
2012-11-16
1
-0
/
+20
[next]