| Commit message (Expand) | Author | Age | Files | Lines |
| * | make Program::Execute use posix_spawn on systems that support it, | Chris Lattner | 2010-04-18 | 1 | -9/+64 |
| * | reduce indentation | Chris Lattner | 2010-04-18 | 1 | -21/+21 |
| * | unnest from namespace. | Chris Lattner | 2010-04-18 | 1 | -5/+1 |
| * | Don't rely upon the MCSymbol "isDefined" method to indicate if a label has been | Bill Wendling | 2010-04-18 | 1 | -2/+2 |
| * | Formatting changes. No functionality change. | Bill Wendling | 2010-04-18 | 1 | -29/+28 |
| * | Revert "reject forward references to functions whose type don't match", becau... | Daniel Dunbar | 2010-04-17 | 1 | -4/+0 |
| * | reject forward references to functions whose type don't match | Chris Lattner | 2010-04-17 | 1 | -0/+4 |
| * | fix PR6332, allowing an index of zero into a zero sized array | Chris Lattner | 2010-04-17 | 1 | -2/+2 |
| * | teach the x86 asm parser how to handle segment prefixes | Chris Lattner | 2010-04-17 | 1 | -12/+17 |
| * | refactor .if handling code a bit. | Chris Lattner | 2010-04-17 | 1 | -52/+23 |
| * | fix PR6858: a dangling pointer use bug which was caused | Chris Lattner | 2010-04-17 | 1 | -1/+8 |
| * | a bunch of cleanups and tweaks, no functionality changes. | Chris Lattner | 2010-04-17 | 1 | -42/+48 |
| * | Fix -Wcast-qual warnings. | Dan Gohman | 2010-04-17 | 4 | -11/+12 |
| * | remove a dead variable, PR6856 | Chris Lattner | 2010-04-17 | 1 | -1/+0 |
| * | Add const qualifiers to TargetLoweringObjectFile usage. | Dan Gohman | 2010-04-17 | 7 | -20/+21 |
| * | Use const_cast instead of a C-style cast to cast away const. | Dan Gohman | 2010-04-17 | 2 | -3/+4 |
| * | Start function numbering at 0. | Dan Gohman | 2010-04-17 | 1 | -1/+2 |
| * | Delete now-unnecessary const_casts. | Dan Gohman | 2010-04-17 | 3 | -12/+11 |
| * | Use cast instead of dyn_cast when assuming success. | Dan Gohman | 2010-04-17 | 1 | -6/+6 |
| * | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman | 2010-04-17 | 66 | -669/+730 |
| * | Move per-function state out of TargetLowering subclasses and into | Dan Gohman | 2010-04-17 | 29 | -174/+350 |
| * | Name these stub files consistently with the SPU and PPC targets' conventions. | Chandler Carruth | 2010-04-17 | 4 | -18/+18 |
| * | a bunch of ssse3 instructions are misencoded to think they have an | Chris Lattner | 2010-04-17 | 1 | -0/+3 |
| * | reenable r101565, removing a problematic assertion. | Chris Lattner | 2010-04-17 | 1 | -2/+0 |
| * | Postra machine licm must add registers defined by loop invariants to *all* of | Evan Cheng | 2010-04-17 | 1 | -48/+23 |
| * | Fix codegen passes. -disable-ssc shouldn't disable postra machine licm. | Evan Cheng | 2010-04-17 | 1 | -5/+11 |
| * | More work to allow dag combiner to promote 16-bit ops to 32-bit. | Evan Cheng | 2010-04-17 | 6 | -52/+188 |
| * | Another 80 col violation. | Evan Cheng | 2010-04-17 | 1 | -1/+2 |
| * | Revise my previous change to ExpandBIT_CONVERT. I hadn't realized that this | Bob Wilson | 2010-04-17 | 1 | -12/+22 |
| * | Re-commit my previous SSAUpdater changes. The previous version naively tried | Bob Wilson | 2010-04-17 | 1 | -179/+434 |
| * | As a temporary workaround for post-RA not handling DebugValue instructions, | Bob Wilson | 2010-04-17 | 1 | -0/+11 |
| * | Revert "Use a simpler data structure to calculate the least recently used reg... | Jakob Stoklund Olesen | 2010-04-17 | 1 | -41/+112 |
| * | disable r101565: an assert is getting triggered. More lurking badness no doubt. | Chris Lattner | 2010-04-17 | 1 | -0/+2 |
| * | add a note | Chris Lattner | 2010-04-16 | 1 | -0/+5 |
| * | Revert 101465, it broke internal OpenGL testing. | Eric Christopher | 2010-04-16 | 41 | -538/+541 |
| * | Add support to emit dwarf ranges. | Devang Patel | 2010-04-16 | 4 | -5/+59 |
| * | Use a simpler data structure to calculate the least recently used register in... | Jakob Stoklund Olesen | 2010-04-16 | 1 | -112/+41 |
| * | Cast to (uint64_t) instead of relying on the "ul" suffix. | Johnny Chen | 2010-04-16 | 1 | -1/+1 |
| * | building on the new CallGraphSCC abstraction, teach CallGraphSCCPassManager | Chris Lattner | 2010-04-16 | 1 | -0/+5 |
| * | Add skeleton target-specific SelectionDAGInfo files. | Dan Gohman | 2010-04-16 | 39 | -0/+676 |
| * | Fixed logic error. Should check Builder for validity before calling SetSession | Johnny Chen | 2010-04-16 | 1 | -3/+2 |
| * | move ReplaceNode out of line, rename scc_iterator::fini -> isAtEnd(). | Chris Lattner | 2010-04-16 | 1 | -5/+15 |
| * | introduce a new CallGraphSCC class, and pass it around | Chris Lattner | 2010-04-16 | 6 | -73/+88 |
| * | Fixed a bug in DisassembleN1RegModImmFrm() where a break stmt was missing for a | Johnny Chen | 2010-04-16 | 3 | -5/+26 |
| * | (i32 sext_in_reg (i32 aext (i16 x)), i16) -> (i32 sext x). No known test case... | Evan Cheng | 2010-04-16 | 1 | -1/+2 |
| * | move PrintCallGraphPass out of the middle of CGPassManager. | Chris Lattner | 2010-04-16 | 1 | -33/+43 |
| * | add a missing break back, patch by Nico Schmidt! | Chris Lattner | 2010-04-16 | 1 | -0/+1 |
| * | Create a new TargetSelectionDAGInfo class. This will eventually acquire | Dan Gohman | 2010-04-16 | 2 | -0/+22 |
| * | Commit this, which should have accompanied 101531. | Dan Gohman | 2010-04-16 | 1 | -1/+2 |
| * | Eliminate an unnecessary SelectionDAG dependency in getOptimalMemOpType. | Dan Gohman | 2010-04-16 | 4 | -13/+13 |