index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
FileCheckize some tests.
Bill Wendling
2013-08-22
15
-25
/
+162
*
R600/SI: Fix another case of illegal VGPR to SGPR copy
Tom Stellard
2013-08-22
2
-4
/
+143
*
DataFlowSanitizer: Replace non-instrumented aliases of instrumented functions...
Peter Collingbourne
2013-08-22
3
-4
/
+28
*
DataFlowSanitizer: Factor the wrapper builder out to buildWrapperFunction.
Peter Collingbourne
2013-08-22
1
-20
/
+33
*
DataFlowSanitizer: Prefix the name of each instrumented function with "dfs$".
Peter Collingbourne
2013-08-22
10
-29
/
+87
*
[Debug Info Tests] Update testing cases.
Manman Ren
2013-08-22
7
-23
/
+22
*
configure: Regenerate corresponding to r189026.
NAKAMURA Takumi
2013-08-22
1
-1
/
+2
*
Autoconf: The Clang ARC migrator now depends on the static analyzer.
Jordan Rose
2013-08-22
2
-3
/
+14
*
[ARMv8] Add CodeGen support for VSEL.
Joey Gouly
2013-08-22
3
-9
/
+414
*
[Win32] mapped_file_region: Fix a bug in CreateFileMapping() that Size must c...
NAKAMURA Takumi
2013-08-22
2
-7
/
+2
*
Whitespace.
NAKAMURA Takumi
2013-08-22
2
-4
/
+4
*
Fix ARM vcvt encoding when the number of fractional bits is zero.
Mihai Popa
2013-08-22
2
-0
/
+35
*
Teach the SLP vectorizer the correct way to check for consecutive access
Chandler Carruth
2013-08-22
2
-50
/
+54
*
[ARM] Constrain some register classes in EmitAtomicBinary64 so that
Joey Gouly
2013-08-22
3
-2
/
+6
*
AVX-512: Added masked SHIFT commands, more encoding tests
Elena Demikhovsky
2013-08-22
3
-40
/
+67
*
Fix ARM FastISel PIC function call.
Logan Chien
2013-08-22
2
-2
/
+32
*
Suppress MemoryBufferTest.cpp on win32 for now. Investigating.
NAKAMURA Takumi
2013-08-22
1
-0
/
+5
*
Add a new helper method to Value to strip in-bounds constant offsets of
Chandler Carruth
2013-08-22
2
-12
/
+65
*
MemoryBufferTest.cpp: Tweak offset corresponding to the case that PageSize is...
NAKAMURA Takumi
2013-08-22
1
-1
/
+1
*
MemoryBuffer.cpp: Consider if PageSize were not 4096 in shouldUseMmap(). Foll...
NAKAMURA Takumi
2013-08-22
1
-1
/
+1
*
Clean up the doxygen formatting of the comments on the strip* methods on
Chandler Carruth
2013-08-22
1
-16
/
+16
*
ARM: use TableGen patterns to select CMOV operations.
Tim Northover
2013-08-22
14
-340
/
+164
*
ARM: respect tied 64-bit inlineasm operands when printing
Tim Northover
2013-08-22
2
-0
/
+27
*
[stackprotector] When finding the split point to splice off the end of a pare...
Michael Gottesman
2013-08-22
2
-9
/
+143
*
Teach LoopVectorize about address space sizes
Matt Arsenault
2013-08-22
2
-3
/
+31
*
Remove llvm-lit from the cmake install target.
Hans Wennborg
2013-08-22
1
-8
/
+0
*
FileCheck-ize tests.
Bill Wendling
2013-08-22
26
-35
/
+98
*
ARM: R9 is not safe to use for tcGPR.
Jim Grosbach
2013-08-22
2
-1
/
+15
*
Fixed typo.
Michael Gottesman
2013-08-21
1
-1
/
+1
*
Removed trailing whitespace.
Michael Gottesman
2013-08-21
1
-13
/
+13
*
SelectionDAG: Make sure stores are always added to the LegalizedNodes list
Tom Stellard
2013-08-21
2
-1
/
+21
*
[lit] Fix a couple lingering Py3 compat issues in ProgressBar.
Daniel Dunbar
2013-08-21
1
-4
/
+12
*
[tests] Update fma3 check to work with Py3.
Daniel Dunbar
2013-08-21
1
-1
/
+2
*
[lit] Lift XFAIL handling to core infrastructure.
Daniel Dunbar
2013-08-21
3
-36
/
+48
*
[lit] Allow formats to return lit.Test.Result instances directly.
Daniel Dunbar
2013-08-21
2
-10
/
+21
*
[lit] Factor out a separate Test.Result() object.
Daniel Dunbar
2013-08-21
2
-33
/
+40
*
[lit] Simplify --time-tests code.
Daniel Dunbar
2013-08-21
1
-11
/
+5
*
[lit] Extract TestFormat base class, for future use.
Daniel Dunbar
2013-08-21
4
-10
/
+10
*
TBAA: remove !tbaa from testing cases when they are not needed.
Manman Ren
2013-08-21
16
-674
/
+584
*
Adding a document to describe the MCJIT execution engine implementation.
Andrew Kaylor
2013-08-21
8
-0
/
+183
*
R600: Remove unnecessary casts
Tom Stellard
2013-08-21
1
-8
/
+6
*
No functionality change.
Yunzhong Gao
2013-08-21
1
-2
/
+2
*
Teach BaseIndexOffset::match to identify base pointers in loops.
Juergen Ributzka
2013-08-21
2
-2
/
+44
*
ADT/Triple: Helper to determine if we are targeting the Windows CRT
David Majnemer
2013-08-21
1
-0
/
+5
*
Basic unit tests for PointerUnion
David Blaikie
2013-08-21
3
-1
/
+66
*
Reorder headers according to lint.
Bill Wendling
2013-08-21
2
-10
/
+6
*
Remove use of forbidden 'iostream' header.
Bill Wendling
2013-08-21
1
-13
/
+11
*
Teach InstCombine about address spaces
Matt Arsenault
2013-08-21
7
-91
/
+439
*
MC CFG: Remap enough for data too, analoguous to r188873.
Ahmed Bougacha
2013-08-21
2
-1
/
+49
*
Style cleanup following David's review for r188876.
Ahmed Bougacha
2013-08-21
1
-5
/
+4
[next]