aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add a method to create an AttributeSet from an AttrBuilder.Bill Wendling2013-01-053-6/+66
* Fix a typo. Remove the duplicated test.Nadav Rotem2013-01-051-25/+0
* iLoopVectorize: Non commutative operators can be used as reduction variables ...Nadav Rotem2013-01-053-7/+44
* Force a fixed unroll count on the target independent tests.Nadav Rotem2013-01-0527-27/+27
* Add an ArrayRecycler class.Jakob Stoklund Olesen2013-01-053-0/+253
* Eric thought that Darwin was right to use -1 consistently rather thanChandler Carruth2013-01-051-1/+1
* Fix a stray 'dnl' that my editor line-wrapped into this comment. ThanksChandler Carruth2013-01-051-2/+2
* Make this an integer so we have enumeral types in the conditionalEric Christopher2013-01-051-1/+1
* Finally, fix the autoconf setup to allow for a missing clock_gettime;Chandler Carruth2013-01-052-7/+4
* Provide a default constructor for TimeValue. This was used, but only inChandler Carruth2013-01-051-0/+3
* Fix warnings from llvm-gcc as seen on darwin10 (10.6).Alex Rosenberg2013-01-051-2/+2
* Try to suppress the use of clock_gettime on Darwin which apparantlyChandler Carruth2013-01-051-1/+1
* Fix an obvious typo spotted by Reid Kleckner, and breaking windows builds.Chandler Carruth2013-01-041-1/+1
* Get rid of the 'Bits' mask in the attribute builder.Bill Wendling2013-01-042-39/+131
* Add time getters to the process interface for requesting the elapsedChandler Carruth2013-01-049-37/+244
* tabs-to-spacesAndrew Trick2013-01-041-44/+43
* Move 'break' to the right place to prevent fallthru. There is no test-caseJakub Staszak2013-01-041-1/+1
* Special case Recycler::clear(BumpPtrAllocator).Jakob Stoklund Olesen2013-01-041-0/+11
* Add an iplist::clearAndLeakNodesUnsafely() function.Jakob Stoklund Olesen2013-01-042-0/+44
* Move an assertion so it doesn't dereference end().Jakob Stoklund Olesen2013-01-041-4/+3
* Do not vectorize loops with subtraction reductionsPaul Redmond2013-01-043-2/+51
* Add a name for the anonymous type we're creating for subrangeEric Christopher2013-01-045-42/+86
* Added DEBUG message to ObjCARC when we optimize objc_retain => objc_retainAut...Michael Gottesman2013-01-041-0/+10
* Fixed up some DEBUG messages where I was putting in the text of a message the...Michael Gottesman2013-01-041-8/+8
* Fix a warningNadav Rotem2013-01-041-2/+2
* The current Intel Atom microarchitecture has a feature whereby when a functionPreston Gurd2013-01-0411-8/+282
* General cleanups.Bill Wendling2013-01-043-69/+60
* [Object][ELF] Add a maximum alignment. This is used by createELFObjectFile to...Michael J. Spencer2013-01-045-386/+466
* [mips] MipsTargetLowering::getSetCCResultType should return a vector type ifAkira Hatanaka2013-01-042-1/+19
* [mips] 80 columns.Akira Hatanaka2013-01-044-8/+14
* Fix how YAML I/O detects flow sequences. Nick Kledzik2013-01-043-39/+31
* [mips] Reorder template parameters. Remove class shift_rotate_imm32 andAkira Hatanaka2013-01-042-54/+59
* Memory Dependence Analysis: fix a miscompile that uses DT to approxmiate theManman Ren2013-01-042-4/+88
* [mips] Refactor conditional move instructions.Akira Hatanaka2013-01-041-13/+20
* [mips] Refactor instructions which move data from or to coprocessors.Akira Hatanaka2013-01-043-33/+34
* Update the gcc-loops benchmarks results with the new automatic unrolling feat...Nadav Rotem2013-01-041-0/+0
* fix a couple of typosEli Bendersky2013-01-041-2/+2
* Remove unused #includeEli Bendersky2013-01-041-1/+0
* PowerPC: Fix eh_frame relocation for PIC Adhemerval Zanella2013-01-045-33/+94
* Add linpack-pc benchNadav Rotem2013-01-042-0/+4
* Add Textmate bundle for Tablegen syntax-highlightingJoel Jones2013-01-043-0/+151
* Change the default number of registers to prevent unrolling on targets that d...Nadav Rotem2013-01-041-1/+1
* Add a space to the end of the line so we don't get "itsbounds" in output.Eric Christopher2013-01-041-1/+1
* small fixes to enable the reuse of the pass manager across multiple modulesPedro Artigas2013-01-043-2/+4
* Add section information for the DWARF5 split debug proposalEric Christopher2013-01-042-0/+7
* Make comment a bit more clear.Eric Christopher2013-01-041-1/+2
* Move the loop vectorizer from O2 to O3. It looks like the increase in code si...Nadav Rotem2013-01-041-1/+1
* Update the docs about the new unroll features.Nadav Rotem2013-01-041-7/+23
* LoopVectorizer:Nadav Rotem2013-01-049-19/+279
* Revert revision: 171467. This transformation is incorrect and makes some test...Nadav Rotem2013-01-042-35/+3