| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add a method to create an AttributeSet from an AttrBuilder. | Bill Wendling | 2013-01-05 | 3 | -6/+66 |
* | Fix a typo. Remove the duplicated test. | Nadav Rotem | 2013-01-05 | 1 | -25/+0 |
* | iLoopVectorize: Non commutative operators can be used as reduction variables ... | Nadav Rotem | 2013-01-05 | 3 | -7/+44 |
* | Force a fixed unroll count on the target independent tests. | Nadav Rotem | 2013-01-05 | 27 | -27/+27 |
* | Add an ArrayRecycler class. | Jakob Stoklund Olesen | 2013-01-05 | 3 | -0/+253 |
* | Eric thought that Darwin was right to use -1 consistently rather than | Chandler Carruth | 2013-01-05 | 1 | -1/+1 |
* | Fix a stray 'dnl' that my editor line-wrapped into this comment. Thanks | Chandler Carruth | 2013-01-05 | 1 | -2/+2 |
* | Make this an integer so we have enumeral types in the conditional | Eric Christopher | 2013-01-05 | 1 | -1/+1 |
* | Finally, fix the autoconf setup to allow for a missing clock_gettime; | Chandler Carruth | 2013-01-05 | 2 | -7/+4 |
* | Provide a default constructor for TimeValue. This was used, but only in | Chandler Carruth | 2013-01-05 | 1 | -0/+3 |
* | Fix warnings from llvm-gcc as seen on darwin10 (10.6). | Alex Rosenberg | 2013-01-05 | 1 | -2/+2 |
* | Try to suppress the use of clock_gettime on Darwin which apparantly | Chandler Carruth | 2013-01-05 | 1 | -1/+1 |
* | Fix an obvious typo spotted by Reid Kleckner, and breaking windows builds. | Chandler Carruth | 2013-01-04 | 1 | -1/+1 |
* | Get rid of the 'Bits' mask in the attribute builder. | Bill Wendling | 2013-01-04 | 2 | -39/+131 |
* | Add time getters to the process interface for requesting the elapsed | Chandler Carruth | 2013-01-04 | 9 | -37/+244 |
* | tabs-to-spaces | Andrew Trick | 2013-01-04 | 1 | -44/+43 |
* | Move 'break' to the right place to prevent fallthru. There is no test-case | Jakub Staszak | 2013-01-04 | 1 | -1/+1 |
* | Special case Recycler::clear(BumpPtrAllocator). | Jakob Stoklund Olesen | 2013-01-04 | 1 | -0/+11 |
* | Add an iplist::clearAndLeakNodesUnsafely() function. | Jakob Stoklund Olesen | 2013-01-04 | 2 | -0/+44 |
* | Move an assertion so it doesn't dereference end(). | Jakob Stoklund Olesen | 2013-01-04 | 1 | -4/+3 |
* | Do not vectorize loops with subtraction reductions | Paul Redmond | 2013-01-04 | 3 | -2/+51 |
* | Add a name for the anonymous type we're creating for subrange | Eric Christopher | 2013-01-04 | 5 | -42/+86 |
* | Added DEBUG message to ObjCARC when we optimize objc_retain => objc_retainAut... | Michael Gottesman | 2013-01-04 | 1 | -0/+10 |
* | Fixed up some DEBUG messages where I was putting in the text of a message the... | Michael Gottesman | 2013-01-04 | 1 | -8/+8 |
* | Fix a warning | Nadav Rotem | 2013-01-04 | 1 | -2/+2 |
* | The current Intel Atom microarchitecture has a feature whereby when a function | Preston Gurd | 2013-01-04 | 11 | -8/+282 |
* | General cleanups. | Bill Wendling | 2013-01-04 | 3 | -69/+60 |
* | [Object][ELF] Add a maximum alignment. This is used by createELFObjectFile to... | Michael J. Spencer | 2013-01-04 | 5 | -386/+466 |
* | [mips] MipsTargetLowering::getSetCCResultType should return a vector type if | Akira Hatanaka | 2013-01-04 | 2 | -1/+19 |
* | [mips] 80 columns. | Akira Hatanaka | 2013-01-04 | 4 | -8/+14 |
* | Fix how YAML I/O detects flow sequences. | Nick Kledzik | 2013-01-04 | 3 | -39/+31 |
* | [mips] Reorder template parameters. Remove class shift_rotate_imm32 and | Akira Hatanaka | 2013-01-04 | 2 | -54/+59 |
* | Memory Dependence Analysis: fix a miscompile that uses DT to approxmiate the | Manman Ren | 2013-01-04 | 2 | -4/+88 |
* | [mips] Refactor conditional move instructions. | Akira Hatanaka | 2013-01-04 | 1 | -13/+20 |
* | [mips] Refactor instructions which move data from or to coprocessors. | Akira Hatanaka | 2013-01-04 | 3 | -33/+34 |
* | Update the gcc-loops benchmarks results with the new automatic unrolling feat... | Nadav Rotem | 2013-01-04 | 1 | -0/+0 |
* | fix a couple of typos | Eli Bendersky | 2013-01-04 | 1 | -2/+2 |
* | Remove unused #include | Eli Bendersky | 2013-01-04 | 1 | -1/+0 |
* | PowerPC: Fix eh_frame relocation for PIC | Adhemerval Zanella | 2013-01-04 | 5 | -33/+94 |
* | Add linpack-pc bench | Nadav Rotem | 2013-01-04 | 2 | -0/+4 |
* | Add Textmate bundle for Tablegen syntax-highlighting | Joel Jones | 2013-01-04 | 3 | -0/+151 |
* | Change the default number of registers to prevent unrolling on targets that d... | Nadav Rotem | 2013-01-04 | 1 | -1/+1 |
* | Add a space to the end of the line so we don't get "itsbounds" in output. | Eric Christopher | 2013-01-04 | 1 | -1/+1 |
* | small fixes to enable the reuse of the pass manager across multiple modules | Pedro Artigas | 2013-01-04 | 3 | -2/+4 |
* | Add section information for the DWARF5 split debug proposal | Eric Christopher | 2013-01-04 | 2 | -0/+7 |
* | Make comment a bit more clear. | Eric Christopher | 2013-01-04 | 1 | -1/+2 |
* | Move the loop vectorizer from O2 to O3. It looks like the increase in code si... | Nadav Rotem | 2013-01-04 | 1 | -1/+1 |
* | Update the docs about the new unroll features. | Nadav Rotem | 2013-01-04 | 1 | -7/+23 |
* | LoopVectorizer: | Nadav Rotem | 2013-01-04 | 9 | -19/+279 |
* | Revert revision: 171467. This transformation is incorrect and makes some test... | Nadav Rotem | 2013-01-04 | 2 | -35/+3 |