- c69d56f r70270 isn't ready yet. Back this out. Sorry for the noise. by Bill Wendling · 16 years ago
- 2e9d5f9 Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to by Bill Wendling · 16 years ago
- 9008ca6 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan. by Nate Begeman · 16 years ago
- 15684b2 Revert 69952. Causes testsuite failures on linux x86-64. by Rafael Espindola · 16 years ago
- b706d29 PR2957 by Nate Begeman · 16 years ago
- de551f9 Use CHAR_BIT instead of hard-coding 8 in several places where it by Dan Gohman · 16 years ago
- e7fa1f2 fix warning in -asserts mode. by Chris Lattner · 16 years ago
- 42bf74b CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose. by Evan Cheng · 16 years ago
- a82d3f7 CellSPU: Revert inadvertent mis-fix of fneg. by Scott Michel · 16 years ago
- 7ea02ff CellSPU: by Scott Michel · 16 years ago
- 6e1d147 CellSPU: by Scott Michel · 16 years ago
- 1606e8e Fix some significant problems with constant pools that resulted in unnecessary paddings between constant pool entries, larger than necessary alignments (e.g. 8 byte alignment for .literal4 sections), and potentially other issues. by Evan Cheng · 16 years ago
- 4dc2b39 It makes no sense to have a ODR version of common linkage, so remove it. by Duncan Sands · 16 years ago
- 667d4b8 Introduce new linkage types linkonce_odr, weak_odr, common_odr by Duncan Sands · 16 years ago
- 0f8b53f Fix a bunch of Doxygen syntax issues. Escape special characters, by Dan Gohman · 16 years ago
- a87008d Revert BuildVectorSDNode related patches: 65426, 65427, and 65296. by Evan Cheng · 16 years ago
- 57f0db8 Overhaul my earlier submission due to feedback. It's a large patch, but most of by Bill Wendling · 16 years ago
- ef4cfc7 Propagate debug loc info through prologue/epilogue. by Bill Wendling · 16 years ago
- 4214a55 Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTOR by Scott Michel · 16 years ago
- 9735761 Factor out the code to add a MachineOperand to a MachineInstrBuilder. by Dan Gohman · 16 years ago
- 01b36e6 Remove non-DebugLoc versions of BuildMI from Alpha and Cell. by Dale Johannesen · 17 years ago
- 21b5541 Eliminate a couple of non-DebugLoc BuildMI variants. Modify callers. by Dale Johannesen · 17 years ago
- d1c321a Move debug loc info along when the spiller creates new instructions. by Bill Wendling · 17 years ago
- dc54d31 Turns out AnalyzeBranch can modify the mbb being analyzed. This is a nasty by Evan Cheng · 17 years ago
- 6f38cb6 Use getDebugLoc forwarder instead of getNode()->getDebugLoc. by Dale Johannesen · 17 years ago
- 0469280 Needs this file too. by Dale Johannesen · 17 years ago
- b300d2a Get rid of the last non-DebugLoc versions of getNode! by Dale Johannesen · 17 years ago
- de06470 Remove more non-DebugLoc versions of getNode. by Dale Johannesen · 17 years ago
- 770bcc7 Move getPointerRegClass from TargetInstrInfo to TargetRegisterInfo. by Evan Cheng · 17 years ago
- ed2eee6 Get rid of one more non-DebugLoc getNode and by Dale Johannesen · 17 years ago
- a05dca4 Remove non-DebugLoc forms of CopyToReg and CopyFromReg. Adjust callers. by Dale Johannesen · 17 years ago
- 33c960f Remove non-DebugLoc versions of getLoad and getStore. by Dale Johannesen · 17 years ago
- f5d9789 Remove some more non-DebugLoc versions of construction by Dale Johannesen · 17 years ago
- 7d2ad62 Make LowerCallTo and LowerArguments take a DebugLoc by Dale Johannesen · 17 years ago
- 1465d61 Rename getAnalysisToUpdate to getAnalysisIfAvailable. by Duncan Sands · 17 years ago
- 9de57a9 CellSPU: - Update DWARF debugging support. by Scott Michel · 17 years ago
- 19c10e6 Untabify code. by Scott Michel · 17 years ago
- c9c8b2a CellSPU: by Scott Michel · 17 years ago
- 0f2d995 fix warning in release-asserts mode and spelling of assert. by Chris Lattner · 17 years ago
- d1e8d9c CellSPU: by Scott Michel · 17 years ago
- 04ee5a1 Change TargetInstrInfo::isMoveInstr to return source and destination sub-register indices as well. by Evan Cheng · 17 years ago
- fc54c55 Generalize the HazardRecognizer interface so that it can be used by Dan Gohman · 17 years ago
- bb46f52 Add the private linkage. by Rafael Espindola · 17 years ago
- 79ce276 Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph by Dan Gohman · 17 years ago
- 94bd57e - Convert remaining i64 custom lowering into custom instruction emission by Scott Michel · 17 years ago
- ceb4d1a Rename getABITypeSize to getTypePaddedSize, as suggested by Chris. by Duncan Sands · 17 years ago
- 9b8f542 Removed trailing whitespace from Makefiles. by Misha Brukman · 17 years ago
- eb3fc28 by Devang Patel · 17 years ago
- 93c65c8 Fix off-by-one error in traversing an array; this fixes a test. by Misha Brukman · 17 years ago
- 21213e7 CellSPU: by Scott Michel · 17 years ago
- 939e3a7 CellSPU: Update the README by Scott Michel · 17 years ago
- dd95009 CellSPU: by Scott Michel · 17 years ago
- d68a076 Tidy up #includes, deleting a bunch of unnecessary #includes. by Dan Gohman · 17 years ago
- 1c7a81b CellSPU: by Scott Michel · 17 years ago
- ed741dd CellSPU: by Scott Michel · 17 years ago
- 52d0001 CellSPU: by Scott Michel · 17 years ago
- 9bd7a37 - Make copyRegToReg use the "LR" assembler synonym for "OR". Makes finding by Scott Michel · 17 years ago
- 5480c04 Fix PR3274: when promoting the condition of a BRCOND node, by Duncan Sands · 17 years ago
- 02d711b - Start moving target-dependent nodes that could be represented by an by Scott Michel · 17 years ago
- e9dd47a Fixed spelling, removed trailing whitespace. by Misha Brukman · 17 years ago
- 1df30c4 - Various '#if 0' cleanups. by Scott Michel · 17 years ago
- f0569be - Remove Tilmann's custom truncate lowering: it completely hosed over by Scott Michel · 17 years ago
- aedc637 CellSPU: by Scott Michel · 17 years ago
- e07d3de CellSPU: by Scott Michel · 17 years ago
- cc18827 CellSPU: Fix bug 3055 by Scott Michel · 17 years ago
- 23f2ff7 Missing closing brace and reverse conditional condition on NDEBUG by Scott Michel · 17 years ago
- d021901 This code is apparently quite confused. In the meantime, by Chris Lattner · 17 years ago
- 30ee7df CellSPU: by Scott Michel · 17 years ago
- c54baa2 Split foldMemoryOperand into public non-virtual and protected virtual by Dan Gohman · 17 years ago
- 15511cf Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning. by Dan Gohman · 17 years ago
- b30e8f6 CellSPU: by Scott Michel · 17 years ago
- 1a6cdb6 CellSPU: by Scott Michel · 17 years ago
- aaffa05 There are no longer any places that require a by Duncan Sands · 17 years ago
- 1607f05 Change the interface to the type legalization method by Duncan Sands · 17 years ago
- 18fae69 CellSPU: by Scott Michel · 17 years ago
- 50843c0 CellSPU: Relax constraints on when to generate a X-form address, evidently by Scott Michel · 17 years ago
- 662165d CellSPU: Fix mnemonic typo in pattern; "shlqbyi" -> "shlqby". by Scott Michel · 17 years ago
- 045a145 CellSPU: by Scott Michel · 17 years ago
- 104de43 CellSPU: by Scott Michel · 17 years ago
- 027fdbe Move target independent td files from lib/Target/ to include/llvm/Target so they can be distributed along with the header files. by Evan Cheng · 17 years ago
- 0322808 Rename SetCCResultContents to BooleanContents. In by Duncan Sands · 17 years ago
- 7a1c9e9 CellSPU: Fix bug 3056. Varadic extract_element was not implemented (nor was it by Scott Michel · 17 years ago
- 9c0c6b2 CellSPU: by Scott Michel · 17 years ago
- dc91bea CellSPU: by Scott Michel · 17 years ago
- 4379efc CellSPU: Custom lower truncating stores of i8 to i1 (should not have been by Scott Michel · 17 years ago
- a0e5769 CellSPU: Adjust spacing/tabulation by Scott Michel · 17 years ago
- 343f0c0 Experimental post-pass scheduling support. Post-pass scheduling by Dan Gohman · 17 years ago
- 719b0e1 CellSPU: Do not custom lower i1 stores, rely on type legalization to do the by Scott Michel · 17 years ago
- 430a555 Temporary check-in for Duncan to demonstrate CellSPU store problem. by Scott Michel · 17 years ago
- cbad42c Add more const qualifiers. This fixes build breakage from r59540. by Dan Gohman · 17 years ago
- 92adc19 Adds extern "C" ints to the .cpp files that use RegisterTarget, as by Oscar Fuentes · 17 years ago
- 19fd42a Unbreak the buildbot and back out (inadvertant) casting edits in CellSPU by Scott Michel · 17 years ago
- 73ce1c5 CellSPU: Fix bug 3606, as well as some ongoing work. by Scott Michel · 17 years ago
- b5b9252 CMake: corrected library target name for dependency: LLVMCellSPU -> by Oscar Fuentes · 17 years ago
- a4dd926 CMake: Reflected changes on the CellSPU target build. May require a clean start. by Oscar Fuentes · 17 years ago
- eed0ec7 Fixed a pasto. by Oscar Fuentes · 17 years ago
- 73655bc CellSPU: Bring SPU's assembly printer more in-line with current LLVM code by Scott Michel · 17 years ago
- 771138c CellSPU: Fix prologue/epilogue emission when function contains calls but by Scott Michel · 17 years ago
- d9890de CellSPU: Ensure that C strings are always put in the .rodata section by Scott Michel · 17 years ago
- d03eeaf Teach CellSPU about ELF sections and new section emitter classes. by Scott Michel · 17 years ago