projects
/
oota-llvm.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Proper support for a bastardized darwin-eabi hybird ABI.
2012-02-21
Jay Foad
Revert r151049 cos it broke the buildbots.
commit
|
commitdiff
|
tree
2012-02-21
Jay Foad
PR1210: make uniquing of struct and function types...
commit
|
commitdiff
|
tree
2011-11-15
Jay Foad
Make use of MachinePointerInfo::getFixedStack.
commit
|
commitdiff
|
tree
2011-11-15
Jay Foad
Remove some unnecessary includes of PseudoSourceValue.h.
commit
|
commitdiff
|
tree
2011-11-15
Jay Foad
Fix typo in comment.
commit
|
commitdiff
|
tree
2011-11-15
Jay Foad
Make use of MachinePointerInfo::getFixedStack. This...
commit
|
commitdiff
|
tree
2011-11-15
Jay Foad
Remove some unnecessary includes of PseudoSourceValue.h.
commit
|
commitdiff
|
tree
2011-08-22
Jay Foad
Remove DEFINE_TRANSPARENT_CASTED_OPERAND_ACCESSORS...
commit
|
commitdiff
|
tree
2011-08-04
Jay Foad
Reword.
commit
|
commitdiff
|
tree
2011-08-03
Jay Foad
Use cast<> instead of a C-style cast to get some free...
commit
|
commitdiff
|
tree
2011-08-01
Jay Foad
Add braces.
commit
|
commitdiff
|
tree
2011-08-01
Jay Foad
Simplify printAlias.
commit
|
commitdiff
|
tree
2011-08-01
Jay Foad
Micro-optimisation in getAliasedGlobal.
commit
|
commitdiff
|
tree
2011-08-01
Jay Foad
Remove an unnecessary cast.
commit
|
commitdiff
|
tree
2011-08-01
Jay Foad
The operands of a GlobalAlias are always Constants...
commit
|
commitdiff
|
tree
2011-07-27
Jay Foad
Remove some code that is no longer needed now that...
commit
|
commitdiff
|
tree
2011-07-27
Jay Foad
Merge gtest-1.6.0.
commit
|
commitdiff
|
tree
2011-07-26
Jay Foad
Fix typo in comment.
commit
|
commitdiff
|
tree
2011-07-25
Jay Foad
Remove uses of std::vector from TypeBuilder.
commit
|
commitdiff
|
tree
2011-07-25
Jay Foad
Use ArrayRef in the (protected) constructors of ConstantArra...
commit
|
commitdiff
|
tree
2011-07-25
Jay Foad
Convert GetElementPtrInst to use ArrayRef.
commit
|
commitdiff
|
tree
2011-07-22
Jay Foad
Fix more MSVC warnings caused by a cases I missed when...
commit
|
commitdiff
|
tree
2011-07-22
Jay Foad
Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGE...
commit
|
commitdiff
|
tree
2011-07-22
Jay Foad
Fix an MSVC warning, caused by a case I missed when...
commit
|
commitdiff
|
tree
2011-07-21
Jay Foad
Make better use of ConstantExpr::getGetElementPtr's...
commit
|
commitdiff
|
tree
2011-07-21
Jay Foad
Sort case-insensitively.
commit
|
commitdiff
|
tree
2011-07-21
Jay Foad
Convert ConstantExpr::getGetElementPtr and
commit
|
commitdiff
|
tree
2011-07-21
Jay Foad
Update llvm-gcc-4.2 and dragonegg after converting...
commit
|
commitdiff
|
tree
2011-07-21
Jay Foad
Convert ConstantFolder APIs to use ArrayRef.
commit
|
commitdiff
|
tree
2011-07-20
Jay Foad
Fix a GCC warning.
commit
|
commitdiff
|
tree
2011-07-19
Jay Foad
Convert ConstantFoldGetElementPtr to use ArrayRef.
commit
|
commitdiff
|
tree
2011-07-19
Jay Foad
Convert SimplifyGEPInst to use ArrayRef.
commit
|
commitdiff
|
tree
2011-07-19
Jay Foad
Convert gep_type_begin and gep_type_end to use ArrayRef.
commit
|
commitdiff
|
tree
2011-07-19
Jay Foad
Convert TargetData::getIndexedOffset to use ArrayRef.
commit
|
commitdiff
|
tree
2011-07-19
Jay Foad
Use ArrayRef in ConstantFoldInstOperands and ConstantFoldCall.
commit
|
commitdiff
|
tree
2011-07-15
Jay Foad
Convert CallInst and InvokeInst APIs to use ArrayRef.
commit
|
commitdiff
|
tree
2011-07-14
Jay Foad
Mention all API changes I've made since 2.9 was branched.
commit
|
commitdiff
|
tree
2011-07-13
Jay Foad
Revert r135042. As Chris pointed out, it had no effect...
commit
|
commitdiff
|
tree
2011-07-13
Jay Foad
Really cache function types and anonymous struct types.
commit
|
commitdiff
|
tree
2011-07-13
Jay Foad
Convert InsertValueInst and ExtractValueInst APIs to...
commit
|
commitdiff
|
tree
2011-07-13
Jay Foad
Add some bits that I found useful when converting InsertValu...
commit
|
commitdiff
|
tree
2011-07-12
Jay Foad
Second attempt at de-constifying LLVM Types in FunctionType...
commit
|
commitdiff
|
tree
2011-07-11
Jay Foad
De-constify Types in StructType::get() and TargetData...
commit
|
commitdiff
|
tree
2011-07-11
Jay Foad
De-constify Types in FunctionType::get().
commit
|
commitdiff
|
tree
2011-07-11
Jay Foad
Remove mentions of type planes.
commit
|
commitdiff
|
tree
2011-06-28
Jay Foad
PR10210: New method ConstantArray::getAsCString()....
commit
|
commitdiff
|
tree
2011-06-23
Jay Foad
Reinstate r133513 (reverted in r133700) with an additional...
commit
|
commitdiff
|
tree
2011-06-22
Jay Foad
Replace the existing forms of ConstantArray::get()...
commit
|
commitdiff
|
tree
2011-06-22
Jay Foad
Make ConstantVector::get() always take an ArrayRef...
commit
|
commitdiff
|
tree
2011-06-22
Jay Foad
Eliminate a temporary std::vector in ConstantStruct...
commit
|
commitdiff
|
tree
2011-06-22
Jay Foad
Extend ConstantUniqueMap with a new template parameter...
commit
|
commitdiff
|
tree
2011-06-21
Jay Foad
Remove deprecated forms of StringMap::GetOrCreateValue().
commit
|
commitdiff
|
tree
2011-06-21
Jay Foad
Remove some unnecessary uses of c_str().
commit
|
commitdiff
|
tree
2011-06-21
Jay Foad
Reinstate r133435 and r133449 (reverted in r133499...
commit
|
commitdiff
|
tree
2011-06-21
Jay Foad
Don't use PN->replaceUsesOfWith() to change a PHINode...
commit
|
commitdiff
|
tree
2011-06-21
Jay Foad
Add a reduced test case for the buildbot failure (clang...
commit
|
commitdiff
|
tree
2011-06-20
Jay Foad
Fix a check for PHINodes with two incoming values.
commit
|
commitdiff
|
tree
2011-06-20
Jay Foad
This is an automatically reduced test case that crashed...
commit
|
commitdiff
|
tree
2011-06-20
Jay Foad
Change how PHINodes store their operands.
commit
|
commitdiff
|
tree
2011-06-20
Jay Foad
Make better use of the PHINode API.
commit
|
commitdiff
|
tree
2011-06-20
Jay Foad
Remove the AugmentedUse struct.
commit
|
commitdiff
|
tree
2011-06-19
Jay Foad
Fix a FIXME by making GlobalVariable::getInitializer...
commit
|
commitdiff
|
tree
2011-06-17
Jay Foad
Fix typo in comment.
commit
|
commitdiff
|
tree
2011-04-28
Jay Foad
Fix typos in comments.
commit
|
commitdiff
|
tree
2011-04-24
Jay Foad
Fix an assert to check exactly what it says.
commit
|
commitdiff
|
tree
2011-04-24
Jay Foad
PR9214: Convert the DIBuilder API to use ArrayRef.
commit
|
commitdiff
|
tree
2011-04-23
Jay Foad
Remove unused STL header includes.
commit
|
commitdiff
|
tree
2011-04-23
Jay Foad
Like the coding standards say, do not use "using namespace...
commit
|
commitdiff
|
tree
2011-04-21
Jay Foad
PR9214: Convert Metadata API to use ArrayRef.
commit
|
commitdiff
|
tree
2011-04-19
Jay Foad
Trivial simplification.
commit
|
commitdiff
|
tree
2011-04-16
Jay Foad
Fix bug when checking phi operands in InstCombiner...
commit
|
commitdiff
|
tree
2011-04-13
Jay Foad
PR9214: Convert ConstantExpr::getIndices() to return...
commit
|
commitdiff
|
tree
2011-04-13
Jay Foad
Remove some redundant llvm:: prefixes.
commit
|
commitdiff
|
tree
2011-04-13
Jay Foad
Fix a comment.
commit
|
commitdiff
|
tree
2011-04-13
Jay Foad
PR9214: Convert ConstantExpr::getWithOperands() to...
commit
|
commitdiff
|
tree
2011-04-13
Jay Foad
Fix typo.
commit
|
commitdiff
|
tree
2011-04-13
Jay Foad
Fix typo in comment.
commit
|
commitdiff
|
tree
2011-04-13
Jay Foad
Like the coding standards say, do not use "using namespace...
commit
|
commitdiff
|
tree
2011-04-11
Jay Foad
Fix or remove code which seemed to think that the operand...
commit
|
commitdiff
|
tree
2011-04-11
Jay Foad
Don't include Operator.h from InstrTypes.h.
commit
|
commitdiff
|
tree
2011-04-11
Jay Foad
Phi nodes always use an even number of operands, so...
commit
|
commitdiff
|
tree
2011-04-07
Jay Foad
Fix a bit of nonsense.
commit
|
commitdiff
|
tree
2011-04-06
Jay Foad
Trivial typo fixes.
commit
|
commitdiff
|
tree
2011-04-04
Jay Foad
Remove some support for ReturnInsts with multiple operands...
commit
|
commitdiff
|
tree
2011-04-01
Jay Foad
Various Instructions' resizeOperands() methods are...
commit
|
commitdiff
|
tree
2011-03-30
Jay Foad
Fix more zero length memset warnings.
commit
|
commitdiff
|
tree
2011-03-30
Jay Foad
Add a comment on PHINode::Create().
commit
|
commitdiff
|
tree
2011-03-30
Jay Foad
Remove PHINode::reserveOperandSpace(). Instead, add...
commit
|
commitdiff
|
tree
2011-03-30
Jay Foad
(Almost) always call reserveOperandSpace() on newly...
commit
|
commitdiff
|
tree
2011-03-28
Jay Foad
Make more use of PHINode::getNumIncomingValues().
commit
|
commitdiff
|
tree
2011-03-24
Jay Foad
Fix typo in comment.
commit
|
commitdiff
|
tree
2011-03-21
Jay Foad
Fix typos in assert messages.
commit
|
commitdiff
|
tree
2011-02-01
Jay Foad
Make SwitchInst::removeCase() more efficient.
commit
|
commitdiff
|
tree
2011-01-27
Jay Foad
Fix indentation.
commit
|
commitdiff
|
tree
2011-01-26
Jay Foad
Simplify User::operator delete().
commit
|
commitdiff
|
tree
2011-01-25
Jay Foad
Avoid compiler errors when this header file is included...
commit
|
commitdiff
|
tree
2011-01-17
Jay Foad
Remove useless Tag enumeration.
commit
|
commitdiff
|
tree
2011-01-16
Jay Foad
Simplify the construction and destruction of Uses....
commit
|
commitdiff
|
tree
2011-01-16
Jay Foad
Remove unnecessary specialization OperandTraits<User>.
commit
|
commitdiff
|
tree
2011-01-16
Jay Foad
Move the implementation of the User class into a new...
commit
|
commitdiff
|
tree
next