projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2007-06-26
Dan Gohman
Simplify the expression for MVT::isExtendedValueType.
commit
|
commitdiff
|
tree
|
snapshot
2007-06-26
Dan Gohman
Simplify the expression for TargetLowering::isTypeLegal.
commit
|
commitdiff
|
tree
|
snapshot
2007-06-26
Dan Gohman
Use utostr from StringExtras.h instead of ostringstream...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-26
Dan Gohman
Renumber the SimpleValueType values to fill in the...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-26
Dan Gohman
Revert the earlier change that removed the M_REMATERIAL...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-26
Dan Gohman
Fix a typo in a comment.
commit
|
commitdiff
|
tree
|
snapshot
2007-06-26
Dan Gohman
Add a convenince member function for appending strings...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-26
Duraid Madina
tidy this file up a bit
commit
|
commitdiff
|
tree
|
snapshot
2007-06-25
Duraid Madina
A bunch of fixes to the BigBlock allocator improve...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-25
Chris Lattner
fix Transforms/Inline/2007-06-25-WeakInline.ll by not...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-25
Chris Lattner
new testcase, the inliner shouldn't inline this.
commit
|
commitdiff
|
tree
|
snapshot
2007-06-25
Owen Anderson
Use the built-in postorder iterators rather than comput...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-25
Reid Spencer
Fix PR1525:
commit
|
commitdiff
|
tree
|
snapshot
2007-06-25
Dan Gohman
Generalize MVT::ValueType and associated functions...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-25
Dan Gohman
Make minor adjustments to whitespace and comments to...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-25
Dan Gohman
Fix loadv2i32 to be loadv4i32, though it isn't actually...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-25
Dan Gohman
Say AT&T instead of Intel in the comments for AT&T...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-25
Anton Korobeynikov
Provide hook for alloca on VCPP. Patch by Scott Graham
commit
|
commitdiff
|
tree
|
snapshot
2007-06-25
Owen Anderson
1) Fix an issue with non-deterministic iteration order...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-24
Nick Lewycky
Fix value ranges.
commit
|
commitdiff
|
tree
|
snapshot
2007-06-24
Owen Anderson
Fix a silly mistake that was causing failures.
commit
|
commitdiff
|
tree
|
snapshot
2007-06-24
Owen Anderson
Rename variables to expose the fact that this test...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-24
Nick Lewycky
Remove tabs.
commit
|
commitdiff
|
tree
|
snapshot
2007-06-24
Nick Lewycky
Remove use of ETForest. Also cleaned up issues around...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-22
Owen Anderson
Rework topo_sort so eliminate some behavior that scaled...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-22
Owen Anderson
Perform fewer set insertions while calculating ANTIC_IN...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-22
Owen Anderson
Remove some code that I was using for collecting perfor...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-22
Owen Anderson
Fix the build.
commit
|
commitdiff
|
tree
|
snapshot
2007-06-22
Dan Gohman
Move ComputeMaskedBits, MaskedValueIsZero, and ComputeN...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-22
Duraid Madina
check in the BigBlock local register allocator
commit
|
commitdiff
|
tree
|
snapshot
2007-06-22
Owen Anderson
Avoid excessive calls to find_leader when calculating...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-22
Evan Cheng
std::set is really really terrible. Switch to SmallPtrS...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-22
Dale Johannesen
Quote complex names for Darwin X86 and ARM.
commit
|
commitdiff
|
tree
|
snapshot
2007-06-22
Owen Anderson
Reserve space in vectors before topologically sorting...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-22
Owen Anderson
Make a bunch of optimizations for compile time to GVNPR...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-22
Owen Anderson
Fix a bug in SmallPtrSet that was causing GVNPRE to...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-21
Chris Lattner
Two changes:
commit
|
commitdiff
|
tree
|
snapshot
2007-06-21
Devang Patel
CallGraphSCCPass manager may require other passes.
commit
|
commitdiff
|
tree
|
snapshot
2007-06-21
Owen Anderson
Have internal df_iterator's use SmallPtrSet instead...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-21
Evan Cheng
Fix tests.
commit
|
commitdiff
|
tree
|
snapshot
2007-06-21
Chris Lattner
Significantly improve the documentation of the instcomb...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-21
Chris Lattner
new testcase miscompiled by instcombine, reduced from...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-21
Owen Anderson
Change lots of sets from std::set to SmallPtrSet. ...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-21
Devang Patel
Move code to update dominator information after basic...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-21
Dan Gohman
Tidy up ValueType names in comments.
commit
|
commitdiff
|
tree
|
snapshot
2007-06-21
Dan Gohman
Rename TargetLowering::getNumElements and friends to
commit
|
commitdiff
|
tree
|
snapshot
2007-06-21
Evan Cheng
New tests.
commit
|
commitdiff
|
tree
|
snapshot
2007-06-21
Evan Cheng
Xforms:
commit
|
commitdiff
|
tree
|
snapshot
2007-06-21
Owen Anderson
Eliminate a redundant check. This speeds up optimizati...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-21
Owen Anderson
Comment-ize the functions in GVNPRE.
commit
|
commitdiff
|
tree
|
snapshot
2007-06-20
Chris Lattner
refactor a bunch of code out of visitICmpInstWithInstAn...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-20
Owen Anderson
Split runOnFunction into many smaller functions. This...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-20
Tanya Lattner
Modify deleting global variable with an even easier...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-20
Devang Patel
Update AnalysisGroup documentation to document restrict...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-20
Tanya Lattner
Add blurb on deleting global variables.
commit
|
commitdiff
|
tree
|
snapshot
2007-06-20
Owen Anderson
Make GVNPRE accurate report whether it modified the...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-20
Evan Cheng
Added some if-conversion tests.
commit
|
commitdiff
|
tree
|
snapshot
2007-06-20
Owen Anderson
Get rid of an unneeded helper function.
commit
|
commitdiff
|
tree
|
snapshot
2007-06-19
Evan Cheng
Be more conservative of duplicating blocks.
commit
|
commitdiff
|
tree
|
snapshot
2007-06-19
Owen Anderson
Use a DenseMap instead of an std::map for the value...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-19
Owen Anderson
Make dependsOnInvoke much more specific in what it...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-19
Tanya Lattner
Moved Inliner.h to include/llvm/Transforms/IPO/InlinerP...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-19
Tanya Lattner
Inliner pass header file was moved.
commit
|
commitdiff
|
tree
|
snapshot
2007-06-19
Tanya Lattner
Move inliner pass header file.
commit
|
commitdiff
|
tree
|
snapshot
2007-06-19
Evan Cheng
Avoid if-converting simple block that ends with uncondi...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-19
Evan Cheng
Allow predicated immediate ARM to ARM calls.
commit
|
commitdiff
|
tree
|
snapshot
2007-06-19
Chris Lattner
Fix pr1448
commit
|
commitdiff
|
tree
|
snapshot
2007-06-19
Dan Gohman
Rename ScalarEvolution::deleteInstructionFromRecords to
commit
|
commitdiff
|
tree
|
snapshot
2007-06-19
Dan Gohman
Pass a SelectionDAG into SDNode::dump everywhere it...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-19
Owen Anderson
Handle constants in phi nodes properly. This fixes...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-19
Chris Lattner
silence warning when assertions are disabled.
commit
|
commitdiff
|
tree
|
snapshot
2007-06-19
Owen Anderson
Testcase for instances where a constant only occurs...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-19
Chris Lattner
don't use binutils 2.17
commit
|
commitdiff
|
tree
|
snapshot
2007-06-19
Chris Lattner
document and hide two options.
commit
|
commitdiff
|
tree
|
snapshot
2007-06-19
Chris Lattner
describe an argument, hide it.
commit
|
commitdiff
|
tree
|
snapshot
2007-06-19
Chris Lattner
silence a bogus warning Duraid ran into.
commit
|
commitdiff
|
tree
|
snapshot
2007-06-19
Owen Anderson
Add a new testcase for memory corruption issues.
commit
|
commitdiff
|
tree
|
snapshot
2007-06-19
Owen Anderson
Be careful to erase values from all of the appropriate...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-19
Owen Anderson
Remember to clear the maximal sets between functions.
commit
|
commitdiff
|
tree
|
snapshot
2007-06-19
Owen Anderson
Refactor GVNPRE to use a much smart method of uniquing...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-19
Dan Gohman
Replace M_REMATERIALIZIBLE and the newly-added isOtherR...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-19
Evan Cheng
Replace TargetInstrInfo::CanBeDuplicated() with a M_NOT...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-19
Evan Cheng
Replace CanBeDuplicated() with a M_NOT_DUPLICABLE bit.
commit
|
commitdiff
|
tree
|
snapshot
2007-06-19
Chris Lattner
If a function is vararg, never pass inreg arguments...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-19
Chris Lattner
add isVarArg to CCState
commit
|
commitdiff
|
tree
|
snapshot
2007-06-19
Chris Lattner
add isvararg tracking to CCState
commit
|
commitdiff
|
tree
|
snapshot
2007-06-19
Chris Lattner
testcase for PR1513
commit
|
commitdiff
|
tree
|
snapshot
2007-06-19
Evan Cheng
New test case: identity operation of RHS / LHS of a...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-19
Evan Cheng
Look for VECTOR_SHUFFLE that's identity operation on...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-18
Tanya Lattner
Update docs for llvm.var.annotation intrinsic.
commit
|
commitdiff
|
tree
|
snapshot
2007-06-18
Evan Cheng
Fix some fragile code wrt CFG edge updating.
commit
|
commitdiff
|
tree
|
snapshot
2007-06-18
Evan Cheng
Move CorrectExtraCFGEdges() from BranchFolding.cpp...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-18
Tanya Lattner
Modify annotate intrinsic to take 2 additional args...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-18
Chris Lattner
add helper
commit
|
commitdiff
|
tree
|
snapshot
2007-06-18
Devang Patel
Fix quotes in debug messages.
commit
|
commitdiff
|
tree
|
snapshot
2007-06-18
Chris Lattner
make ComputeTopDownOrdering significantly faster and...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-18
Dan Gohman
In SCEVAddExpr::get, skip over any cast operands before...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-18
Anton Korobeynikov
Make BasicAliasAnalysis correctly register itself....
commit
|
commitdiff
|
tree
|
snapshot
2007-06-18
Dan Gohman
Make chain dependencies blue, in addition to being...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-18
Dan Gohman
Define the pushq instruction for x86-64.
commit
|
commitdiff
|
tree
|
snapshot
next