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
*
Don't upgrade global constructors when reading bitcode
Duncan P. N. Exon Smith
2014-08-12
1
-55
/
+0
*
IR: Print a newline when dumping Types
Justin Bogner
2014-08-12
1
-1
/
+1
*
[LLVM-C] Expose User::getOperandUse as LLVMGetOperandUse.
Peter Zotov
2014-08-12
1
-0
/
+5
*
Move helper for getting a terminating musttail call to BasicBlock
Reid Kleckner
2014-08-12
1
-0
/
+31
*
Fix typos:
Sylvestre Ledru
2014-08-11
1
-1
/
+1
*
pr20588: add missing calls to va_end.
Rafael Espindola
2014-08-08
1
-2
/
+7
*
Revert "Reapply "DebugInfo: Ensure that all debug location scope chains from ...
David Blaikie
2014-08-06
1
-26
/
+0
*
Don't count inreg params when mangling fastcall functions
Reid Kleckner
2014-08-06
1
-0
/
+3
*
Provide convenient access to the zext/sext attributes of function arguments. ...
Juergen Ributzka
2014-08-05
1
-0
/
+14
*
Reapply "DebugInfo: Ensure that all debug location scope chains from instruct...
David Blaikie
2014-08-04
1
-0
/
+26
*
[LLVM-C] Add LLVM{IsConstantString,GetAsString,GetElementAsConstant}.
Peter Zotov
2014-08-03
1
-0
/
+16
*
IR: Add Value::reverseUseList()
Duncan P. N. Exon Smith
2014-08-01
1
-0
/
+19
*
verify-uselistorder: Move shuffleUseLists() out of lib/IR
Duncan P. N. Exon Smith
2014-08-01
1
-104
/
+2
*
UseListOrder: Guarantee that shuffles change use-list order
Duncan P. N. Exon Smith
2014-08-01
1
-9
/
+12
*
Debug info: Infrastructure to support debug locations for fragmented
Adrian Prantl
2014-08-01
2
-0
/
+70
*
IR: Add BasicBlock::insertInto()
Duncan P. N. Exon Smith
2014-08-01
1
-6
/
+13
*
[pr20127] Check for leading \1 in the Twine version of getNameWithPrefix.
Rafael Espindola
2014-08-01
1
-8
/
+8
*
Use "weak alias" instead of "alias weak"
Rafael Espindola
2014-07-30
1
-2
/
+1
*
Feedback on r214189, no functionality change.
Manman Ren
2014-07-29
1
-1
/
+1
*
[Debug Info] remove DITrivialType and use null to represent unspecified param.
Manman Ren
2014-07-29
2
-26
/
+5
*
IR: Augment debug statements for use-list order
Duncan P. N. Exon Smith
2014-07-29
1
-2
/
+5
*
[Debug Info] add DISubroutineType and its creation takes DITypeArray.
Manman Ren
2014-07-28
2
-4
/
+14
*
[Debug Info] add a template class DITypedArray.
Manman Ren
2014-07-28
2
-10
/
+13
*
[Debug Info] rename getTypeArray to getElements, setTypeArray to setArrays.
Manman Ren
2014-07-28
1
-3
/
+3
*
[Debug Info] replace DIUnspecifiedParameter with DITrivialType.
Manman Ren
2014-07-28
2
-11
/
+17
*
Fix MSVC2012 build error in UseListOrder.cpp
Hans Wennborg
2014-07-25
1
-3
/
+4
*
Simplify and improve scoped-noalias metadata semantics
Hal Finkel
2014-07-25
1
-5
/
+7
*
Try to fix a layering violation introduced by r213945
Duncan P. N. Exon Smith
2014-07-25
1
-303
/
+9
*
Fix -Werror build after r213945
Duncan P. N. Exon Smith
2014-07-25
1
-0
/
+1
*
IPO: Add use-list-order verifier
Duncan P. N. Exon Smith
2014-07-25
2
-0
/
+424
*
Add scoped-noalias metadata
Hal Finkel
2014-07-24
4
-9
/
+91
*
AA metadata refactoring (introduce AAMDNodes)
Hal Finkel
2014-07-24
1
-0
/
+4
*
Rename metadata llvm.loop.vectorize.unroll to llvm.loop.vectorize.interleave.
Mark Heffernan
2014-07-21
1
-2
/
+4
*
Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...
Duncan P. N. Exon Smith
2014-07-21
3
-4
/
+7
*
[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...
Manuel Jacob
2014-07-20
3
-7
/
+4
*
Handle AddrSpaceCast in stripAndAccumulateInBoundsConstantOffsets
Hal Finkel
2014-07-19
1
-1
/
+2
*
Make Value::isDereferenceablePointer handle offsets to pointer types with der...
Hal Finkel
2014-07-19
1
-0
/
+21
*
Revert "Reapply "DebugInfo: Ensure that all debug location scope chains from ...
Eric Christopher
2014-07-18
1
-26
/
+0
*
Rename DiagnosticInfoOptimizationWarning to DiagnosticInfoOptimizationFailure
Tyler Nowicki
2014-07-18
1
-3
/
+3
*
Reapply "DebugInfo: Ensure that all debug location scope chains from instruct...
David Blaikie
2014-07-18
1
-0
/
+26
*
Add a dereferenceable attribute
Hal Finkel
2014-07-18
4
-11
/
+116
*
Rename AlignAttribute to IntAttribute
Hal Finkel
2014-07-18
2
-25
/
+25
*
Remove unnecessary/redundant std::move
David Blaikie
2014-07-16
1
-1
/
+1
*
Emit warnings if vectorization is forced and fails.
Tyler Nowicki
2014-07-16
1
-6
/
+23
*
Document the maximum LLVM IR alignment, which is 1 << 29 or 0.5 GiB
Reid Kleckner
2014-07-15
1
-0
/
+8
*
Look through addrspacecast when checking isDereferenceablePointer
Matt Arsenault
2014-07-14
1
-0
/
+3
*
Add CreatePointerBitCastOrAddrSpaceCast to IRBuilder and co.
Matt Arsenault
2014-07-14
1
-8
/
+26
*
IR: Allow comdats to be applied to globals with internal linkage
David Majnemer
2014-07-13
1
-4
/
+3
*
Revert "Reapply "DebugInfo: Ensure that all debug location scope chains from ...
David Blaikie
2014-07-11
1
-26
/
+0
*
Reapply "DebugInfo: Ensure that all debug location scope chains from instruct...
David Blaikie
2014-07-10
1
-0
/
+26
[next]