summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* For C++ copied in objects, use copy constructors inFariborz Jahanian2010-06-043-7/+49
* Add ARM paths for debian. Not enough to bootstrap on a beagle board, butRafael Espindola2010-06-041-0/+2
* Fix an apparent typo.Dan Gohman2010-06-041-1/+1
* Restructure how we interpret block-literal declarators. Correctly handleJohn McCall2010-06-046-80/+88
* Don't insert in lexical context implicit definitions of static member instances.Abramo Bagnara2010-06-041-1/+2
* When checking for equality of template parameter lists, a templateDouglas Gregor2010-06-043-3/+60
* Delay checking for mutable const fields until we're checking the field.John McCall2010-06-042-30/+28
* Properly disambiguate between an elaborated-type-specifier and aDouglas Gregor2010-06-042-2/+36
* Progress on generating BuiltinsARM.def, still some duplicates to work out.Nate Begeman2010-06-041-3/+110
* More refactoring.John McCall2010-06-042-27/+36
* Add a short circuit in isVirtuallyDerivedFrom.Anders Carlsson2010-06-041-0/+3
* BuiltinsARM.def emitter, still needs a substantial bit of tweaking to lighten...Nate Begeman2010-06-043-71/+119
* more dbg_value adjustments so debug info doesn't affect codegenJim Grosbach2010-06-041-2/+4
* Fixed a bug during widening where we would avoid legalizing a node. When weMon P Wang2010-06-043-47/+72
* Assignments to reference variables shouldn't kill the variable.Jordy Rose2010-06-042-9/+43
* Fixed Objective-C type encoding for bitfields for the GNU runtime to match th...David Chisnall2010-06-042-36/+78
* Remove more tail calls.Dale Johannesen2010-06-042-2/+2
* Remove a tail call, and move some CHECKs to theDale Johannesen2010-06-041-3/+3
* Remove now unused code.Anders Carlsson2010-06-041-235/+13
* Use CXXRecordDecl::getFinalOverriders to get final overriders. This speeds up...Anders Carlsson2010-06-041-1/+119
* Remove a couple of unnecessary uses of IsStandardConversion.John McCall2010-06-041-17/+6
* Mangle __builtin_neon_* names appropriately.Nate Begeman2010-06-042-30/+97
* No need to special-case structs here; structs are first-class now.Dan Gohman2010-06-041-3/+1
* fix typoJim Grosbach2010-06-041-1/+1
* This test doesn't need the ssp attribute.Dan Gohman2010-06-041-1/+1
* For NEON vectors with 32- or 64-bit elements, select BUILD_VECTORs andBob Wilson2010-06-043-31/+75
* Remove tail call. A tail call version will follow.Dale Johannesen2010-06-041-1/+1
* Add some missing checks in TwoAddressInstructionPass::CoalesceExtSubRegs.Bob Wilson2010-06-031-4/+21
* Cleanup 80-column and trim trailing whitespaceJim Grosbach2010-06-031-33/+33
* Check the output of this test.Eli Friedman2010-06-031-1/+7
* Think through my commit this time.Eli Friedman2010-06-031-1/+1
* Make sure this test doesn't break when we disallow throwing an exceptionEli Friedman2010-06-031-2/+1
* Teach the ARM load-store optimizer to deal with dbg_value instructions.Jim Grosbach2010-06-031-4/+16
* Removing commit access test file.Tom Care2010-06-031-0/+0
* Testing commit access.Tom Care2010-06-031-0/+0
* Remove tail call to preserve this test. A tailDale Johannesen2010-06-031-1/+1
* Make this test not use tail calls. A tail callDale Johannesen2010-06-031-3/+3
* Classify NEON intrinsics by overloading-type for codegenNate Begeman2010-06-031-146/+162
* Add some additional capabilities to the neon emitterNate Begeman2010-06-031-4/+31
* Add a emit-llvm option to the plugin and make the path argument to also-emit-...Rafael Espindola2010-06-031-2/+23
* Early implementation of tail call for ARM.Dale Johannesen2010-06-036-6/+378
* Make sure to check the accessibility of and mark the destructor for theEli Friedman2010-06-033-3/+40
* Fix SimplifyDemandedBits' AssertZext logic to demand all the bits. ItDan Gohman2010-06-032-4/+30
* Don't intentionally try to ignore the value of a scalar expression when weEli Friedman2010-06-032-1/+13
* updated by-chapter-complete chartHoward Hinnant2010-06-031-0/+0
* Hack in some really terrible C++ record PCH support that I need right now.John McCall2010-06-036-25/+101
* Revert 105308.Bob Wilson2010-06-032-19/+4
* Perfer !string.empty() over string != "".Nick Lewycky2010-06-031-2/+2
* Forgot to update the most important part of the gtest modifications readme.Benjamin Kramer2010-06-031-1/+1
* Whitespace cleanup.Nick Lewycky2010-06-031-5/+5
OpenPOWER on IntegriCloud