summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Revert r73923, which broke clang.Owen Anderson2009-06-23
* Add guards around timer groups, which can be shared.Owen Anderson2009-06-22
* Add support for ARM's Advanced SIMD (NEON) instruction set.Bob Wilson2009-06-22
* Remove the parent pointer from SCEV, since it did not end up being needed.Owen Anderson2009-06-22
* SCEVHandle is no more!Owen Anderson2009-06-22
* Add more methods to gather target specific elf stuffBruno Cardoso Lopes2009-06-22
* Banish global state from ScalarEvolution! SCEV uniquing is now done by table...Owen Anderson2009-06-22
* Add a getUMinFromMismatchedTypes helper function.Dan Gohman2009-06-22
* Factor out code for computing umin and smin for SCEV expressions intoDan Gohman2009-06-22
* Teach ScalarEvolution how to analyze loops with multiple exitDan Gohman2009-06-22
* Fix ScalarEvolution's backedge-taken count computations to check forDan Gohman2009-06-21
* rename SourceMgr::PrintError to PrintMessage.Chris Lattner2009-06-21
* move include searching logic from TGLexer to SourceMgr.Chris Lattner2009-06-21
* Rename TGSourceMgr -> SourceMgr.Chris Lattner2009-06-21
* rename TGLoc -> SMLoc.Chris Lattner2009-06-21
* move TGSourceMgr class out of TableGen into libsupport.Chris Lattner2009-06-21
* fit in 80 colsChris Lattner2009-06-21
* implement support for lowering subregs when preparing to print Chris Lattner2009-06-20
* make immediates be int64_t like machineoperand. Add some apisChris Lattner2009-06-20
* Add debugging code to test for various locking faux-pas's, when running in si...Owen Anderson2009-06-20
* Revert r73790, and replace it with a significantly less ugly solution. Rathe...Owen Anderson2009-06-20
* stub out some hacky code for wiring up the new asmprinter interfacesChris Lattner2009-06-19
* Make GetMinTrailingZeros a member function of ScalarEvolution,Dan Gohman2009-06-19
* Fix a serious bug that would cause deadlock during abstract type refinement. ...Owen Anderson2009-06-19
* mv CodeGen/DebugLoc.h Support/DebugLoc.hDevang Patel2009-06-19
* Fences are expensive. Avoid doing them when we're not in multithreaded mode.Owen Anderson2009-06-19
* Fix a major typo.Owen Anderson2009-06-19
* Add support for AuroraUX. Patch by evocallaghan.Duncan Sands2009-06-19
* More VNInfo tweaking, plus a little progress on intra-block splitting.Lang Hames2009-06-19
* Include DataTypes.h for 'uint64_t'.Zhongxing Xu2009-06-19
* Fix weird class-size-being-different problems. At some level this is being c...Owen Anderson2009-06-19
* Add some scaffolding for a new experimental asmprinterChris Lattner2009-06-19
* merge the common darwin settings from the X86/PPC/ARM targetsChris Lattner2009-06-19
* move mangler quote handling from asm printers to TargetAsmInfo.Chris Lattner2009-06-18
* simplify macro debug info directive handling.Chris Lattner2009-06-18
* Add a parent pointer to SCEV, in preparation for getting rid of the global un...Owen Anderson2009-06-18
* Add a SmartScopedLock, and use it to simplify code.Owen Anderson2009-06-18
* Revert IRBuilder CC propagation. Fix SimplifyLibCalls instead.Anton Korobeynikov2009-06-18
* Simplify the SmartMutex implementation a bit.Owen Anderson2009-06-18
* Give RWMutex the SmartRWMutex treatment too.Owen Anderson2009-06-18
* Insert a SmartMutex templated class into the class hierarchy, which takes a t...Owen Anderson2009-06-18
* Move Threading.[h|cpp] from Support to System.Owen Anderson2009-06-18
* Remove the code from IVUsers that attempted to handleDan Gohman2009-06-18
* Forgot to commit this hunkAnton Korobeynikov2009-06-18
* Propagate calling conv for invokes tooAnton Korobeynikov2009-06-18
* Don't use int8_t, that requires DataTypes.hChris Lattner2009-06-18
* include header for uint8_t.Zhongxing Xu2009-06-18
* - Update register allocation hint after coalescing. This is done by the targe...Evan Cheng2009-06-18
* Reapply r73647 in a non-broken form.Owen Anderson2009-06-17
* Protect the GC table in Function.cppOwen Anderson2009-06-17