2007-10-22 |
Evan Cheng | Fix an unfolding bug. |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Evan Cheng | - Only perform the unfolding optimization when the... |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Chris Lattner | add a mechanism for the JIT to invoke a function to... |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Chris Lattner | llvm-gcc3 is dead, along with it __main. |
commit | commitdiff | tree | snapshot |
2007-10-21 |
Anton Korobeynikov | Reg2Mem cleanup and optimizations: |
commit | commitdiff | tree | snapshot |
2007-10-21 |
Chris Lattner | LoadLibraryPermanently doesn't throw. |
commit | commitdiff | tree | snapshot |
2007-10-21 |
Chris Lattner | Add a convenience method for creating EE's. |
commit | commitdiff | tree | snapshot |
2007-10-21 |
Dale Johannesen | Allow for copysign having f80 second argument. |
commit | commitdiff | tree | snapshot |
2007-10-20 |
Chris Lattner | Add promote operand support for [su]int_to_fp. |
commit | commitdiff | tree | snapshot |
2007-10-20 |
Owen Anderson | Some improvements based on feedback from Anders. |
commit | commitdiff | tree | snapshot |
2007-10-20 |
Owen Anderson | Fix some weird indenting in code. |
commit | commitdiff | tree | snapshot |
2007-10-20 |
Owen Anderson | Use getOrInsertFunction() in tutorial 1. This makes... |
commit | commitdiff | tree | snapshot |
2007-10-20 |
Owen Anderson | Add the beginnings of an LLVM tutorial. If anyone... |
commit | commitdiff | tree | snapshot |
2007-10-20 |
Chris Lattner | Add result promotion of FP_TO_*INT, fixing CodeGen... |
commit | commitdiff | tree | snapshot |
2007-10-20 |
Chris Lattner | simplify some code. |
commit | commitdiff | tree | snapshot |
2007-10-20 |
Chris Lattner | Implement promote and expand for operands of memcpy... |
commit | commitdiff | tree | snapshot |
2007-10-20 |
Evan Cheng | Added missing curly braces which renders the if clause... |
commit | commitdiff | tree | snapshot |
2007-10-20 |
Dale Johannesen | Fix a few places vector operations were not getting |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Evan Cheng | Resolve unfold tables ambiguity. |
commit | commitdiff | tree | snapshot |
2007-10-19 |
Evan Cheng | New test case. |
commit | commitdiff | tree | snapshot |
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 |
next |