summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'mDuncan Sands2012-04-14
* Fix an error in BBVectorize important for vectorizing pointer types.Hal Finkel2012-04-14
* Enhance BBVectorize to more-properly handle pointer values and vectorize GEPs.Hal Finkel2012-04-14
* misched: Added CanHandleTerminators.Andrew Trick2012-04-13
* Fix X86 codegen for 'atomicrmw nand' to generate *x = ~(*x & y), not *x = ~*x...Richard Smith2012-04-13
* Remove iostream from New Value Jump.Sirish Pande2012-04-13
* Add support to BBVectorize for vectorizing selects.Hal Finkel2012-04-13
* Add support for Hexagon Architectural feature, New Value Jump.Sirish Pande2012-04-13
* Pass to replace tranfer/copy instructions into combine instruction where poss...Sirish Pande2012-04-13
* Reduce malloc traffic in DwarfAccelTableBenjamin Kramer2012-04-13
* On Darwin targets, only use vfma etc. if the source use fma() intrinsic expli...Evan Cheng2012-04-13
* Add some comments, and fix a few places that missed setting Changed.Dan Gohman2012-04-13
* For ARM disassembly only print 32 unsigned bits for the address of branchKevin Enderby2012-04-13
* Consider ObjC runtime calls objc_storeWeak and others which make a copy ofDan Gohman2012-04-13
* By default, use Early-CSE instead of GVN for vectorization cleanup.Hal Finkel2012-04-13
* Remove unused variable.Benjamin Kramer2012-04-13
* Silence various build warnings from Hexagon backend that show up in release b...Craig Topper2012-04-13
* Use the new Use-aware dominates method to apply the objc runtimeDan Gohman2012-04-13
* Code-gen may inject code into the IR before it emits the ASM. The linkerBill Wendling2012-04-13
* Don't move objc_autorelease calls past autorelease pool boundaries whenDan Gohman2012-04-13
* Def here is an Instruction, so !isa<Instruction>(Def) is always false,Dan Gohman2012-04-13
* Add forms of dominates and isReachableFromEntry that accept a UseDan Gohman2012-04-12
* Fix a few more places in the ARM disassembler so that branches getKevin Enderby2012-04-12
* Update CMake build.Ted Kremenek2012-04-12
* Hexagon: fix CMake error.Evandro Menezes2012-04-12
* HexagonPacketizer patch.Sirish Pande2012-04-12
* This patch improves the MCJIT runtime dynamic loader by adding new handlingPreston Gurd2012-04-12
* Generalize r153635 to deal with TokenFactor chains; also clean up the logic a...Evan Cheng2012-04-12
* Hexagon: enable assembler output through the MC layer.Evandro Menezes2012-04-12
* Remove README entry obsoleted by register masks.Benjamin Kramer2012-04-12
* Fix 128-bit ptest intrinsics to take v2i64 instead of v4f32 since these are i...Craig Topper2012-04-12
* ARM 'adr' fixups don't need the interworking addend tweaking.Jim Grosbach2012-04-12
* Emit neg.s or neg.d only if -enable-no-nans-fp-math is supplied by user,Akira Hatanaka2012-04-11
* Emit abs.s or abs.d only if -enable-no-nans-fp-math is supplied by user.Akira Hatanaka2012-04-11
* Fixed a case of ARM disassembly getting an assert on a bad encodingKevin Enderby2012-04-11
* Fix bugs in lowering of FCOPYSIGN nodes.Akira Hatanaka2012-04-11
* Typo.Chad Rosier2012-04-11
* ARM 'vuzp.32 Dd, Dm' is a pseudo-instruction.Jim Grosbach2012-04-11
* ARM 'vzip.32 Dd, Dm' is a pseudo-instruction.Jim Grosbach2012-04-11
* Fix the build under Debian GNU/Hurd.Sylvestre Ledru2012-04-11
* Cache the hash value of the operands in the MDNode.Benjamin Kramer2012-04-11
* FoldingSet: Push the hash through FoldingSetTraits::Equals, so clients can us...Benjamin Kramer2012-04-11
* Compute hashes directly with hash_combine instead of taking a detour through ...Benjamin Kramer2012-04-11
* remove unused argumentNadav Rotem2012-04-11
* Add a C binding to the Target and TargetMachine classes to allow for emittingDuncan Sands2012-04-11
* Add two statistics to help track how we are computing the inline cost.Chandler Carruth2012-04-11
* Reapply 154397. Original message:Nadav Rotem2012-04-11
* Add more fused mul+add/sub patterns. rdar://10139676Evan Cheng2012-04-11
* Reapply 154396 after fixing a test.Nadav Rotem2012-04-11
* Clean up ARM fused multiply + add/sub support some more: rename some iselEvan Cheng2012-04-11