2008-07-13 |
Duncan Sands | Fix comment. |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Chris Lattner | Fix PR2231 - opt -internalize -std-compile-opts should... |
commit | commitdiff | tree | snapshot |
2008-07-13 |
Cedric Venet | Remove deleted files from VC++ project. |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Ted Kremenek | Inline typedef for alist_iterator::pointer to work... |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Nick Lewycky | Stop creating extraneous smax/umax in SCEV. This remove... |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Nick Lewycky | operator[] is not defined for list::iterator. Overload... |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Nick Lewycky | Enhance analysis of srem. |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Evan Cheng | Implement llvm.atomic.cmp.swap.i32 on PPC. Patch by... |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Evan Cheng | Typos. |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Evan Cheng | Fix PR2536: a nasty spiller bug. If a two-address instr... |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Evan Cheng | Back out 53476 and 53480 for now. Somehow they cause... |
commit | commitdiff | tree | snapshot |
2008-07-12 |
Dan Gohman | Add a utility function to MachineInstr for testing... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Dan Gohman | Fix spelling of "hierarchy" in comments. |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Dan Gohman | Fix typos in comments. |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Dan Gohman | Include a frame index in the "fixed stack" pseudo sourc... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Ted Kremenek | Minor tweaks to the ImmutableList iterator interface. |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Bill Wendling | Porting r53478 into mainline: |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Dan Gohman | Fix an obsolete top-level comment. |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Dan Gohman | Factor out debugging code into the common base class. |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Dan Gohman | Add support for putting NamedRegionTimers in TimerGroup... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Dan Gohman | Use find instead of lower_bound. |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Chris Lattner | add support for returning i128, PR2532. |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Dan Gohman | Trim unnecessary #includes. |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Owen Anderson | Don't call lookupNumber more than we have to. |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Duncan Sands | Remove an apparently useless routine: there should |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Duncan Sands | It is pointless to turn a UINT_TO_FP into an |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Duncan Sands | Add two missing SINT_TO_FP libcalls. |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Duncan Sands | Port a shift-by-1 optimization from LegalizeDAG: it |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Duncan Sands | Add support for 128 bit shifts and 32 bit shifts |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Nick Lewycky | Document 'mask' in this calculation. |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Duncan Sands | Align comments, colons and cases. Remove trailing |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Nick Lewycky | Remove misleading constant from comment. |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Nick Lewycky | Add another optimization from PR2330. Also catch some... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Bill Wendling | The frame address on an x86-64 box needs to be offset... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Chris Lattner | a missed optimization that Eli spotted |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Chris Lattner | another bug in the same line. |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Chris Lattner | fix a bug spotted by Eli's eagle eyes |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Chris Lattner | simplify and merge a bunch of code. Instead of compari... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Chris Lattner | fold away (x <= cst) earlier, allowing us to not have to |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Chris Lattner | Fix folding of icmp's of i1 where the comparison is... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Chris Lattner | Fix a bogus optimization: folding (slt (zext i1 A to... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Chris Lattner | make this condition more precise. |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Chris Lattner | regenerate |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Chris Lattner | Implement PR2538 |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Chris Lattner | Fix a bug in the soft-float handling of FCOPYSIGN that... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Chris Lattner | make legalize types be a command line option: -enable... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Ted Kremenek | Make typedef public to make MSVC++ happy. |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Ted Kremenek | Make some typedefs public to make MSVC++ happy. |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Ted Kremenek | Make typedefs in ilist public (Visual C++ errors out... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Bill Wendling | Pull r53428 from Gaz into mainline: |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Ted Kremenek | Added ImmutableMap constructor that accepts a const... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Bill Wendling | Put CPPBackend tests into their own directory and run... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Dan Gohman | Tidy up #includes. |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Dan Gohman | Add a SubclassData field to SDNode, similar to what... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Dan Gohman | Fix a copy+pasto in an assertion string. |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Dan Gohman | Stack objects have nonnegative indices, not just positi... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Dan Gohman | Escape the graph name. This unbreaks -view-cfg. |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Dan Gohman | Remove this file; the code that it went with is no... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Dan Gohman | Make stack slot coloring's debug output more consistent... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Evan Cheng | Change StackSlotForVirtReg (which maps vregs to frame... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Chris Lattner | Remove extraneous vertical whitespace before Eric gets... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Chris Lattner | Fix an altivec constant miscompilation that Duncan... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Duncan Sands | Add support for 128 bit multiplicative operations. |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Duncan Sands | Add a mysteriously missing libcall, FPTOSINT_F80_I32. |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Duncan Sands | Fix a FIXME: use an apint in CTTZ legalization. |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Duncan Sands | Remove PromoteIntRes_FP_ROUND - not sure what it |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Duncan Sands | Make sure the alignment of the temporary created |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Duncan Sands | Make the LegalizeType method naming scheme more regular. |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Duncan Sands | Don't barf when dumping a constant that contains |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Duncan Sands | Correct a comment. |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Matthijs Kooijman | Restructure dead argument elimination, try #3 :-) |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Evan Cheng | - Change the horrible N^2 isRegReDefinedByTwoAddr.... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Nick Lewycky | Fix overzealous optimization. Thanks to Duncan Sands... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Owen Anderson | Use DenseMap instead of std::map in local register... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Owen Anderson | Fix 403.gcc. Finally got the check for two-address... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Owen Anderson | Fix the build by adding a #include. |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Chris Lattner | The source and dest of an alias are *not* required... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Evan Cheng | Fix for PR2472. Use movss to set lower 32-bits of a... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Chris Lattner | open plugins with RTLD_GLOBAL, pointed out by Bram... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Chris Lattner | SImplify ConstantVector::get a bit and make it turn... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Chris Lattner | Fix a case where vector comparison constant folding... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Chris Lattner | add a helper method for code that wants to handle vector |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Chris Lattner | add a helper method for code that wants to handle vector |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Chris Lattner | elementwise comparison of vector constants was complete... |
commit | commitdiff | tree | snapshot |
2008-07-10 |
Evan Cheng | - Replace use of std::map<std::string, ..> with StringM... |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Owen Anderson | Revert r53367, which was breaking things. |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Dan Gohman | Simplify hasNUsesOfValue and hasAnyUsesOfValue even... |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Dan Gohman | hasAnyUseOfValue can check SDUse nodes of its users... |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Dan Gohman | Move MemoryVT out of LSBaseNode into MemSDNode, allowin... |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Anton Korobeynikov | Remove a FIXME: we really need to use const_data sectio... |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Evan Cheng | Avoid creating expensive comment string if it's not... |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Anton Korobeynikov | Add FIXME for future checking. |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Owen Anderson | Loosen our check here. Local regalloc only cares that... |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Dale Johannesen | Remove extra call to DW.SetModuleInfo on Linux. |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Dale Johannesen | Emit debug info for data-only files on Cell SPU. |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Dale Johannesen | Emit debug into for data-only files for Linux PPC. |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Dan Gohman | Move the IsVolatile and SVOffset fields into the MemSDN... |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Dale Johannesen | Emit debug info for data-only files. ARM version. |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Owen Anderson | Don't use an expensive check for two-address-ness when... |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Dale Johannesen | Emit debug info for data-only files. This version |
commit | commitdiff | tree | snapshot |
next |