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