| Commit message (Expand) | Author | Age | Files | Lines |
* | sink the 'name' and 'isdirective' state out of MCSection into its derived cla... | Chris Lattner | 2009-08-08 | 2 | -12/+15 |
* | 1. Make MCSection an abstract class. | Chris Lattner | 2009-08-08 | 1 | -12/+1 |
* | eliminate TargetLoweringObjectFileSparc in favor of a TAI hook. | Chris Lattner | 2009-08-08 | 1 | -1/+1 |
* | Don't build illegal ops in DAGCombiner::SimplifyBinOpWithSameOpcodeHands(). | Jakob Stoklund Olesen | 2009-08-08 | 1 | -1/+3 |
* | ELF improvements: | Bruno Cardoso Lopes | 2009-08-08 | 3 | -58/+94 |
* | Clean out per-function data after the machine code verifier is done with it. | Jakob Stoklund Olesen | 2009-08-08 | 1 | -0/+8 |
* | Update the machine code verifier to keep up with the scavenger. | Jakob Stoklund Olesen | 2009-08-08 | 1 | -12/+22 |
* | Remove RegisterScavenger::isSuperRegUsed(). This completely reverses the mist... | Jakob Stoklund Olesen | 2009-08-08 | 2 | -38/+9 |
* | Simplify RegScavenger::forward a bit more. | Jakob Stoklund Olesen | 2009-08-08 | 1 | -65/+53 |
* | Fix some -Asserts unused variable warnings. | Daniel Dunbar | 2009-08-08 | 2 | -6/+5 |
* | code cleanup | Chris Lattner | 2009-08-07 | 1 | -20/+18 |
* | remove a bunch of now-dead crud from the asmprinter and TAI interfaces. | Chris Lattner | 2009-08-07 | 1 | -32/+0 |
* | Back out some of recent register scavenger change by John Mosby. It broke a n... | Evan Cheng | 2009-08-07 | 1 | -27/+14 |
* | tidy up | Chris Lattner | 2009-08-07 | 1 | -7/+4 |
* | Rewrite previous patch to follow Chris' stylistic | Dale Johannesen | 2009-08-07 | 1 | -14/+22 |
* | Another coalescer bug. When a dead copy is eliminated, transfer the kill to a... | Evan Cheng | 2009-08-07 | 1 | -5/+6 |
* | Update CMake. | Daniel Dunbar | 2009-08-07 | 1 | -1/+0 |
* | Fix a bunch of namespace pollution. | Dan Gohman | 2009-08-07 | 1 | -2/+16 |
* | Fix a typo in a comment. | Dan Gohman | 2009-08-07 | 1 | -1/+1 |
* | Code clean up. | Evan Cheng | 2009-08-07 | 1 | -4/+5 |
* | Added legal stuff, fixed some formatting issues. Removed the graph generator ... | Lang Hames | 2009-08-07 | 10 | -254/+142 |
* | New C++ PBQP solver. Currently about as fast (read _slow_) as the old C based... | Lang Hames | 2009-08-06 | 13 | -1785/+2850 |
* | Fix PR 4626, a crash in branch folding after OptimizeBlock | Dale Johannesen | 2009-08-06 | 1 | -1/+17 |
* | Use stripPointerCasts instead of partially rewriting it. | Dale Johannesen | 2009-08-06 | 1 | -4/+2 |
* | Get rid of RegScavenger::backwards() before the bitrot spreads. | Jakob Stoklund Olesen | 2009-08-06 | 1 | -64/+0 |
* | Reg Scavenging generalization (Thumb support): | John Mosby | 2009-08-06 | 1 | -27/+52 |
* | Add assertion checks after the calls to LowerFormalArguments, LowerCall, | Dan Gohman | 2009-08-06 | 1 | -1/+34 |
* | Remove an over-aggressive assert. Functions with empty struct return | Dan Gohman | 2009-08-06 | 1 | -3/+0 |
* | Fix a few places in DAGCombiner that were creating all-ones-bits | Dan Gohman | 2009-08-06 | 1 | -5/+17 |
* | Privatize the StructType table, which unfortunately involves routing contexts... | Owen Anderson | 2009-08-05 | 1 | -5/+5 |
* | Fix some column padding bugs, reorganize things as suggested by Chris | David Greene | 2009-08-05 | 1 | -2/+16 |
* | remove the 'DataSectionStartSuffix' and 'TextSectionStartSuffix' knobs. | Chris Lattner | 2009-08-05 | 1 | -15/+13 |
* | Rename a variable to make MSVC happy. | Benjamin Kramer | 2009-08-05 | 1 | -3/+3 |
* | Disable stack coloring with register for now. It's not able to set kill markers. | Evan Cheng | 2009-08-05 | 1 | -1/+3 |
* | Another nasty coalescer bug (is there another kind): | Evan Cheng | 2009-08-05 | 1 | -5/+19 |
* | Remove accidental commited comment | Bruno Cardoso Lopes | 2009-08-05 | 1 | -2/+0 |
* | - Remove custom handling of jumptables by the elf writter (this was | Bruno Cardoso Lopes | 2009-08-05 | 5 | -108/+206 |
* | add a temporary hook to allow reuse of the asmprinter from the disassembler. | Chris Lattner | 2009-08-05 | 1 | -0/+3 |
* | Turn some insert_subreg, extract_subreg, subreg_to_reg into implicit_defs. | Evan Cheng | 2009-08-05 | 2 | -5/+28 |
* | One more. Transfer kill of the larger register when lowering an EXTRACT_SUBREG. | Evan Cheng | 2009-08-05 | 1 | -4/+6 |
* | One more place where subreg lowering forgot to transfer undefness. | Evan Cheng | 2009-08-05 | 1 | -3/+6 |
* | Major calling convention code refactoring. | Dan Gohman | 2009-08-05 | 9 | -514/+386 |
* | If the insert_subreg source is <undef>, insert an implicit_def instead of a c... | Evan Cheng | 2009-08-05 | 1 | -2/+8 |
* | Various comment fixes. | Dan Gohman | 2009-08-05 | 1 | -3/+8 |
* | Clean up the handling of two-address operands in RegScavenger. | Jakob Stoklund Olesen | 2009-08-04 | 1 | -12/+3 |
* | Don't give implicit machine operands special treatment in the register scaven... | Jakob Stoklund Olesen | 2009-08-04 | 1 | -5/+2 |
* | rip out SectionEndDirectiveSuffix support, only uses by | Chris Lattner | 2009-08-04 | 1 | -4/+0 |
* | Don't tamper with <undef> operands in MachineInstr::addRegisterKilled. | Jakob Stoklund Olesen | 2009-08-04 | 1 | -3/+1 |
* | LowerSubregsInstructionPass::LowerExtract should not extend the live range of... | Jakob Stoklund Olesen | 2009-08-04 | 1 | -14/+11 |
* | Enforce stricter rules in machine code verifier. | Jakob Stoklund Olesen | 2009-08-04 | 1 | -20/+15 |