aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* PR10092 (second try): Don't crash on a load without a momoperand; fast-isel c...Eli Friedman2011-06-101-1/+1
* Ensure that EmitGlobalVariable is correctly differentiating between declarationsChad Rosier2011-06-101-1/+1
* Add a simple test which makes sure folding immediate float zero to a memory o...Eli Friedman2011-06-101-0/+34
* Make the optional verification step more strict.Rafael Espindola2011-06-091-1/+8
* Avoid a gcc warning about multiline comments.Rafael Espindola2011-06-091-6/+6
* On last fix to the early tail duplication.Rafael Espindola2011-06-091-4/+60
* Chris fixed this README a while back by changing how clang generates code for...Eli Friedman2011-06-091-45/+0
* Also consider phi nodes when deciding if a register is live out.Rafael Espindola2011-06-091-10/+34
* A CCState was being created without setting whether it is in the Call or Prol...Cameron Zwarich2011-06-092-0/+40
* Change this DAGCombine to build AND of SHR instead of SHR of AND; this matche...Eli Friedman2011-06-092-15/+27
* AnalyzeBranch modifies the bb, but we don't want to modify a bb withRafael Espindola2011-06-091-7/+6
* A PHI in this basic block is a use in another basic block.Rafael Espindola2011-06-091-1/+1
* When deleting a basic block, remove call edges only for non-intrinsics.John McCall2011-06-091-1/+1
* Fix emission of PPC64 assembler on non-darwin platforms by splittingRoman Divacky2011-06-095-19/+24
* Modify comment.Johnny Chen2011-06-091-1/+1
* SplitCriticalEdge can sometimes split the edge from an invoke to a landingJohn McCall2011-06-092-29/+276
* Refactor some checks into shouldTailDuplicate. Update comments.Rafael Espindola2011-06-091-18/+29
* Teach the CallGraph to ignore calls to intrinsics.John McCall2011-06-094-44/+13
* Revert 132789; it breaks tests. My mistake.Eli Friedman2011-06-091-4/+0
* Remove an uneeded switch - Turns out reloc results are identical w/o the swit...Jason W Kim2011-06-091-12/+1
* Add a check to make sure we don't crash with strange configurations where we ...Eli Friedman2011-06-091-0/+4
* Move TableGen's register bank classes to their own source file.Jakob Stoklund Olesen2011-06-093-73/+102
* Added dg.exp to run FrontendC ARM-dependent tests; updated inline-asm-multich...Galina Kistanova2011-06-092-4/+6
* Add special-case range checking for VCVT_N intrinsic immediate operands.Bob Wilson2011-06-091-3/+8
* Remove custom allocation order boilerplate that is no longer needed.Jakob Stoklund Olesen2011-06-0914-663/+56
* Speculatively revert 132758 and 132768 to try to fix the Windows buildbots.Eric Christopher2011-06-099-190/+37
* Recommit r132764 since it didn't cause the windows buildbot failures.Eric Christopher2011-06-092-0/+61
* Improve the handling of available_externally and llvm.global_ctors.Rafael Espindola2011-06-091-4/+16
* Enable printf() to iprintf() optimization for the TCE target.Duncan Sands2011-06-091-2/+2
* add another sandybridge alias.Chris Lattner2011-06-091-0/+1
* Temporarily revert 132764 to see if it fixes the Windows buildbot.Eric Christopher2011-06-092-61/+0
* Have the JIT tutorial use IRBuilder for the IR.Eric Christopher2011-06-091-8/+17
* Initial support for inline asm memory operand constraints.Akira Hatanaka2011-06-093-0/+51
* Remove a vacuous condition.Cameron Zwarich2011-06-091-3/+1
* Fix PR10104 by adding a bounds check on a vector element access check. It wasCameron Zwarich2011-06-092-4/+9
* If the alignment of the byval argument is greater than the alignmentEric Christopher2011-06-092-0/+61
* Add a parameter to CCState so that it can access the MachineFunction.Eric Christopher2011-06-0821-186/+203
* Fix an assymmetry between ConvertScalar_ExtractValue and ConvertScalar_Insert...Cameron Zwarich2011-06-082-3/+64
* Fix bug in lowering of DYNAMIC_STACKALLOC nodes. The correct offset of theAkira Hatanaka2011-06-086-37/+139
* Reorganize code in MipsTargetLowering::LowerCall to improve readability.Akira Hatanaka2011-06-081-38/+36
* Remove a temporary test case probe in CheckForLiveRegDef.Andrew Trick2011-06-081-1/+0
* Fix count.Rafael Espindola2011-06-081-1/+1
* Count how many phis we are creating.Rafael Espindola2011-06-081-0/+2
* Fix an issue where the two-address conversion pass incorrectly rewrites untiedCameron Zwarich2011-06-072-9/+52
* Fix a silly error I introduce in r131951.Rafael Espindola2011-06-072-6/+12
* Create a new ARM directory for FrontendC tests and use it.Eric Christopher2011-06-071-0/+0
* Fixed a few illegal paths with llvm_unreachable. Patch by Cameron McInally.Chad Rosier2011-06-071-7/+5
* Typo.Chad Rosier2011-06-071-1/+1
* Refactor MipsTargetLowering::EmitInstrWithCustomInserter.Akira Hatanaka2011-06-071-92/+90
* Put back removed line.Akira Hatanaka2011-06-071-0/+1