projects
/
oota-llvm.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Trim unneeded #includes.
2009-05-19
Bob Wilson
Follow up on new support for memory operands in ARM...
commit
|
commitdiff
|
tree
2009-05-19
Bob Wilson
Fix pr4058 and pr4059. Do not split i64 or double...
commit
|
commitdiff
|
tree
2009-05-19
Bob Wilson
Fix pr4091: Add support for "m" constraint in ARM inline...
commit
|
commitdiff
|
tree
2009-05-18
Bob Wilson
Fix CodePlacementOpt::OptimizeIntraLoopEdges so that...
commit
|
commitdiff
|
tree
2009-05-18
Bob Wilson
Fix pr4202: Disable CodePlacementOpt for ARM. The...
commit
|
commitdiff
|
tree
2009-05-14
Bob Wilson
Revert r71744. I must not have understood this correctly...
commit
|
commitdiff
|
tree
2009-05-13
Bob Wilson
The IfConverter::MergeBlocks method appears to be used...
commit
|
commitdiff
|
tree
2009-05-13
Bob Wilson
Revert a portion of Dan's change r71018 that I'm convinced...
commit
|
commitdiff
|
tree
2009-05-13
Bob Wilson
Merge adjacent conditional.
commit
|
commitdiff
|
tree
2009-05-13
Bob Wilson
Remove an unused variable.
commit
|
commitdiff
|
tree
2009-05-13
Bob Wilson
Fix some typos and spelling and grammar, mostly in...
commit
|
commitdiff
|
tree
2009-05-12
Bob Wilson
Fix up a few minor typos in comments.
commit
|
commitdiff
|
tree
2009-05-12
Bob Wilson
Fix 80-col violations and remove trailing whitespace...
commit
|
commitdiff
|
tree
2009-05-12
Bob Wilson
Fix pr4195: When iterating through predecessor blocks...
commit
|
commitdiff
|
tree
2009-05-07
Bob Wilson
Fix pr4100. Do not remove no-op copies when they are...
commit
|
commitdiff
|
tree
2009-05-07
Bob Wilson
Fix a comment (again).
commit
|
commitdiff
|
tree
2009-05-07
Bob Wilson
Fix a comment.
commit
|
commitdiff
|
tree
2009-05-01
Bob Wilson
Allow CONCAT_VECTORS nodes to be legal or have custom...
commit
|
commitdiff
|
tree
2009-04-30
Bob Wilson
Rename the CurMultiClass formal parameter of TGParser...
commit
|
commitdiff
|
tree
2009-04-30
Bob Wilson
Remove unnecessary "class" keywords.
commit
|
commitdiff
|
tree
2009-04-30
Bob Wilson
Change forward declaration of MultiClass to use the...
commit
|
commitdiff
|
tree
2009-04-28
Bob Wilson
Fix trailing whitespace and 80-col. violations in recent...
commit
|
commitdiff
|
tree
2009-04-25
Bob Wilson
Change LowerCallResult method so that CCValAssign:...
commit
|
commitdiff
|
tree
2009-04-24
Bob Wilson
Adjust a comment to reflect what the code does. Splitting...
commit
|
commitdiff
|
tree
2009-04-24
Bob Wilson
Fix up some problems with getCopyToReg and getCopyFromReg...
commit
|
commitdiff
|
tree
2009-04-24
Bob Wilson
Remove unnecessary references to f32 types. After...
commit
|
commitdiff
|
tree
2009-04-20
Bob Wilson
Move duplicated AddLiveIn function from X86 and ARM...
commit
|
commitdiff
|
tree
2009-04-20
Bob Wilson
Revise my previous change 68996 as suggested by Duncan.
commit
|
commitdiff
|
tree
2009-04-17
Bob Wilson
Move the AddLiveIn function definition closer to its...
commit
|
commitdiff
|
tree
2009-04-17
Bob Wilson
Rearrange code to reduce indentation.
commit
|
commitdiff
|
tree
2009-04-17
Bob Wilson
Rename file to have the correct suffix.
commit
|
commitdiff
|
tree
2009-04-17
Bob Wilson
Clean up formatting, remove trailing whitespace, fix...
commit
|
commitdiff
|
tree
2009-04-17
Bob Wilson
Use CallConvLower.h and TableGen descriptions of the...
commit
|
commitdiff
|
tree
2009-04-16
Bob Wilson
Fix PR3994: LLVMMatchType arguments do not refer to...
commit
|
commitdiff
|
tree
2009-04-16
Bob Wilson
Add a comment to describe LLVMMatchType.
commit
|
commitdiff
|
tree
2009-04-13
Bob Wilson
Change SelectionDAG type legalization to allow BUILD_VECTOR...
commit
|
commitdiff
|
tree
2009-04-13
Bob Wilson
Refactor some code in SelectionDAGLegalize::ExpandBUILD_VECTOR.
commit
|
commitdiff
|
tree
2009-04-10
Bob Wilson
Clean up a bunch of whitespace issues and fix a comment...
commit
|
commitdiff
|
tree
2009-04-09
Bob Wilson
Fix pr3954. The register scavenger asserts for inline...
commit
|
commitdiff
|
tree
2009-04-08
Bob Wilson
Add testcase for PR3795.
commit
|
commitdiff
|
tree
2009-04-08
Bob Wilson
Fix PR3795: Apply Dan's suggested fix for
commit
|
commitdiff
|
tree
2009-04-06
Bob Wilson
Handle 'a' modifier in ARM inline assembly.
commit
|
commitdiff
|
tree
2009-04-03
Bob Wilson
Wrap some lines to fix indentation problems.
commit
|
commitdiff
|
tree
2009-04-03
Bob Wilson
Fix some comments.
commit
|
commitdiff
|
tree
2009-04-01
Bob Wilson
Fix PR3862: Recognize some ARM-specific constraints...
commit
|
commitdiff
|
tree
2009-03-30
Bob Wilson
Fix comment to match function name.
commit
|
commitdiff
|
tree
2009-03-20
Bob Wilson
Fix a few more indentation problems and an 80-column...
commit
|
commitdiff
|
tree
2009-03-20
Bob Wilson
No functional changes. Fix indentation and whitespace...
commit
|
commitdiff
|
tree
2009-03-12
Bob Wilson
Fix an inconsistent use of LLVMGCCDIR. In all other...
commit
|
commitdiff
|
tree
2009-03-09
Bob Wilson
Add a constructor for BuildVectorSDNode and revert...
commit
|
commitdiff
|
tree
2009-03-06
Bob Wilson
Fix a parallel make race condition by swapping the...
commit
|
commitdiff
|
tree
2009-03-04
Bob Wilson
Fix BuildVectorSDNode::isConstantSplat to handle one...
commit
|
commitdiff
|
tree
2009-03-03
Bob Wilson
Use early exit to reduce indentation. No functional...
commit
|
commitdiff
|
tree
2009-03-02
Bob Wilson
Generalize BuildVectorSDNode::isConstantSplat to use...
commit
|
commitdiff
|
tree
2009-03-01
Bob Wilson
Combine PPC's GetConstantBuildVectorBits and isConstantSplat...
commit
|
commitdiff
|
tree
2009-02-26
Bob Wilson
Fix a duplicated word in a comment.
commit
|
commitdiff
|
tree
2009-01-22
Bob Wilson
Fix a minor bug in DAGCombiner's folding of SELECT...
commit
|
commitdiff
|
tree
2009-01-22
Bob Wilson
Add SelectionDAG::getNOT method to construct bitwise...
commit
|
commitdiff
|
tree
2009-01-08
Bob Wilson
Fix failure messages in Verifier::PerformTypeCheck...
commit
|
commitdiff
|
tree
2009-01-07
Bob Wilson
Assert that VectorType::getTruncatedElementVectorType...
commit
|
commitdiff
|
tree
2009-01-07
Bob Wilson
Improve support for type-generic vector intrinsics...
commit
|
commitdiff
|
tree
2009-01-05
Bob Wilson
Handle iAny and fAny types in TreePatternNode::UpdateNodeType.
commit
|
commitdiff
|
tree
2009-01-05
Bob Wilson
Fix spelling in some comments.
commit
|
commitdiff
|
tree