2008-01-31 |
Anton Korobeynikov | Add convenient std::string helpers to StringMap. Patch... |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Evan Cheng | Revert 46556 and 46585. Dan please fix the PseudoSource... |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Dale Johannesen | Chris' change to print an approximation to long doubles |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Anton Korobeynikov | Reapply the patch with fix. |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Chris Lattner | revert anton's recent stringmap patch, which breaks... |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Anton Korobeynikov | Make StringMap to be more STL'ish. Patch by Mikhail... |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Anton Korobeynikov | Whitespace cleanup |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Evan Cheng | Add a comment for a nasty short term hack. |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Evan Cheng | Add an extra operand to LABEL nodes which distinguishes... |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Christopher... | Allow ComplexExpressions in InstrInfo.td files to be... |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Christopher... | Add more thorough error checking for NULL register... |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Evan Cheng | Add x86 specific getFrameIndexOffset(). This fixes... |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Evan Cheng | MRegisterInfo::getLocation() is a really bad idea.... |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Evan Cheng | Makes the same change in ppc backend: avoid inserting... |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Dan Gohman | Avoid unnecessarily casting away const, fixing a FIXME. |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Dan Gohman | Avoid unnecessarily casting away const. |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Dan Gohman | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Dan Gohman | Rename ISD::FLT_ROUNDS to ISD::FLT_ROUNDS_ to avoid... |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Evan Cheng | Also avoid adding callee save code before debug labels. |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Dan Gohman | Create a new class, MemOperand, for describing memory... |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Evan Cheng | Fixed a bug in MergeValueInAsValue() pointed out by... |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Evan Cheng | Treat the label for the first @llvm.dbg.stoppoint the... |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Dale Johannesen | Adjust loop per review feedback. |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Evan Cheng | A semi-gross fix for a debug info issue. When inserting... |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Devang Patel | Supply appropriate arch info to darwin assembler. |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Dale Johannesen | Accept getelementptr starting at GV with all 0 indices... |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Devang Patel | Always put version numbers at the end because they... |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Evan Cheng | Even though InsertAtEndOfBasicBlock is an ugly hack... |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Devang Patel | Enable exception handling if it is supported. |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Dan Gohman | Add a new PseudoSourceValue class, which will be used... |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Nick Lewycky | Remove a couple more cases of "getNumUses() == 0".... |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Nick Lewycky | Use empty() instead of comparing size() with zero. |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Nick Lewycky | Don't DCE FreeInst's. We were using those! Patch from... |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Tanya Lattner | Pointers change size depending upon the target. Remove... |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Evan Cheng | Skip over the label which marks the beginning of the... |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Scott Michel | Back out mods to llvmAsmParser, incorrectly committed |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Scott Michel | More cleanups for CellSPU: |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Owen Anderson | Make DSE much more aggressive by performing DCE earlier... |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Owen Anderson | Fix an issue where, under very specific circumstances... |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Chris Lattner | Fix a bug where scalarrepl would discard offset if... |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Dan Gohman | Factor the addressing mode and the load/store VT out... |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Evan Cheng | Work in progress. This patch *fixes* x86-64 calls which... |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Evan Cheng | Update this test case. |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Duncan Sands | When expanding an operand, it's not the result value |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Chris Lattner | Don't let globalopt hack on volatile loads or stores. |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Ted Kremenek | Altered ctor for APSInt to accept an optional "isUnsign... |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Dan Gohman | Use empty() instead of comparing size() with zero. |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Dan Gohman | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Dan Gohman | Update this file for 2.0 syntax. |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Dan Gohman | Add comments describing what the loop depth values... |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Dan Gohman | Fix 80-col violations. |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Dan Gohman | Remove top-level const qualifiers from casts, avoiding... |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Dan Gohman | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Dan Gohman | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Dan Gohman | Add explicit keywords. |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Chris Lattner | llvm.sqrt(-0.0) is defined. |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Chris Lattner | eliminate additions of 0.0 when they are obviously... |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Owen Anderson | Add a testcase for eliminating memcpy's at the end... |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Chris Lattner | Add target triples to these so they don't fail on linux. |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Duncan Sands | Use getPreferredAlignmentLog or getPreferredAlignment |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Owen Anderson | Add support for eliminating memcpy's at the end of... |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Duncan Sands | This would be better done as an executable test. |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Duncan Sands | After recent changes we fail to optimize this test |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Owen Anderson | RegAllocBigBlock doesn't need LiveVariables either. |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Scott Michel | Fix to bug 1951: tblgen gratuitously renames variables... |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Nate Begeman | Properly expand extract-element for non-power-of-2... |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Dale Johannesen | Handle 'X' constraint in asm's better. |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Devang Patel | Filter loops that subtract induction variables. |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Scott Michel | Overhaul Cell SPU's addressing mode internals so that... |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Devang Patel | New test. |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Bill Wendling | Add test to make sure that #pragma mark/error doesn... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Ted Kremenek | Added destructor for template class FoldingSetNodeWrapper. |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Lauro Ramos... | Simplify the code and fix a typo. |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Duncan Sands | Pure/const functions with ByVal parameters cannot |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Lauro Ramos... | Fix fpcmp infinite loop when comparing "29-266" with... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Chris Lattner | this test is now compiled into the right thing. |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Duncan Sands | Unbreak builds with differing object and source |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Duncan Sands | Make this more likely to be passed byval. |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Bill Wendling | If the function has no machine instructions, then emit... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Chris Lattner | Transform calls to memcpy into llvm.memcpy calls, patch... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Chris Lattner | reduce duplicate -I flags passed to the compiler, clean... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Nick Lewycky | Handle some more combinations of extend and icmp. Fixes... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Chris Lattner | Fix PR1932 by disabling an xform invalid for fdiv. |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Chris Lattner | make handling of overflow and undefined results much... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Chris Lattner | Fix PR1938 by forcing the code that uses an undefined... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Chris Lattner | Always for PACKAGEVERSION to 'mainline' for teh llvm... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Chris Lattner | Fix PowerPC/./2007-10-18-PtrArithmetic.ll |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Chris Lattner | Update this test. Due to dag combiner improvements... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Chris Lattner | fix a crash on CodeGen/X86/vector-rem.ll |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Chris Lattner | Add support for frameworks. Patch by Shantonu Sen! |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Owen Anderson | Reg alloc doesn't really need LiveVariables. |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Owen Anderson | Fixes for BreakCriticalMachineCodeEdge by Fernando. |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Nick Lewycky | Be more careful modifying the use_list while also itera... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Duncan Sands | Revert r46393: readonly/readnone functions are no |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Chris Lattner | Implement some dag combines that allow doing fneg/fabs... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Chris Lattner | Use fldz and fld1 for long double constants instead... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Chris Lattner | make isExactlyValue work for long double. |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Bill Wendling | The CorrelatedExpressions pass is now no more. |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Bill Wendling | The CorrelatedExpressionElimination pass is known to... |
commit | commitdiff | tree | snapshot |
next |