aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-12-10Some enhancements for memcpy / memset inline expansion.Evan Cheng
2012-12-10Optimistically analyse Phi cyclesArnold Schwaighofer
2012-12-10Defer call to InitSections until after MCContext has been initialized. IfLang Hames
2012-12-10Rearrange vars and make comments more obvious.Eric Christopher
2012-12-10Remove blank line at top of file.Eric Christopher
2012-12-10Fix a coding style nit.Eric Christopher
2012-12-10Enable the loop vectorizer only on O2 and above. (Still disabled by default)Nadav Rotem
2012-12-10LegalizeDAG: Allow type promotion of scalar loadsTom Stellard
2012-12-10LegalizeDAG: Allow type promotion for scalar storesTom Stellard
2012-12-10Split the LoopVectorizer into H and CPP.Nadav Rotem
2012-12-10Cleanup formatting, comments and naming.Eli Bendersky
2012-12-10[mips] Set HWEncoding field of registers. Use delete functionAkira Hatanaka
2012-12-10Use the somewhat semantic term "split dwarf" it more matches what'sEric Christopher
2012-12-10Delete the FissionCU.Eric Christopher
2012-12-10Reorder fission variables.Eric Christopher
2012-12-10Don't use a red zone for code coverage if the user specified `-mno-red-zone'.Bill Wendling
2012-12-10Add support for reverse induction variables. For example:Nadav Rotem
2012-12-10This patch adds statistics for other non-DWARF fragments emitted byEli Bendersky
2012-12-10Use GetUnderlyingObjects in mischedHal Finkel
2012-12-10Revert "Make '-mtune=x86_64' assume fast unaligned memory accesses."Chandler Carruth
2012-12-10Make '-mtune=x86_64' assume fast unaligned memory accesses.Chandler Carruth
2012-12-10Fix a typo in my previous commit -- bloomfield is 0x1A not 0x2A.Chandler Carruth
2012-12-10Address a FIXME and update the fast unaligned memory feature for newerChandler Carruth
2012-12-10Add a new visitor for walking the uses of a pointer value.Chandler Carruth
2012-12-10Teach DAG combine to handle vector add/sub with vectors of all 0s.Craig Topper
2012-12-10[CMake] Update dependencies to intrinsics_gen corresponding to r169711.NAKAMURA Takumi
2012-12-10Fix PR14548: SROA was crashing on a mixture of i1 and i8 loads and stores.Chandler Carruth
2012-12-09Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some...Michael Ilseman
2012-12-09LoopVectorize: support vectorizing intrinsic callsPaul Redmond
2012-12-09Have the bitcode reader/writer just use FPMathOperator's fast math enum directlyMichael Ilseman
2012-12-09test commit.Paul Redmond
2012-12-09Use m_OneUse pattern instead of hasOneUse() method.Jakub Staszak
2012-12-09Remove trailing spaces.Jakub Staszak
2012-12-09Switch SROA to pop Uses off the back of its visitors' queues.Chandler Carruth
2012-12-09Remove extra blank line.Craig Topper
2012-12-09- Re-enable population count loop idiom recognization Shuxin Yang
2012-12-08Teach DAG combine to handle vector logical operations with vectors of all 1s ...Craig Topper
2012-12-08Revert the patches adding a popcount loop idiom recognition pass.Chandler Carruth
2012-12-08Simplify code. Sort includes. No functionality change.Benjamin Kramer
2012-12-08Fix an inadvertent typo error.Shuxin Yang
2012-12-08Fix a use-after-free bug found by ASan. You can't assign a temporaryChandler Carruth
2012-12-07Add C API for specifying CPU to the disassembler.Jim Grosbach
2012-12-07s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling
2012-12-07Make the contents of encoded sections SmallVector<char, N> instead ofEli Bendersky
2012-12-07When we use the BLEND instruction that uses the MSB as a mask, we can removeNadav Rotem
2012-12-07In hexagon convertToHardwareLoop, don't deref end() iteratorMatthew Curtis
2012-12-07Refactor MCInstFragment and MCDataFragment to adhere to a common interface,Eli Bendersky
2012-12-07X86: Prefer using VPSHUFD over VPERMIL because it has better throughput.Nadav Rotem
2012-12-07Add separate statistics for Data and Inst fragments emitted during relaxation.Eli Bendersky
2012-12-07Some common functionality from WinCOFFStreamer::EmitAssignment can be nowEli Bendersky