2009-06-17 |
Owen Anderson | Factor out some common code. |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Owen Anderson | Add an RAII ScopedWriter, which allows one to acquire... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Owen Anderson | Simplify the locking on the Constants tables, and make... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Torok Edwin | Add debug message about non-local loads being clobbered. |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Owen Anderson | Type safety for Constants.cpp! Some of this is tempora... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Anton Korobeynikov | Initial support for some Thumb2 instructions. |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Dan Gohman | Update comments to use doxygen syntax. |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Owen Anderson | Protect the ValueHandle table. |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Owen Anderson | We need to guard reads of the AbstractTypeUsers list... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Douglas Gregor | Define LLVM_NATIVE_ARCH in CMake, so that lli can actua... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Douglas Gregor | Add RWMutex.cpp to the CMake makefiles |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Owen Anderson | Type safety for TypeSymbolTable! |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Chris Lattner | make sure that JIT examples link in their appropriate... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Chris Lattner | remove two headers subsumed by TargetSelect.h |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Chris Lattner | switch to using llvm/Target/TargetSelect.h |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Chris Lattner | Add a utility header that makes it easy to link in... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Owen Anderson | Improve the Win32 reader-writer lock implementation... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Nick Lewycky | Fix libLTO by #include'ing the initializers for all... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Sanjiv Gupta | >> What if my global variable was into a different... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Chris Lattner | make CreateFMul forward to CreateFMul, not CreateMul. |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Nick Lewycky | Fix grammaro, and bad indentation. |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Mikhail Glushenkov | Fix comment. |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Mikhail Glushenkov | Formatting fix. |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Eli Friedman | Correct an accidental duplication of the test (patch... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Eli Friedman | PR3439: Correct a silly mistake in the SimplifyDemanded... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Mikhail Glushenkov | Regenerate. |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Mikhail Glushenkov | Another small documentation update. |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Chris Lattner | Use Doug's new LLVM_NATIVE_ARCH macro in config.h to... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Dan Gohman | Fix ScalarEvolution's Xor handling to not assume that... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Devang Patel | Do not use first actual instruction's location for... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Douglas Gregor | Update auto-generated configuration files |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Douglas Gregor | Define LLVM_NATIVE_ARCH in llvm/Config/config.h to... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Owen Anderson | Use atomic increment/decrement for reference counting... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Owen Anderson | Add an atomic increment and decrement implementation... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Owen Anderson | Add locking around the accessors for AbstractTypeUsers. |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Chris Lattner | Remove support for building LLVM libraries into "relinked" |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Owen Anderson | Forgot this file in my last commit. |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Owen Anderson | Use a reader-writer lock to guard large portions of... |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Chris Lattner | fix a circular dependency between the mips code generator |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Chris Lattner | Fix the EE bindings to use the proper EE interfaces... |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Douglas Gregor | CMake: Only include LLVM example executables in the... |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Dale Johannesen | Test for llvm-gcc patch 73564. |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Owen Anderson | Accidentally broke this file. |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Owen Anderson | Add newline at end of file. |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Owen Anderson | Remove the Win32 implementation, since it doesn't compi... |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Owen Anderson | Fix #include guards. |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Anton Korobeynikov | Make the test target-neutral |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Owen Anderson | Fix/cleanup trailing newlines. |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Owen Anderson | Add a portable wrapper for reader-writer locks. |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Douglas Gregor | Introduce new headers whose inclusion forces linking and |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Dan Gohman | Generalize a few more instcombines to be vector/scalar... |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Dan Gohman | Instcombine's ShrinkDemandedConstant may strip bits... |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Evan Cheng | CALL64pcrel32 immediate field is 32-bit. Patch by Abhin... |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Anton Korobeynikov | Address review comments: add 3 ARM calling conventions. |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Anton Korobeynikov | GNU as refuses to assemble "pop {}" instruction. Do... |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Owen Anderson | Add a configure check for pthread_rwlock_init. |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Owen Anderson | Update the threading section to reflect current plans... |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Douglas Gregor | Add Threading.cpp to the CMake project files |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Owen Anderson | Fix validation errors. |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Owen Anderson | Split the thread-related APIs out into their own file... |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Chris Lattner | Testcase for r73506 |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Chris Lattner | Generalize instcombine's isSafeToLoadUnconditionally... |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Sanjiv Gupta | Added missing libcalls for floating point to int conver... |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Eli Friedman | Remove the "llvm.umul.with.overflow is broken" warning... |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Sanjiv Gupta | Fixed names of libcalls checked in r73480. |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Sanjiv Gupta | Code Restructuring. No functionality change. |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Sanjiv Gupta | Added required libcalls for PIC16 (mostly floating... |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Evan Cheng | Rename RemoveCopiesFromValNo to TurnCopiesFromValNoToIm... |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Evan Cheng | If a val# is defined by an implicit_def and it is being... |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Eli Friedman | Add some generic expansion logic for SMULO and UMULO... |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Eli Friedman | Misc accumulated tweaks to legalization logic for vario... |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Chris Lattner | another xform that is target-independent (should be... |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Chris Lattner | I think instcombine should unconditionally do this... |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Chris Lattner | Fix PR4336: Iterating over use-def chains doesn't seem... |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Bill Wendling | There doesn't seem to be a reason to move the save... |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Bill Wendling | The DWARF to compact encoding converter assumes that... |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Bill Wendling | Fix typos. |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Devang Patel | Use MainCU if it is available. |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Owen Anderson | Add initial stab at documenting the use of LLVM with... |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Dan Gohman | Add comments to ConstantInt::get and ConstantFP::get... |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Dan Gohman | Use Type::getScalarType. |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Mikhail Glushenkov | Regenerate. |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Mikhail Glushenkov | Documentation update. |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Owen Anderson | Remove extraneous propset. |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Owen Anderson | Owen Anderson 2009-06-15: Use a SmallPtrSet here, for... |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Dan Gohman | Add a CreateFNeg function to IRBuilder. |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Dan Gohman | Update this test to use fmul instead of mul. |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Dan Gohman | Change this from an assert to a cerr+exit, since it... |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Evan Cheng | On Darwin, frame pointer r7 is never available. |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Dan Gohman | Use Type::isIntOrIntVector and Type::isFPOrFPVector. |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Dan Gohman | Support vector casts in more places, fixing a variety... |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Anton Korobeynikov | Address more comments :) |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Dan Gohman | Fix a typo in a diagnostic. |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Anton Korobeynikov | Rename methods for the sake of consistency. |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Anton Korobeynikov | Document ABIType enum. Patch by Sandeep Patel! |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Devang Patel | Gracefully handle imbalanced inline function begin... |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Evan Cheng | ifcvt should ignore cfg where true and false successors... |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Evan Cheng | Typo. |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Dan Gohman | Rewrite the noredzone description, attempting to avoid... |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Bill Wendling | The Ls and Qs were mixed up. Patch by Sean. |
commit | commitdiff | tree | snapshot |
next |