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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Object: Teach irsymtab::read() to try to use the irsymtab that we wrote to disk.
Peter Collingbourne
2017-06-27
2
-1
/
+8
*
Bitcode: Write the irsymtab to disk.
Peter Collingbourne
2017-06-27
2
-3
/
+25
*
Object: Add version and producer fields to the irsymtab header. NFCI.
Peter Collingbourne
2017-06-27
1
-0
/
+12
*
[Analysis] Revert r306472 changes in LoopInfo headers to fix broken builds.
Eugene Zelenko
2017-06-27
3
-120
/
+69
*
[GISel]: Add G_FEXP, G_FEXP2 opcodes
Aditya Nandakumar
2017-06-27
3
-0
/
+20
*
[Analysis] Fix some Clang-tidy modernize-use-using and Include What You Use w...
Eugene Zelenko
2017-06-27
6
-215
/
+301
*
[WebAssembly] Add support for printing relocations with llvm-objdump
Sam Clegg
2017-06-27
1
-0
/
+1
*
[WebAssembly] Add data size and alignement to linking section
Sam Clegg
2017-06-27
3
-2
/
+13
*
[Dominators] Use Semi-NCA instead of SLT to calculate dominators
Jakub Kuderski
2017-06-27
1
-50
/
+24
*
Fix incorrect comment in machine-scheduler
Javed Absar
2017-06-27
1
-1
/
+1
*
[DWARF] NFC: Make string-offset handling more like address-table handling;
Paul Robinson
2017-06-27
1
-2
/
+0
*
[PatternMatch] Remove 64-bit or less restriction from m_SpecificInt
Craig Topper
2017-06-27
1
-4
/
+1
*
Add missing include. Should fix modules libstdc++ builds.
Vassil Vassilev
2017-06-27
1
-0
/
+1
*
Add missing forward declaraion.
Vassil Vassilev
2017-06-27
1
-0
/
+1
*
[COFF, ARM64] Fix typo in COFF ARM64 Relocation Type
Mandeep Singh Grang
2017-06-27
1
-1
/
+1
*
[CFLAA] Move FunctionHandle to llvm::cflaa.
Davide Italiano
2017-06-27
3
-5
/
+4
*
[CFLAA] Move a common function to the header to reduce duplication.
Davide Italiano
2017-06-27
1
-0
/
+15
*
[CFLAA] Change FunctionHandle to be common to Steensgaard's and Andersens'
Davide Italiano
2017-06-26
3
-46
/
+49
*
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-06-26
12
-156
/
+218
*
[Coverage] Improve readability by using a struct. NFC.
Vedant Kumar
2017-06-26
1
-2
/
+10
*
Add missing forward declaration.
Vassil Vassilev
2017-06-26
1
-0
/
+1
*
[DWARF] NFC: Give DwarfFormat a 1-byte base type.
Paul Robinson
2017-06-26
2
-4
/
+4
*
[DWARF] NFC: Collect info used by DWARFFormValue into a helper.
Paul Robinson
2017-06-26
3
-88
/
+79
*
[GVN] Recommit the patch "Add phi-translate support in scalarpre".
Wei Mi
2017-06-26
1
-2
/
+28
*
Replace trivial use of external rc.exe by writing our own .res file.
Eric Beckmann
2017-06-26
2
-9
/
+45
*
[llvm-pdbutil] Add a mode to `bytes` for dumping split debug chunks.
Zachary Turner
2017-06-26
1
-0
/
+10
*
[IR] Rename BinaryOperator::init to AssertOK and remove argument. Replace def...
Craig Topper
2017-06-26
1
-2
/
+2
*
[InstCombine] Factor the logic for propagating !nonnull and !range
Chandler Carruth
2017-06-26
1
-0
/
+13
*
[LoopSimplify] Re-instate r306081 with a bug fix w.r.t. indirectbr.
Chandler Carruth
2017-06-25
1
-0
/
+8
*
Revert "[LoopSimplify] Factor the logic to form dedicated exits into a utility."
Daniel Jasper
2017-06-25
1
-8
/
+0
*
[IR] Move repeated asserts in FCmpInst constructor to a helper method like we...
Craig Topper
2017-06-25
1
-21
/
+13
*
Add support for Ananas platform
Ed Schouten
2017-06-25
1
-0
/
+1
*
[PatternMatch] Just check if value is a Constant before calling isAllOnesValu...
Craig Topper
2017-06-25
1
-4
/
+1
*
[PGO] Implementate profile counter regiser promotion
Xinliang David Li
2017-06-25
2
-0
/
+19
*
[Support] Don't use std::iterator, it's deprecated in C++17.
Zachary Turner
2017-06-25
1
-6
/
+5
*
[SCEV] Avoid copying ConstantRange just to get the min/max value
Craig Topper
2017-06-24
1
-5
/
+27
*
[PatternMatch] Use ConstantFP::isNan instead of getting the APFloat and calli...
Craig Topper
2017-06-24
1
-4
/
+2
*
[IR] Implement commutable matchers without using combineOr
Craig Topper
2017-06-24
1
-56
/
+58
*
[SelectionDAG] set dereferenceable flag when expanding memcpy/memmove
Hiroshi Inoue
2017-06-24
1
-0
/
+5
*
[IR] Remove BinOp2_match and replace its usage with the more capable BinOpPre...
Craig Topper
2017-06-24
1
-49
/
+48
*
[IR][AssumptionCache] Add m_Shift and m_BitwiseLogic matchers to replace a co...
Craig Topper
2017-06-24
2
-1
/
+47
*
Simplify the processFixupValue interface. NFC.
Rafael Espindola
2017-06-24
1
-5
/
+2
*
Add comments for OrderedInstruction. NFC
Xin Tong
2017-06-24
1
-0
/
+3
*
Make visible isDereferenceableAndAlignedPointer(..., const APInt &Size, ...)
Vitaly Buka
2017-06-24
1
-0
/
+9
*
Remove redundant argument.
Rafael Espindola
2017-06-24
1
-2
/
+1
*
Fix use of uninitialized value.
Rafael Espindola
2017-06-24
1
-1
/
+1
*
[ORC] Re-apply r306166 and r306168 with fix for regression test.
Lang Hames
2017-06-23
6
-152
/
+186
*
[llvm-pdbutil] Dump raw bytes of module symbols and debug chunks.
Zachary Turner
2017-06-23
1
-7
/
+12
*
ARM: move some logic from processFixupValue to applyFixup.
Rafael Espindola
2017-06-23
2
-3
/
+4
*
This reverts commit r306166 and r306168.
Rafael Espindola
2017-06-23
6
-186
/
+152
[next]