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-21
Implemented Support of IA interrupt and exception handlers:
Amjad Aboud
1
-0
/
+7
2015-12-20
[PGO] Improve Indexed Profile Reader efficiency
Xinliang David Li
3
-76
/
+102
2015-12-20
Minor clean up -- move large single use method out of header(NFC)
Xinliang David Li
1
-28
/
+1
2015-12-19
Nonnull elements in OperandBundleCallSites are not all Instructions
Sanjoy Das
1
-2
/
+2
2015-12-19
Delete APIs that have been deprecated since 2010.
Rafael Espindola
1
-24
/
+0
2015-12-19
Assert that we have all use/users in the getters.
Rafael Espindola
2
-13
/
+66
2015-12-19
Re-reapply "[IR] Move optional data in llvm::Function into a hungoff uselist"
Vedant Kumar
2
-24
/
+20
2015-12-19
Revert "Reapply "[IR] Move optional data in llvm::Function into a hungoff use...
Vedant Kumar
2
-20
/
+24
2015-12-19
Reapply "[IR] Move optional data in llvm::Function into a hungoff uselist"
Vedant Kumar
2
-24
/
+20
2015-12-19
[PGO] Add hash to name mapping in InstrProfSymtab
Xinliang David Li
1
-4
/
+42
2015-12-19
Revert "[IR] Move optional data in llvm::Function into a hungoff uselist"
Vedant Kumar
2
-20
/
+24
2015-12-19
[IR] Move optional data in llvm::Function into a hungoff uselist
Vedant Kumar
2
-24
/
+20
2015-12-19
Possibly fix MSVC compilation after r256054.
James Y Knight
1
-1
/
+1
2015-12-18
Deprecate a few C APIs.
Rafael Espindola
1
-2
/
+24
2015-12-18
[PGO] Cleanup: Move large member functions out of line (NFC)
Xinliang David Li
1
-90
/
+8
2015-12-18
Rewrite the TrailingObjects template to provide two new features:
James Y Knight
1
-104
/
+214
2015-12-18
git-clang-format a region I am about to change.
Rafael Espindola
1
-13
/
+15
2015-12-18
[PGO] Simplify computehash interface (NFC)
Xinliang David Li
1
-0
/
+4
2015-12-18
[Symbolize] Improve the ownership of parsed objects.
Alexey Samsonov
1
-23
/
+20
2015-12-18
Use getEdgeProbability() instead of getEdgeWeight() in BFI and remove getEdge...
Cong Hou
2
-13
/
+8
2015-12-18
Remove redundant argument. NFC.
Rafael Espindola
1
-1
/
+1
2015-12-18
Drop materializeAllPermanently.
Rafael Espindola
1
-5
/
+2
2015-12-18
Drop support for dematerializing.
Rafael Espindola
3
-29
/
+0
2015-12-18
Revert "Improve DWARFDebugFrame::parse to also handle __eh_frame."
Pete Cooper
4
-17
/
+5
2015-12-18
Rename variables to reflect linker split (NFC)
Teresa Johnson
1
-1
/
+1
2015-12-18
Convert Arg, ArgList, and Option to dump() to dbgs() rather than errs().
Eric Christopher
3
-0
/
+3
2015-12-18
Add a dump method for ArgList.
Eric Christopher
1
-0
/
+2
2015-12-18
Improve DWARFDebugFrame::parse to also handle __eh_frame.
Pete Cooper
4
-5
/
+17
2015-12-18
[ThinLTO/LTO] Don't link in unneeded metadata
Teresa Johnson
1
-0
/
+5
2015-12-18
clang-format to reduce diff in another patch.
Rafael Espindola
1
-4
/
+3
2015-12-18
Revert "[Option] Introduce Arg::print(raw_ostream&) and use llvm::dbgs"
Vedant Kumar
1
-3
/
+0
2015-12-18
[Option] Introduce Arg::print(raw_ostream&) and use llvm::dbgs
Vedant Kumar
1
-0
/
+3
2015-12-18
Reorganize the C API headers to improve build times.
Eric Christopher
26
-144
/
+194
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
[next]