index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-17
[BranchProbability] Remove the restriction that known and unknown probabiliti...
Cong Hou
1
-11
/
+26
2015-12-17
Drop function that are deprecated since 2010.
Rafael Espindola
1
-12
/
+0
2015-12-17
[SCEV] Add and use SCEVConstant::getAPInt; NFCI
Sanjoy Das
1
-0
/
+1
2015-12-17
[ThinLTO] Metadata linking for imported functions
Teresa Johnson
6
-8
/
+45
2015-12-17
Revert r254592 (virtual dtor in SCEVPredicate).
Andy Gibbs
1
-1
/
+1
2015-12-17
DOTGraphTraits: Allow the decision to show a graph to consider the analysis
Tobias Grosser
1
-6
/
+14
2015-12-17
[PGO] InstrPGO and coverage code refactoring (NFC)
Xinliang David Li
1
-0
/
+31
2015-12-16
Use std::unique_ptr. NFC.
Rafael Espindola
1
-3
/
+5
2015-12-16
Change linkInModule to take a std::unique_ptr.
Rafael Espindola
2
-11
/
+24
2015-12-16
Drop an unnecessary use of writev.
Rafael Espindola
1
-14
/
+0
2015-12-16
Simplify memory management with std::unique_ptr.
Rafael Espindola
1
-0
/
+5
2015-12-16
[CodeGen] Make MachineInstrBuilder::copyImplicitOps const. NFC.
Ahmed Bougacha
1
-1
/
+2
2015-12-16
[PGO] Handle and report overflow during profile merge for all types of data
Nathan Slingerland
2
-46
/
+88
2015-12-16
[Hexagon] Update e_flags in the ELF definitions
Krzysztof Parzyszek
1
-7
/
+9
2015-12-16
CXX_FAST_TLS calling convention: target independent portion.
Manman Ren
1
-2
/
+2
2015-12-16
Set debugger tuning from TargetOptions (NFC)
Paul Robinson
2
-1
/
+41
2015-12-16
LPM: Make callers of LPM.deleteLoopFromQueue update LoopInfo directly. NFC
Justin Bogner
2
-4
/
+1
2015-12-16
MachineScheduler: Add a target hook for deciding which RegPressure sets to
Tom Stellard
1
-0
/
+9
2015-12-16
[Packetizer] Add a check whether an instruction should be packetized now
Krzysztof Parzyszek
1
-0
/
+10
2015-12-16
Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributes
Vaivaswatha Nagaraj
3
-1
/
+30
2015-12-16
[SectionMemoryManager] Make better use of virtual memory
Keno Fischer
1
-19
/
+21
2015-12-16
Recommit LiveDebugValues pass after fixing a couple of minor issues.
Vikram TV
2
-0
/
+4
2015-12-16
Minor cleanup of Attribute code. NFC.
George Burgess IV
1
-2
/
+2
2015-12-16
LPM: Simplify how passes mark loops for deletion. NFC
Justin Bogner
2
-3
/
+14
2015-12-15
[WinEH] Make llvm.x86.seh.recoverfp work on x64
Reid Kleckner
1
-0
/
+1
2015-12-15
Cross-DSO control flow integrity (LLVM part).
Evgeniy Stepanov
2
-0
/
+4
2015-12-15
Wrap include of <future> in some warning suppression pragmas
Reid Kleckner
1
-1
/
+11
2015-12-15
Add support for the .debug_macro section of the forthcoming DWARF 5 spec.
Eric Christopher
1
-0
/
+20
2015-12-15
Fix clang-cl self-host with MSVC 2013 STL std::bind implementation
Reid Kleckner
1
-1
/
+6
2015-12-15
[WinEH] Remove unused intrinsic llvm.x86.seh.restoreframe
Reid Kleckner
1
-5
/
+0
2015-12-15
[WinEH] Use operand bundles to describe call sites
David Majnemer
3
-4
/
+17
2015-12-15
Coverage code refactoring /NFC
Xinliang David Li
1
-0
/
+4
2015-12-15
LPM: Stop threading `Pass *` through all of the loop utility APIs. NFC
Justin Bogner
3
-12
/
+15
2015-12-15
[llvm-profdata] Add support for weighted merge of profile data (2nd try)
Nathan Slingerland
3
-31
/
+90
2015-12-15
AMDGPU/SI: Add llvm.amdgcn.mbcnt.* intrinsics
Tom Stellard
1
-0
/
+8
2015-12-15
AMDGPU/SI: Add llvm.amdgcn.v.interp.p[12] intrinsics
Tom Stellard
1
-0
/
+15
2015-12-15
Do not try to use i8 and i16 versions of FP_TO_U/SINT soft float library calls
Michael Kuperstein
1
-8
/
+0
2015-12-15
Type legalizer for masked gather and scatter intrinsics.
Elena Demikhovsky
1
-9
/
+11
2015-12-15
Use CmpInst::Predicate instead of 'unsigned short' in some places. NFC
Craig Topper
1
-22
/
+24
2015-12-15
LoopUtils: Remove defaults for arguments that are always specified. NFC
Justin Bogner
1
-3
/
+3
2015-12-15
Fix template parameter pack handling in ThreadPool
Teresa Johnson
1
-1
/
+1
2015-12-15
Bump up MAX_SUBTARGET_FEATURES
Weiming Zhao
1
-1
/
+1
2015-12-15
NFC: Fix typo in comment
Vaivaswatha Nagaraj
1
-1
/
+1
2015-12-15
Try to let r255604 have an effect.
Nico Weber
1
-6
/
+6
2015-12-15
Add specific header for MSVC to be able to build with LLVM_ENABLE_THREADS=OFF
Mehdi Amini
1
-0
/
+6
2015-12-15
Instcombine: destructor loads of structs that do not contains padding
Mehdi Amini
1
-1
/
+6
2015-12-15
Let operator/ with uint32_t rhs operand be a member of BranchProbability and ...
Cong Hou
1
-6
/
+13
2015-12-15
Add a C++11 ThreadPool implementation in LLVM
Mehdi Amini
2
-0
/
+117
2015-12-15
Revert "Add a C++11 ThreadPool implementation in LLVM"
Mehdi Amini
2
-115
/
+0
2015-12-15
Add a C++11 ThreadPool implementation in LLVM
Mehdi Amini
2
-0
/
+115
[next]