2009-12-09 |
Evan Cheng | Add const qualifier. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Evan Cheng | Refactor InferAlignment out of DAGCombine. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Chris Lattner | fix many input tracking bugs. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Chris Lattner | when opt crashes, print its command line arguments... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Dan Gohman | Fix a typo in a comment, and adjust SmallSet and SmallV... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Chris Lattner | fix PHI translation to take the PHI out of the instinp... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Chris Lattner | instructions defined in CurBB may be intermediate nodes... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Chris Lattner | add dumping and sanity checking support. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Dan Gohman | Put a threshold on the number of users PointerMayBeCaptured |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Chris Lattner | make sure that PHITransAddr keeps its 'InstInputs'... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Devang Patel | Revert 90858 90875 and 90805 for now. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Evan Cheng | - Support inline asm 'w' constraint for 128-bit vector... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Daniel Dunbar | lit: Prevent crash-on-invalid (when run on directory... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Daniel Dunbar | Set svn:ignore on tools/clang. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Daniel Dunbar | CMake/lit: Add llvm_{unit_,}site_config parameters... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Evan Cheng | Revert 90789 for now. It caused massive compile time... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Bob Wilson | Some superficial cleanups. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Bob Wilson | Clean up dead operands left around after SROA replaces... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Devang Patel | Cleanup. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Devang Patel | Do not try to push dead variable's debug info into... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Benjamin Kramer | Remove useless calls to c_str(). |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Duncan Sands | Teach GlobalOpt to delete aliases with internal linkage... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Chris Lattner | fix a typo (and -> add) and fix GetAvailablePHITranslat... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Nick Lewycky | Remove unnecessary #include "llvm/LLVMContext.h". |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Chris Lattner | whitespace cleanup |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Oscar Fuentes | Removed VC++ compatibility code from DataTypes.h.in. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Oscar Fuentes | For VC++, define the ?INT*_C macros only it they are... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Anton Korobeynikov | Reduce (cmp 0, and_su (foo, bar)) into (bit foo, bar... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Evan Cheng | Watch out for duplicated PHI instructions. |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Evan Cheng | Follow up to 90488. Turn a check into an assertion. |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Jeffrey Yasskin | Fix the OProfileJITEventListener for StringRef being... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Victor Hernandez | Rename DIFactory::InsertValue() as DIFactory::InsertDbg... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Devang Patel | Add support to emit debug info for c++ style namespaces. |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Evan Cheng | Delete code accidentally left behind. |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Chris Lattner | fix typo |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Chris Lattner | add accessor, improve comment. |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Evan Cheng | Test case for 90787. |
commit | commitdiff | tree | snapshot |
2009-12-07 |
David Greene | Use FileCheck and set nounwind on calls. |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Dan Gohman | Apply Pekka Jääskeläinen's patch to raise the first... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Victor Hernandez | Introduce the "@llvm.dbg.value" debug intrinsic. |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Mikhail Glushenkov | Simplify a bit. |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Mikhail Glushenkov | Throw 'const char*' instead of 'std::string'. |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Chris Lattner | add support for phi translation and incorpation of... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Dan Gohman | Don't enable the post-RA scheduler on x86 except at... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Chris Lattner | checkpoint of the new PHITransAddr code, still not... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Mikhail Glushenkov | Regenerate. |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Mikhail Glushenkov | Documentation update. |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Mikhail Glushenkov | Deprecate 'unpack_values'. |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Mikhail Glushenkov | Pass '-msse' and friends to llc as '-mattr=+/-'. |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Mikhail Glushenkov | Implement 'forward_value' and 'forward_transformed_value'. |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Mikhail Glushenkov | Refactoring, no functionality change. |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Evan Cheng | Pre-regalloc tale duplication. Work in progress. |
commit | commitdiff | tree | snapshot |
2009-12-07 |
John Mosby | fixed some typos in method comments, reworded some... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Oscar Fuentes | Fixes the Atomic implementation if compiled by MSVC... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Evan Cheng | If BB is empty, insert PHI before end() instead of... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Anton Korobeynikov | Some pretty-printing |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Anton Korobeynikov | Truncate the arguments of llvm.frameaddress / llvm... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Anton Korobeynikov | Add lowering of returnaddr and frameaddr intrinsics... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Anton Korobeynikov | Initial codegen support for MSP430 ISRs |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Anton Korobeynikov | Add MSP430 interrupt calling conv. No functionality... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Anton Korobeynikov | Add ability to select hw multiplier mode and select... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
Rafael Espindola | Fix typos. Thanks to John Tytgat for noticing it! |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Anton Korobeynikov | Dynamic stack realignment use of sp register as source... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Chris Lattner | fix PR5698 |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Chris Lattner | remove extraneous comma clang warns about |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Chris Lattner | constant fold loads from memcpy's from global constants... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Chris Lattner | add support for forwarding mem intrinsic values to... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Chris Lattner | gvn is optimizing this better now. |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Chris Lattner | Handle forwarding local memsets to loads. For example... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Chris Lattner | Add helper methods for forming shift operations with... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Chris Lattner | merge two tests. |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Oscar Fuentes | CheckAtomic.cmake: Put all C++ code inside CHECK_CXX_SO... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Oscar Fuentes | Fix for atomic intrinsics detection when using MSVC. |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Dan Gohman | Remove old DBG_LABEL code. |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Dan Gohman | Remove the unused DisableLegalizeTypes option and relat... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Bill Wendling | Calling InvalidateEntry during the refinement was break... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Bill Wendling | Final cleanups: |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Bill Wendling | Temporarily revert r90502. It was causing the llvm... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Nick Lewycky | Document that memory use intrinsics may also return... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Nick Lewycky | Fix indentation in switch statement. |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Nick Lewycky | Generalize this optimization to work on equality compar... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Eric Christopher | More updates to objectsize intrinsic docs. |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Dan Gohman | Don't print a space before the : between the file name... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Bill Wendling | Inline methods which are called only once. |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Bill Wendling | Refactor some code. No functionality change. |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Dan Gohman | Print newlines after printing labels for debug info... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Dan Gohman | Don't blindly set the debug location for PHI node copies. |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Dan Gohman | Make TargetSelectInstruction protected and called from... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Dan Gohman | Remove the target hook TargetInstrInfo::BlockHasNoFallT... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Dan Gohman | Simplify this code: don't call AnalyzeBranch before... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Dan Gohman | The debug information for an LLVM Instruction applies... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Dan Gohman | Fix this code to use DIScope instead of DICompileUnit... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Dan Gohman | Don't print the debug directory; it's often long and... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Dan Gohman | Minor code simplification. |
commit | commitdiff | tree | snapshot |
2009-12-05 |
David Greene | Remove an unneeded include. |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Dan Gohman | Remove now-redundant llvm-as invocations. |
commit | commitdiff | tree | snapshot |
2009-12-04 |
David Greene | Remove an unneeded include. |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Bill Wendling | Add testcase for PR4262. |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Dan Gohman | Print a space between the comment character and the... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Bill Wendling | Temporarily revert r72620 because r72619 was reverted. |
commit | commitdiff | tree | snapshot |
next |