2009-12-03 |
Victor Hernandez | Add ParseInlineMetadata() which can parses metadata... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Jim Grosbach | remove out of date FIXME. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Evan Cheng | Handle undef values properly. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Evan Cheng | Watch out for PHI instruction with no source operands. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Bob Wilson | Fix a comment typo. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Duncan Sands | Fix ExpandShiftWithUnknownAmountBit, which was complete... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Jakob Stoklund... | Clean up some loop logic. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Devang Patel | Add support to emit debug info for virtual functions... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Dan Gohman | Print a newline after the Args: line so that unrelated... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Benjamin Kramer | Fix MSVC build. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Andreas Neustifter | Convert ProfileVerifier to template so it can be used... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Andreas Neustifter | Do not create negative edge weights in ProfileEstimator. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Daniel Dunbar | Add an implementation of the delta debugging algorithm. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Andreas Neustifter | Use ProfileInfo-API in ProfileInfo Loader and do more... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Andreas Neustifter | Converted ProfileInfo to template, added more API for... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Evan Cheng | Teach tail duplication to update SSA form. Work in... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Chris Lattner | expand note. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Nate Begeman | Don't pull vector sext through both hands of a logical... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Chris Lattner | fix a build problem with VC++, PR5664, patch by Alp... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Bob Wilson | Recognize canonical forms of vector shuffles where... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Jakob Stoklund... | Don't call getValueType() on a null SDValue |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Owen Anderson | Fix this crasher, and add a FIXME for a missed optimiza... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Evan Cheng | Fill out codegen SSA updater. It's not yet tested. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Bill Wendling | Revert r90371. It was causing build failures. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Jakob Stoklund... | Don't hang on to pointers or references after vector... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Chris Lattner | add a failing testcase. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Devang Patel | Emit method definition DIE at module level (even for... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Bill Wendling | Further improvements: refactoring code that does the... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Chris Lattner | yay for case insensitive file systems (?) |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Chris Lattner | fix PR5673 by being more careful about pointers to... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Chris Lattner | remove some dead std::ostream using code. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Chris Lattner | improve portability to avoid conflicting with std:... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Bill Wendling | This initial code is meant to convert TargetData to... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Douglas Gregor | Fix CMake makefiles |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Evan Cheng | Skeleton for MachineInstr level SSA updater. |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Bill Wendling | Remove unnecessary check. |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Jim Grosbach | Add MaxStackAlignment.cpp to CMake |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Jim Grosbach | Factor the stack alignment calculations out into a... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Bob Wilson | Don't count PHI instructions toward the limit for tail... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Jim Grosbach | Move EliminateDuplicatePHINodes() from SimplifyCFG... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Andreas Neustifter | Cheap, mostly strict, stable sorting. |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Benjamin Kramer | Silence compiler warnings. |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Devang Patel | Clarify that DIEString does not keep a copy of the... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Owen Anderson | Cleanup/remove some parts of the lifetime region handli... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Chris Lattner | factor some code better. |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Chris Lattner | formatting cleanups. |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Chris Lattner | tidy up, remove dependence on order of evaluation of... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Chris Lattner | merge sext-2 into sext.ll |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Chris Lattner | rename test |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Chris Lattner | filecheckize |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Mon P Wang | Fixed an assertion failure for tracking sext of a vecto... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Devang Patel | Add utility routine to create subprogram definition... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Devang Patel | Reuse existing subprogram DIE. |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Chris Lattner | return more useful error messages by using strerror... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Eric Christopher | Update per Bill's comments. Work in progress. |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Evan Cheng | Fix PR5391: support early clobber physical register... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Jim Grosbach | test case for IV-Users simplification loop improvement |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Chris Lattner | rename some variables. |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Chris Lattner | tidy |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Dan Gohman | Add edge source labels to SelectionDAG graphs, now... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Dan Gohman | Minor cleanups. |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Dan Gohman | Trim an unnecessary #include. |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Daniel Dunbar | Don't default warnings to ON on MSVC, the spew is enoug... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Devang Patel | Clear function specific containers while processing... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Jim Grosbach | Thumb1 exception handling setjmp |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Johnny Chen | For VLDM/VSTM (Advanced SIMD), set encoding bits Inst... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Jakob Stoklund... | Move PHIElimination::isLiveOut method to LiveVariables. |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Gabor Greif | typo |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Gabor Greif | demonstrate usage of Cases() mapping several strings... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Mikhail Glushenkov | Add relocation model options. |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Mikhail Glushenkov | Typo. |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Tobias Grosser | Fix copy paste bug |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Chris Lattner | fix 255.vortex again, third time's the charm. |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Chris Lattner | minimize this a bit more. |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Mikhail Glushenkov | Forward -save-temps to llvm-gcc. |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Chris Lattner | merge 2009-11-29-ReverseMap.ll into crash.ll |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Chris Lattner | fix PR5640 by tracking whether a block is the header... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Mikhail Glushenkov | Support -[weak_]framework and -F in llvmc. |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Eric Christopher | Remove the gcc builtins from the intrinsics, we'll... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Jakob Stoklund... | Use CFG connectedness as a secondary sort key when... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Eric Christopher | Add a soft link so that in an apple style build we... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Oscar Fuentes | Add two CMake flags LLVM_ENABLE_PEDANTIC and LLVM_ENABL... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Chris Lattner | fix PR5649 by making fib use the JIT instead of the... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Dan Gohman | Add a comment about A[i+(j+1)]. |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Bill Wendling | Remove some validation errors. |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Bill Wendling | Some formatting and spelling fixes. |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Dan Gohman | Devang pointed out that this code should use DIScope... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Evan Cheng | Fix PR5614: parts of a physical register def may be... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Devang Patel | Test case for r90175. |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Johnny Chen | For VMOV (immediate), make some of the encoding bits... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Devang Patel | If pointer type has a name then do not ignore the name. |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Oscar Fuentes | * CMakeLists.txt: Adds warnings flags for g++. Fixes... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Oscar Fuentes | * cmake/modules/LLVMLibDeps.cmake: Updated library... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Dan Gohman | Minor whitespace fixes. |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Dan Gohman | Fix a minor inconsistency. |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Dan Gohman | Fix typos in comments. |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Jakob Stoklund... | New virtual registers created for spill intervals shoul... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Bill Wendling | Debug info is disabled on PPC Darwin. |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Bob Wilson | Reprioritize tests for tail duplication to be aggressiv... |
commit | commitdiff | tree | snapshot |
next |