2007-10-19 |
Evan Cheng | Local spiller optimization: |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Bill Wendling | Don't branch fold inline asm statements. |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Duncan Sands | Add support for a few more nodes. |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Dale Johannesen | Redo "last ppc long double fix" as Chris wants. |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Bill Wendling | Removed "-arch i386" by popular demand... |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Bill Wendling | Now with RUN line! |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Bill Wendling | Remove the Foundation.h file because not everyone has... |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Devang Patel | This test now passes. |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Anton Korobeynikov | Update this file for 2.0 syntax. Contributed by Jan... |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Chris Lattner | Fix a really nasty vector miscompilation bill recently... |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Hartmut Kaiser | Updated VC++ build system |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Chris Lattner | rename ExpandOperation to ExpandOperationResult, as... |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Rafael Espindola | split LowerMEMCPY into LowerMEMCPYCall and LowerMEMCPYI... |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Duncan Sands | Support for expanding ADDE and SUBE. |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Duncan Sands | If the value types are equal then this routine |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Rafael Espindola | Test byval with a 8 bit aligned struct |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Rafael Espindola | Add support for byval function whose argument is not... |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Chris Lattner | Implement a few new operations. |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Chris Lattner | Implement expansion of SINT_TO_FP and UINT_TO_FP operands. |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Chris Lattner | implement support for custom expansion of any node... |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Chris Lattner | comment fixes |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Chris Lattner | Make use of TLI.ExpandOperation, remove softfloat stuff. |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Chris Lattner | add expand support for bit_convert result, even allowin... |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Chris Lattner | add a new target hook. |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Chris Lattner | Add an easy microoptimization I noticed. |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Devang Patel | New test. |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Bill Wendling | Negative indices aren't allowed here. |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Dale Johannesen | More ppcf128 issues (maybe the last)? |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Evan Cheng | - Added getOpcodeAfterMemoryUnfold(). It doesn't unfold... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Evan Cheng | Use SmallVectorImpl instead of SmallVector with hardcod... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Devang Patel | Try again. |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Owen Anderson | Allow GVN to eliminate redundant calls to functions... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Christopher... | Add an uppercase conversion utility function. |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Christopher... | Fix a misnamed parameter. |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Christopher... | Fix a typo |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Chris Lattner | Fix PR1735 and Transforms/DeadArgElim/2007-10-18-Vararg... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Bill Wendling | Fix the command line. |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Devang Patel | Fix test. |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Chris Lattner | this doesn't need dynamic_cast. |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Chris Lattner | remove dead file |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Chris Lattner | Reduce reliance on rtti info |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Chris Lattner | fix typo |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Chris Lattner | update comment. |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Chris Lattner | This requires rtti info because tblgen uses commandline, |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Chris Lattner | tblgen uses dynamic_cast heavily, so it needs rtti... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Hartmut Kaiser | Updated VC++ build system |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Gordon Henriksen | Work around downrev gccs which do not inherit visibilit... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Gordon Henriksen | Missing 'public' keyword. |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Bill Wendling | Pointer arithmetic should be done with the index the... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Duncan Sands | Support for ADDC/SUBC. |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Evan Cheng | Really fix PR1734. Carefully track which register uses... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Evan Cheng | Remove unnecessary include. |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Chris Lattner | legalizing the ret operation on f64 shouldn't introduce... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Owen Anderson | Move Split<...>() into DomTreeBase. This should make... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Devang Patel | XFAIL for now. |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Ted Kremenek | Changed the return type of type-specific Allocate(... |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Evan Cheng | Reverting r43070 for now. It's causing llc test failures. |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Bill Wendling | Test to make sure we don't generate unwind info for... |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Ted Kremenek | ImutAVLTree now allocates tree nodes from the BumpPtrAl... |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Ted Kremenek | Removed inclusion of cassert, which is no longer needed. |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Ted Kremenek | Minor cosmetic cleanups in the calculation of alignment... |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Ted Kremenek | Added template function alignof() which provides a... |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Gordon Henriksen | Reverting unnecessary commit of generated files. |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Gordon Henriksen | Switching TargetMachineRegistry to use the new generic... |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Ted Kremenek | Updated StringMap to use llvm::AlignOf to compute the... |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Gordon Henriksen | Ignoring test/Transforms/LoopIndexSplit/Output. |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Ted Kremenek | Added member template functions to MallocAllocator and |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Ted Kremenek | Added llvm::AlignOf, a template class whose purpose... |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Devang Patel | Do not raise free() call that is called through invoke... |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Hartmut Kaiser | Fixed linker errors (unresolved externals: split<>... |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Dan Gohman | Don't mention -enable-unsafe-fp-math in LangRef.html... |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Dan Gohman | Define a helper function ConstantVector::getSplatValue... |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Hartmut Kaiser | Updated VC++ build system. |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Dan Gohman | Add support for ISD::SELECT in SplitVectorOp. |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Duncan Sands | Return Expand from getOperationAction for all extended |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Devang Patel | Apply "Instead of loading small c string constant,... |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Evan Cheng | Apply Chris' suggestions. |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Chris Lattner | Change fp to sint legalization on x86-32 to do 2 x i32 |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Chris Lattner | fix some funny indentation, add comments. |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Evan Cheng | One more extract_subreg coalescing bug fix. |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Evan Cheng | Update comments. |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Evan Cheng | Yet another test case for extract_subreg coalescing... |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Evan Cheng | Fix MergeValueInAsValue(). It allows overlapping live... |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Evan Cheng | Clean up code that calculate MBB live-in's. |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Evan Cheng | Clean up code that calculate MBB live-in's. |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Owen Anderson | Move splitBlock into DomTreeBase from DomTree. |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Devang Patel | Use immediate stores. |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Dale Johannesen | Disable attempts to constant fold PPC f128. |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Owen Anderson | Fix some formatting. |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Evan Cheng | Some clean up. |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Owen Anderson | Template DominatorTreeBase by node type. This is the... |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Evan Cheng | Fix PR1734. |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Dale Johannesen | New test for svn rev 43033, radar 5538745. |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Dale Johannesen | Check for invalid cc's in f80 select. |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Chris Lattner | Fix a bug handling frame references in ppc inline asm... |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Duncan Sands | Document the fact that the verifier currently requires the |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Duncan Sands | Initial infrastructure for arbitrary precision integer |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Duncan Sands | Fixes due to lack of type-safety for ValueType: (1... |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Arnold Schwaighofer | Correction to tail call optimization code. The new... |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Evan Cheng | Code clean up. |
commit | commitdiff | tree | snapshot |
next |