index
:
~jwrdegoede/llvm
master
Hans' llvm repository
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-26
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
Benjamin Kramer
2
-13
/
+10
2016-06-26
[RSForGC] Bring findBasePointer up to code; NFC
Sanjoy Das
1
-0
/
+4
2016-06-26
[Object, COFF] An import data directory might not consist soley of imports
David Majnemer
1
-4
/
+2
2016-06-25
Reapply r273664 with workaround for MSVC
Hubert Tong
1
-0
/
+45
2016-06-25
Revert "[SimplifyCFG] Stop inserting calls to llvm.trap for UB"
David Majnemer
1
-1
/
+1
2016-06-25
[SimplifyCFG] Stop inserting calls to llvm.trap for UB
David Majnemer
1
-1
/
+1
2016-06-25
Fix a typo in FindAvailableLoadedValue, introduced by r273734. [-Wdocumentation]
NAKAMURA Takumi
1
-1
/
+1
2016-06-25
MachineScheduler: Remember top/bottom choice in bidirectional scheduling
Matthias Braun
1
-2
/
+27
2016-06-25
The absence of noreturn doesn't ensure mayReturn
David Majnemer
1
-9
/
+1
2016-06-25
IR: Introduce llvm.type.checked.load intrinsic.
Peter Collingbourne
2
-3
/
+15
2016-06-25
MachineScheduler: Fully compare top/bottom candidates
Matthias Braun
1
-8
/
+7
2016-06-24
[PM] Port float2int to the new pass manager
Michael Kuperstein
2
-1
/
+53
2016-06-24
Fix documentation for FindAvailableLoadedValue.
Eli Friedman
1
-15
/
+25
2016-06-24
IR: New representation for CFI and virtual call optimization pass metadata.
Peter Collingbourne
8
-42
/
+47
2016-06-24
Add support for musl-libc on ARM Linux.
Rafael Espindola
1
-0
/
+9
2016-06-24
[MachO] Fixing copy-paste error from r273719
Chris Bieneman
1
-1
/
+1
2016-06-24
[MemorySSA] Move code around a bit. NFC.
George Burgess IV
1
-69
/
+3
2016-06-24
[obj2yaml] [yaml2obj] Support for MachO Universal binaries
Chris Bieneman
2
-0
/
+50
2016-06-24
[PM] Port PreISelIntrinsicLowering to the new PM
Michael Kuperstein
2
-1
/
+27
2016-06-24
[CodeView] Healthy paranoia around strings
David Majnemer
2
-2
/
+1
2016-06-24
Revert "InstCombine rule to fold trunc when value available"
Reid Kleckner
1
-32
/
+0
2016-06-24
Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to ...
Kevin Enderby
4
-8
/
+8
2016-06-24
Linker: Copy metadata when linking declarations.
Peter Collingbourne
1
-0
/
+3
2016-06-24
[codeview] Use one byte for S_FRAMECOOKIE CookieKind and add flags byte
Reid Kleckner
3
-3
/
+4
2016-06-24
Remangle intrinsics names when types are renamed
Artur Pilipenko
1
-0
/
+5
2016-06-24
NFC. Move verifyIntrinsicIsVarArg from verifier to Intrinsic::matchIntrinsicV...
Artur Pilipenko
1
-0
/
+6
2016-06-24
[MachineDominatorTree] Add a MDT verifier.
Chad Rosier
1
-0
/
+23
2016-06-24
Revert r273664
Hubert Tong
1
-44
/
+0
2016-06-24
Add FixedSizeStorage to TrailingObjects; NFC
Hubert Tong
1
-0
/
+44
2016-06-24
Revert "Revert "[misched] Extend scheduler to handle unsupported features""
Simon Dardis
1
-0
/
+16
2016-06-24
Use the same underlying type for bitfields
David Majnemer
3
-3
/
+3
2016-06-23
Support/ELF: Add R_AMDGPU_GOTPCREL relocation
Tom Stellard
1
-0
/
+1
2016-06-23
[LCG] Make the name of an SCC include more of the functions in it.
Chandler Carruth
1
-1
/
+17
2016-06-23
InstCombine rule to fold trunc when value available
Anna Thomas
1
-0
/
+32
2016-06-23
Typo.
Vassil Vassilev
1
-1
/
+1
2016-06-23
[SCEV] Don't unnecessarily namespace; NFC
Sanjoy Das
1
-3
/
+3
2016-06-23
Preserve DebugInfo when replacing values in DAGCombiner
Nirav Dave
1
-1
/
+3
2016-06-23
[ARM] Lower (select_cc k k (select_cc ~k ~k x)) into (SSAT l_k x)
Pablo Barrio
1
-0
/
+3
2016-06-23
Revert r273568 "Remangle intrinsics names when types are renamed"
Hans Wennborg
1
-5
/
+0
2016-06-23
Remangle intrinsics names when types are renamed
Artur Pilipenko
1
-0
/
+5
2016-06-23
Revert "[misched] Extend scheduler to handle unsupported features"
Simon Dardis
1
-16
/
+0
2016-06-23
[misched] Extend scheduler to handle unsupported features
Simon Dardis
1
-0
/
+16
2016-06-23
[AVX512] Remove masked unpack intrinsics and autoupgrade to vectorshuffle and...
Craig Topper
1
-219
/
+0
2016-06-23
[modules] Good ol' JIT is gone.
Vassil Vassilev
1
-1
/
+0
2016-06-23
Add missing include. Should fix modules builds.
Vassil Vassilev
1
-0
/
+1
2016-06-23
[ADT] Add a range variant of std::transform
David Majnemer
1
-0
/
+8
2016-06-23
Revert r273456, "Preserve DebugInfo when replacing values in DAGCombiner" as ...
Peter Collingbourne
1
-3
/
+1
2016-06-22
Prune some includes from headers and sink some inline functions
Reid Kleckner
3
-23
/
+5
2016-06-22
[PM]: LoopAccessInfo simple refactoring
Xinliang David Li
1
-7
/
+7
2016-06-22
[MachO] Finish moving fat header swap functions to MachO.h
Chris Bieneman
1
-0
/
+8
[next]