summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Convert the TargetTransformInfo from an immutable pass with dynamicChandler Carruth2013-01-05
* Switch the loop vectorizer from VTTI to just use TTI directly.Chandler Carruth2013-01-05
* Switch the cost model analysis over to just the TTI interface.Chandler Carruth2013-01-05
* Switch the BB vectorizer from the VTTI interface to the simple TTIChandler Carruth2013-01-05
* Switch SimplifyCFG over to the TargetTransformInfo interface rather thanChandler Carruth2013-01-05
* Switch LoopIdiomRecognize to directly use the TargetTransformInfoChandler Carruth2013-01-05
* Replicate the APIs of ScalarTargetTransformInfo andChandler Carruth2013-01-05
* Switch the empty and tombstone key enumerators to not have explicitChandler Carruth2013-01-05
* While the struct being defined in the AddressingMode.h header wasChandler Carruth2013-01-05
* Remove unnecessary include.Chandler Carruth2013-01-05
* IR/Attributes: Provide EmptyKey and TombstoneKey in part of enum, as workarou...NAKAMURA Takumi2013-01-05
* Emit DW_TAG_formal_parameter for unnamed parameters.David Blaikie2013-01-05
* Recommit r171461 which was incorrectly reverted. Mark DIV/IDIV instructions h...Craig Topper2013-01-05
* Revert revision 171524. Original message:Nadav Rotem2013-01-05
* Whitespace.NAKAMURA Takumi2013-01-05
* DenseMap: Appease -fstrict-aliasing on g++-4.4.NAKAMURA Takumi2013-01-05
* Don't call destructors on MachineInstr and MachineOperand.Jakob Stoklund Olesen2013-01-05
* Use ArrayRecycler for MachineInstr operand lists.Jakob Stoklund Olesen2013-01-05
* Add MachineRegisterInfo::moveOperands().Jakob Stoklund Olesen2013-01-05
* Refactor the ScalarTargetTransformInfo API for querying about theChandler Carruth2013-01-05
* Sink the AddressingModeMatcher helper class into an anonymous namespaceChandler Carruth2013-01-05
* Rename the unittest from ArrayRecylerTest.cpp to ArrayRecyclerTest.cpp.Chandler Carruth2013-01-05
* [mips] Fix data layout string. Add 64 to the list of native integer widthsAkira Hatanaka2013-01-05
* Add a method to create an AttributeSet from an AttrBuilder.Bill Wendling2013-01-05
* Fix a typo. Remove the duplicated test.Nadav Rotem2013-01-05
* iLoopVectorize: Non commutative operators can be used as reduction variables ...Nadav Rotem2013-01-05
* Force a fixed unroll count on the target independent tests.Nadav Rotem2013-01-05
* Add an ArrayRecycler class.Jakob Stoklund Olesen2013-01-05
* Eric thought that Darwin was right to use -1 consistently rather thanChandler Carruth2013-01-05
* Fix a stray 'dnl' that my editor line-wrapped into this comment. ThanksChandler Carruth2013-01-05
* Make this an integer so we have enumeral types in the conditionalEric Christopher2013-01-05
* Finally, fix the autoconf setup to allow for a missing clock_gettime;Chandler Carruth2013-01-05
* Provide a default constructor for TimeValue. This was used, but only inChandler Carruth2013-01-05
* Fix warnings from llvm-gcc as seen on darwin10 (10.6).Alex Rosenberg2013-01-05
* Try to suppress the use of clock_gettime on Darwin which apparantlyChandler Carruth2013-01-05
* Fix an obvious typo spotted by Reid Kleckner, and breaking windows builds.Chandler Carruth2013-01-04
* Get rid of the 'Bits' mask in the attribute builder.Bill Wendling2013-01-04
* Add time getters to the process interface for requesting the elapsedChandler Carruth2013-01-04
* tabs-to-spacesAndrew Trick2013-01-04
* Move 'break' to the right place to prevent fallthru. There is no test-caseJakub Staszak2013-01-04
* Special case Recycler::clear(BumpPtrAllocator).Jakob Stoklund Olesen2013-01-04
* Add an iplist::clearAndLeakNodesUnsafely() function.Jakob Stoklund Olesen2013-01-04
* Move an assertion so it doesn't dereference end().Jakob Stoklund Olesen2013-01-04
* Do not vectorize loops with subtraction reductionsPaul Redmond2013-01-04
* Add a name for the anonymous type we're creating for subrangeEric Christopher2013-01-04
* Added DEBUG message to ObjCARC when we optimize objc_retain => objc_retainAut...Michael Gottesman2013-01-04
* Fixed up some DEBUG messages where I was putting in the text of a message the...Michael Gottesman2013-01-04
* Fix a warningNadav Rotem2013-01-04
* The current Intel Atom microarchitecture has a feature whereby when a functionPreston Gurd2013-01-04
* General cleanups.Bill Wendling2013-01-04