aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-05[mips] Fix data layout string. Add 64 to the list of native integer widthsAkira Hatanaka
2013-01-05Add a method to create an AttributeSet from an AttrBuilder.Bill Wendling
2013-01-05Fix a typo. Remove the duplicated test.Nadav Rotem
2013-01-05iLoopVectorize: Non commutative operators can be used as reduction variables ...Nadav Rotem
2013-01-05Force a fixed unroll count on the target independent tests.Nadav Rotem
2013-01-05Add an ArrayRecycler class.Jakob Stoklund Olesen
2013-01-05Eric thought that Darwin was right to use -1 consistently rather thanChandler Carruth
2013-01-05Fix a stray 'dnl' that my editor line-wrapped into this comment. ThanksChandler Carruth
2013-01-05Make this an integer so we have enumeral types in the conditionalEric Christopher
2013-01-05Finally, fix the autoconf setup to allow for a missing clock_gettime;Chandler Carruth
2013-01-05Provide a default constructor for TimeValue. This was used, but only inChandler Carruth
2013-01-05Fix warnings from llvm-gcc as seen on darwin10 (10.6).Alex Rosenberg
2013-01-05Try to suppress the use of clock_gettime on Darwin which apparantlyChandler Carruth
2013-01-04Fix an obvious typo spotted by Reid Kleckner, and breaking windows builds.Chandler Carruth
2013-01-04Get rid of the 'Bits' mask in the attribute builder.Bill Wendling
2013-01-04Add time getters to the process interface for requesting the elapsedChandler Carruth
2013-01-04tabs-to-spacesAndrew Trick
2013-01-04Move 'break' to the right place to prevent fallthru. There is no test-caseJakub Staszak
2013-01-04Special case Recycler::clear(BumpPtrAllocator).Jakob Stoklund Olesen
2013-01-04Add an iplist::clearAndLeakNodesUnsafely() function.Jakob Stoklund Olesen
2013-01-04Move an assertion so it doesn't dereference end().Jakob Stoklund Olesen
2013-01-04Do not vectorize loops with subtraction reductionsPaul Redmond
2013-01-04Add a name for the anonymous type we're creating for subrangeEric Christopher
2013-01-04Added DEBUG message to ObjCARC when we optimize objc_retain => objc_retainAut...Michael Gottesman
2013-01-04Fixed up some DEBUG messages where I was putting in the text of a message the...Michael Gottesman
2013-01-04Fix a warningNadav Rotem
2013-01-04The current Intel Atom microarchitecture has a feature whereby when a functionPreston Gurd
2013-01-04General cleanups.Bill Wendling
2013-01-04[Object][ELF] Add a maximum alignment. This is used by createELFObjectFile to...Michael J. Spencer
2013-01-04[mips] MipsTargetLowering::getSetCCResultType should return a vector type ifAkira Hatanaka
2013-01-04[mips] 80 columns.Akira Hatanaka
2013-01-04Fix how YAML I/O detects flow sequences. Nick Kledzik
2013-01-04[mips] Reorder template parameters. Remove class shift_rotate_imm32 andAkira Hatanaka
2013-01-04Memory Dependence Analysis: fix a miscompile that uses DT to approxmiate theManman Ren
2013-01-04[mips] Refactor conditional move instructions.Akira Hatanaka
2013-01-04[mips] Refactor instructions which move data from or to coprocessors.Akira Hatanaka
2013-01-04Update the gcc-loops benchmarks results with the new automatic unrolling feat...Nadav Rotem
2013-01-04fix a couple of typosEli Bendersky
2013-01-04Remove unused #includeEli Bendersky
2013-01-04PowerPC: Fix eh_frame relocation for PIC Adhemerval Zanella
2013-01-04Add linpack-pc benchNadav Rotem
2013-01-04Add Textmate bundle for Tablegen syntax-highlightingJoel Jones
2013-01-04Change the default number of registers to prevent unrolling on targets that d...Nadav Rotem
2013-01-04Add a space to the end of the line so we don't get "itsbounds" in output.Eric Christopher
2013-01-04small fixes to enable the reuse of the pass manager across multiple modulesPedro Artigas
2013-01-04Add section information for the DWARF5 split debug proposalEric Christopher
2013-01-04Make comment a bit more clear.Eric Christopher
2013-01-04Move the loop vectorizer from O2 to O3. It looks like the increase in code si...Nadav Rotem
2013-01-04Update the docs about the new unroll features.Nadav Rotem
2013-01-04LoopVectorizer:Nadav Rotem