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
/
lib
/
IR
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extend intrinsic name mangling to support arrays, named structs, and function...
Philip Reames
2014-11-12
1
-6
/
+28
*
Revert "IR: MDNode => Value"
Duncan P. N. Exon Smith
2014-11-11
11
-64
/
+53
*
Copy externally_initialized in GlobalVariable::copyAttributesFrom.
Rafael Espindola
2014-11-10
1
-0
/
+1
*
Add Position-independent Code model Module API.
Justin Hibbits
2014-11-07
1
-0
/
+13
*
Try to appease MSVC buildbots after r221466.
Frederic Riss
2014-11-06
1
-1
/
+1
*
Change DIBuilder::createImportedDeclaration from taking a DIScope to a DIDesc...
Frederic Riss
2014-11-06
1
-2
/
+5
*
GCOV: Make sure that function idents in the .gcda and .gcno match
Justin Bogner
2014-11-06
1
-1
/
+2
*
Remove obsolete ARM intrinsics vclz and vcnt
Steven Wu
2014-11-05
1
-8
/
+0
*
IR: MDNode => Value: NamedMDNode::getOperator()
Duncan P. N. Exon Smith
2014-11-05
6
-19
/
+19
*
IR: MDNode => Value: AsmWriter SlotTracker API
Duncan P. N. Exon Smith
2014-11-05
1
-8
/
+9
*
IR: MDNode => Value: NamedMDNode::addOperand()
Duncan P. N. Exon Smith
2014-11-05
1
-1
/
+2
*
IR: Metadata: Remove unnecessary dyn_cast
Duncan P. N. Exon Smith
2014-11-05
1
-1
/
+1
*
IR: MDNode => Value: Instruction::getAllMetadataOtherThanDebugLoc()
Duncan P. N. Exon Smith
2014-11-03
3
-6
/
+5
*
Remove redundant calls to isMaterializable.
Rafael Espindola
2014-11-01
2
-6
/
+4
*
IR: Restore the old behavior of getDISubprogram
David Majnemer
2014-11-01
1
-10
/
+9
*
IR: MDNode => Value: Instruction::getAllMetadata()
Duncan P. N. Exon Smith
2014-11-01
2
-7
/
+7
*
IR: MDNode => Value: Instruction::getMetadata()
Duncan P. N. Exon Smith
2014-11-01
5
-12
/
+11
*
IR: MDNode => Value: Add Instruction::getMDNode()
Duncan P. N. Exon Smith
2014-10-31
1
-0
/
+8
*
IR: Instruction::setMetadata() should use cast_or_null
Duncan P. N. Exon Smith
2014-10-31
1
-1
/
+1
*
IR: MDNode => Value: Instruction::setMetadata()
Duncan P. N. Exon Smith
2014-10-31
1
-6
/
+9
*
[C API] PR19859: Add functions to query and modify branches.
Peter Zotov
2014-10-28
1
-0
/
+28
*
[C API] PR19859: Add LLVMGetFCmpPredicate and LLVMConstRealGetDouble.
Peter Zotov
2014-10-28
1
-1
/
+31
*
Silencing an "enumeral and non-enumeral type in conditional expression" warni...
Aaron Ballman
2014-10-28
1
-1
/
+2
*
X86: Implement the vectorcall calling convention
Reid Kleckner
2014-10-28
2
-34
/
+48
*
Modernize the error handling of the Materialize function.
Rafael Espindola
2014-10-24
3
-14
/
+8
*
Don't ever call materializeAllPermanently during LTO.
Rafael Espindola
2014-10-24
4
-10
/
+29
*
Make getDISubprogram(const Function *F) available in LLVM
Timur Iskhodzhanov
2014-10-23
1
-0
/
+18
*
Revert "Don't count inreg params when mangling fastcall functions"
Reid Kleckner
2014-10-23
1
-3
/
+0
*
clang-format two code snippets to make the next patch easy to read.
Rafael Espindola
2014-10-23
1
-4
/
+4
*
Assert that ValueHandleBase::ValueIsRAUWd doesn't change the tracked Value type.
Frederic Riss
2014-10-23
1
-0
/
+2
*
Revert "Teach the load analysis to allow finding available values which requi...
Hans Wennborg
2014-10-21
1
-23
/
+0
*
Extend the verifier to check usage of 'nonnull' metadata.
Philip Reames
2014-10-21
1
-0
/
+8
*
Teach the load analysis to allow finding available values which require
Chandler Carruth
2014-10-21
1
-0
/
+23
*
Introduce enum values for previously defined metadata types. (NFC)
Philip Reames
2014-10-21
1
-0
/
+17
*
Extend the verifier to validate range metadata on calls and invokes.
Philip Reames
2014-10-20
1
-49
/
+56
*
Moved out IIT_V64 from common values section.
Robert Khasanov
2014-10-20
1
-5
/
+5
*
Fix Intrinsic::getType not working with vararg
Steven Wu
2014-10-20
1
-0
/
+6
*
Switch the default DataLayout to be little endian, and make the variable
Chandler Carruth
2014-10-20
1
-5
/
+5
*
IR: Replace DataLayout::RoundUpAlignment with RoundUpToAlignment
David Majnemer
2014-10-20
1
-2
/
+2
*
[Stackmaps] Enable invoking the patchpoint intrinsic.
Juergen Ributzka
2014-10-17
1
-3
/
+7
*
[LLVM-C] Add LLVMInstructionClone.
Peter Zotov
2014-10-17
1
-0
/
+6
*
Add CreateAlignmentAssumption to IRBuilder
Hal Finkel
2014-10-15
1
-0
/
+11
*
IR: Move NumOperands from User to Value, NFC
Duncan P. N. Exon Smith
2014-10-15
1
-1
/
+2
*
IR: Cleanup comments for Value, User, and MDNode
Duncan P. N. Exon Smith
2014-10-15
3
-43
/
+8
*
DI: Make comments "brief"-er, NFC
Duncan P. N. Exon Smith
2014-10-15
1
-8
/
+8
*
DI: Cleanup comments, NFC
Duncan P. N. Exon Smith
2014-10-15
1
-98
/
+0
*
DI: Use a `DenseMap` instead of named metadata, NFC
Duncan P. N. Exon Smith
2014-10-15
2
-49
/
+5
*
DebugInfo: Ensure that all debug location scope chains from instructions with...
David Blaikie
2014-10-14
1
-0
/
+28
*
Revert "Fix stuff... again."
David Blaikie
2014-10-14
1
-28
/
+0
*
Fix stuff... again.
David Blaikie
2014-10-14
1
-0
/
+28
[next]