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 |
2009-06-15 |
Dale Johannesen | Fix the crash in this test. This is basically the... |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Evan Cheng | Do not form ldrd / strd if the two dests / srcs are... |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Owen Anderson | Merge PartialInliner changes. |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Bill Wendling | "The Intel instruction tables should include the 64... |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Evan Cheng | Silence a warning. |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Bill Wendling | This test is failing. Revert for now. |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Dan Gohman | Code cleanups. getSCEVAtScope no longer uses SCEVCouldN... |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Bill Wendling | Add another testcase for r71478. |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Dan Gohman | Make the EnableLoadPRE variable static. |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Dan Gohman | Fix a typo. |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Dan Gohman | glibc has two versions of strerror_r, a standards compl... |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Dan Gohman | Reword the description of the noredzone attribute. |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Arnold Schwaighofer | CheckTailCallReturnConstraints is missing a check on the |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Torok Edwin | x86_64 was completely missing from the target triples... |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Rafael Espindola | Remove the gcc= option. llvm-gcc uses only as= |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Evan Cheng | Part 1. |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Chris Lattner | fix testcase to properly check for the patch in r73195. |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Chris Lattner | "This patch implements the method with the GetModuleFil... |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Chris Lattner | remove extraneous const qualifier |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Chris Lattner | I got J and K backward, many thanks to Eli for spotting... |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Chris Lattner | remove some old CVS-specific arguments that don't work... |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Chris Lattner | add a new static method to portably determine whether... |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Chris Lattner | implement support for the 'K' asm constraint, PR4347 |
commit | commitdiff | tree | snapshot |
2009-06-14 |
Dan Gohman | Fix old-style type names in comments. |
commit | commitdiff | tree | snapshot |
2009-06-14 |
Dan Gohman | Implement more aggressive folding of add operand lists... |
commit | commitdiff | tree | snapshot |
2009-06-14 |
Dan Gohman | Specialize DenseMapInfo for SCEVHandle, so that SCEVHan... |
commit | commitdiff | tree | snapshot |
next |