index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
Other
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r235153
Pirama Arumuga Nainar
2015-05-18
1
-4
/
+4
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
10
-250
/
+250
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
6
-96
/
+337
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
6
-13
/
+35
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
3
-5
/
+21
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
3
-3
/
+79
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
5
-4
/
+179
*
Merging r195477:
Bill Wendling
2013-11-25
1
-5
/
+6
*
Add addrspacecast instruction.
Matt Arsenault
2013-11-15
1
-2
/
+2
*
Provide a test input for opt
Alp Toker
2013-11-05
1
-6
/
+6
*
Quote potential shell expansions found in tests
Alp Toker
2013-10-28
1
-1
/
+1
*
llvm/test/Other/close-stderr.ll: Remove "XFAIL:win32". It reverts r173509.
NAKAMURA Takumi
2013-10-26
1
-3
/
+0
*
Update to remove the no-frame-pointer-elim-non-leaf flag if it was set to 'fa...
Bill Wendling
2013-08-22
1
-1
/
+1
*
Teach ConstantFolding about pointer address spaces
Matt Arsenault
2013-08-20
1
-0
/
+235
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
2
-3
/
+0
*
Use pipefail when available.
Rafael Espindola
2013-07-26
1
-0
/
+2
*
Windows/Path.inc: Introduce file_type::character_file and file_type::fifo_fil...
NAKAMURA Takumi
2013-07-18
1
-3
/
+0
*
[Support] Beef up and expose the response file parsing in llvm::cl
Reid Kleckner
2013-07-18
1
-2
/
+6
*
llvm/test/Other/close-stderr.ll: Mark this as XFAIL on msys, since r186560.
NAKAMURA Takumi
2013-07-18
1
-0
/
+3
*
XFAIL this test on mingw.
Rafael Espindola
2013-07-16
1
-0
/
+1
*
Create files with mode 666. This matches the behavior of other unix tools.
Rafael Espindola
2013-07-16
1
-0
/
+13
*
Move r186044 tests into CodeGen/X86
Hal Finkel
2013-07-11
2
-20
/
+0
*
Set REQUIRES shell on the test cases for r186044
Hal Finkel
2013-07-10
2
-0
/
+2
*
XFAIL the test cases for r186044 on Hexagon
Hal Finkel
2013-07-10
2
-0
/
+2
*
Don't assert if we can't constant fold extract/insertvalue
Hal Finkel
2013-07-10
2
-0
/
+16
*
llvm/test/Other/llvm-cov.test: It requires +Asserts to let XFAILed.
NAKAMURA Takumi
2013-07-08
1
-0
/
+1
*
(1) Add ".test" to test/Other/lit.local.cfg, so llvm-cov.test is actually run.
Matt Beaumont-Gay
2013-07-01
4
-3
/
+3
*
Suppress llvm/test/Other/can-execute.txt on msys bash.
NAKAMURA Takumi
2013-06-26
1
-1
/
+1
*
Add a testcase for r184074.
Rafael Espindola
2013-06-17
2
-0
/
+23
*
Attributes: Don't print trailing whitespace on the function attribute comment.
Benjamin Kramer
2013-04-19
1
-0
/
+9
*
Check isDiscardableIfUnused, rather than hasLocalLinkage, when bumping
Lang Hames
2013-03-04
1
-0
/
+23
*
IR: Don't constant fold GEP bitcasts between different address spaces
Meador Inge
2013-02-27
1
-0
/
+20
*
Modify the LLVM assembly output so that it uses references to represent funct...
Bill Wendling
2013-02-20
1
-57
/
+59
*
XFAIL close-stderr on win32
Reid Kleckner
2013-01-25
1
-0
/
+3
*
llvm/test/Other/close-stderr.ll: Mark this as XFAIL:valgrind. We got 127 inst...
NAKAMURA Takumi
2013-01-20
1
-0
/
+4
*
Using "not grep" is brittle as the test passes if llvm-as fails.
Rafael Espindola
2012-11-21
1
-2
/
+6
*
Revert r167836, "llvm/test/Other/close-stderr.ll: Mark it as XFAIL:mingw32 fo...
NAKAMURA Takumi
2012-11-13
1
-3
/
+0
*
Revert 167755/167760. We don't want to emit crash diagnostics on command-line...
Chad Rosier
2012-11-13
1
-1
/
+1
*
llvm/test/Other/close-stderr.ll: Mark it as XFAIL:mingw32 for now.
NAKAMURA Takumi
2012-11-13
1
-0
/
+3
*
Update test case for r167754/r167755.
Chad Rosier
2012-11-12
1
-1
/
+1
*
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-11-01
1
-43
/
+0
*
Add -alias and -ralias options to match what we have for functions and
Rafael Espindola
2012-10-29
1
-0
/
+9
*
llvm-extract changes linkages so that functions on both sides of the
Rafael Espindola
2012-10-29
2
-4
/
+28
*
llvm-extract was unable to handle aliases. It would leave a copy on the
Rafael Espindola
2012-10-29
1
-0
/
+40
*
Change the internalize pass to internalize all symbols when given an empty
Rafael Espindola
2012-10-26
1
-0
/
+13
*
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-24
1
-0
/
+43
*
Enable response files in all tools. Patch by Liu, Yaxun (Sam). I have simplified
Rafael Espindola
2012-10-09
1
-0
/
+9
*
Forgot the SPIR test case.
Micah Villmow
2012-10-01
1
-0
/
+13
*
Ignore apparent buffer overruns on external or weak globals. This is a major
Duncan Sands
2012-09-30
1
-0
/
+5
*
Teach the 'lint' sanity checking pass to detect simple buffer overflows.
Duncan Sands
2012-09-26
1
-0
/
+12
[next]