summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Indentation.Evan Cheng2010-05-101-4/+4
* Enable multiple Compile Units in one module.Devang Patel2010-05-103-162/+258
* MC/Mach-O: Explicitly track atoms, as represented by their defining symbol, f...Daniel Dunbar2010-05-103-13/+46
* Model some vld3 instructions with REG_SEQUENCE.Evan Cheng2010-05-102-30/+87
* It's not safe to propagate implicit_def that defines part of a register.Evan Cheng2010-05-101-0/+2
* Clear RegSequences vector after eliminating REG_SEQUENCE instructions.Evan Cheng2010-05-101-0/+1
* this really is needed. :(Chris Lattner2010-05-101-1/+1
* just remove this, it isn't needed.Chris Lattner2010-05-101-1/+1
* simplify more.Chris Lattner2010-05-101-1/+1
* Simplify by using startswith instead of substr.Chris Lattner2010-05-101-2/+2
* fix PR7105 by enumerating MDNodes on all @llvm.fooChris Lattner2010-05-102-5/+23
* fix a pretty obvious typo. We test things before committing them, right?Chris Lattner2010-05-101-1/+1
* Fix PR6875:David Greene2010-05-103-15/+44
* Add an explicit keyword.Dan Gohman2010-05-101-1/+1
* Add new configure option, --disable-timestamps, intended to turn off anything...Daniel Dunbar2010-05-106-4/+62
* Fix whitespace in debug output to be consistent.Dan Gohman2010-05-101-1/+1
* Delete an obsolete comment.Dan Gohman2010-05-101-3/+0
* Be careful with operand promotion. For a binary operation, the source operand...Evan Cheng2010-05-102-4/+21
* Test case for 103414.Devang Patel2010-05-101-0/+43
* Model vld2 / vst2 with reg_sequence.Evan Cheng2010-05-103-18/+95
* Re-defined valno is always valno even for partial re-def's.Evan Cheng2010-05-101-2/+1
* Fix PR7096. When a block containing multiple defs is tail duplicated, theBob Wilson2010-05-101-1/+1
* Fix encoding of 'sf' and 'sfh' instructions.Kalle Raiskila2010-05-102-3/+29
* Add command line option --gcc to bugpoint.Kalle Raiskila2010-05-103-17/+30
* Add an assertion to catch attempts to access off the end of the array.Duncan Sands2010-05-101-0/+2
* remove a dead file.Chris Lattner2010-05-091-51/+0
* updated handling dllexport in X86AsmPrinterNathan Jeffords2010-05-091-8/+22
* made COFF target dllexport logic apply to all subtargetsNathan Jeffords2010-05-091-28/+26
* test commit, added a comment to MCSectionCOFF::PrintSwitchToSection functionNathan Jeffords2010-05-091-0/+1
* make simplifycfg insert an llvm.trap before the 'unreachable' it introducesChris Lattner2010-05-082-6/+28
* Teach instcombine to transform a bitcast/(zext|trunc)/bitcast sequenceChris Lattner2010-05-082-0/+103
* Fix PR7052, patch by Jakub Staszak!Chris Lattner2010-05-082-3/+66
* break coff symbol definition stuff out into proper MCStreamer callbacks,Chris Lattner2010-05-086-23/+81
* Readd testcase.Bill Wendling2010-05-081-0/+44
* Run interrupt routines as part of report_fatal_error, since we are failingDaniel Dunbar2010-05-081-0/+7
* Add llvm::sys::RunInterruptHandlers(), which runs the registered SIGINT cleanupDaniel Dunbar2010-05-083-1/+11
* When pruning candidate formulae out of an LSRUse, update theDan Gohman2010-05-072-3/+94
* Instead of just verifying compile unit, verify entire type, variable, namespa...Devang Patel2010-05-071-11/+10
* Remove DIGlobal.Devang Patel2010-05-074-59/+29
* Remove. Don't XFAIL.Bill Wendling2010-05-071-46/+0
* Add DINameSpace::Verify().Devang Patel2010-05-072-0/+12
* Temorarily revert r101984.Bill Wendling2010-05-071-0/+2
* Clang is dying on this with an ambiguous conversion sequence. We're working o...Douglas Gregor2010-05-071-1/+0
* SDDbgValues are apparently not being legalized. Fix a symptom of the problem,Dan Gohman2010-05-072-1/+32
* Minimally fix this code to not abort on mdnodes with integer dataDan Gohman2010-05-071-5/+7
* Verify variable directly.Devang Patel2010-05-074-42/+3
* add COFF support for COMDAT sections, patch by Nathan Jeffords!Chris Lattner2010-05-075-17/+65
* Verify entire type descriptor not just tag.Devang Patel2010-05-071-2/+2
* Fix i386 relocations to Weak Definitions. The relocation entries should beKevin Enderby2010-05-074-58/+113
* Verify compile unit also.Devang Patel2010-05-071-0/+3