index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
test
/
Bitcode
Commit message (
Expand
)
Author
Age
Files
Lines
*
IR: Don't allow non-default visibility on local linkage
Duncan P. N. Exon Smith
2014-05-07
2
-0
/
+79
*
Add 'musttail' marker to call instructions
Reid Kleckner
2014-04-24
1
-0
/
+17
*
AsmParser: add a warning for compatibility parsing
Saleem Abdulrasool
2014-04-05
1
-0
/
+9
*
AsmParser: restore LLVM IR compatibility for linker_private{,_weak}
Saleem Abdulrasool
2014-04-05
1
-0
/
+8
*
All new elements except the last one initialized to NULL. Ideally, once parsi...
Karthik Bhat
2014-03-27
2
-0
/
+158
*
Remove the linker_private and linker_private_weak linkages.
Rafael Espindola
2014-03-13
1
-4
/
+4
*
IR: add a second ordering operand to cmpxhg for failure
Tim Northover
2014-03-11
3
-40
/
+63
*
Ensure bitcode encoding of instructions and their operands stays stable.
Michael Kuperstein
2014-03-02
6
-0
/
+467
*
Ensure bitcode encoding of instructions and their operands stays stable.
Michael Kuperstein
2014-02-26
14
-0
/
+583
*
Update testing case for r200806.
Manman Ren
2014-02-04
1
-1
/
+1
*
Report a warning when dropping outdated debug info metadata.
Manman Ren
2014-01-16
1
-1
/
+3
*
Decouple dllexport/dllimport from linkage
Nico Rieck
2014-01-14
1
-1
/
+1
*
Revert "Decouple dllexport/dllimport from linkage"
Nico Rieck
2014-01-14
1
-1
/
+1
*
Decouple dllexport/dllimport from linkage
Nico Rieck
2014-01-14
1
-1
/
+1
*
Fold vector selects with undef elements in the condition. Fixes PR18319.
Nick Lewycky
2013-12-31
1
-1
/
+1
*
Ensure bitcode encoding of calling conventions stays stable. Patch by Boaz Ou...
Michael Kuperstein
2013-12-22
2
-0
/
+150
*
Begin adding docs and IR-level support for the inalloca attribute
Reid Kleckner
2013-12-19
1
-0
/
+5
*
Ensure bitcode encoding of global variable attributes stays stable. Patch by ...
Michael Kuperstein
2013-12-15
2
-0
/
+41
*
Fixed CRLF
Michael Kuperstein
2013-12-08
1
-23
/
+23
*
Ensure bitcode encoding of visibility styles stays stable. Patch by Boaz Ouriel.
Michael Kuperstein
2013-12-08
2
-0
/
+23
*
Debug Info: drop debug info via upgrading path if version number does not match.
Manman Ren
2013-12-02
1
-0
/
+26
*
Ensure bitcode encoding of linkage types stays stable. Patch by Boaz Ouriel
Michael Kuperstein
2013-12-01
2
-0
/
+128
*
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
[next]