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
*
Bitcode: add an auto-upgrade for LTO section name
Saleem Abdulrasool
2017-10-06
1
-0
/
+31
*
[AMDGPU] calling conventions for AMDPAL OS type
Tim Renouf
2017-09-29
1
-0
/
+8
*
Fix a bug in a historic bitcode testcase.
Adrian Prantl
2017-09-21
2
-3
/
+3
*
Fix a bug in a historic bitcode testcase. NFC.
Adrian Prantl
2017-09-21
2
-3
/
+3
*
[AutoUpgrade] Fix a compatibility issue with module flag
Steven Wu
2017-09-15
1
-2
/
+4
*
[Bitcode] Add a compatibility test for 5.0.0 bitcode
Vedant Kumar
2017-09-13
2
-0
/
+1705
*
IR: Represent -ggnu-pubnames with a flag on the DICompileUnit.
Peter Collingbourne
2017-09-12
1
-0
/
+6
*
Object: Downgrade invalid weak externals from an assert fail to an llvm::Erro...
Peter Collingbourne
2017-09-07
1
-0
/
+11
*
ModuleSummaryAnalysis: Correctly handle refs from function inline asm to modu...
Peter Collingbourne
2017-09-01
1
-0
/
+16
*
Canonicalize the representation of empty an expression in DIGlobalVariableExp...
Adrian Prantl
2017-08-30
2
-3
/
+3
*
Parse and print DIExpressions inline to ease IR and MIR testing
Reid Kleckner
2017-08-23
4
-9
/
+5
*
[IR] AutoUpgrade ModuleFlagBehavior for PIC and PIE level
Steven Wu
2017-08-21
1
-4
/
+8
*
Add strictfp attribute to prevent unwanted optimizations of libm calls
Andrew Kaylor
2017-08-14
1
-0
/
+5
*
[ThinLTO] Add FunctionAttrs to ThinLTO index
Charles Saternos
2017-08-04
9
-17
/
+44
*
Do not want to use BFI to get profile count for sample pgo
Dehao Chen
2017-08-03
2
-31
/
+61
*
Remove the obsolete offset parameter from @llvm.dbg.value
Adrian Prantl
2017-07-28
2
-0
/
+32
*
Debug Info: Add a file: field to DIImportedEntity.
Adrian Prantl
2017-07-19
3
-1
/
+16
*
[AArch64] Extend CallingConv::X86_64_Win64 to AArch64 as well
Martin Storsjo
2017-07-17
6
-18
/
+18
*
Enhance synchscope representation
Konstantin Zhuravlyov
2017-07-11
10
-126
/
+143
*
Increase the import-threshold for crtical functions.
Dehao Chen
2017-07-07
2
-2
/
+2
*
Bitcode: Include any strings added to the string table in the module hash.
Peter Collingbourne
2017-07-06
4
-4
/
+39
*
Bitcode: Write the irsymtab to disk.
Peter Collingbourne
2017-06-27
7
-7
/
+7
*
Align definition of DW_OP_plus with DWARF spec [3/3]
Florian Hahn
2017-06-14
4
-4
/
+20
*
IR: Replace the "Linker Options" module flag with "llvm.linker.options" named...
Peter Collingbourne
2017-06-12
1
-0
/
+15
*
[X86] Replace 'REQUIRES: x86' in tests with 'REQUIRES: x86-registered-target'...
Craig Topper
2017-06-04
1
-1
/
+1
*
[ThinLTO] Reduce unnecessary map lookups during combined summary write
Teresa Johnson
2017-05-31
1
-4
/
+9
*
Add "REQUIRES:" to the last few tests that use target specific intrinsics
Justin Bogner
2017-05-15
1
-0
/
+1
*
Restrict call metadata based hotness detection to Sample PGO mode
Teresa Johnson
2017-05-11
2
-1
/
+122
*
[IR] Allow attributes with global variables
Javed Absar
2017-05-11
1
-0
/
+19
*
AMDGPU: Add AMDGPU_HS calling convention
Marek Olsak
2017-05-02
1
-0
/
+4
*
Remove line and file from DINamespace.
Adrian Prantl
2017-04-28
1
-2
/
+2
*
Add speculatable function attribute
Matt Arsenault
2017-04-28
2
-5
/
+15
*
PR32382: Fix emitting complex DWARF expressions.
Adrian Prantl
2017-04-18
4
-0
/
+63
*
Bitcode: Add a string table to the bitcode format.
Peter Collingbourne
2017-04-17
7
-101
/
+134
*
Bitcode: Do not create FNENTRYs for aliases of functions.
Peter Collingbourne
2017-04-06
1
-1
/
+1
*
[IR] Add AllowContract to FastMathFlags
Adam Nemet
2017-03-28
1
-0
/
+2
*
Change the default attributes for llvm.prefetch to inaccessiblemem_or_argmemonly
Eric Christopher
2017-03-25
6
-18
/
+24
*
Use ProfileSummary:getProfileCount to get ScaledCount for ModuleSummary
Dehao Chen
2017-03-21
1
-1
/
+5
*
[Bitcode] Add compatibility test for the 4.0 release
Vedant Kumar
2017-03-17
2
-0
/
+1689
*
[DebugInfo] Emit address space with DW_AT_address_class attribute for pointer...
Konstantin Zhuravlyov
2017-03-08
2
-0
/
+5
*
Add function importing info from samplepgo profile to the module summary.
Dehao Chen
2017-02-28
1
-2
/
+3
*
IR: Function summary extensions for whole-program devirtualization pass.
Peter Collingbourne
2017-02-10
1
-0
/
+105
*
Fix bitcode upgrade for DIGlobalVariables with a var: field.
Adrian Prantl
2017-02-08
2
-0
/
+31
*
Fix the bitcode upgrade for DIGlobalVariable in a DIImportedEntity context.
Adrian Prantl
2017-02-07
3
-12
/
+16
*
Change debug-info-for-profiling from a TargetOption to a function attribute.
Dehao Chen
2017-02-01
2
-0
/
+10
*
[ThinLTO] Subsume all importing checks into a single flag
Teresa Johnson
2017-01-05
3
-5
/
+7
*
Add llvm-bcanalyzer support for new metadata node types.
Adrian Prantl
2017-01-03
1
-0
/
+3
*
Add an index for Module Metadata record in the bitcode
Mehdi Amini
2016-12-28
5
-5
/
+29
*
Revert "Add an index for Module Metadata record in the bitcode"
Saleem Abdulrasool
2016-12-28
5
-22
/
+0
*
Add an index for Module Metadata record in the bitcode
Mehdi Amini
2016-12-28
5
-0
/
+22
[next]