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
*
Revert r272194 No need for it if loop Analysis Manager is used
Xinliang David Li
2016-06-09
1
-46
/
+20
*
Factor out a loopHasNoAbnormalExits; NFC
Sanjoy Das
2016-06-09
1
-7
/
+9
*
Search for llvm-symbolizer binary in the same directory as argv[0], before
Richard Smith
2016-06-09
1
-2
/
+8
*
Function names should start with lowercase letters.
Rui Ueyama
2016-06-08
1
-2
/
+2
*
[PDB] Move PDB functions to a separate file.
Rui Ueyama
2016-06-08
1
-0
/
+22
*
[RegisterBankInfo] Avoid code duplication in OperandsMapper for the computati...
Quentin Colombet
2016-06-08
1
-0
/
+8
*
[RegisterBankInfo] Add dump/print methods for OperandsMapper.
Quentin Colombet
2016-06-08
1
-2
/
+17
*
[DebugInfo] Add calling convention support for DWARF and CodeView
Reid Kleckner
2016-06-08
5
-24
/
+46
*
[PM] Refector LoopAccessInfo analysis code
Xinliang David Li
2016-06-08
1
-20
/
+46
*
Apply most suggestions of clang-tidy's performance-unnecessary-value-param
Benjamin Kramer
2016-06-08
11
-21
/
+25
*
[CodeView] Remove manual expansion of the default copy ctor.
Benjamin Kramer
2016-06-08
1
-10
/
+0
*
[SCEV] Track no-abnormal-exits instead of no-throw calls
Sanjoy Das
2016-06-08
1
-2
/
+6
*
[pdb] Handle stream index errors better.
Zachary Turner
2016-06-08
9
-17
/
+60
*
[ProfileData] Update llvm's copy of InstrProfData.inc
Vedant Kumar
2016-06-08
1
-19
/
+31
*
[RegisterBankInfo] Implement the method to apply a mapping.
Quentin Colombet
2016-06-08
1
-0
/
+34
*
[RegBankSelect] Use const_iterator instead of iterator for repairReg.
Quentin Colombet
2016-06-08
1
-4
/
+5
*
[RegisterBankInfo] Introduce OperandsMapper class.
Quentin Colombet
2016-06-08
1
-0
/
+80
*
[Target] Introduce a generic opcode for bitwise OR: G_OR.
Quentin Colombet
2016-06-08
2
-1
/
+19
*
[RegisterBankInfo] Adapt the copy cost logic to give something sane by default.
Quentin Colombet
2016-06-08
1
-1
/
+5
*
[RegisterBankInfo] Add a size argument for the cost of copy.
Quentin Colombet
2016-06-08
1
-3
/
+7
*
[RegisterBankInfo] Move a hidden function into a static method. NFC.
Quentin Colombet
2016-06-08
1
-0
/
+9
*
IR: Call dropAllReferences from GlobalVariable's destructor.
Peter Collingbourne
2016-06-08
1
-0
/
+2
*
[pdbdump] Print out # of hash buckets.
Rui Ueyama
2016-06-07
1
-0
/
+1
*
[pdbdump] Print out TPI hash key size.
Rui Ueyama
2016-06-07
1
-0
/
+1
*
[pdb] Convert StringRefs to ArrayRef<uint8_t>s.
Zachary Turner
2016-06-07
2
-3
/
+4
*
Reformat for some clarity and 80-columns. NFC.
Eric Christopher
2016-06-07
2
-21
/
+32
*
[stack-protection] Add support for MSVC buffer security check
Etienne Bergeron
2016-06-07
1
-2
/
+8
*
[yaml] Add a ScalarTraits for mapping endian aware types.
Zachary Turner
2016-06-07
1
-0
/
+27
*
[pdb] Fix a potential overflow and remove unnecessary comments.
Zachary Turner
2016-06-07
1
-0
/
+3
*
[X86][SSE] Add general lowering of nontemporal vector loads
Simon Pilgrim
2016-06-07
1
-0
/
+12
*
[pdb] Use MappedBlockStream to parse the PDB directory.
Zachary Turner
2016-06-07
11
-16
/
+108
*
[pdbdump] Print out New FPO stream contents.
Rui Ueyama
2016-06-06
2
-0
/
+31
*
[AVX512] Remove masked palignr intrinsics and auto-upgrade them to native IR ...
Craig Topper
2016-06-06
1
-3
/
+0
*
Trailing whitespace.
NAKAMURA Takumi
2016-06-06
1
-1
/
+1
*
Untabify.
NAKAMURA Takumi
2016-06-06
4
-9
/
+8
*
[PM] Port IndVarSimplify to the new pass manager
Sanjoy Das
2016-06-05
1
-0
/
+29
*
[IndVars] Remove -liv-reduce
Sanjoy Das
2016-06-05
1
-11
/
+1
*
Fix wrong comment in header /NFC
Xinliang David Li
2016-06-05
1
-1
/
+1
*
[PM] Port GCOVProfiler pass to the new pass manager
Xinliang David Li
2016-06-05
1
-0
/
+31
*
[PM] code refactoring /NFC
Xinliang David Li
2016-06-05
1
-1
/
+1
*
Disable the use of std::call_once on PowerPC due to an apparent bug in
Chandler Carruth
2016-06-05
1
-1
/
+2
*
Threading.h: Update \param. [-Wdocumentation]
NAKAMURA Takumi
2016-06-05
1
-1
/
+1
*
[LPM] Reinstate r271781 which reinstated r271652 to replace the
Chandler Carruth
2016-06-04
3
-27
/
+51
*
[CodeView] Validate the vftable offset
David Majnemer
2016-06-04
1
-1
/
+10
*
[LPM] Revert r271781 which was a re-commit of r271652.
Chandler Carruth
2016-06-04
3
-51
/
+27
*
[LPM] Reinstate r271652 to replace the CALL_ONCE_... macro in the legacy
Chandler Carruth
2016-06-04
3
-27
/
+51
*
Revert commit r271704, a patch that enables warnings for non-portable #includ...
Taewook Oh
2016-06-04
1
-8
/
+1
*
STLExtras: Add convenience is_contained() function.
Devin Coughlin
2016-06-04
1
-0
/
+7
*
[LockFileManager] Improve error output by using better error messages
Bruno Cardoso Lopes
2016-06-04
1
-0
/
+10
*
Reapply r271728 after adding move cobstructor for ProfileSummaryInfo
Easwaran Raman
2016-06-03
2
-0
/
+114
[next]