| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename TGSourceMgr -> SourceMgr. | Chris Lattner | 2009-06-21 | 1 | -9/+9 |
* | rename TGLoc -> SMLoc. | Chris Lattner | 2009-06-21 | 1 | -14/+14 |
* | move TGSourceMgr class out of TableGen into libsupport. | Chris Lattner | 2009-06-21 | 1 | -0/+108 |
* | fit in 80 cols | Chris Lattner | 2009-06-21 | 1 | -9/+9 |
* | implement support for lowering subregs when preparing to print | Chris Lattner | 2009-06-20 | 2 | -1/+23 |
* | make immediates be int64_t like machineoperand. Add some apis | Chris Lattner | 2009-06-20 | 1 | -4/+10 |
* | Add debugging code to test for various locking faux-pas's, when running in si... | Owen Anderson | 2009-06-20 | 2 | -2/+38 |
* | Revert r73790, and replace it with a significantly less ugly solution. Rathe... | Owen Anderson | 2009-06-20 | 4 | -98/+78 |
* | stub out some hacky code for wiring up the new asmprinter interfaces | Chris Lattner | 2009-06-19 | 2 | -1/+5 |
* | Make GetMinTrailingZeros a member function of ScalarEvolution, | Dan Gohman | 2009-06-19 | 1 | -0/+14 |
* | Fix a serious bug that would cause deadlock during abstract type refinement. ... | Owen Anderson | 2009-06-19 | 4 | -78/+98 |
* | mv CodeGen/DebugLoc.h Support/DebugLoc.h | Devang Patel | 2009-06-19 | 6 | -11/+10 |
* | Fences are expensive. Avoid doing them when we're not in multithreaded mode. | Owen Anderson | 2009-06-19 | 1 | -4/+4 |
* | Fix a major typo. | Owen Anderson | 2009-06-19 | 1 | -1/+1 |
* | Add support for AuroraUX. Patch by evocallaghan. | Duncan Sands | 2009-06-19 | 1 | -0/+1 |
* | More VNInfo tweaking, plus a little progress on intra-block splitting. | Lang Hames | 2009-06-19 | 1 | -8/+8 |
* | Include DataTypes.h for 'uint64_t'. | Zhongxing Xu | 2009-06-19 | 1 | -0/+1 |
* | Fix weird class-size-being-different problems. At some level this is being c... | Owen Anderson | 2009-06-19 | 2 | -6/+2 |
* | Add some scaffolding for a new experimental asmprinter | Chris Lattner | 2009-06-19 | 1 | -0/+93 |
* | merge the common darwin settings from the X86/PPC/ARM targets | Chris Lattner | 2009-06-19 | 2 | -4/+2 |
* | move mangler quote handling from asm printers to TargetAsmInfo. | Chris Lattner | 2009-06-18 | 1 | -0/+7 |
* | simplify macro debug info directive handling. | Chris Lattner | 2009-06-18 | 1 | -11/+4 |
* | Add a parent pointer to SCEV, in preparation for getting rid of the global un... | Owen Anderson | 2009-06-18 | 2 | -26/+44 |
* | Add a SmartScopedLock, and use it to simplify code. | Owen Anderson | 2009-06-18 | 1 | -0/+16 |
* | 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 |