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
/
Feature
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AArch64] Update test case to pass with post-RA MI scheduler.
Chad Rosier
2014-09-13
1
-1
/
+1
*
Use "weak alias" instead of "alias weak"
Rafael Espindola
2014-07-30
1
-2
/
+2
*
IR: Allow comdats to be applied to globals with internal linkage
David Majnemer
2014-07-13
1
-0
/
+3
*
IR: Aliases don't belong to an explicit comdat
David Majnemer
2014-07-10
1
-0
/
+3
*
IR: Add COMDATs to the IR
David Majnemer
2014-06-27
1
-0
/
+15
*
Move test for r210734 to Feature/aliases.ll.
Bob Wilson
2014-06-12
1
-0
/
+6
*
Allow aliases to be unnamed_addr.
Rafael Espindola
2014-06-06
1
-0
/
+1
*
Fix a small bug in the parsing of anonymous globals.
Rafael Espindola
2014-06-03
1
-0
/
+2
*
Allow alias to point to an arbitrary ConstantExpr.
Rafael Espindola
2014-06-03
2
-9
/
+17
*
Rename alias variables to make it easier to add new tests to the file.
Rafael Espindola
2014-05-29
1
-10
/
+10
*
[pr19844] Add thread local mode to aliases.
Rafael Espindola
2014-05-28
1
-0
/
+3
*
Fix most of PR10367.
Rafael Espindola
2014-05-16
2
-3
/
+20
*
[IR] Make {extract,insert}element accept an index of any integer type.
Michael J. Spencer
2014-05-01
1
-0
/
+2
*
Disable each MachineFunctionPass for 'optnone' functions, unless that
Paul Robinson
2014-03-31
1
-0
/
+54
*
Prevent alias from pointing to weak aliases.
Rafael Espindola
2014-03-27
1
-1
/
+1
*
Revert "Prevent alias from pointing to weak aliases."
Rafael Espindola
2014-03-26
1
-1
/
+1
*
Prevent alias from pointing to weak aliases.
Rafael Espindola
2014-03-26
1
-1
/
+1
*
Expose "noduplicate" attribute as a property for intrinsics.
Eli Bendersky
2014-03-18
1
-0
/
+9
*
Remove the linker_private and linker_private_weak linkages.
Rafael Espindola
2014-03-13
1
-6
/
+0
*
Reject alias to undefined symbols in the verifier.
Rafael Espindola
2014-03-12
1
-2
/
+4
*
Change math intrinsic attributes from readonly to readnone. These
Raul E. Silvera
2014-03-06
1
-3
/
+2
*
Disable most IR-level transform passes on functions marked 'optnone'.
Paul Robinson
2014-02-06
1
-0
/
+74
*
Debug Info: update testing cases to specify the debug info version number.
Manman Ren
2013-11-23
1
-0
/
+3
*
The 'optnone' attribute means don't inline anything into this function
Paul Robinson
2013-11-18
1
-3
/
+3
*
Add addrspacecast instruction.
Matt Arsenault
2013-11-15
1
-0
/
+3
*
Implement function prefix data as an IR feature.
Peter Collingbourne
2013-09-16
1
-0
/
+18
*
Add function attribute 'optnone'.
Andrea Di Biagio
2013-08-23
1
-0
/
+12
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
1
-1
/
+0
*
Debug Info Finder|Verifier: handle DbgLoc attached to instructions.
Manman Ren
2013-08-06
1
-2
/
+4
*
Remove "lto_on_osx" xfails, now that -rdynamic works on Darwin.
Bob Wilson
2013-08-04
1
-1
/
+0
*
Temporarily revert "Debug Info Finder|Verifier: handle DbgLoc attached to
Eric Christopher
2013-08-02
1
-4
/
+2
*
Debug Info Finder|Verifier: handle DbgLoc attached to instructions.
Manman Ren
2013-08-01
1
-2
/
+4
*
Temporarily xfail a test that breaks on OS X when building with LTO.
Bob Wilson
2013-08-01
1
-0
/
+1
*
Add a new function attribute 'cold' to functions.
Diego Novillo
2013-05-24
1
-0
/
+9
*
Clarify that llvm.used can contain aliases.
Rafael Espindola
2013-04-22
1
-0
/
+2
*
Modify the LLVM assembly output so that it uses references to represent funct...
Bill Wendling
2013-02-20
3
-2
/
+22
*
There was a switch fall-through in the parser for textual LLVM that caused
David Tweed
2013-01-07
1
-1
/
+1
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2012-12-30
1
-2
/
+2
*
Remove the dependent libraries feature.
Bill Wendling
2012-11-27
1
-1
/
+0
*
Change ForceSizeOpt attribute into MinSize attribute
Quentin Colombet
2012-10-30
2
-7
/
+7
*
Add a testcase for the previous commit.
Nadav Rotem
2012-10-22
1
-0
/
+7
*
Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to
Bill Wendling
2012-08-17
1
-1
/
+0
*
Convert the uses of '|&' to use '2>&1 |' instead, which works on old
Chandler Carruth
2012-07-02
2
-2
/
+2
*
Convert all tests using TCL-style quoting to use shell-style quoting.
Chandler Carruth
2012-07-02
3
-3
/
+3
*
rdar://11542750 - llvm.trap should be marked no return.
Chris Lattner
2012-05-27
1
-0
/
+10
*
This file is no longer needed (DejaGNU-isms removed from code)
Eli Bendersky
2012-03-25
1
-3
/
+0
*
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-02-16
2
-3
/
+1
*
The powers that be have decided that LLVM IR should now support 16-bit
Dan Gohman
2011-12-17
1
-0
/
+1
*
Manually upgrade the test suite to specify the flag to cttz and ctlz.
Chandler Carruth
2011-12-12
1
-16
/
+16
*
Add support for vectors of pointers.
Nadav Rotem
2011-12-05
2
-0
/
+22
[next]