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 |
2009-02-11 |
Dan Gohman | Don't print extra spaces in vector and array constants... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Dan Gohman | It isn't necessary to explicitly clear the contents... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Bill Wendling | Don't try to strip a file we just moved. |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Dan Gohman | Use iterators to iterate through the Preds array instead of |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Dan Gohman | Consider any instruction that modifies the stack pointe... |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Dan Gohman | Factor out more code for computing register live-range... |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Devang Patel | Ignore dbg intrinsic while folding unconditional branch. |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Evan Cheng | Handle llvm.x86.sse2.maskmov.dqu in 64-bit. |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Evan Cheng | 80 col violations. |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Duncan Sands | This is now done using a real i33, rather than |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Devang Patel | Use early exits. Reduce indentation. |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Dan Gohman | Use const, to support platforms where strrchr returns... |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Dan Gohman | Answer a common FAQ: |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Duncan Sands | Pacify gcc-4.3 (thinks IsConstant may be used |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Evan Cheng | Fix PR3457: Ignore control successors when looking... |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Devang Patel | Do not clone llvm.dbg.func.start and corresponding... |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Devang Patel | Enable scalar replacement of AllocaInst whose one of... |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Devang Patel | Validate file id. |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Sanjiv Gupta | Function temporaries can not overlap with retval or... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Evan Cheng | Implement FpSET_ST1_*. |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Evan Cheng | If the target cannot issue a copy for the given source... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Dale Johannesen | Fix PR 3471, and some cleanups. |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Evan Cheng | Simplify code. |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Evan Cheng | Make sure constant subscript is truncated to ptr size... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Gabor Greif | incorporate review feedback |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Dan Gohman | Use doxygen comment syntax. |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Dan Gohman | Use slightly more correct grammar in error messages. |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Mikhail Glushenkov | 80-column violations. |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Gabor Greif | make sure that BranchInst::getSuccessor() does not... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Bill Wendling | Fix comment. |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Bill Wendling | These function return 'void'. Don't have 'return' retur... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Chris Lattner | fix typo, patch by Jonathan Brandmeyer! |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Duncan Sands | Testcase for PR2437. |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Evan Cheng | Re-enable machine sinking pass now that the coalescer... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Evan Cheng | Fix another case ShortenDeadCopySrcLiveRange is shorten... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Evan Cheng | Turns out AnalyzeBranch can modify the mbb being analyz... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Bill Wendling | Strip the LTO dylib. |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Bill Wendling | Small fix for the 'strip' command. Do a list of .so... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Evan Cheng | Eliminate a 'control reaches end of non-void function... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Bill Wendling | Don't run 'strip' on files that aren't there. |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Bill Wendling | Remove warnings about not being able to delete somethin... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Chris Lattner | mention rdynamic, PR3431, patch by Stein Roger Skafløtten! |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Bill Wendling | Document llvm.umul.with.overflow indicating that it... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Bill Wendling | Rename dg.exp to llvmc.exp. This is so I can ignore... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Mikhail Glushenkov | 80-column violation. |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Mikhail Glushenkov | Add a Sleep() function. |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Chris Lattner | I can't type today apparently. |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Mikhail Glushenkov | Add Emacs hints to Alarm.inc. |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Chris Lattner | add a note. |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Chris Lattner | fix typo |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Chris Lattner | fix typo |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Chris Lattner | reject void pointers with a nice error: |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Chris Lattner | document pointer type constraints, PR3513 |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Mikhail Glushenkov | The 'false.c' test must depend on llvm-g++. |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Evan Cheng | Fix PR3486. Fix a bug in code that manually patch physi... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Evan Cheng | Strengthen the previous check. |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Evan Cheng | r64073 commit message is lost. Here it is: |
commit | commitdiff | tree | snapshot |
next |