projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2008-07-03
Evan Cheng
Use std::replace instead of std::find and push_back.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-03
Devang Patel
Undo previous patch. It is not that simple to fix dom...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-03
Evan Cheng
- Add LiveVariables::replaceKillInstruction. This does...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-03
Evan Cheng
commuteInstruction should preserve dead markers.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-02
Owen Anderson
Make LiveVariables even more optional, by making it...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-02
Dan Gohman
Replace a few uses of SelectionDAG::getTargetNode with
commit
|
commitdiff
|
tree
|
snapshot
2008-07-02
Devang Patel
Preserve dom info while simplifing loop after the unswitch.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-02
Eric Christopher
Add a couple more helper functions to deal with
commit
|
commitdiff
|
tree
|
snapshot
2008-07-02
Dan Gohman
Revert r52988. It broke 254.gap on x86-64.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-02
Owen Anderson
TwoAddressInstructionPass doesn't really require LiveVa...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-02
Chuck Rose III
VStudio x64 build fixes. Looks like the x64 projects...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-02
Owen Anderson
Use ADCE instead of just DCE. ADCE will better clean...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-02
Owen Anderson
Use df_ext_iterator to capture the reachable set withou...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-02
Owen Anderson
Avoid a redundant call.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-02
Owen Anderson
Add support to ADCE for pruning unreachable blocks...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-02
Mon P Wang
Make the default min align of CreateStackTemporary...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-02
Duncan Sands
Add a new getMergeValues method that does not need
commit
|
commitdiff
|
tree
|
snapshot
2008-07-02
Owen Anderson
Use DenseSet rather than SmallPtrSet for the alive...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-02
Owen Anderson
Have DenseSet::insert return a bool indicating whether...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-02
Owen Anderson
A better fix for PR2503 that doesn't pessimize GVN...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-02
Mon P Wang
Fixed problem in EmitStackConvert where the source...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-02
Chris Lattner
instead of aborting on shifts of i1, just implicitly...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-02
Matthijs Kooijman
Update link to testing guide to use the new title.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-02
Duncan Sands
Fix typo compounded by a cut-and-pasto.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-02
Duncan Sands
Let AnalyzeNewNode take care of calling ExpungeNode.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-02
Evan Cheng
- Use a faster priority comparison function if -fast.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-02
Chris Lattner
optimize StringMap::clear
commit
|
commitdiff
|
tree
|
snapshot
2008-07-02
Chris Lattner
Add a new (simple) StringMap::clear method, patch by...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-02
Devang Patel
reuse vectors.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-02
Devang Patel
Fix comment.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-02
Devang Patel
Preserve loop data so that it is not fetched everytime...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-02
Bill Wendling
Use the canonical form for getting an empty structure.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-02
Bill Wendling
Sorry. I couldn't sleep at night knowing I put these...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-02
Ted Kremenek
Implemented operator!= for the ImmutableList iterator.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-01
Owen Anderson
Add a version of AddString that takes a const char...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-01
Bill Wendling
Darwin doesn't need exception handling information...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-01
Evan Cheng
Avoid creating expensive comment string if it's not...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-01
Owen Anderson
No need to use std::distance. We can just count the...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-01
Ted Kremenek
Added partial specialization of FoldingSetTrait for...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-01
Evan Cheng
Simplify addRegisterKilled and addRegisterDead.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-01
Bill Wendling
- Update comments.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-01
Dale Johannesen
Considering predecessors of exit blocks gets
commit
|
commitdiff
|
tree
|
snapshot
2008-07-01
Dale Johannesen
Fix longstanding thinko: don't exclude
commit
|
commitdiff
|
tree
|
snapshot
2008-07-01
Devang Patel
Fix dom tree compare. Don't forget to compare children!
commit
|
commitdiff
|
tree
|
snapshot
2008-07-01
Devang Patel
Disable dom info verifier by default.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-01
Evan Cheng
Eliminate a compile time warning.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-01
Owen Anderson
Add a version of AsmPrinter::EOL that takes a const...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-01
Bill Wendling
Remove warning about initialization order.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-01
Devang Patel
Fix typos in comments.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-01
Evan Cheng
DAGSize should not be public.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-01
Dan Gohman
Prune a few dependencies on MachineFunction.h.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-01
Evan Cheng
Do run ComputeLiveOutVRegInfo with -fast.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-01
Dan Gohman
Make ilist_traits<MachineBasicBlock>'s Parent member...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-01
Dan Gohman
Fix apostrophes in a comment.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-01
Evan Cheng
Do not use computationally expensive scheduling heurist...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-01
Evan Cheng
Apply Chris' suggestion.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-01
Devang Patel
Add dom info verifier.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-01
Owen Anderson
Make the subregister hashtable output more readable...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-01
Owen Anderson
Use delete[] instead of free on an array created with...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-01
Duncan Sands
Highlight that getMergeValues optimization is
commit
|
commitdiff
|
tree
|
snapshot
2008-07-01
Owen Anderson
Implement suggestions from Chris:
commit
|
commitdiff
|
tree
|
snapshot
2008-07-01
Seo Sanghyeon
Compilation fix
commit
|
commitdiff
|
tree
|
snapshot
2008-07-01
Owen Anderson
Properly handle cases where a predecessor of the block...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-01
Owen Anderson
Replace the dynamically computed std::set lookup method...
commit
|
commitdiff
|
tree
|
snapshot
2008-07-01
Dan Gohman
Minimize duplicated code in AsmPrinter::printLabel.
commit
|
commitdiff
|
tree
|
snapshot
2008-07-01
Dan Gohman
Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-30
Chuck Rose III
Adding some missing files to VStudio project files...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-30
Evan Cheng
Suppress compiler warning.
commit
|
commitdiff
|
tree
|
snapshot
2008-06-30
Evan Cheng
Don't run stack slot coloring if -fast.
commit
|
commitdiff
|
tree
|
snapshot
2008-06-30
Dan Gohman
Don't use ISD namespace opcodes for MachineInstrs.
commit
|
commitdiff
|
tree
|
snapshot
2008-06-30
Dan Gohman
Use a simpler but equivalent form of RecordSource.
commit
|
commitdiff
|
tree
|
snapshot
2008-06-30
Evan Cheng
Add timing report for various sub-passes under Selectio...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-30
Dan Gohman
std::ostream and std::string microoptimizations for...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-30
Dan Gohman
Make SmallVector's grow use memcpy in common cases
commit
|
commitdiff
|
tree
|
snapshot
2008-06-30
Dan Gohman
Use plain operator new instead of new char[].
commit
|
commitdiff
|
tree
|
snapshot
2008-06-30
Dan Gohman
Use reserve.
commit
|
commitdiff
|
tree
|
snapshot
2008-06-30
Dan Gohman
Update comments to new-style syntax.
commit
|
commitdiff
|
tree
|
snapshot
2008-06-30
Dan Gohman
Rename ISD::LOCATION to ISD::DBG_STOPPOINT to better...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-30
Evan Cheng
Split scheduling from instruction selection.
commit
|
commitdiff
|
tree
|
snapshot
2008-06-30
Ted Kremenek
Added some comments and some cleanups.
commit
|
commitdiff
|
tree
|
snapshot
2008-06-30
Dale Johannesen
No need to align the stack if there are no stack
commit
|
commitdiff
|
tree
|
snapshot
2008-06-30
Evan Cheng
Remove unneeded include.
commit
|
commitdiff
|
tree
|
snapshot
2008-06-30
Dan Gohman
Reorder the fields in TargetLowering to require less...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-30
Dan Gohman
Change bools to 1-bit bitfields to shrink ArgListEntry...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-30
Dan Gohman
Replace some std::vectors that showed up in heap profil...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-30
Owen Anderson
Add an isReachableFromEntry method.
commit
|
commitdiff
|
tree
|
snapshot
2008-06-30
Dan Gohman
Correct the allocation size for CCState's UsedRegs...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-30
Devang Patel
Rename new lto2 tool as lto.
commit
|
commitdiff
|
tree
|
snapshot
2008-06-30
Ted Kremenek
Added ImmutableList, a companion ADT to ImmutableSet...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-30
Devang Patel
Remove old LTO interface.
commit
|
commitdiff
|
tree
|
snapshot
2008-06-30
Devang Patel
Remove old LTO interface.
commit
|
commitdiff
|
tree
|
snapshot
2008-06-30
Chris Lattner
add convenience 'constructors'
commit
|
commitdiff
|
tree
|
snapshot
2008-06-30
Devang Patel
Move dominator info printer into tool/opt/GraphPrinters.cpp
commit
|
commitdiff
|
tree
|
snapshot
2008-06-30
Duncan Sands
ExpungeNode is only needed for new nodes! This
commit
|
commitdiff
|
tree
|
snapshot
2008-06-30
Duncan Sands
Support for VAARG. As noted in a comment, this is
commit
|
commitdiff
|
tree
|
snapshot
2008-06-30
Duncan Sands
Support for promoting select_cc operands.
commit
|
commitdiff
|
tree
|
snapshot
2008-06-30
Cedric Venet
Add loopVR files.
commit
|
commitdiff
|
tree
|
snapshot
2008-06-30
Duncan Sands
Revert the SelectionDAG optimization that makes
commit
|
commitdiff
|
tree
|
snapshot
2008-06-30
Evan Cheng
Eliminate TargetRegisterDesc::ImmSubRegs. It's no longe...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-30
Evan Cheng
- Re-apply 52748 and friends with fix. GetConstantStrin...
commit
|
commitdiff
|
tree
|
snapshot
next