summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* llvm/tools: Add #include "llvm/TargetTransformInfo.h"NAKAMURA Takumi2012-12-11
* Use multiclass for new-value store instructions with MEMri operand.Jyotsna Verma2012-12-11
* Fix PR14565. Don't if-convert loops that have switch statements in them.Nadav Rotem2012-12-11
* Change some functions to take const pointers.Rafael Espindola2012-12-11
* Stylistic tweak.Evan Cheng2012-12-11
* Add a triple to this test.Chad Rosier2012-12-11
* Fix a miscompile in the DAG combiner. Previously, we would incorrectlyChandler Carruth2012-12-11
* move X86-specific testPaul Redmond2012-12-11
* Fix grammar-o.Bill Wendling2012-12-11
* Fall back to the selection dag isel to select tail calls.Chad Rosier2012-12-11
* Refactor out the abbreviation handling into a separate class thatEric Christopher2012-12-10
* Some enhancements for memcpy / memset inline expansion.Evan Cheng2012-12-10
* Optimistically analyse Phi cyclesArnold Schwaighofer2012-12-10
* Defer call to InitSections until after MCContext has been initialized. IfLang Hames2012-12-10
* Fix PR14568: Avoid the DFA packetizer from making an invalid readAnshuman Dasgupta2012-12-10
* Rearrange vars and make comments more obvious.Eric Christopher2012-12-10
* Remove blank line at top of file.Eric Christopher2012-12-10
* Fix a coding style nit.Eric Christopher2012-12-10
* Enable the loop vectorizer only on O2 and above. (Still disabled by default)Nadav Rotem2012-12-10
* LegalizeDAG: Allow type promotion of scalar loadsTom Stellard2012-12-10
* LegalizeDAG: Allow type promotion for scalar storesTom Stellard2012-12-10
* Split the LoopVectorizer into H and CPP.Nadav Rotem2012-12-10
* Revert r169656.Bill Wendling2012-12-10
* Add a test for explicitly exercising the mc-relax-all flag.Eli Bendersky2012-12-10
* Cleanup formatting, comments and naming.Eli Bendersky2012-12-10
* [mips] Set HWEncoding field of registers. Use delete functionAkira Hatanaka2012-12-10
* Use the somewhat semantic term "split dwarf" it more matches what'sEric Christopher2012-12-10
* Delete the FissionCU.Eric Christopher2012-12-10
* Reorder fission variables.Eric Christopher2012-12-10
* Don't use a red zone for code coverage if the user specified `-mno-red-zone'.Bill Wendling2012-12-10
* Add support for reverse induction variables. For example:Nadav Rotem2012-12-10
* CMake: Don't run 'git svn' if there is no .git/svn directory.Jim Grosbach2012-12-10
* This patch adds statistics for other non-DWARF fragments emitted byEli Bendersky2012-12-10
* Use GetUnderlyingObjects in mischedHal Finkel2012-12-10
* Fix funky copy-pasted grammatical error.Sean Silva2012-12-10
* Revert "Make '-mtune=x86_64' assume fast unaligned memory accesses."Chandler Carruth2012-12-10
* Make '-mtune=x86_64' assume fast unaligned memory accesses.Chandler Carruth2012-12-10
* Fix a typo in my previous commit -- bloomfield is 0x1A not 0x2A.Chandler Carruth2012-12-10
* Address a FIXME and update the fast unaligned memory feature for newerChandler Carruth2012-12-10
* Add a new visitor for walking the uses of a pointer value.Chandler Carruth2012-12-10
* Teach DAG combine to handle vector add/sub with vectors of all 0s.Craig Topper2012-12-10
* [CMake] TARGET_TRIPLE may be internal alias of LLVM_DEFAULT_TARGET_TRIPLE.NAKAMURA Takumi2012-12-10
* [CMake] Update dependencies to intrinsics_gen corresponding to r169711.NAKAMURA Takumi2012-12-10
* Revert to old behavior until linker can pass export-dynamic option.Bill Wendling2012-12-10
* Fix PR14548: SROA was crashing on a mixture of i1 and i8 loads and stores.Chandler Carruth2012-12-10
* Documentation: convert ReleaseNotes.html to reST.Dmitri Gribenko2012-12-09
* Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some...Michael Ilseman2012-12-09
* LoopVectorize: support vectorizing intrinsic callsPaul Redmond2012-12-09
* Have the bitcode reader/writer just use FPMathOperator's fast math enum directlyMichael Ilseman2012-12-09
* test commit.Paul Redmond2012-12-09