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 |
2007-10-16 |
Chris Lattner | implement promotion of select and select_cc, allowing... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Dan Gohman | Teach IntrinsicLowering.cpp about the sin, cos, and... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Evan Cheng | Make CalcLatency() non-recursive. |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Dan Gohman | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Dan Gohman | Document the -view-sunit-dags option. |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Dan Gohman | Document the new llvm.sin, llvm.cos, and llvm.pow intri... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Chris Lattner | Change LowerFP_TO_SINT to create the specific code... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Evan Cheng | LowerFP_TO_SINT must not create a stack object if it... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Devang Patel | Add removeModuleProvider() |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Dan Gohman | Reapply the fix in 42908 for this file. This changes... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Ted Kremenek | Fixed incorrect renaming of method name (forgot two... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Ted Kremenek | Added more doxygen comments. |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Evan Cheng | Fix PR1729: watch out for val# with no def. |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Chris Lattner | Move CreateStackTemporary out to SelectionDAG |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Chris Lattner | add a new CreateStackTemporary helper method. |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Chris Lattner | implement promotion of BR_CC operands, fixing bisort... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Chris Lattner | updates from duncan |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Tanya Lattner | Fix run line. |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Devang Patel | New test. |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Devang Patel | Achieve same result but use fewer lines of code. |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Neil Booth | Fast-track obviously over-large and over-small exponent... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Duncan Sands | Fix some typos. Call getTypeToTransformTo rather than |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Chris Lattner | One mundane change: Change ReplaceAllUsesOfValueWith... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Chris Lattner | One xform performed by LegalizeDAG is transformation... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Chris Lattner | avoid an APFloat copy. |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Chris Lattner | Add a (disabled by default) way to view the ID of a... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Chris Lattner | remove dead enum, make setNodeId public. |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Chris Lattner | Fix 80 col violation |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Dale Johannesen | Handle PPC long double in CBackend. |
commit | commitdiff | tree | snapshot |
2007-10-14 |
Chris Lattner | remove misleading comment. |
commit | commitdiff | tree | snapshot |
2007-10-14 |
Chris Lattner | If a target doesn't have HasMULHU or HasUMUL_LOHI,... |
commit | commitdiff | tree | snapshot |
2007-10-14 |
Neil Booth | Consolidate logic for creating NaNs. Silence compiler... |
commit | commitdiff | tree | snapshot |
2007-10-14 |
Neil Booth | Whether arithmetic is supported is a property of the... |
commit | commitdiff | tree | snapshot |
2007-10-14 |
Neil Booth | Separate out parsing of decimal number. Use this to... |
commit | commitdiff | tree | snapshot |
2007-10-14 |
Evan Cheng | New test case. |
commit | commitdiff | tree | snapshot |
2007-10-14 |
Evan Cheng | Unbreak x86-64. |
commit | commitdiff | tree | snapshot |
2007-10-14 |
Evan Cheng | When coalescing an EXTRACT_SUBREG and the dst register... |
commit | commitdiff | tree | snapshot |
2007-10-14 |
Evan Cheng | Revert 42908 for now. |
commit | commitdiff | tree | snapshot |
2007-10-14 |
Dale Johannesen | Fix type mismatch error in PPC Altivec (only causes |
commit | commitdiff | tree | snapshot |
2007-10-14 |
Dale Johannesen | Disable some compile-time optimizations on PPC |
commit | commitdiff | tree | snapshot |
2007-10-14 |
Gordon Henriksen | Fixing a typo. Found by Kevin André! |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Duncan Sands | Clarify that fastcc has a problem with nested function |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Chris Lattner | Enhance the truncstore optimization code to handle... |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Chris Lattner | Add a simple optimization to simplify the input to |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Neil Booth | If the power of 5 is exact, and the reciprocal exact... |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Evan Cheng | Fix test case. |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Evan Cheng | New tests. |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Evan Cheng | Local spiller optimization: |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Evan Cheng | Change unfoldMemoryOperand(). User is now responsible... |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Evan Cheng | Optionally create a MachineInstr without default implic... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Arnold Schwaighofer | Correcting the corrections. Bad bad baaad emacs! |
commit | commitdiff | tree | snapshot |
next |