summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Reverting 100530 & 100531 due to regressions in the GDB test suite.Stuart Hastings2010-04-06
* Fix PR6696 and PR6663Jim Grosbach2010-04-06
* Don't try to collapse DomainValues onto an incompatible SSE domain.Jakob Stoklund Olesen2010-04-06
* performance: get rid of repeated dereferencing of use_iterator by caching its...Gabor Greif2010-04-06
* make more two predicates constantGabor Greif2010-04-06
* performance: get rid of repeated dereferencing of use_iterator by caching its...Gabor Greif2010-04-06
* const-ize predicate ValueIsOnlyUsedLocallyOrStoredToOneGlobalGabor Greif2010-04-06
* use CallSite to access calls vs. invokes uniformlyGabor Greif2010-04-06
* enhance SMDiagnostic to also maintain a pointer to the SourceMgr.Chris Lattner2010-04-06
* Code clean up. Move includes from VirtRegRewriter.h to VirtRegRewriter.cpp.Evan Cheng2010-04-06
* Revise debug info machinery to digest nested functions and classes.Stuart Hastings2010-04-06
* Remove assert to treat memmove and memset like memcpyMon P Wang2010-04-06
* Use a ManagedCleanup to prevent leaking the PassRegistrar map. In breaks theOwen Anderson2010-04-06
* Add a const qualifier.Dan Gohman2010-04-06
* propagate cookie management out one layer of function calls.Chris Lattner2010-04-06
* report errors through LLVMContext's inline asm handler if available.Chris Lattner2010-04-06
* Give MachineModuleInfo an actual Module*.Chris Lattner2010-04-06
* give LLVMContext an inline asm diagnostic hook member.Chris Lattner2010-04-06
* Remove unnecessary include.Devang Patel2010-04-06
* give the SourceMgr object a cookie.Chris Lattner2010-04-06
* Give llvm::SourceMgr the ability to have a client-specifiedChris Lattner2010-04-06
* Properly enable load clustering.Jakob Stoklund Olesen2010-04-05
* Fix an obvious copy-n-paste bug. It's not known to cause any miscompilation.Evan Cheng2010-04-05
* Give AsmParser an option to control whether it finalizesChris Lattner2010-04-05
* add .o file writing for inline asm in llc. Here's a sillyChris Lattner2010-04-05
* Output floating point representations in DWARF format. This is done by outputingBill Wendling2010-04-05
* stringref-ize the MemoryBuffer::get apis. This requiresChris Lattner2010-04-05
* Fix ADD32rr_alt instruction encoding bug. Patch by Marius Wachtler.Evan Cheng2010-04-05
* fix a really nasty bug that Evan was tracking in SCCP. When resolvingChris Lattner2010-04-05
* some code cleanups, use SwitchInst::findCaseValue, reduce indentationChris Lattner2010-04-05
* Code clean up.Evan Cheng2010-04-05
* Remove FIXME.Eric Christopher2010-04-05
* Fix OProfileJITEventListener build for new DebugLoc.Jeffrey Yasskin2010-04-05
* Add a comment.Dan Gohman2010-04-05
* lowering a volatile llvm.memcpy to a libc memcpy is ok.Chris Lattner2010-04-05
* Don't do code sinking on unreachable blocks. It's unprofitable and hazardous.Dan Gohman2010-04-05
* don't use emitlabel in the arm asm printer yet, the order Chris Lattner2010-04-05
* Push const through the regex engine. Fixes some of the warnings in PR6616.Owen Anderson2010-04-05
* fix a couple problems I introduced handling symbolsChris Lattner2010-04-05
* Disambiguate else.Benjamin Kramer2010-04-05
* remove the now-redundant MMI pointer in SelectionDAG.Chris Lattner2010-04-05
* hopefully sate the clang self host build, which is apparently Chris Lattner2010-04-05
* remove some redundant MMI arguments.Chris Lattner2010-04-05
* unthread MMI from FastISelChris Lattner2010-04-05
* remove the MMI pointer from MachineFrameInfo.Chris Lattner2010-04-05
* enhance MachineFunction to have a MMI pointer.Chris Lattner2010-04-05
* simplify code.Chris Lattner2010-04-05
* privatize more stuff, eliminate vtables.Chris Lattner2010-04-05
* reprivatize now that DwarfWriter is gone.Chris Lattner2010-04-05
* prune #includes, MMI can never be nullChris Lattner2010-04-05