2009-02-15 |
Nick Lewycky | Shoot! Remove this debugging line again! |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Nick Lewycky | Don't discard definitions of common symbols. Not sure... |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Nick Lewycky | Update the list of function annotations for nocapture... |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Nicolas Geoffray | On 64bit we may have a personality function which requi... |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Duncan Sands | Make this more useful for cleaning up after the |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Mikhail Glushenkov | 80-column violation. |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Duncan Sands | If the target of an alias has internal linkage, then the |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Evan Cheng | Fix PR3522. It's not safe to sink into landing pad... |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Evan Cheng | Fix pr3571: If stride is a value defined by an instruct... |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Evan Cheng | ifdef out unneeded if statement. |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Mikhail Glushenkov | Fix warning on gcc 4.3. |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Mikhail Glushenkov | Whitespace fixes. |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Cedric Venet | Add mode_t to the config.h generated by cmake on win32... |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Cedric Venet | Unbreak the build on win32. |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Duncan Sands | Generalize some alias analysis logic from atomic |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Mikhail Glushenkov | 80-column violation. |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Duncan Sands | The trampoline intrinsic can be marked IntrWriteArgMem, |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Duncan Sands | IntrWriteArgMem implies nocapture, but this wasn't |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Dan Gohman | The x86-64 red zone is now being used. |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Dan Gohman | Extend the IndVarSimplify support for promoting inducti... |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Dan Gohman | Clarify debug output. |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Dan Gohman | Simplify some code. hasComputableLoopEvolution is overk... |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Dale Johannesen | Testcase for llvm-gcc 64510. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Evan Cheng | Teach x86 target -soft-float. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Dan Gohman | In CodeGenPrepare's debug output, use WriteAsOperand... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Dan Gohman | Complete the sentance in this comment. I have reservations |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Duncan Sands | Correct a comment: since AccessArguments is now |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Duncan Sands | If a function only reads memory, then we know that... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Nick Lewycky | Mark strto* as readonly when the endptr is null. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Nick Lewycky | On strtod and friends, mark 'endptr' nocapture in the... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Duncan Sands | Reapply r64301. These uses of "inline" can cause strange |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Evan Cheng | Switch from new[] + delete[] to malloc + free since... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Evan Cheng | If new[] fails, return 0 rather then trying to derefere... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Nick Lewycky | Reapply r64300: |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Nick Lewycky | BasicAA was making the assumption that a local allocati... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Dan Gohman | Fix the code that checked if a SCEVAddRecExpr Start... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Dale Johannesen | Remove non-DebugLoc versions of BuildMI. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Dale Johannesen | Remove non-DebugLoc versions of BuildMI from IA64,... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Dale Johannesen | Remove non-DebugLoc versions of BuildMI from X86. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Dale Johannesen | missed file |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Dale Johannesen | Remove non-DebugLoc versions of buildMI from Sparc. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Dale Johannesen | Remove non-DebugLoc versions of BuildMI from Alpha... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Dale Johannesen | Remove refs to non-DebugLoc version of BuildMI from... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Dale Johannesen | Remove refs to non-DebugLoc version of BuildMI from... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Dale Johannesen | and one more file |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Dale Johannesen | Remove refs to non-DebugLoc versions of BuildMI from... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Bill Wendling | Revert this. It was breaking stuff. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Bill Wendling | Turn off the old way of handling debug information... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Dan Gohman | Fix LSR's IV sorting function to explicitly sort by... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Mike Stump | Avoid order files for now, as they aren't supported... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Dale Johannesen | Check in missing file. |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Dale Johannesen | Eliminate a couple of non-DebugLoc BuildMI variants. |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Dan Gohman | Teach IndVarSimplify to optimize code using the C ... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Nate Begeman | Add suppport for ConstantExprs of shufflevectors whose... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Dale Johannesen | Arrange to print constants that match "n" and "i" const... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Dan Gohman | Rename bugpoint's error message file so that if it... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Dan Gohman | Add a utility function to LoopInfo to return the exit... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Chris Lattner | fix PR3538 for ARM. |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Chris Lattner | fix PR3538 for PPC |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Chris Lattner | fix the X86 backend to just drop llvm.declare nodes... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Dan Gohman | Adjust the sizes for a few SmallVectors to reflect... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Chris Lattner | make fast isel fall back to selectiondags for VLA llvm... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Chris Lattner | Add operator->, patch by Ben Laurie! |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Chris Lattner | add PR |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Dan Gohman | This code doesn't actually use the ExitingBlocks list. |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Evan Cheng | It's (currently) not safe to keep certain physical... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Evan Cheng | Oops. Last second clean up messed things up. |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Evan Cheng | If availability info is kept when fallthrough into... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Evan Cheng | Replace one of burr scheduling heuristic with something... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Julien Lerouge | Fix MingW build: define GTEST_OS_WINDOWS if OS is MingW... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Julien Lerouge | Fix MingW build, patch by Kenneth Boyd! |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Chris Lattner | Fix a nasty bug (PR3550) where the inline pass could... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Chris Lattner | improve naming of values in GVN, patch by Jay Foad! |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Chris Lattner | fix PR3537: if resetting bbi back to the start of a... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Chris Lattner | rename test to avoid messing with tab completion of... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Ted Kremenek | Add method 'isSingleton()' to ImmutableSet. This retur... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Nick Lewycky | Don't mark all args to strtod and friends as nocapture. |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Bill Wendling | Move debug loc info along when the spiller creates... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Evan Cheng | Apparently some MachineBasicBlock's don't have correspo... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Evan Cheng | Remove a bogus assertion. It's possible a live-in avail... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Nate Begeman | the two non-mask arguments to a shufflevector must... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Dale Johannesen | Edit description of floating point constants to |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Gabor Greif | Fill in a glaring omission in derived User classes... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Bill Wendling | Propagate DebugLoc info for spiller call-backs. |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Dan Gohman | Fix a comment. |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Dan Gohman | Don't use special heuristics for nodes with no data... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Ted Kremenek | Add FoldingSet profile method for bools. Patch by... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Daniel Dunbar | Update to match space changes in .ll |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Dan Gohman | Delete the heuristic for non-livein CopyFromReg nodes... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Dan Gohman | Don't try to set an EFLAGS operand to dead if no instru... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Dale Johannesen | Make a transformation added in 63266 a bit less aggressive. |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Bill Wendling | Revert r64300 and r64301. These were causing the follow... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Duncan Sands | Revert r64299: it breaks the build when configured |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Duncan Sands | These uses of "inline" can cause strange link-time |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Duncan Sands | Make sure the SCC pass manager initializes any contained |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Nick Lewycky | Try this. Darwin -> LTO, PIC -> LTO + possibly gold... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Evan Cheng | Implement PR3495: local spiller optimization. The local... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Dan Gohman | When scheduling a block in parts, keep track of the... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Devang Patel | 62987 disables LTO build on darwin. |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Devang Patel | If llvm.dbg.region.end is disappearing then remove... |
commit | commitdiff | tree | snapshot |
next |