| Commit message (Expand) | Author | Age | Files | Lines |
* | Make llvmc work again. | Mikhail Glushenkov | 2009-06-23 | 3 | -0/+114 |
* | Typo. | Mikhail Glushenkov | 2009-06-23 | 1 | -2/+0 |
* | Start sketching MCStreamer interface. | Daniel Dunbar | 2009-06-23 | 2 | -0/+102 |
* | Revert my last series of commits related to Timer and 64-bit atomics. Not al... | Owen Anderson | 2009-06-23 | 3 | -22/+21 |
* | Add include file to get the type for in64_t. | Bill Wendling | 2009-06-23 | 1 | -0/+2 |
* | add a simple MCImm class. | Chris Lattner | 2009-06-23 | 2 | -2/+59 |
* | Atomic ops that do arithmetic use signed arithmetic. | Owen Anderson | 2009-06-23 | 2 | -6/+6 |
* | Actually, these need to be signed integers, not unsigned. | Owen Anderson | 2009-06-23 | 1 | -10/+10 |
* | Use 64-bit integer counters for tracking time, rather than doubles. This wil... | Owen Anderson | 2009-06-23 | 1 | -10/+10 |
* | Label the existing atomic functions as 32-bit specific, and add a 64-bit one ... | Owen Anderson | 2009-06-23 | 2 | -11/+12 |
* | add an accessor. | Chris Lattner | 2009-06-23 | 1 | -0/+1 |
* | Add an atomic add operation. | Owen Anderson | 2009-06-23 | 1 | -0/+1 |
* | Work around build problem with OpenJDK, which defines X86 as a | Douglas Gregor | 2009-06-23 | 2 | -4/+4 |
* | Revert r73923, which broke clang. | Owen Anderson | 2009-06-23 | 1 | -1/+0 |
* | Add guards around timer groups, which can be shared. | Owen Anderson | 2009-06-22 | 1 | -0/+1 |
* | Add support for ARM's Advanced SIMD (NEON) instruction set. | Bob Wilson | 2009-06-22 | 2 | -0/+296 |
* | Remove the parent pointer from SCEV, since it did not end up being needed. | Owen Anderson | 2009-06-22 | 2 | -44/+27 |
* | SCEVHandle is no more! | Owen Anderson | 2009-06-22 | 5 | -213/+141 |
* | Add more methods to gather target specific elf stuff | Bruno Cardoso Lopes | 2009-06-22 | 2 | -1/+28 |
* | Banish global state from ScalarEvolution! SCEV uniquing is now done by table... | Owen Anderson | 2009-06-22 | 2 | -31/+29 |
* | Add a getUMinFromMismatchedTypes helper function. | Dan Gohman | 2009-06-22 | 1 | -0/+6 |
* | Factor out code for computing umin and smin for SCEV expressions into | Dan Gohman | 2009-06-22 | 1 | -0/+2 |
* | Teach ScalarEvolution how to analyze loops with multiple exit | Dan Gohman | 2009-06-22 | 1 | -0/+31 |
* | Fix ScalarEvolution's backedge-taken count computations to check for | Dan Gohman | 2009-06-21 | 1 | -0/+7 |
* | rename SourceMgr::PrintError to PrintMessage. | Chris Lattner | 2009-06-21 | 1 | -3/+2 |
* | move include searching logic from TGLexer to SourceMgr. | Chris Lattner | 2009-06-21 | 1 | -0/+13 |
* | 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 |