2009-06-18 |
Owen Anderson | Simplify with SmartRWMutex. |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Evan Cheng | On Darwin, ams printer should output a second label... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Owen Anderson | Simplify by using no-op-when-not-multithreaded locks. |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Dan Gohman | Generalize LSR's OptimizeSMax to handle unsigned max... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Dan Gohman | Recognize n != 0 ? n : 1 as umax(n, 1). Previously... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Owen Anderson | Simplify using mutexes that become no-ops when not... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Anton Korobeynikov | Revert IRBuilder CC propagation. Fix SimplifyLibCalls... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Owen Anderson | Simplify a lot of code by using a R/W mutex that become... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Owen Anderson | Use SmartMutex to simplify. |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Owen Anderson | Simplify the SmartMutex implementation a bit. |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Owen Anderson | Give RWMutex the SmartRWMutex treatment too. |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Owen Anderson | Insert a SmartMutex templated class into the class... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Ted Kremenek | Update CMake files to account for new location of Threa... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Owen Anderson | Move Threading.[h|cpp] from Support to System. |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Dan Gohman | Remove the code from IVUsers that attempted to handle |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Dan Gohman | Generalize the zext(trunc(t) & C) instcombine to work... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Dan Gohman | Update a comment to reflect the code. |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Owen Anderson | Fix the double checked locking in this file too. |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Owen Anderson | As pointed out by Duncan, I accidentally dropped the... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Anton Korobeynikov | Forgot to commit this hunk |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Anton Korobeynikov | Propagate calling conv for invokes too |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Chris Lattner | Don't use int8_t, that requires DataTypes.h |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Owen Anderson | Fix build when disable thread support. |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Zhongxing Xu | include header for uint8_t. |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Nick Lewycky | Add braces to clarify if/else structure and remove... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Evan Cheng | - Update register allocation hint after coalescing... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Dale Johannesen | It looks like nobody is working on PR 4158, so I'm |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Dan Gohman | Fix trailing whitespace from ScalarEvolution::print. |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Bob Wilson | ARM unified syntax is not specific to ELF; use it for... |
commit | commitdiff | tree | snapshot |
2009-06-18 |
Dan Gohman | Teach ScalarEvolution how to recognize another xor... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Dan Gohman | Delete unnecessary braces. |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Owen Anderson | Reapply r73647 in a non-broken form. |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Anton Korobeynikov | Fix asm string from MOVi16 |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Anton Korobeynikov | Thumb2 instructions are enabled only in unified assembl... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Dan Gohman | Instcombine zext(trunc(x) & mask) to x&mask, even if... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Owen Anderson | Use double-checked locking for this lazy initialization. |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Owen Anderson | Protect the GC table in Function.cpp |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Anton Korobeynikov | Honour calling convention and attributes of Callee... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Owen Anderson | Use atomic increment here. |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Owen Anderson | Thread-safe (and ManagedStatic-ized) LeakDetector! |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Owen Anderson | Guard mutation of the timing info global. |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Owen Anderson | We need to use double-checked locking for lazy initiali... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Stefanus Du... | Fix link to BasicBlock doxygen documentation in Program... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Lang Hames | VNInfo cleanup. |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Dan Gohman | Add -disable-output to a bunch of tests that don't... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
Dale Johannesen | This fixes a bug introduced in 72661, which can |
commit | commitdiff | tree | snapshot |
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 |
next |