aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor ofDan Gohman2009-12-0526-211/+1
* Simplify this code: don't call AnalyzeBranch before doing simpler checks.Dan Gohman2009-12-051-13/+13
* The debug information for an LLVM Instruction applies to that InstructionDan Gohman2009-12-051-33/+57
* Fix this code to use DIScope instead of DICompileUnit, as in r90181.Dan Gohman2009-12-052-9/+10
* Don't print the debug directory; it's often long and uninteresting. OmitDan Gohman2009-12-051-2/+7
* Minor code simplification.Dan Gohman2009-12-052-10/+8
* Remove an unneeded include.David Greene2009-12-051-1/+1
* Remove now-redundant llvm-as invocations.Dan Gohman2009-12-0520-21/+21
* Remove an unneeded include.David Greene2009-12-041-1/+0
* Add testcase for PR4262.Bill Wendling2009-12-041-0/+17
* Print a space between the comment character and the text.Dan Gohman2009-12-041-4/+6
* Temporarily revert r72620 because r72619 was reverted.Bill Wendling2009-12-042-6/+8
* In TAG_subrange_type, uppder bound is zero indexed. Devang Patel2009-12-041-2/+1
* Fix a bad merge.David Greene2009-12-041-7/+0
* Update the TargetInstrInfo interfaces so hasLoad/StoreFrom/ToStackSlotDavid Greene2009-12-041-6/+17
* Fix indentation.Bob Wilson2009-12-041-1/+1
* Use new interfaces to print spill size.David Greene2009-12-041-6/+9
* Have hasLoad/StoreFrom/ToStackSlot return the relevant MachineMemOperand.David Greene2009-12-042-9/+21
* Fix up some comments.Bob Wilson2009-12-041-12/+5
* Fix 80-column violations.Bob Wilson2009-12-041-4/+5
* OptParser: Emit HelpText field for option groups.Daniel Dunbar2009-12-041-1/+12
* Some code cleanup. No functionality change.Bill Wendling2009-12-041-15/+10
* Avoid creating a metadata slot for all metadata that contains an instructionVictor Hernandez2009-12-041-6/+6
* Handle recursive PHI's.Evan Cheng2009-12-041-18/+18
* Fix crasher when N->getElement(n) is NULLVictor Hernandez2009-12-041-1/+1
* Add a pre-regalloc tail duplication pass.Evan Cheng2009-12-043-100/+227
* Don't try to be cute with undef optimization here. Let ProcessImplicitDefs ha...Evan Cheng2009-12-041-27/+17
* Add note about a subtle bug in this code. Does not effect the mainDuncan Sands2009-12-041-0/+6
* Fix typo and add missing include.Daniel Dunbar2009-12-041-1/+2
* Added debug output for inherited passes that are invalidated.Andreas Neustifter2009-12-041-1/+7
* Forward -m32/-m64 to the linker.Mikhail Glushenkov2009-12-041-0/+8
* Support -march/-mtune/-mcpu.Mikhail Glushenkov2009-12-041-0/+12
* Fix PR5551 by not ignoring the top level constantexpr whenChris Lattner2009-12-042-1/+10
* add to cmakeChris Lattner2009-12-041-0/+1
* Small and carefully crafted testcase showing a miscompilation by GVNChris Lattner2009-12-041-0/+33
* add the start of a class used to handle phi translation in memdep andChris Lattner2009-12-042-0/+162
* Create yet another helper for Invoke.Mike Stump2009-12-041-0/+8
* Teach AsmWriter to write inline (not via a global metadata slot) metadata tha...Victor Hernandez2009-12-041-1/+25
* Fix a comment typo.Bob Wilson2009-12-041-1/+1
* Add some helpers for Invoke to mirror CreateCall helpers.Mike Stump2009-12-041-0/+13
* add an assert to make it really clear what this is doing. Return singularval asChris Lattner2009-12-041-1/+5
* Also attempt trivial coalescing for live intervals that end in a copy.Jakob Stoklund Olesen2009-12-045-53/+103
* - If the reaching definition is an undef and the use is a PHI, add the implic...Evan Cheng2009-12-041-11/+15
* Insert composite type DIE into the map before processing type fields. This al...Devang Patel2009-12-031-1/+1
* Add ParseInlineMetadata() which can parses metadata that refers to an instruc...Victor Hernandez2009-12-032-8/+49
* remove out of date FIXME.Jim Grosbach2009-12-031-1/+0
* Handle undef values properly.Evan Cheng2009-12-031-15/+38
* Watch out for PHI instruction with no source operands.Evan Cheng2009-12-031-0/+2
* Fix a comment typo.Bob Wilson2009-12-031-1/+1
* Fix ExpandShiftWithUnknownAmountBit, which was completely bogus.Duncan Sands2009-12-031-37/+38