aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* enable my inliner change: add newly devirtualized call sites toChris Lattner2010-04-231-1/+1
* Change TargetData's algorithm for computing defualt vector typeDan Gohman2010-04-232-19/+14
* Code refactoring.Evan Cheng2010-04-231-11/+12
* Add some missing x86 patterns for movdq2q. Fixes two (LLVM-)GCC DejaGNU test...Stuart Hastings2010-04-235-0/+47
* fix some failures my callgraph dump format change broke.Chris Lattner2010-04-233-4/+3
* switch InlineInfo.DevirtualizedCalls's list to be of WeakVH.Chris Lattner2010-04-233-4/+7
* testcase for the bug that required a patch to be reverted.Chris Lattner2010-04-231-0/+31
* fix callgraph dump to not print 0x0x1234 for nodes.Chris Lattner2010-04-231-6/+8
* Fix X86ISD::CMP i16 to i32 promotion.Evan Cheng2010-04-232-13/+48
* Move FastISel's HandlePHINodesInSuccessorBlocks call down into FastISelDan Gohman2010-04-233-22/+14
* Switch getelementptr inbounds and sdiv exact from undef to trap.Dan Gohman2010-04-231-9/+10
* Fixed EDOperand to use the operand type, not theSean Callanan2010-04-231-1/+3
* Fix LSR to tolerate cases where ScalarEvolution initiallyDan Gohman2010-04-233-1/+44
* When it doesn't matter whether zero or sign extension is used,Dan Gohman2010-04-231-6/+2
* Revert 102135, 102129, 102127, 102106, 102104, 102102, 102012, 102004,Dan Gohman2010-04-232-375/+211
* reject invalid comma stuff with a message. We reject the case inChris Lattner2010-04-231-4/+4
* disable my previous inliner patch, it appears to be busting self-host.Chris Lattner2010-04-232-0/+3
* The inliner was choosing to not consider call sitesChris Lattner2010-04-224-6/+50
* Update ARM DAGtoDAG for matching UBFX instruction for unsigned bitfieldJim Grosbach2010-04-223-6/+96
* Add an initial description of a new concept: trap values, and changeDan Gohman2010-04-221-3/+35
* refactor the interface to InlineFunction so that most of the in/outChris Lattner2010-04-226-47/+64
* Remove the test for now.Devang Patel2010-04-221-38/+0
* add macruby backChris Lattner2010-04-221-0/+18
* when inlining something like this:Chris Lattner2010-04-221-2/+16
* Add comment.Devang Patel2010-04-221-0/+5
* Sink SelectionDAGBuilder's HandlePHINodesInSuccessorBlocks downDan Gohman2010-04-223-15/+7
* Adjust debug range offsets for isWeakForLinker() functions.Devang Patel2010-04-223-6/+67
* Add a blurb about the new LSR.Dan Gohman2010-04-221-1/+2
* The -condprop pass has been deleted.Nick Lewycky2010-04-221-10/+0
* The post-RA scheduler is currently off by default on x86.Dan Gohman2010-04-221-2/+0
* Move HandlePHINodesInSuccessorBlocks functions out of SelectionDAGISelDan Gohman2010-04-2210-96/+113
* Add some verbiage about Clang to the 2.7 release notesDouglas Gregor2010-04-221-3/+5
* add a DEBUG call so that -debug lists when CGSCCPM iterates.Chris Lattner2010-04-222-7/+33
* eliminate dead #include.Chris Lattner2010-04-221-1/+0
* - It's not safe to promote rotates (at least not trivially).Evan Cheng2010-04-222-30/+47
* Fix a comment.Dan Gohman2010-04-221-1/+1
* Move PHINodesToUpdate out of SelectionDAGBuilder and intoDan Gohman2010-04-224-36/+44
* Rename InsnAfterLabelMap and InsnBeforeLabelMap.Devang Patel2010-04-222-14/+14
* Keep track of MCSymbol used to mark beginning of a function.Devang Patel2010-04-222-3/+6
* Add mention of ARM atomic builtin supportJim Grosbach2010-04-221-0/+4
* At this point Start and End are not null.Devang Patel2010-04-221-5/+2
* Update ARM frame index scavenging descriptionJim Grosbach2010-04-221-2/+5
* remove dupeChris Lattner2010-04-221-3/+0
* reword my incoherent babble into something that makes senseChris Lattner2010-04-221-2/+2
* two more projects.Chris Lattner2010-04-221-0/+34
* add some notes from Matthieu Moy!Chris Lattner2010-04-221-1/+17
* improve tblgen doc, pointed out by Zhongxing.Chris Lattner2010-04-221-2/+3
* Fixing a typo in the "Clang project" section of the release notes.Wesley Peck2010-04-221-1/+1
* Small fix to the "Other Improvements and New Features" section of the release...Wesley Peck2010-04-221-2/+2
* Fixing small typos in the "New Useful APIs" section of the release notes.Wesley Peck2010-04-221-4/+4