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
*
Move SPAdj logic from PEI into the targets (NFC)
Michael Kuperstein
2015-01-08
1
-0
/
+6
*
[SelectionDAG] Allow targets to specify legality of extloads' result
Ahmed Bougacha
2015-01-08
1
-14
/
+16
*
[CodeGen] Add MVT::isValid to replace manual validity checks. NFC.
Ahmed Bougacha
2015-01-07
2
-9
/
+13
*
IR: Add MDNode::getDistinct()
Duncan P. N. Exon Smith
2015-01-07
1
-2
/
+12
*
IR: Add MDNode::isDistinct()
Duncan P. N. Exon Smith
2015-01-07
1
-0
/
+6
*
Linker: Don't use MDNode::replaceOperandWith()
Duncan P. N. Exon Smith
2015-01-07
1
-0
/
+1
*
[CodeGen] Add iterator_range for the MVT::SimpleValueType enum.
Ahmed Bougacha
2015-01-07
1
-0
/
+47
*
Introduce an example statepoint GC strategy
Philip Reames
2015-01-07
3
-1
/
+27
*
[CodeGen] Add MVT::FIRST_VALUETYPE to avoid explicit 0. NFC.
Ahmed Bougacha
2015-01-07
1
-0
/
+1
*
New method SDep::isNormalMemoryOrBarrier() in ScheduleDAGInstrs.cpp.
Jonas Paulsson
2015-01-07
1
-0
/
+6
*
[PM] Give slightly less horrible names to the utility pass templates for
Chandler Carruth
2015-01-07
1
-4
/
+4
*
[ADT][SmallVector] Flip an assert comparison to avoid overflows yielding fals...
Ahmed Bougacha
2015-01-07
1
-2
/
+2
*
IR: Remove MDNode::getWhenValsUnresolved()
Duncan P. N. Exon Smith
2015-01-07
1
-5
/
+0
*
Remove invalid TODO
Duncan P. N. Exon Smith
2015-01-07
1
-1
/
+0
*
[PM] Fix a pretty nasty bug where the new pass manager would invalidate
Chandler Carruth
2015-01-07
2
-12
/
+24
*
Analysis: Reformulate WillNotOverflowUnsignedAdd for reusability
David Majnemer
2015-01-07
1
-0
/
+5
*
Revert r224935 "Refactor duplicated code. No intended functionality change."
Lang Hames
2015-01-06
5
-7
/
+17
*
Add isNegative helper to ConstantFPSDNode
Matt Arsenault
2015-01-06
1
-0
/
+3
*
Add isInfinity helper to ConstantFPSDNode
Matt Arsenault
2015-01-06
1
-0
/
+3
*
R600/SI: Add class intrinsic
Matt Arsenault
2015-01-06
1
-0
/
+3
*
Use a Factory Method for MachineFunctionInfo Creation
Mehdi Amini
2015-01-06
1
-1
/
+10
*
Triple: Add amdgcn triple
Tom Stellard
2015-01-06
1
-0
/
+1
*
[PM] Introduce a utility pass that preserves no analyses.
Chandler Carruth
2015-01-06
1
-0
/
+14
*
[PM] Add a utility pass template that synthesizes the invalidation of
Chandler Carruth
2015-01-06
1
-2
/
+27
*
[PM] Add a utility to the new pass manager for generating a pass which
Chandler Carruth
2015-01-06
1
-0
/
+22
*
Revert r225048: It broke ObjC on AArch64.
Lang Hames
2015-01-06
4
-27
/
+19
*
Make DIE.h a public CodeGen header.
Frederic Riss
2015-01-05
1
-0
/
+587
*
IR: Prune arguments to ValueAsMetadata::ValueAsMetadata()
Duncan P. N. Exon Smith
2015-01-05
1
-5
/
+5
*
[PM] Don't run the machinery of invalidating all the analysis passes
Chandler Carruth
2015-01-05
1
-4
/
+8
*
[PM] Add names and debug logging for analysis passes to the new pass
Chandler Carruth
2015-01-05
4
-0
/
+33
*
Convert SmallMapVector from a class to a struct.
Michael Gottesman
2015-01-05
1
-5
/
+3
*
[PM] Cleanup a place where I forgot to update the header guards when
Chandler Carruth
2015-01-05
1
-2
/
+2
*
[PM] Switch the new pass manager to use a reference-based API for IR
Chandler Carruth
2015-01-05
6
-67
/
+67
*
[PM] Split the AssumptionTracker immutable pass into two separate APIs:
Chandler Carruth
2015-01-04
16
-219
/
+228
*
[PowerPC/BlockPlacement] Allow target to provide a per-loop alignment preference
Hal Finkel
2015-01-03
1
-2
/
+4
*
[PM] Add proper documentation for the ModulePassManager and
Chandler Carruth
2015-01-02
1
-0
/
+40
*
[PM] Actually include the correct file name. Sorry for the breakage.
Chandler Carruth
2015-01-02
1
-1
/
+1
*
[PM] Lift the majority of the template boilerplate used to implement the
Chandler Carruth
2015-01-02
2
-306
/
+343
*
[PM] Fix some formatting where clang-format has improved recently.
Chandler Carruth
2015-01-02
1
-4
/
+5
*
Analysis: Reformulate WillNotOverflowUnsignedMul for reusability
David Majnemer
2015-01-02
1
-0
/
+6
*
Revert "Just use a using directive in SmallMapVector instead of inheriting fr...
Michael Gottesman
2015-01-01
1
-3
/
+6
*
Revert r225053: Add an ArrayRef upcasting constructor from ArrayRef<U*> -> Ar...
Chandler Carruth
2015-01-01
1
-10
/
+0
*
Just use a using directive in SmallMapVector instead of inheriting from MapVe...
Michael Gottesman
2015-01-01
1
-6
/
+3
*
Add 2x constructors for TinyPtrVector, one that takes in one elemenet and the...
Michael Gottesman
2014-12-31
1
-0
/
+7
*
Add a SmallMapVector class that is a MapVector with a Map of SmallDenseMap an...
Michael Gottesman
2014-12-31
1
-0
/
+11
*
Add an ArrayRef upcasting constructor from ArrayRef<U*> -> ArrayRef<T*> where...
Michael Gottesman
2014-12-31
1
-0
/
+10
*
Add r224985 back with a fix.
Rafael Espindola
2014-12-31
4
-19
/
+27
*
Revert "Remove doesSectionRequireSymbols."
Rafael Espindola
2014-12-31
4
-27
/
+19
*
x86_64: Fix calls to __morestack under the large code model.
Peter Collingbourne
2014-12-30
1
-0
/
+15
*
Some code improvements in Masked Load/Store.
Elena Demikhovsky
2014-12-30
1
-3
/
+5
[next]