| Commit message (Expand) | Author | Age | Files | Lines |
* | Instead of passing in an unsigned value for the optimization level, use an enum, | Bill Wendling | 2009-04-29 | 4 | -9/+17 |
* | Second attempt: | Bill Wendling | 2009-04-29 | 4 | -13/+15 |
* | r70270 isn't ready yet. Back this out. Sorry for the noise. | Bill Wendling | 2009-04-28 | 4 | -15/+13 |
* | Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to | Bill Wendling | 2009-04-28 | 4 | -13/+15 |
* | 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan. | Nate Begeman | 2009-04-27 | 1 | -37/+32 |
* | Revert 69952. Causes testsuite failures on linux x86-64. | Rafael Espindola | 2009-04-24 | 1 | -29/+32 |
* | PR2957 | Nate Begeman | 2009-04-24 | 1 | -32/+29 |
* | Use CHAR_BIT instead of hard-coding 8 in several places where it | Dan Gohman | 2009-04-01 | 1 | -1/+1 |
* | fix warning in -asserts mode. | Chris Lattner | 2009-03-26 | 1 | -4/+3 |
* | CodeGen still defaults to non-verbose asm, but llc now overrides it and defau... | Evan Cheng | 2009-03-25 | 4 | -10/+10 |
* | CellSPU: | Scott Michel | 2009-03-17 | 2 | -16/+16 |
* | CellSPU: | Scott Michel | 2009-03-17 | 5 | -488/+417 |
* | CellSPU: | Scott Michel | 2009-03-16 | 3 | -98/+114 |
* | Fix some significant problems with constant pools that resulted in unnecessar... | Evan Cheng | 2009-03-13 | 1 | -1/+1 |
* | It makes no sense to have a ODR version of common | Duncan Sands | 2009-03-11 | 1 | -2/+1 |
* | Introduce new linkage types linkonce_odr, weak_odr, common_odr | Duncan Sands | 2009-03-07 | 1 | -6/+11 |
* | Fix a bunch of Doxygen syntax issues. Escape special characters, | Dan Gohman | 2009-03-03 | 1 | -1/+1 |
* | Revert BuildVectorSDNode related patches: 65426, 65427, and 65296. | Evan Cheng | 2009-02-25 | 2 | -45/+47 |
* | Overhaul my earlier submission due to feedback. It's a large patch, but most of | Bill Wendling | 2009-02-24 | 3 | -18/+18 |
* | Propagate debug loc info through prologue/epilogue. | Bill Wendling | 2009-02-23 | 1 | -2/+5 |
* | Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTOR | Scott Michel | 2009-02-22 | 2 | -47/+45 |
* | Factor out the code to add a MachineOperand to a MachineInstrBuilder. | Dan Gohman | 2009-02-18 | 1 | -18/+4 |
* | Remove non-DebugLoc versions of BuildMI from Alpha and Cell. | Dale Johannesen | 2009-02-13 | 2 | -24/+28 |
* | Eliminate a couple of non-DebugLoc BuildMI variants. | Dale Johannesen | 2009-02-12 | 1 | -2/+4 |
* | Move debug loc info along when the spiller creates new instructions. | Bill Wendling | 2009-02-12 | 1 | -16/+24 |
* | Turns out AnalyzeBranch can modify the mbb being analyzed. This is a nasty | Evan Cheng | 2009-02-09 | 2 | -3/+6 |
* | Use getDebugLoc forwarder instead of getNode()->getDebugLoc. | Dale Johannesen | 2009-02-07 | 1 | -2/+2 |
* | Needs this file too. | Dale Johannesen | 2009-02-07 | 1 | -1/+1 |
* | Get rid of the last non-DebugLoc versions of getNode! | Dale Johannesen | 2009-02-07 | 1 | -3/+3 |
* | Remove more non-DebugLoc versions of getNode. | Dale Johannesen | 2009-02-06 | 1 | -37/+49 |
* | Move getPointerRegClass from TargetInstrInfo to TargetRegisterInfo. | Evan Cheng | 2009-02-06 | 4 | -12/+11 |
* | Get rid of one more non-DebugLoc getNode and | Dale Johannesen | 2009-02-06 | 3 | -131/+150 |
* | Remove non-DebugLoc forms of CopyToReg and CopyFromReg. | Dale Johannesen | 2009-02-04 | 1 | -35/+41 |
* | Remove non-DebugLoc versions of getLoad and getStore. | Dale Johannesen | 2009-02-04 | 2 | -43/+54 |
* | Remove some more non-DebugLoc versions of construction | Dale Johannesen | 2009-02-04 | 1 | -23/+25 |
* | Make LowerCallTo and LowerArguments take a DebugLoc | Dale Johannesen | 2009-01-30 | 1 | -1/+2 |
* | Rename getAnalysisToUpdate to getAnalysisIfAvailable. | Duncan Sands | 2009-01-28 | 1 | -2/+2 |
* | CellSPU: | Scott Michel | 2009-01-26 | 6 | -70/+75 |
* | Untabify code. | Scott Michel | 2009-01-26 | 6 | -49/+49 |
* | CellSPU: | Scott Michel | 2009-01-26 | 6 | -231/+468 |
* | fix warning in release-asserts mode and spelling of assert. | Chris Lattner | 2009-01-21 | 1 | -3/+2 |
* | CellSPU: | Scott Michel | 2009-01-21 | 8 | -130/+313 |
* | Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi... | Evan Cheng | 2009-01-20 | 2 | -7/+9 |
* | Generalize the HazardRecognizer interface so that it can be used | Dan Gohman | 2009-01-15 | 3 | -11/+14 |
* | Add the private linkage. | Rafael Espindola | 2009-01-15 | 1 | -3/+4 |
* | Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph | Dan Gohman | 2009-01-15 | 1 | -1/+1 |
* | - Convert remaining i64 custom lowering into custom instruction emission | Scott Michel | 2009-01-15 | 7 | -185/+333 |
* | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands | 2009-01-12 | 1 | -1/+1 |
* | Removed trailing whitespace from Makefiles. | Misha Brukman | 2009-01-09 | 2 | -2/+2 |
* | Convert DwarfWriter into a pass. | Devang Patel | 2009-01-08 | 1 | -7/+9 |