| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add a fixme message about canonicalizing floating-point vector types. | Bob Wilson | 2009-08-13 | 1 | -0/+2 |
* | Revert r78852 for now. I want to do this differently, but I don't have time | Bob Wilson | 2009-08-13 | 3 | -18/+23 |
* | fix typo, add 10.6 version of test for my previous patch. | Chris Lattner | 2009-08-13 | 2 | -2/+3 |
* | Restore some "small section" support code, reverting my patch from r76936. | Chris Lattner | 2009-08-13 | 4 | -6/+59 |
* | It's ok to spill a tGPR register as long as it's still allocated a low register. | Evan Cheng | 2009-08-13 | 2 | -6/+54 |
* | fix a minor fixme. When building with SL and later tools, the ".eh" symbols | Chris Lattner | 2009-08-13 | 10 | -28/+32 |
* | When InstCombine simplifies a load -> extract element to gep -> load, place | Mon P Wang | 2009-08-13 | 2 | -3/+28 |
* | Change MCSectionELF to represent a section semantically instead of | Bruno Cardoso Lopes | 2009-08-13 | 11 | -199/+514 |
* | Simplify conditional. | Andreas Bolka | 2009-08-13 | 1 | -4/+1 |
* | Simplify and reduce indentation using early exits. | Andreas Bolka | 2009-08-13 | 1 | -18/+13 |
* | DEBUGify some DOUTs. | Andreas Bolka | 2009-08-13 | 1 | -7/+8 |
* | Prune trailing whitespace. | Andreas Bolka | 2009-08-13 | 1 | -4/+4 |
* | Convert APint::{fromString,APInt,getBitsNeeded} to use StringRef. | Daniel Dunbar | 2009-08-13 | 4 | -38/+43 |
* | Add a comment to describe why vector shuffles are legalized to custom DAG nodes. | Bob Wilson | 2009-08-13 | 1 | -0/+4 |
* | Add StringRef::front (with some small tweaks while I was in the area). | Daniel Dunbar | 2009-08-13 | 1 | -1/+8 |
* | Use cast<> instead of dyn_cast<> in places where the type is known. | Bob Wilson | 2009-08-13 | 1 | -5/+3 |
* | Update llvm-prof for ProfileInfo API changes. | Daniel Dunbar | 2009-08-13 | 1 | -8/+8 |
* | Change the indentation for LLVM Assembly files from 1 tab to 2 spaces. | Dan Gohman | 2009-08-13 | 1 | -4/+4 |
* | Various AsmWriter output cleanups. Use WriteAsOperand instead of | Dan Gohman | 2009-08-13 | 10 | -106/+76 |
* | sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF imple... | Chris Lattner | 2009-08-13 | 6 | -42/+49 |
* | Symbols with LinkerPrivateLinkage are weak. | Dale Johannesen | 2009-08-13 | 1 | -2/+2 |
* | make PIC16 unique its own sections instead of having mcontext do it. | Chris Lattner | 2009-08-13 | 3 | -10/+14 |
* | add some comments: MCContext owns the MCSections, but it bump pointer allocates | Chris Lattner | 2009-08-13 | 3 | -4/+5 |
* | reject invalid code like: | Chris Lattner | 2009-08-13 | 3 | -31/+44 |
* | implement support for uniquing MachO sections. | Chris Lattner | 2009-08-12 | 2 | -16/+48 |
* | Now that numbered types have their number printed, it's no longer | Dan Gohman | 2009-08-12 | 8 | -18/+19 |
* | some compiler don't get string from TLOF.h implicitly or something. | Chris Lattner | 2009-08-12 | 1 | -0/+1 |
* | reduce #includage | Chris Lattner | 2009-08-12 | 2 | -6/+7 |
* | Extend the AsmWriter to print unnamed numbered types as "%0 = type ..." | Dan Gohman | 2009-08-12 | 4 | -9/+96 |
* | Mark the callsite intrinsic such that the opimizers know it's not dead. | Jim Grosbach | 2009-08-12 | 1 | -0/+2 |
* | Recognize Neon VDUP shuffles during legalization instead of selection. | Bob Wilson | 2009-08-12 | 3 | -23/+18 |
* | Recognize Neon VREV shuffles during legalization instead of selection. | Bob Wilson | 2009-08-12 | 3 | -32/+34 |
* | Add a new "SDTCisVec" SDTypeConstraint. This complements the vAny type. | Bob Wilson | 2009-08-12 | 3 | -13/+35 |
* | This void is implicit in C++. | Dan Gohman | 2009-08-12 | 23 | -37/+37 |
* | Fix counting of Post-RA scheduling stalls. Improve debug output. | David Goodwin | 2009-08-12 | 1 | -14/+25 |
* | Add some release notes about ARM v7 support and known problems. | Bob Wilson | 2009-08-12 | 1 | -0/+24 |
* | Added RegisterCoalescer to required passes for PBQP. | Lang Hames | 2009-08-12 | 1 | -0/+1 |
* | Use WriteAsOperand to print BasicBlock names. | Dan Gohman | 2009-08-12 | 2 | -3/+3 |
* | Make AsmWriter more careful with formatted_raw_ostream so that | Dan Gohman | 2009-08-12 | 1 | -14/+22 |
* | Add a GetBufferSize() member to raw_ostream and use it to | Dan Gohman | 2009-08-12 | 2 | -2/+5 |
* | Generate Neon VTBL and VTBX instructions from the corresponding intrinsics. | Bob Wilson | 2009-08-12 | 3 | -0/+192 |
* | Use PadToColumn instead of tabs. | Dan Gohman | 2009-08-12 | 2 | -4/+8 |
* | Fix a few more places to use PadToColumn instead of tabs. And fix | Dan Gohman | 2009-08-12 | 1 | -6/+8 |
* | PredCC is meant to be 2 bits wide, like PredCC1. | Evan Cheng | 2009-08-12 | 1 | -1/+1 |
* | Use PadToColumn instead of tabs for aligning comments. Fix one place | Dan Gohman | 2009-08-12 | 1 | -63/+122 |
* | Enhance the InstrStage object to enable the specification of an Itinerary wit... | David Goodwin | 2009-08-12 | 8 | -118/+170 |
* | Add attempted idiotproofing comment per review. | Dale Johannesen | 2009-08-12 | 1 | -1/+2 |
* | improve win32 path support, patch by Baptiste Lepilleur! | Chris Lattner | 2009-08-12 | 1 | -1/+2 |
* | Test for 78821, sort of. While that bug is nondeterministic, | Dale Johannesen | 2009-08-12 | 1 | -0/+176 |
* | Fix a nondeterministic bug in APInt::roundToDouble; | Dale Johannesen | 2009-08-12 | 1 | -2/+2 |