| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert IRBuilder CC propagation. Fix SimplifyLibCalls instead. | Anton Korobeynikov | 2009-06-18 | 1 | -39/+8 |
| * | Simplify the SmartMutex implementation a bit. | Owen Anderson | 2009-06-18 | 1 | -10/+9 |
| * | Give RWMutex the SmartRWMutex treatment too. | Owen Anderson | 2009-06-18 | 1 | -14/+58 |
| * | Insert a SmartMutex templated class into the class hierarchy, which takes a t... | Owen Anderson | 2009-06-18 | 1 | -5/+43 |
| * | Move Threading.[h|cpp] from Support to System. | Owen Anderson | 2009-06-18 | 2 | -4/+4 |
| * | Remove the code from IVUsers that attempted to handle | Dan Gohman | 2009-06-18 | 1 | -18/+5 |
| * | Forgot to commit this hunk | Anton Korobeynikov | 2009-06-18 | 1 | -0/+12 |
| * | Propagate calling conv for invokes too | Anton Korobeynikov | 2009-06-18 | 1 | -2/+4 |
| * | Don't use int8_t, that requires DataTypes.h | Chris Lattner | 2009-06-18 | 1 | -7/+8 |
| * | include header for uint8_t. | Zhongxing Xu | 2009-06-18 | 1 | -0/+1 |
| * | - Update register allocation hint after coalescing. This is done by the targe... | Evan Cheng | 2009-06-18 | 1 | -3/+14 |
| * | Reapply r73647 in a non-broken form. | Owen Anderson | 2009-06-17 | 1 | -1/+1 |
| * | Protect the GC table in Function.cpp | Owen Anderson | 2009-06-17 | 1 | -0/+14 |
| * | Honour calling convention and attributes of Callee by default. | Anton Korobeynikov | 2009-06-17 | 1 | -6/+24 |
| * | VNInfo cleanup. | Lang Hames | 2009-06-17 | 1 | -17/+119 |
| * | Add an RAII ScopedWriter, which allows one to acquire a writer lock for the d... | Owen Anderson | 2009-06-17 | 1 | -0/+14 |
| * | Define LLVM_NATIVE_ARCH in CMake, so that lli can actually JIT | Douglas Gregor | 2009-06-17 | 1 | -0/+3 |
| * | remove two headers subsumed by TargetSelect.h | Chris Lattner | 2009-06-17 | 2 | -68/+0 |
| * | Add a utility header that makes it easy to link in the right set | Chris Lattner | 2009-06-17 | 1 | -0/+65 |
| * | make CreateFMul forward to CreateFMul, not CreateMul. | Chris Lattner | 2009-06-17 | 1 | -1/+1 |
| * | Fix comment. | Mikhail Glushenkov | 2009-06-17 | 1 | -2/+2 |
| * | Update auto-generated configuration files | Douglas Gregor | 2009-06-17 | 1 | -0/+3 |
| * | Use atomic increment/decrement for reference counting of Type's. | Owen Anderson | 2009-06-17 | 2 | -5/+7 |
| * | Add an atomic increment and decrement implementation, which will be used for | Owen Anderson | 2009-06-17 | 2 | -4/+3 |
| * | Forgot this file in my last commit. | Owen Anderson | 2009-06-16 | 1 | -0/+4 |
| * | Fix #include guards. | Owen Anderson | 2009-06-16 | 1 | -2/+2 |
| * | Fix/cleanup trailing newlines. | Owen Anderson | 2009-06-16 | 1 | -1/+1 |
| * | Add a portable wrapper for reader-writer locks. | Owen Anderson | 2009-06-16 | 1 | -0/+84 |
| * | Introduce new headers whose inclusion forces linking and | Douglas Gregor | 2009-06-16 | 4 | -0/+125 |
| * | Address review comments: add 3 ARM calling conventions. | Anton Korobeynikov | 2009-06-16 | 1 | -1/+12 |
| * | Add a configure check for pthread_rwlock_init. | Owen Anderson | 2009-06-16 | 1 | -0/+3 |
| * | Split the thread-related APIs out into their own file, and add a few more | Owen Anderson | 2009-06-16 | 2 | -7/+46 |
| * | Generalize instcombine's isSafeToLoadUnconditionally() function | Chris Lattner | 2009-06-16 | 1 | -0/+10 |
| * | Fixed names of libcalls checked in r73480. | Sanjiv Gupta | 2009-06-16 | 1 | -4/+0 |
| * | Added required libcalls for PIC16 (mostly floating points to integer casting ... | Sanjiv Gupta | 2009-06-16 | 1 | -0/+8 |
| * | Add comments to ConstantInt::get and ConstantFP::get to more fully | Dan Gohman | 2009-06-16 | 1 | -7/+12 |
| * | Owen Anderson 2009-06-15: Use a SmallPtrSet here, for speed and to match df_i... | Owen Anderson | 2009-06-15 | 1 | -3/+4 |
| * | Add a CreateFNeg function to IRBuilder. | Dan Gohman | 2009-06-15 | 1 | -0/+5 |
| * | Support vector casts in more places, fixing a variety of assertion | Dan Gohman | 2009-06-15 | 3 | -14/+25 |
| * | Address more comments :) | Anton Korobeynikov | 2009-06-15 | 1 | -5/+4 |
| * | Document ABIType enum. Patch by Sandeep Patel! | Anton Korobeynikov | 2009-06-15 | 1 | -0/+3 |
| * | Part 1. | Evan Cheng | 2009-06-15 | 2 | -32/+27 |
| * | add a new static method to portably determine whether a patch is | Chris Lattner | 2009-06-15 | 1 | -0/+5 |
| * | Fix old-style type names in comments. | Dan Gohman | 2009-06-14 | 1 | -4/+4 |
| * | Specialize DenseMapInfo for SCEVHandle, so that SCEVHandles can be | Dan Gohman | 2009-06-14 | 1 | -0/+28 |
| * | Convert several parts of the ScalarEvolution framework to use | Dan Gohman | 2009-06-14 | 2 | -22/+22 |
| * | Move register allocation preference (or hint) from LiveInterval to MachineReg... | Evan Cheng | 2009-06-14 | 3 | -5/+58 |
| * | Add an early implementation of a partial inlining pass. The idea behind this | Owen Anderson | 2009-06-14 | 2 | -0/+6 |
| * | Introduce new BinaryObject (blob) class, ELF Writer modified to use it. Binar... | Bruno Cardoso Lopes | 2009-06-14 | 2 | -0/+351 |
| * | Add a ScalarEvolution::getAnyExtendExpr utility function for performing | Dan Gohman | 2009-06-13 | 1 | -0/+7 |