| Commit message (Expand) | Author | Age | Files | Lines |
* | Add counter. | Devang Patel | 2011-08-04 | 1 | -1/+4 |
* | Fix an obvious type. Patch by Ivan Krasin. | Evan Cheng | 2011-08-04 | 1 | -1/+1 |
* | Fix an obvious type. Patch by Ivan Krasin. | Evan Cheng | 2011-08-04 | 1 | -1/+1 |
* | LDCL_POST and STCL_POST need one's-complement offsets, rather than two's comp... | Owen Anderson | 2011-08-04 | 3 | -1/+23 |
* | Add obviously missing "break". Noticed by Andrey Karpov with | Duncan Sands | 2011-08-04 | 1 | -0/+1 |
* | Add an assert to check that the Addend fits the file format. | Rafael Espindola | 2011-08-04 | 1 | -0/+6 |
* | Fix what seems an obvious typo. Patch by Ivan Krasin. Problem | Duncan Sands | 2011-08-04 | 1 | -1/+1 |
* | Reverting r136884 updateUnloop, which crashed a linux builder. | Andrew Trick | 2011-08-04 | 2 | -248/+50 |
* | Fix http://llvm.org/bugs/show_bug.cgi?id=10568 | Jason W Kim | 2011-08-04 | 2 | -1/+17 |
* | Only access both operands of an INSERT_SUBVECTOR if it is an INSERT_SUBVECTOR. | Bill Wendling | 2011-08-04 | 1 | -9/+10 |
* | ARM refactoring assembly parsing of memory address operands. | Jim Grosbach | 2011-08-03 | 12 | -630/+562 |
* | An algorithm for incrementally updating LoopInfo within a | Andrew Trick | 2011-08-03 | 2 | -50/+248 |
* | whitespace | Andrew Trick | 2011-08-03 | 2 | -31/+31 |
* | Correctly handle multiple DBG_VALUE instructions at the same SlotIndex. | Jakob Stoklund Olesen | 2011-08-03 | 1 | -0/+3 |
* | Fix broken encoding of tCBNZ. | Owen Anderson | 2011-08-03 | 1 | -2/+2 |
* | Enable compact region splitting by default. | Jakob Stoklund Olesen | 2011-08-03 | 1 | -1/+1 |
* | Do not drop undef debug values. These are used as range termination marker by... | Devang Patel | 2011-08-03 | 1 | -1/+1 |
* | Be more conservative when forming compact regions. | Jakob Stoklund Olesen | 2011-08-03 | 3 | -3/+8 |
* | Fix some warnings from Clang in release builds: | Chandler Carruth | 2011-08-03 | 1 | -0/+2 |
* | Fix typo in #include which revealed in the case-sensitive filesystem. | Jakub Staszak | 2011-08-03 | 1 | -1/+1 |
* | Use MachineBranchProbabilityInfo in If-Conversion instead of its own heuristics. | Jakub Staszak | 2011-08-03 | 1 | -29/+10 |
* | Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets. | Bill Wendling | 2011-08-03 | 3 | -553/+0 |
* | Add more constantness in BlockFrequencyInfo. | Jakub Staszak | 2011-08-03 | 2 | -2/+3 |
* | New approach to r136737: insert the necessary fences for atomic ops in platfo... | Eli Friedman | 2011-08-03 | 6 | -86/+75 |
* | Remove unused variables. | Benjamin Kramer | 2011-08-03 | 2 | -2/+0 |
* | Some revisions to Devang's change r136759 for merged global debug info. | Bob Wilson | 2011-08-03 | 1 | -23/+9 |
* | SCEV: Use AssertingVH to catch dangling BasicBlock* when passes forget | Andrew Trick | 2011-08-03 | 2 | -2/+17 |
* | whitespace | Andrew Trick | 2011-08-03 | 1 | -7/+7 |
* | Handle IMPLICIT_DEF instructions in X86FloatingPoint. | Jakob Stoklund Olesen | 2011-08-03 | 1 | -0/+13 |
* | fix PR10286, a problem with the .ll printer handling block addresses that are... | Chris Lattner | 2011-08-03 | 1 | -11/+20 |
* | Use byte offset, instead of element number, to access merged global. | Devang Patel | 2011-08-03 | 1 | -3/+21 |
* | Small cleanups: | Nick Lewycky | 2011-08-03 | 1 | -3/+2 |
* | Add this back in for now. There are still a few passes which create unwind in... | Bill Wendling | 2011-08-03 | 1 | -1/+1 |
* | Fix logical error when detecting lifetime intrinsics. | Nick Lewycky | 2011-08-03 | 1 | -33/+34 |
* | Replace the 'UnwindInst' check with a check for 'ResumeInst', which also exits | Bill Wendling | 2011-08-03 | 1 | -1/+1 |
* | Use the precomputed def presence in RAGreedy::calcSpillCost. | Jakob Stoklund Olesen | 2011-08-02 | 1 | -11/+2 |
* | Inform SpillPlacement about blocks with defs. | Jakob Stoklund Olesen | 2011-08-02 | 1 | -0/+1 |
* | Rename {First,Last}Use to {First,Last}Instr. | Jakob Stoklund Olesen | 2011-08-02 | 3 | -43/+45 |
* | ARM backend support for atomicrmw and cmpxchg with non-monotonic ordering. N... | Eli Friedman | 2011-08-02 | 1 | -47/+77 |
* | Add a BlockInfo::FirstDef field. | Jakob Stoklund Olesen | 2011-08-02 | 2 | -1/+15 |
* | Delete BlockInfo::LiveThrough. It wasn't used any more. | Jakob Stoklund Olesen | 2011-08-02 | 2 | -4/+0 |
* | Teach InstCombine that lifetime intrincs aren't a real user on the result of a | Nick Lewycky | 2011-08-02 | 1 | -11/+35 |
* | Extend the SpillPlacement interface with two new features. | Jakob Stoklund Olesen | 2011-08-02 | 2 | -1/+11 |
* | Move methods in PassManagerBuilder offline. | Rafael Espindola | 2011-08-02 | 2 | -0/+249 |
* | Add new atomic instructions to SCCP. No functional change, but stops debug s... | Eli Friedman | 2011-08-02 | 1 | -0/+2 |
* | Lifetime intrinsics on undef are dead. | Nick Lewycky | 2011-08-02 | 1 | -3/+9 |
* | Assume .cfi_startproc is the first thing in a function. If the function is | Rafael Espindola | 2011-08-02 | 1 | -7/+14 |
* | Don't create a ridiculous EXTRACT_ELEMENT. PR10563. | Eli Friedman | 2011-08-02 | 2 | -3/+2 |
* | Fix the broken encodings for the VFP vmov.f32 and vmov.f64 instructions, as w... | Owen Anderson | 2011-08-02 | 1 | -6/+8 |
* | Tidy up. 80 columns. | Jim Grosbach | 2011-08-02 | 1 | -8/+10 |