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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use StringSet instead of StringMap where it makes sense to in LTOCodeGenerato...
Mehdi Amini
2016-04-12
1
-4
/
+3
*
Minor code cleanup. NFC.
Junmo Park
2016-04-12
1
-2
/
+2
*
[clang-tidy] fix readability-avoid-const-params-in-decls creating invalid cod...
Matthias Gehre
2016-04-12
2
-10
/
+50
*
[ASTMatchers]: fix crash in hasReturnValue
Matthias Gehre
2016-04-12
2
-2
/
+5
*
Process: fix the build with certain kernel versions
Saleem Abdulrasool
2016-04-12
1
-0
/
+2
*
[OPENMP 4.0] Support for 'uniform' clause in 'declare simd' directive.
Alexey Bataev
2016-04-12
15
-161
/
+282
*
[PPC64] Mark CR0 Live if PPCInstrInfo::optimizeCompareInstr Creates a Use of CR0
Chuang-Yu Cheng
2016-04-12
2
-0
/
+27
*
Basic: fix profiling with GNU EABI
Saleem Abdulrasool
2016-04-12
2
-11
/
+25
*
[PPC64] Use mfocrf in prologue when we only need to save 1 nonvolatile CR field
Chuang-Yu Cheng
2016-04-12
3
-9
/
+37
*
Devide _gp in the same spot as other mips symbols. NFC.
Rafael Espindola
2016-04-12
6
-14
/
+13
*
TargetLowering: Add missing doxygen group end.
Matthias Braun
2016-04-12
1
-0
/
+2
*
AArch64: Drive-by cleanup
Matthias Braun
2016-04-12
1
-3
/
+2
*
Attempt to make buildbot happier with r266032.
George Burgess IV
2016-04-12
1
-2
/
+1
*
Restore the lazy initialization of ScriptInterpreterPython, which was lost as...
Enrico Granata
2016-04-12
2
-8
/
+8
*
Add the allocsize attribute to LLVM.
George Burgess IV
2016-04-12
20
-71
/
+577
*
[analyzer] Fix assertion in ReturnVisitor for body-farm synthesized getters
Devin Coughlin
2016-04-12
2
-0
/
+16
*
[AArch64] Add test cases for the repairing of physical registers.
Quentin Colombet
2016-04-12
1
-0
/
+48
*
[RegBankSelect] Teach the repairing code how to handle physical
Quentin Colombet
2016-04-12
1
-2
/
+6
*
[AArch64] Add a test case for the propagation of register banks through
Quentin Colombet
2016-04-12
1
-0
/
+49
*
[RegisterBankInfo] Do not provide a default mapping for non-reg of phi
Quentin Colombet
2016-04-12
1
-0
/
+7
*
[AArch64] Add a test case for the repairing of definitions.
Quentin Colombet
2016-04-12
1
-0
/
+28
*
[RegBankSelect] Teach how to repair definitions.
Quentin Colombet
2016-04-12
2
-16
/
+135
*
[MachineIRBuilder] Expose the insertion point in the public API.
Quentin Colombet
2016-04-12
1
-3
/
+3
*
Fixed Variable::GetDecl() and Variable::GetDeclContext() to check the "Type *...
Greg Clayton
2016-04-12
1
-4
/
+10
*
MergeFunctions: test alloca better
JF Bastien
2016-04-12
2
-16
/
+41
*
[AArch64] Test that RegBankSelect inserts the proper copies to fix the
Quentin Colombet
2016-04-12
1
-0
/
+53
*
Replace MachineRegisterInfo::TracksLiveness with a MachineFunctionProperty
Derek Schuff
2016-04-11
4
-27
/
+25
*
Add a missing DICompileUnit to testcase.
Adrian Prantl
2016-04-11
1
-6
/
+7
*
ThinLTO renaming: use module hash instead of position in the summary
Mehdi Amini
2016-04-11
5
-23
/
+24
*
Legalize the debug info in this testcase in anticipation of future Verifier i...
Adrian Prantl
2016-04-11
2
-27
/
+46
*
AtomicExpandPass: mark assert variable as used
JF Bastien
2016-04-11
1
-0
/
+3
*
Fix compile with GCC after r266002 (Add __atomic_* lowering to AtomicExpandPass)
James Y Knight
2016-04-11
1
-8
/
+8
*
[LTO] Switch Module to std::unique_ptr<>.
Davide Italiano
2016-04-11
2
-7
/
+10
*
CodeGen: Fix a use-after-free in TailDuplication
Justin Bogner
2016-04-11
1
-2
/
+0
*
NFC: keep comment up to date
JF Bastien
2016-04-11
1
-4
/
+4
*
[safestack] A test for stackprotector canaries.
Evgeniy Stepanov
2016-04-11
1
-0
/
+37
*
Allow simultaneous safestack and stackprotector attributes.
Evgeniy Stepanov
2016-04-11
3
-33
/
+36
*
[safestack] Add canary to unsafe stack frames
Evgeniy Stepanov
2016-04-11
7
-26
/
+178
*
ARM: use r7 as the frame-pointer on all MachO targets.
Tim Northover
2016-04-11
5
-22
/
+21
*
Add __atomic_* lowering to AtomicExpandPass.
James Y Knight
2016-04-11
8
-22
/
+1071
*
Add support for resolving dynamic types of extended ObjC tagged pointers
Enrico Granata
2016-04-11
2
-0
/
+188
*
swifterror: fix up a testing case.
Manman Ren
2016-04-11
1
-5
/
+5
*
[DebugInfo/Test] Add CU as required.
Davide Italiano
2016-04-11
1
-0
/
+2
*
[DAGCombiner] Fold xor/and/or (bitcast(A), bitcast(B)) -> bitcast(op (A,B)) a...
Simon Pilgrim
2016-04-11
9
-2417
/
+299
*
Swift Calling Convention: swifterror target support.
Manman Ren
2016-04-11
17
-7
/
+1344
*
Revert accidentally committed change
Adrian Prantl
2016-04-11
1
-2
/
+0
*
Add missing DICompileUnit to this testcase
Adrian Prantl
2016-04-11
3
-0
/
+10
*
libclang: fix two memory leaks (PR26292)
Hans Wennborg
2016-04-11
1
-2
/
+3
*
Fix some display bugs in llvm-pdbdump.
Zachary Turner
2016-04-11
3
-8
/
+26
*
Revert "AMDGPU/SI: Do not generate s_waitcnt after ds_permute/ds_bpermute"
Tom Stellard
2016-04-11
3
-51
/
+5
[next]