summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* fix a latent bug my inline asm stuff exposed: Chris Lattner2010-04-071-0/+2
* Remove unused method.Benjamin Kramer2010-04-072-19/+0
* Workaround the breakage in r100616 by guarding all timers withTorok Edwin2010-04-073-32/+74
* Use the "NamedGroupTimer" class to categorize DWARF emission better.Bill Wendling2010-04-074-41/+28
* Use raw_ostream.Benjamin Kramer2010-04-071-22/+14
* Add comments for missed opportunities.Evan Cheng2010-04-071-1/+4
* Fix typo.Evan Cheng2010-04-071-1/+1
* Have the inst emitter add the !srcloc mdnode to the machine instr.Chris Lattner2010-04-072-2/+18
* remove another magic number.Chris Lattner2010-04-071-3/+2
* Three changes:Chris Lattner2010-04-076-62/+96
* fix a crash on invalid metadata, e.g.: call i32 @foo(), XXXXChris Lattner2010-04-072-3/+5
* Fix memory leaks for external symbol name strings.Sanjiv Gupta2010-04-073-20/+38
* Clean up some signedness oddities in this code noticed by clang.John McCall2010-04-071-5/+6
* Move printing of target-indepedent DEBUG_VALUE commentsDale Johannesen2010-04-073-52/+79
* Post regalloc LICM. Work in progress.Evan Cheng2010-04-072-11/+169
* Do not emit specification DIE with DW_AT_specification attribute for member f...Devang Patel2010-04-061-2/+17
* Fix a number of clang -Wsign-compare warnings that didn't have an obviousJohn McCall2010-04-065-5/+5
* Revert 100573, it's causing some testsuite problems.Dale Johannesen2010-04-062-60/+71
* Move printing of DEBUG_VALUE comments to target-independent place.Dale Johannesen2010-04-062-71/+60
* Expand SELECT and SELECT_CC for NEON vector types.Bob Wilson2010-04-061-0/+2
* Allow for the possibility that a debug-value pointsDale Johannesen2010-04-061-2/+13
* Reverting 100530 & 100531 due to regressions in the GDB test suite.Stuart Hastings2010-04-062-25/+8
* Fix PR6696 and PR6663Jim Grosbach2010-04-065-14/+84
* Don't try to collapse DomainValues onto an incompatible SSE domain.Jakob Stoklund Olesen2010-04-061-4/+12
* performance: get rid of repeated dereferencing of use_iterator by caching its...Gabor Greif2010-04-061-5/+7
* make more two predicates constantGabor Greif2010-04-061-15/+15
* performance: get rid of repeated dereferencing of use_iterator by caching its...Gabor Greif2010-04-061-21/+28
* const-ize predicate ValueIsOnlyUsedLocallyOrStoredToOneGlobalGabor Greif2010-04-061-9/+10
* use CallSite to access calls vs. invokes uniformlyGabor Greif2010-04-061-5/+6
* enhance SMDiagnostic to also maintain a pointer to the SourceMgr.Chris Lattner2010-04-062-3/+3
* Code clean up. Move includes from VirtRegRewriter.h to VirtRegRewriter.cpp.Evan Cheng2010-04-062-4/+5
* Revise debug info machinery to digest nested functions and classes.Stuart Hastings2010-04-062-8/+25
* Remove assert to treat memmove and memset like memcpyMon P Wang2010-04-061-3/+4
* Use a ManagedCleanup to prevent leaking the PassRegistrar map. In breaks theOwen Anderson2010-04-061-6/+14
* Add a const qualifier.Dan Gohman2010-04-061-1/+1
* propagate cookie management out one layer of function calls.Chris Lattner2010-04-062-5/+4
* report errors through LLVMContext's inline asm handler if available.Chris Lattner2010-04-061-1/+15
* Give MachineModuleInfo an actual Module*.Chris Lattner2010-04-062-5/+14
* give LLVMContext an inline asm diagnostic hook member.Chris Lattner2010-04-063-2/+22
* Remove unnecessary include.Devang Patel2010-04-061-1/+0
* give the SourceMgr object a cookie.Chris Lattner2010-04-061-1/+2
* Give llvm::SourceMgr the ability to have a client-specifiedChris Lattner2010-04-062-2/+9
* Properly enable load clustering.Jakob Stoklund Olesen2010-04-051-4/+0
* Fix an obvious copy-n-paste bug. It's not known to cause any miscompilation.Evan Cheng2010-04-051-4/+2
* Give AsmParser an option to control whether it finalizesChris Lattner2010-04-052-3/+6
* add .o file writing for inline asm in llc. Here's a sillyChris Lattner2010-04-051-3/+34
* Output floating point representations in DWARF format. This is done by outputingBill Wendling2010-04-051-0/+26
* stringref-ize the MemoryBuffer::get apis. This requiresChris Lattner2010-04-053-21/+16
* Fix ADD32rr_alt instruction encoding bug. Patch by Marius Wachtler.Evan Cheng2010-04-051-1/+1
* fix a really nasty bug that Evan was tracking in SCCP. When resolvingChris Lattner2010-04-051-29/+32