summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Really fix the fall-through logic.Rafael Espindola2011-06-12
* Fix silly bug I introduce in the previous commit. Fixes debug builds.Rafael Espindola2011-06-12
* AnalyzeBranch doesn't change which successors a bb has, just the orderRafael Espindola2011-06-12
* Put FrameSetup flag on x86 instructions that set up the call frame. NoCharles Davis2011-06-12
* Revert r132871.Chad Rosier2011-06-11
* Typo.Chad Rosier2011-06-11
* Make sure to pass OpFlags into MachineInstrBuilder::addExternalSymbol; theEli Friedman2011-06-11
* Branch profiling: floating-point avoidance.Andrew Trick2011-06-11
* Add full x86 fast-isel support for memcpy and memset.Eli Friedman2011-06-10
* 80-col cleanups.Eric Christopher2011-06-10
* Initialize BasicAA's AliasCache to set it to use fewer buckets byDan Gohman2011-06-10
* Removed tabs. Also fixed my editor...Rafael Espindola2011-06-10
* Provide an ARMCCState subclass of CCState so that ARM clients will always setCameron Zwarich2011-06-10
* Rename the ParmContext enum values to make a bit more sense and add a smallCameron Zwarich2011-06-10
* Remove tabs.Cameron Zwarich2011-06-10
* Remove a pointless const_cast.Cameron Zwarich2011-06-10
* Remove duplicated test.Rafael Espindola2011-06-10
* PR10092 (second try): Don't crash on a load without a momoperand; fast-isel c...Eli Friedman2011-06-10
* Ensure that EmitGlobalVariable is correctly differentiating between declarationsChad Rosier2011-06-10
* Make the optional verification step more strict.Rafael Espindola2011-06-09
* Avoid a gcc warning about multiline comments.Rafael Espindola2011-06-09
* On last fix to the early tail duplication.Rafael Espindola2011-06-09
* Chris fixed this README a while back by changing how clang generates code for...Eli Friedman2011-06-09
* Also consider phi nodes when deciding if a register is live out.Rafael Espindola2011-06-09
* A CCState was being created without setting whether it is in the Call or Prol...Cameron Zwarich2011-06-09
* Change this DAGCombine to build AND of SHR instead of SHR of AND; this matche...Eli Friedman2011-06-09
* AnalyzeBranch modifies the bb, but we don't want to modify a bb withRafael Espindola2011-06-09
* A PHI in this basic block is a use in another basic block.Rafael Espindola2011-06-09
* When deleting a basic block, remove call edges only for non-intrinsics.John McCall2011-06-09
* Fix emission of PPC64 assembler on non-darwin platforms by splittingRoman Divacky2011-06-09
* SplitCriticalEdge can sometimes split the edge from an invoke to a landingJohn McCall2011-06-09
* Refactor some checks into shouldTailDuplicate. Update comments.Rafael Espindola2011-06-09
* Teach the CallGraph to ignore calls to intrinsics.John McCall2011-06-09
* Revert 132789; it breaks tests. My mistake.Eli Friedman2011-06-09
* Remove an uneeded switch - Turns out reloc results are identical w/o the swit...Jason W Kim2011-06-09
* Add a check to make sure we don't crash with strange configurations where we ...Eli Friedman2011-06-09
* Remove custom allocation order boilerplate that is no longer needed.Jakob Stoklund Olesen2011-06-09
* Speculatively revert 132758 and 132768 to try to fix the Windows buildbots.Eric Christopher2011-06-09
* Recommit r132764 since it didn't cause the windows buildbot failures.Eric Christopher2011-06-09
* Improve the handling of available_externally and llvm.global_ctors.Rafael Espindola2011-06-09
* Enable printf() to iprintf() optimization for the TCE target.Duncan Sands2011-06-09
* add another sandybridge alias.Chris Lattner2011-06-09
* Temporarily revert 132764 to see if it fixes the Windows buildbot.Eric Christopher2011-06-09
* Initial support for inline asm memory operand constraints.Akira Hatanaka2011-06-09
* Remove a vacuous condition.Cameron Zwarich2011-06-09
* Fix PR10104 by adding a bounds check on a vector element access check. It wasCameron Zwarich2011-06-09
* If the alignment of the byval argument is greater than the alignmentEric Christopher2011-06-09
* Add a parameter to CCState so that it can access the MachineFunction.Eric Christopher2011-06-08
* Fix an assymmetry between ConvertScalar_ExtractValue and ConvertScalar_Insert...Cameron Zwarich2011-06-08
* Fix bug in lowering of DYNAMIC_STACKALLOC nodes. The correct offset of theAkira Hatanaka2011-06-08