| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable first-class aggregates support. | Dan Gohman | 2008-07-23 | 7 | -89/+15 |
* | Change the heuristics used in the coalescer, register allocator, and within | Owen Anderson | 2008-07-22 | 1 | -3/+13 |
* | Add insertvalue and extractvalue folding support in IRBuilder. | Dan Gohman | 2008-07-22 | 1 | -12/+23 |
* | IRBuilder support for insertvalue and extractvalue. | Dan Gohman | 2008-07-22 | 1 | -5/+31 |
* | Assert that the DAG root value is a chain value. | Dan Gohman | 2008-07-22 | 1 | -1/+6 |
* | Tie small stuff to non-small by default on ELF platforms | Anton Korobeynikov | 2008-07-22 | 1 | -2/+3 |
* | Basic support for small sections | Bruno Cardoso Lopes | 2008-07-22 | 1 | -0/+27 |
* | Removing tabs. | Bill Wendling | 2008-07-22 | 1 | -4/+4 |
* | Correct the name of MachineMemOperand's include guard. | Dan Gohman | 2008-07-22 | 1 | -2/+2 |
* | InsertValue and ExtractValue constant expressions are always | Dan Gohman | 2008-07-21 | 1 | -3/+1 |
* | Enhance the GraphWriter support for edge destinations, and teach the | Dan Gohman | 2008-07-21 | 2 | -4/+36 |
* | Add titles to the various SelectionDAG viewGraph calls | Dan Gohman | 2008-07-21 | 2 | -2/+3 |
* | Make the GraphWriter be more consistent about the string | Dan Gohman | 2008-07-21 | 1 | -19/+8 |
* | Add VerifyNode, a place to put sanity checks on | Duncan Sands | 2008-07-21 | 1 | -0/+3 |
* | Use generic ELFTargetAsmInfo and DarwinTargetAsmInfo for X86 code | Anton Korobeynikov | 2008-07-19 | 2 | -6/+6 |
* | Add TargetAsmInfo stuff for all darwin-based targets | Anton Korobeynikov | 2008-07-19 | 1 | -0/+43 |
* | Add TargetAsmInfo for all ELF-based targets | Anton Korobeynikov | 2008-07-19 | 1 | -0/+38 |
* | Remove bogus assertion. This unbreaks mingw, where ConstantSDNode | Anton Korobeynikov | 2008-07-19 | 1 | -4/+0 |
* | Re-introduce LeakDetector support for MachineInstrs and MachineBasicBlocks. | Dan Gohman | 2008-07-17 | 1 | -1/+1 |
* | Make MergeBlockIntoPredecessor more aggressive when the same successor appears | Owen Anderson | 2008-07-17 | 1 | -1/+1 |
* | Add a new function, ReplaceAllUsesOfValuesWith, which handles bulk | Dan Gohman | 2008-07-17 | 4 | -20/+81 |
* | Indentation. | Evan Cheng | 2008-07-17 | 1 | -3/+3 |
* | SSE codegen for vsetcc nodes | Nate Begeman | 2008-07-17 | 1 | -0/+3 |
* | Factorize some code for determining which libcall to use. | Duncan Sands | 2008-07-17 | 1 | -1/+27 |
* | Factor MergeBlockIntoPredecessor out into BasicBlockUtils. | Owen Anderson | 2008-07-17 | 1 | -0/+4 |
* | Mark function used by asm block as used, otherwise optimizer may not see the ... | Devang Patel | 2008-07-16 | 1 | -0/+5 |
* | Fix the name of BreakCriticalMachineEdge.h's include guard | Dan Gohman | 2008-07-16 | 1 | -2/+2 |
* | Correct a top-level comment. | Dan Gohman | 2008-07-16 | 1 | -1/+1 |
* | Clarify the comments here, to make slightly more clear the | Dan Gohman | 2008-07-16 | 1 | -2/+2 |
* | Tidy a doxygen comment. | Dan Gohman | 2008-07-16 | 1 | -1/+1 |
* | SelectionDAG::AssignNodeIds is unused. | Dan Gohman | 2008-07-15 | 1 | -4/+0 |
* | Reapply 53476 and 53480, with a fix so that it properly updates | Dan Gohman | 2008-07-14 | 3 | -4/+7 |
* | Reapply r53540, now with the matching header! | Chris Lattner | 2008-07-14 | 1 | -1/+6 |
* | whitespace fix. | Chris Lattner | 2008-07-14 | 1 | -1/+1 |
* | doxygenate comments and wrap to 80 cols. | Chris Lattner | 2008-07-14 | 1 | -22/+23 |
* | Inline typedef for alist_iterator::pointer to work with MSVC++. | Ted Kremenek | 2008-07-12 | 1 | -1/+5 |
* | operator[] is not defined for list::iterator. Overload it in ilist::iterator | Nick Lewycky | 2008-07-12 | 1 | -0/+4 |
* | Back out 53476 and 53480 for now. Somehow they cause llc to miscompile 179.art. | Evan Cheng | 2008-07-12 | 2 | -5/+2 |
* | Add a utility function to MachineInstr for testing whether an instruction | Dan Gohman | 2008-07-12 | 1 | -0/+7 |
* | Fix spelling of "hierarchy" in comments. | Dan Gohman | 2008-07-11 | 2 | -4/+4 |
* | Fix typos in comments. | Dan Gohman | 2008-07-11 | 1 | -4/+4 |
* | Include a frame index in the "fixed stack" pseudo source value | Dan Gohman | 2008-07-11 | 1 | -2/+2 |
* | Minor tweaks to the ImmutableList iterator interface. | Ted Kremenek | 2008-07-11 | 1 | -2/+26 |
* | Add support for putting NamedRegionTimers in TimerGroups, and | Dan Gohman | 2008-07-11 | 2 | -2/+5 |
* | Use find instead of lower_bound. | Dan Gohman | 2008-07-11 | 1 | -2/+2 |
* | Trim unnecessary #includes. | Dan Gohman | 2008-07-11 | 2 | -2/+2 |
* | It is pointless to turn a UINT_TO_FP into an | Duncan Sands | 2008-07-11 | 1 | -0/+8 |
* | Add two missing SINT_TO_FP libcalls. | Duncan Sands | 2008-07-11 | 1 | -0/+2 |
* | Add support for 128 bit shifts and 32 bit shifts | Duncan Sands | 2008-07-11 | 1 | -0/+3 |
* | Make typedef public to make MSVC++ happy. | Ted Kremenek | 2008-07-10 | 1 | -0/+1 |