summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* [CMake] Update dependencies to intrinsics_gen corresponding to r169711.NAKAMURA Takumi2012-12-10
* Fix PR14548: SROA was crashing on a mixture of i1 and i8 loads and stores.Chandler Carruth2012-12-10
* 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
* Use m_OneUse pattern instead of hasOneUse() method.Jakub Staszak2012-12-09
* Remove trailing spaces.Jakub Staszak2012-12-09
* Switch SROA to pop Uses off the back of its visitors' queues.Chandler Carruth2012-12-09
* Remove extra blank line.Craig Topper2012-12-09
* - Re-enable population count loop idiom recognization Shuxin Yang2012-12-09
* Teach DAG combine to handle vector logical operations with vectors of all 1s ...Craig Topper2012-12-08
* Revert the patches adding a popcount loop idiom recognition pass.Chandler Carruth2012-12-08
* Simplify code. Sort includes. No functionality change.Benjamin Kramer2012-12-08
* Fix an inadvertent typo error.Shuxin Yang2012-12-08
* Fix a use-after-free bug found by ASan. You can't assign a temporaryChandler Carruth2012-12-08
* Add C API for specifying CPU to the disassembler.Jim Grosbach2012-12-07
* s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling2012-12-07
* Make the contents of encoded sections SmallVector<char, N> instead ofEli Bendersky2012-12-07
* When we use the BLEND instruction that uses the MSB as a mask, we can removeNadav Rotem2012-12-07
* In hexagon convertToHardwareLoop, don't deref end() iteratorMatthew Curtis2012-12-07
* Refactor MCInstFragment and MCDataFragment to adhere to a common interface,Eli Bendersky2012-12-07
* X86: Prefer using VPSHUFD over VPERMIL because it has better throughput.Nadav Rotem2012-12-07
* Add separate statistics for Data and Inst fragments emitted during relaxation.Eli Bendersky2012-12-07
* Some common functionality from WinCOFFStreamer::EmitAssignment can be nowEli Bendersky2012-12-07
* Lift EmitAssignment into MCObjectStreamer which gets rid of at least threeEli Bendersky2012-12-07
* Added Mapping Symbols for ARM ELFTim Northover2012-12-07
* Split MCELFStreamer into a header file.Logan Chien2012-12-07
* [msan] Remove readonly/readnone attributes from all called functions.Evgeniy Stepanov2012-12-07
* Use the new MIBundleBuilder class in the Mips target.Jakob Stoklund Olesen2012-12-07
* Add higher-level API for dealing with bundled MachineInstrs.Jakob Stoklund Olesen2012-12-07
* [mips] Delete nodes and instructions for dynamic alloca that are no longer inAkira Hatanaka2012-12-07
* [mips] Shorten predicate name.Akira Hatanaka2012-12-07
* [mips] Delete unused sub-target features.Akira Hatanaka2012-12-07
* [mips] Remove unnecessary predicates.Akira Hatanaka2012-12-07
* Add support to ValueTracking for determining that a pointer is non-nullChandler Carruth2012-12-07
* Add a 'using' declaration to suppress GCC's -Woverloaded-virtual while weMatt Beaumont-Gay2012-12-06
* fixed valgrind issues of prior commit, this change applies r169456 changes ba...Pedro Artigas2012-12-06
* Remove unused field.Jakub Staszak2012-12-06
* Remove trailing spaces.Jakub Staszak2012-12-06
* Replace r169459 with something safer. Rather than having computeMaskedBits toEvan Cheng2012-12-06
* Remove unneeded function, since PR8156 was fixed over a year ago.Jakub Staszak2012-12-06
* Simplify code.Jakub Staszak2012-12-06
* Fix a bug in the code that merges consecutive stores. Previously we did notNadav Rotem2012-12-06
* MemorySanitizer.cpp: Suppress a warning. [-Wunused-variable]NAKAMURA Takumi2012-12-06
* [msan] Fix a typo in a comment.Evgeniy Stepanov2012-12-06
* [msan] Do not store origin for clean values.Evgeniy Stepanov2012-12-06
* s/getLowerBoundDefault/getDefaultLowerBound/ for consistency. Also put the mo...Bill Wendling2012-12-06
* Handle non-default array bounds.Bill Wendling2012-12-06
* Remove intrinsic specific instructions for (V)MOVQUmr with patterns pointing ...Craig Topper2012-12-06