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
/
Bitcode
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r235153
Pirama Arumuga Nainar
2015-05-18
4
-2
/
+13
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
14
-96
/
+105
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
34
-94
/
+231
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
53
-1102
/
+1675
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
8
-27
/
+122
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
9
-0
/
+143
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
35
-2
/
+1582
*
Merging r196158:
Manman Ren
2013-12-09
1
-0
/
+26
*
The 'optnone' attribute means don't inline anything into this function
Paul Robinson
2013-11-18
1
-2
/
+2
*
Change BitcodeReader to use error_code instead of bool + string.
Rafael Espindola
2013-11-04
2
-2
/
+2
*
Use a larger invalid attribute bitcode number
Reid Kleckner
2013-10-31
1
-0
/
+0
*
llvm/test/Bitcode/invalid.ll: Tweak expresion to mach "llvm-dis.EXE:"
NAKAMURA Takumi
2013-10-31
1
-1
/
+1
*
Fix a use after free on invalid input.
Rafael Espindola
2013-10-31
2
-0
/
+7
*
AutoUpgrade: upgrade from scalar TBAA format to struct-path aware TBAA format.
Manman Ren
2013-09-28
1
-0
/
+23
*
Patch provide by Tom Roeder!
Joe Abbey
2013-09-12
1
-0
/
+9
*
Revert patches to add case-range support for PR1255.
Bob Wilson
2013-09-09
3
-33
/
+67
*
Add function attribute 'optnone'.
Andrea Di Biagio
2013-08-23
1
-2
/
+10
*
Use -disable-output and to suppress output and don't use a temporary file unl...
Bill Wendling
2013-08-20
5
-7
/
+5
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
1
-1
/
+0
*
Make .bc en/decoding of AttrKind stable
Tobias Grosser
2013-07-26
2
-0
/
+236
*
Add some uncovered attribute tests
Tobias Grosser
2013-07-17
1
-0
/
+31
*
Unify clang/llvm attributes for asan/tsan/msan (LLVM part)
Kostya Serebryany
2013-02-26
1
-6
/
+6
*
Modify the LLVM assembly output so that it uses references to represent funct...
Bill Wendling
2013-02-20
3
-27
/
+33
*
Test for string attributes and for attribute group output.
Bill Wendling
2013-02-12
1
-0
/
+28
*
[tsan/msan] adding thread_safety and uninitialized_checks attributes
Kostya Serebryany
2013-02-11
1
-0
/
+10
*
Change encoding of instruction operands in bitcode binaries to be relative
Jan Wen Voung
2012-10-11
1
-0
/
+49
*
BitcodeReader: Correctly insert blockaddress constant referring to a already ...
Benjamin Kramer
2012-09-21
1
-0
/
+15
*
More replacing of target-dependent intrinsics with target-indepdent
Joel Jones
2012-07-18
1
-1
/
+10
*
This is one of the first steps at moving to replace target-dependent
Joel Jones
2012-07-13
1
-0
/
+12
*
Fixed diff comparison.
Stepan Dyatkovskiy
2012-07-11
1
-1
/
+1
*
Make tests which first provide a negative assertion via 'not', then
Chandler Carruth
2012-07-02
1
-1
/
+2
*
Add AutoUpgrade support for the SSE4 ptest intrinsics.
Nadav Rotem
2012-06-10
2
-0
/
+44
*
PR12696: Attribute bits above 1<<30 are not encoded in bitcode
Meador Inge
2012-05-28
1
-0
/
+164
*
Recommited r156374 with critical fixes in BitcodeReader/Writer:
Stepan Dyatkovskiy
2012-05-12
1
-0
/
+33
*
Rejected r156374: Ordinary PR1255 patch. Due to clang-x86_64-debian-fnt build...
Stepan Dyatkovskiy
2012-05-08
1
-33
/
+0
*
Ordinary patch for PR1255.
Stepan Dyatkovskiy
2012-05-08
1
-0
/
+33
*
FileCheckize these testcases.
Bill Wendling
2012-04-08
1
-1
/
+3
*
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-02-16
2
-3
/
+1
*
remove some old autoupgrade logic
Chris Lattner
2011-11-27
1
-44
/
+0
*
remove support for reading llvm 2.9 .bc files. LLVM 3.1 is only compatible b...
Chris Lattner
2011-11-27
6
-14
/
+0
*
The bitcode reader can create an shuffle with a place holder mask which it will
Mon P Wang
2011-10-26
1
-0
/
+31
*
Add a few test cases to ensure the bitcode reader is backward compatible with
Chad Rosier
2011-10-25
4
-0
/
+10
*
Simplify tests by not piping them through llvm-dis.
Chad Rosier
2011-10-25
2
-4
/
+5
*
Fix these test cases to not use .bc files. Otherwise, we run into issues with
Chad Rosier
2011-10-25
4
-2
/
+97
*
Remove support for parsing the "type i32" syntax for defining a numbered
Chris Lattner
2011-06-19
1
-3
/
+3
*
rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is
Chris Lattner
2011-06-18
1
-23
/
+0
*
remove support for a bunch of obsolete instruction encodings
Chris Lattner
2011-06-17
18
-237
/
+0
*
Add missing newlines.
Chad Rosier
2011-05-28
4
-4
/
+4
*
Fix test cases that were previously using grep to use FileCheck
Chad Rosier
2011-05-28
12
-37
/
+56
*
Typo is test case
Chad Rosier
2011-05-27
1
-2
/
+2
[next]