aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2012-12-07Lift EmitAssignment into MCObjectStreamer which gets rid of at least threeEli Bendersky
2012-12-07Added Mapping Symbols for ARM ELFTim Northover
2012-12-07Split MCELFStreamer into a header file.Logan Chien
2012-12-07[msan] Remove readonly/readnone attributes from all called functions.Evgeniy Stepanov
2012-12-07Use the new MIBundleBuilder class in the Mips target.Jakob Stoklund Olesen
2012-12-07Add higher-level API for dealing with bundled MachineInstrs.Jakob Stoklund Olesen
2012-12-07[mips] Delete nodes and instructions for dynamic alloca that are no longer inAkira Hatanaka
2012-12-07[mips] Shorten predicate name.Akira Hatanaka
2012-12-07[mips] Delete unused sub-target features.Akira Hatanaka
2012-12-07[mips] Remove unnecessary predicates.Akira Hatanaka
2012-12-07Add support to ValueTracking for determining that a pointer is non-nullChandler Carruth
2012-12-06Add a 'using' declaration to suppress GCC's -Woverloaded-virtual while weMatt Beaumont-Gay
2012-12-06fixed valgrind issues of prior commit, this change applies r169456 changes ba...Pedro Artigas
2012-12-06Remove unused field.Jakub Staszak
2012-12-06Remove trailing spaces.Jakub Staszak
2012-12-06Replace r169459 with something safer. Rather than having computeMaskedBits toEvan Cheng
2012-12-06Remove unneeded function, since PR8156 was fixed over a year ago.Jakub Staszak
2012-12-06Simplify code.Jakub Staszak
2012-12-06Fix a bug in the code that merges consecutive stores. Previously we did notNadav Rotem
2012-12-06MemorySanitizer.cpp: Suppress a warning. [-Wunused-variable]NAKAMURA Takumi
2012-12-06[msan] Fix a typo in a comment.Evgeniy Stepanov
2012-12-06[msan] Do not store origin for clean values.Evgeniy Stepanov
2012-12-06s/getLowerBoundDefault/getDefaultLowerBound/ for consistency. Also put the mo...Bill Wendling
2012-12-06Handle non-default array bounds.Bill Wendling
2012-12-06Remove intrinsic specific instructions for (V)MOVQUmr with patterns pointing ...Craig Topper
2012-12-06Mark MOVDQ(A/U)rm as ReMaterializable. Mark all MOVDQ(A/U) instructions as ne...Craig Topper
2012-12-06Revert r169456, "change MCContext to work on the doInitialization/doFinalizat...NAKAMURA Takumi
2012-12-06[arm fast-isel] Make the fast-isel implementation of memcpy respect alignment.Chad Rosier
2012-12-06Let targets provide hooks that compute known zero and ones for any_extendEvan Cheng
2012-12-06change MCContext to work on the doInitialization/doFinalization modelPedro Artigas
2012-12-06Set the 'MadeChange' variable if we are deleting blocks.Bill Wendling
2012-12-06Have CannotBeNegativeZero() be aware of the nsz fast-math flagMichael Ilseman
2012-12-05RegPressureTracker::dump(): Remove unnecessary argument.Andrew Trick
2012-12-05Change std::vector to SmallVector<4> and remove some unused methods.Eli Bendersky