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
/
LTO
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make the default triple optional by allowing an empty string
Mehdi Amini
2015-09-16
3
-0
/
+4
*
Reapply "LTO: Disable extra verify runs in release builds"
Duncan P. N. Exon Smith
2015-09-15
1
-0
/
+18
*
Revert "LTO: Disable extra verify runs in release builds"
Duncan P. N. Exon Smith
2015-09-15
1
-18
/
+0
*
LTO: Disable extra verify runs in release builds
Duncan P. N. Exon Smith
2015-09-15
1
-0
/
+18
*
Add a non-exiting diagnostic handler for LTO.
Yunzhong Gao
2015-09-11
1
-0
/
+13
*
Add powerpc64 to parallel.ll unsupported architecture list.
Peter Collingbourne
2015-09-04
1
-1
/
+1
*
Use UNSUPPORTED instead of XFAIL to disable this test, as it passes on one AA...
Peter Collingbourne
2015-08-28
1
-1
/
+1
*
Tweak XFAIL line for mips.
Peter Collingbourne
2015-08-28
1
-1
/
+1
*
XFAIL parallel.ll test on MIPS and AArch64 until test failures can be investi...
Peter Collingbourne
2015-08-28
1
-0
/
+3
*
CodeGen: Introduce splitCodeGen and teach LTOCodeGenerator to use it.
Peter Collingbourne
2015-08-27
1
-0
/
+22
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
1
-2
/
+2
*
Revert changes to LTO test case since llvm-lto can't handle textual IR inputs
David Blaikie
2015-04-24
1
-1
/
+2
*
Skip extra LLVM IR assemble/disassemble steps in some tests
David Blaikie
2015-04-24
1
-2
/
+1
*
[opaque pointer type] Add textual IR support for explicit type parameter to t...
David Blaikie
2015-04-16
2
-2
/
+2
*
libLTO, llvm-lto, gold: Introduce flag for controlling optimization level.
Peter Collingbourne
2015-03-19
2
-2
/
+2
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
3
-6
/
+6
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
2
-2
/
+2
*
Remove the Forward Control Flow Integrity pass and its dependencies.
Eric Christopher
2015-02-27
1
-23
/
+0
*
[LTO API] add lto_codegen_set_module to set the destination module.
Manman Ren
2015-02-24
1
-0
/
+36
*
Introduce Target::createNullTargetStreamer and use it from IRObjectFile.
Peter Collingbourne
2015-02-19
1
-0
/
+9
*
Introduce llvm/test/LTO/X86. LTO tests may be assumed as target-specific.
NAKAMURA Takumi
2015-01-30
20
-0
/
+0
*
Introduce llvm/test/LTO/ARM for arm-specific LTO test(s).
NAKAMURA Takumi
2015-01-30
2
-0
/
+2
*
[LTO] Scan all per-function subtargets when collecting runtime library names.
Akira Hatanaka
2015-01-30
1
-0
/
+18
*
Put this test's input in the Inputs directory where it belongs, rather than
Richard Smith
2015-01-12
2
-2
/
+2
*
Use the DiagnosticHandler to print diagnostics when reading bitcode.
Rafael Espindola
2015-01-10
1
-1
/
+1
*
Add a testcase of llvm-lto error handling.
Rafael Espindola
2015-01-09
1
-0
/
+4
*
llvm-lto: Add testing coverage for local contexts
Duncan P. N. Exon Smith
2014-12-17
2
-0
/
+19
*
Lazily link GlobalVariables and GlobalAliases.
Rafael Espindola
2014-12-08
2
-0
/
+15
*
Add Forward Control-Flow Integrity.
Tom Roeder
2014-11-11
1
-2
/
+2
*
LTO: Add missing target triple from r218784
Duncan P. N. Exon Smith
2014-10-01
1
-0
/
+2
*
LTO: Ignore disabled diagnostic remarks
Duncan P. N. Exon Smith
2014-10-01
1
-0
/
+38
*
Try to fix i686-cygming bots.
Peter Collingbourne
2014-09-18
1
-3
/
+3
*
LTO: introduce object file-based on-disk module format.
Peter Collingbourne
2014-09-18
3
-0
/
+25
*
Change the default input for llvm-nm to be a.out instead of standard input
Kevin Enderby
2014-06-23
1
-1
/
+1
*
Set missing options in LTOCodeGenerator::setTargetOptions.
Rafael Espindola
2014-06-19
1
-0
/
+23
*
Reduce verbiage of lit.local.cfg files
Alp Toker
2014-06-09
1
-2
/
+1
*
IR: Don't allow non-default visibility on local linkage
Duncan P. N. Exon Smith
2014-05-07
1
-2
/
+2
*
Add an -mattr option to the gold plugin to support subtarget features in LTO
Tom Roeder
2014-04-25
1
-0
/
+15
*
This patch fixes LTO's RecordStreamer so that it records symbols in the MCExpr
Tom Roeder
2014-03-31
1
-0
/
+16
*
Module: Don't rename in getOrInsertFunction()
Duncan P. N. Exon Smith
2014-03-10
2
-0
/
+76
*
Add back r201608, r201622, r201624 and r201625
Rafael Espindola
2014-02-19
1
-0
/
+7
*
Don't internalize linkonce_odr non constant variables.
Rafael Espindola
2014-02-07
1
-1
/
+7
*
Provide a dummy section to fix a crash with inline assembly in LTO.
Rafael Espindola
2014-01-22
1
-0
/
+4
*
Resubmit r196544: Apply transformation on OS X 10.9+ and iOS 7.0+: pow(10, x)...
Yi Jiang
2013-12-12
1
-3
/
+0
*
Add TargetLibraryInfo in LTO passes builder
Yi Jiang
2013-12-12
1
-0
/
+19
*
Protect user-supplied runtime library functions in LTO
Justin Bogner
2013-11-12
1
-0
/
+27
*
A better fix that also works on ppc: add a target tripple.
Rafael Espindola
2013-11-02
1
-12
/
+12
*
Fix this test to pass on darwin now that llvm-nm is working.
Rafael Espindola
2013-11-02
1
-6
/
+2
*
Use \01 to disable the mangler. Should fix the 32 bit windows bots.
Rafael Espindola
2013-11-01
1
-9
/
+9
*
Relax check line to match what llvm-nm prints for COFF.
Rafael Espindola
2013-10-31
1
-3
/
+3
[next]