summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* enable my inliner change: add newly devirtualized call sites toChris Lattner2010-04-23
* Change TargetData's algorithm for computing defualt vector typeDan Gohman2010-04-23
* Code refactoring.Evan Cheng2010-04-23
* Add some missing x86 patterns for movdq2q. Fixes two (LLVM-)GCC DejaGNU test...Stuart Hastings2010-04-23
* switch InlineInfo.DevirtualizedCalls's list to be of WeakVH.Chris Lattner2010-04-23
* fix callgraph dump to not print 0x0x1234 for nodes.Chris Lattner2010-04-23
* Fix X86ISD::CMP i16 to i32 promotion.Evan Cheng2010-04-23
* Move FastISel's HandlePHINodesInSuccessorBlocks call down into FastISelDan Gohman2010-04-23
* Fix LSR to tolerate cases where ScalarEvolution initiallyDan Gohman2010-04-23
* When it doesn't matter whether zero or sign extension is used,Dan Gohman2010-04-23
* Revert 102135, 102129, 102127, 102106, 102104, 102102, 102012, 102004,Dan Gohman2010-04-23
* reject invalid comma stuff with a message. We reject the case inChris Lattner2010-04-23
* disable my previous inliner patch, it appears to be busting self-host.Chris Lattner2010-04-23
* The inliner was choosing to not consider call sitesChris Lattner2010-04-22
* Update ARM DAGtoDAG for matching UBFX instruction for unsigned bitfieldJim Grosbach2010-04-22
* refactor the interface to InlineFunction so that most of the in/outChris Lattner2010-04-22
* when inlining something like this:Chris Lattner2010-04-22
* Add comment.Devang Patel2010-04-22
* Sink SelectionDAGBuilder's HandlePHINodesInSuccessorBlocks downDan Gohman2010-04-22
* Adjust debug range offsets for isWeakForLinker() functions.Devang Patel2010-04-22
* Move HandlePHINodesInSuccessorBlocks functions out of SelectionDAGISelDan Gohman2010-04-22
* add a DEBUG call so that -debug lists when CGSCCPM iterates.Chris Lattner2010-04-22
* eliminate dead #include.Chris Lattner2010-04-22
* - It's not safe to promote rotates (at least not trivially).Evan Cheng2010-04-22
* Fix a comment.Dan Gohman2010-04-22
* Move PHINodesToUpdate out of SelectionDAGBuilder and intoDan Gohman2010-04-22
* Rename InsnAfterLabelMap and InsnBeforeLabelMap.Devang Patel2010-04-22
* Keep track of MCSymbol used to mark beginning of a function.Devang Patel2010-04-22
* At this point Start and End are not null.Devang Patel2010-04-22
* Don't attempt to analyze values which are obviously undef. This fixes someDan Gohman2010-04-22
* Tidy a comment.Dan Gohman2010-04-22
* Run LiveVariables instead of computing liveness locally in -regalloc=fast.Jakob Stoklund Olesen2010-04-21
* Do not try to optimize a copy that has already been marked for deletion.Evan Cheng2010-04-21
* Add command line option to disable debug info printing in .s file. This optio...Devang Patel2010-04-21
* Fix a performance problem with the new SSAUpdater. This showed up in theBob Wilson2010-04-21
* Modified some assert() msg strings; no other functionality change.Johnny Chen2010-04-21
* Add fast register allocator, enabled with -regalloc=fast.Jakob Stoklund Olesen2010-04-21
* Identify when a lexical scope is split in to multiple instruction ranges. Emi...Devang Patel2010-04-21
* Make ScalarEvolution::getConstant support pointer types, for consistencyDan Gohman2010-04-21
* Implement -disable-non-leaf-fp-elim which disable frame pointer eliminationEvan Cheng2010-04-21
* isel (i32 anyext i16) as insert_subreg when 16-bit ops are being promoted.Evan Cheng2010-04-21
* Trim include.Evan Cheng2010-04-21
* Add more const qualifiers on TargetMachine and friends.Dan Gohman2010-04-21
* Update CMakeLists.txt.Dan Gohman2010-04-21
* Move several SelectionDAG-independent utility functions out of theDan Gohman2010-04-21
* Thumb instructions which have reglist operands at the end and predicate operandsJohnny Chen2010-04-21
* Implement (but don't enable) PR6724 and rdar://6295824. In short,Chris Lattner2010-04-21
* - Clean up some crappy code which deals with coalescing of copies which look atEvan Cheng2010-04-21
* Revert r101471. For tight recursive functions which have multipleDan Gohman2010-04-21
* Handle a displacement location in 64-bit as an RIP-relative displacement. ItBill Wendling2010-04-21