aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Another counter goes decimal.Rafael Espindola2011-08-0430-95/+95
* Change anther counter to decimal.Rafael Espindola2011-08-0437-167/+167
* Don't print a counter in hex.Rafael Espindola2011-08-0424-38/+38
* Add an assert to check that the Addend fits the file format.Rafael Espindola2011-08-041-0/+6
* Print all the bits in the addend.Rafael Espindola2011-08-0426-129/+123
* Reword.Jay Foad2011-08-041-2/+2
* Fix what seems an obvious typo. Patch by Ivan Krasin. ProblemDuncan Sands2011-08-041-1/+1
* Reverting r136884 updateUnloop, which crashed a linux builder.Andrew Trick2011-08-043-266/+53
* Fix http://llvm.org/bugs/show_bug.cgi?id=10568Jason W Kim2011-08-043-1/+30
* Only access both operands of an INSERT_SUBVECTOR if it is an INSERT_SUBVECTOR.Bill Wendling2011-08-042-9/+33
* ARM refactoring assembly parsing of memory address operands.Jim Grosbach2011-08-0316-638/+577
* An algorithm for incrementally updating LoopInfo within aAndrew Trick2011-08-033-53/+266
* whitespaceAndrew Trick2011-08-032-31/+31
* Correctly handle multiple DBG_VALUE instructions at the same SlotIndex.Jakob Stoklund Olesen2011-08-031-0/+3
* whitespaceAndrew Trick2011-08-031-25/+25
* An interface for iterating over a loop's blocks in DFS order.Andrew Trick2011-08-032-0/+207
* Fix broken encoding of tCBNZ.Owen Anderson2011-08-031-2/+2
* Enable compact region splitting by default.Jakob Stoklund Olesen2011-08-031-1/+1
* Do not drop undef debug values. These are used as range termination marker by...Devang Patel2011-08-031-1/+1
* Remove underscore that's breaking linux buildbots.Benjamin Kramer2011-08-031-1/+1
* Be more conservative when forming compact regions.Jakob Stoklund Olesen2011-08-033-3/+8
* Fix some warnings from Clang in release builds:Chandler Carruth2011-08-031-0/+2
* Fix typo in #include which revealed in the case-sensitive filesystem.Jakub Staszak2011-08-031-1/+1
* Use MachineBranchProbabilityInfo in If-Conversion instead of its own heuristics.Jakub Staszak2011-08-035-47/+29
* Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.Bill Wendling2011-08-0313-653/+8
* Add accessors for manipulating an MCInst's operands.Owen Anderson2011-08-031-0/+8
* Add more constantness in BlockFrequencyInfo.Jakub Staszak2011-08-034-4/+5
* Kill the export list as well.Evan Cheng2011-08-031-36/+0
* New approach to r136737: insert the necessary fences for atomic ops in platfo...Eli Friedman2011-08-037-86/+94
* Remove CreateUnwind from the IRBuillder.Bill Wendling2011-08-031-4/+0
* Remove unused variables.Benjamin Kramer2011-08-032-2/+0
* Some revisions to Devang's change r136759 for merged global debug info.Bob Wilson2011-08-031-23/+9
* Go back to the old definition. It's not clear that a 'resume' can be 'outline...Bill Wendling2011-08-031-2/+2
* SCEV: Use AssertingVH to catch dangling BasicBlock* when passes forgetAndrew Trick2011-08-034-3/+106
* whitespaceAndrew Trick2011-08-031-7/+7
* Explain how clauses are applied.Bill Wendling2011-08-031-0/+4
* Handle IMPLICIT_DEF instructions in X86FloatingPoint.Jakob Stoklund Olesen2011-08-032-1/+33
* Use cast<> instead of a C-style cast to get some free assertions.Jay Foad2011-08-031-2/+2
* fix PR10286, a problem with the .ll printer handling block addresses that are...Chris Lattner2011-08-032-11/+43
* Use byte offset, instead of element number, to access merged global.Devang Patel2011-08-032-3/+145
* Small cleanups:Nick Lewycky2011-08-031-3/+2
* Add this back in for now. There are still a few passes which create unwind in...Bill Wendling2011-08-031-1/+1
* Fix logical error when detecting lifetime intrinsics.Nick Lewycky2011-08-032-33/+45
* Replace the 'UnwindInst' check with a check for 'ResumeInst', which also exitsBill Wendling2011-08-031-1/+1
* Use the precomputed def presence in RAGreedy::calcSpillCost.Jakob Stoklund Olesen2011-08-021-11/+2
* Inform SpillPlacement about blocks with defs.Jakob Stoklund Olesen2011-08-021-0/+1
* Rename {First,Last}Use to {First,Last}Instr.Jakob Stoklund Olesen2011-08-023-43/+45
* lldb doesn't need the edis dylib any more.Evan Cheng2011-08-021-1/+0
* ARM backend support for atomicrmw and cmpxchg with non-monotonic ordering. N...Eli Friedman2011-08-021-47/+77
* Add a BlockInfo::FirstDef field.Jakob Stoklund Olesen2011-08-022-1/+15