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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make all the conditional Mips 16 branches get initially set for the
Reed Kotler
2013-11-15
7
-28
/
+132
*
Use a reference rather than a pointer as we don't expect a NULL
Eric Christopher
2013-11-15
3
-23
/
+23
*
Add addrspacecast instruction.
Matt Arsenault
2013-11-15
51
-229
/
+588
*
Include raw_ostream.h.
Rui Ueyama
2013-11-15
1
-2
/
+2
*
R600: Fix scheduling of instructions that use the LDS output queue
Tom Stellard
2013-11-15
11
-54
/
+220
*
Teach the Makefile build system how to handle SOURCES which include
Chandler Carruth
2013-11-14
1
-21
/
+34
*
R600/SI: Add processor type for Hawaii
Tom Stellard
2013-11-14
1
-0
/
+1
*
When folding memory operands, preserve existing MachineMemOperands.
Andrew Trick
2013-11-14
1
-3
/
+14
*
R600/SI: Remove redundant legalizeOperands call
Matt Arsenault
2013-11-14
1
-1
/
+0
*
Simplify testcase.
Eric Christopher
2013-11-14
1
-1
/
+1
*
Add #include raw_ostream.h in lib/Target/R600/SIFixSGPRCopies.cpp
Hans Wennborg
2013-11-14
1
-0
/
+1
*
R600/SI: Specify S_ADDK/S_MULK set SCC and are commutable
Matt Arsenault
2013-11-14
1
-2
/
+5
*
DebugInfo: Simplify/narrow null-check for getOrCreateType
David Blaikie
2013-11-14
1
-2
/
+4
*
Recognize 0x0000 as a COFF file magic.
Rui Ueyama
2013-11-14
4
-0
/
+21
*
[AArch64] Remove redundant Neon_immAllOnes/Neon_immAllZeros leaf patterns.
Chad Rosier
2013-11-14
1
-25
/
+9
*
DwarfCompileUnit::getOrCreateContext: Return the compile unit DIE rather than...
David Blaikie
2013-11-14
1
-11
/
+4
*
Remove unnecessary 'else' after return.
David Blaikie
2013-11-14
1
-4
/
+3
*
Typos. (Test commit.)
Paul Robinson
2013-11-14
2
-3
/
+3
*
Fix regular expression to work with multiple-digit version numbers
Dmitri Gribenko
2013-11-14
1
-2
/
+2
*
ARM: produce friendly error for invalid inline asm
Tim Northover
2013-11-14
2
-0
/
+20
*
Add a triple and switch test to FileCheck.
Rafael Espindola
2013-11-14
1
-1
/
+8
*
llvm-cov.test: Remove XFAIL:arm. Seems this is passing since my tweaks.
NAKAMURA Takumi
2013-11-14
1
-1
/
+1
*
Error if we see an alias to a declaration.
Rafael Espindola
2013-11-14
10
-26
/
+75
*
[asan] Poor man's coverage that works with ASan
Kostya Serebryany
2013-11-14
2
-0
/
+65
*
[msan] Use CHECK-DAG instead of CHECK where order of instructions does not ma...
Evgeniy Stepanov
2013-11-14
1
-2
/
+2
*
[msan] Fast path optimization for wrap-indirect-calls feature of MemorySaniti...
Evgeniy Stepanov
2013-11-14
2
-14
/
+80
*
llvm-cov requires IR and Support as libraries. Instrumentation would be overk...
NAKAMURA Takumi
2013-11-14
2
-2
/
+2
*
llvm-cov.test: Tweak win32 hosts not confused by \r\n in llvm-cov's stdout.
NAKAMURA Takumi
2013-11-14
1
-1
/
+1
*
IR/GCOV.cpp: Use PRIu64 as format string with uint64_t.
NAKAMURA Takumi
2013-11-14
1
-1
/
+1
*
Whitespace.
NAKAMURA Takumi
2013-11-14
1
-3
/
+2
*
AVX-512: Handled extractelement from mask vector;
Elena Demikhovsky
2013-11-14
5
-2
/
+113
*
Fix the header comment of the new pass manager stuff to not claim to be
Chandler Carruth
2013-11-14
1
-1
/
+1
*
Indentation fixes
Matt Arsenault
2013-11-14
2
-3
/
+2
*
Add a comment
Matt Arsenault
2013-11-14
1
-1
/
+3
*
Fix trailing whitespace in debug printing
Matt Arsenault
2013-11-14
1
-1
/
+1
*
R600/SI: Add testcase for problem I ran into
Matt Arsenault
2013-11-14
1
-0
/
+18
*
yaml::Input::mapTag(): Don't use StringRef to hold return type of std::string.
NAKAMURA Takumi
2013-11-14
1
-1
/
+1
*
Whitespace.
NAKAMURA Takumi
2013-11-14
1
-1
/
+1
*
AArch64DAGToDAGISel::SelectVTBL(): Fix a warning. [-Wunused-variable]
NAKAMURA Takumi
2013-11-14
1
-3
/
+1
*
Minor extension to llvm.experimental.patchpoint: don't require a call.
Andrew Trick
2013-11-14
3
-12
/
+33
*
Add test case for AArch64 NEON instruction set misc.
Kevin Qin
2013-11-14
2
-0
/
+2255
*
[OCaml] Build stub OCaml libraries for all configured targets
Peter Zotov
2013-11-14
6
-0
/
+195
*
[OCaml] Expose LLVM's fatal error and stacktrace APIs
Peter Zotov
2013-11-14
3
-0
/
+47
*
Don't mangle \n and "
Rafael Espindola
2013-11-14
3
-38
/
+21
*
Add external project LDC to release notes.
Kai Nacke
2013-11-14
1
-0
/
+15
*
R600/SIFixSGPRCopies.cpp: Fix \param to \return. [-Wdocumentation]
NAKAMURA Takumi
2013-11-14
1
-1
/
+1
*
Whitespace.
NAKAMURA Takumi
2013-11-14
1
-4
/
+4
*
[AArch64 neon] support poly64 and relevant intrinsic functions.
Kevin Qin
2013-11-14
2
-0
/
+12
*
remove extra semicolon
Nick Kledzik
2013-11-14
1
-1
/
+1
*
Implement aarch64 neon instruction class SIMD misc.
Kevin Qin
2013-11-14
6
-129
/
+2080
[next]