summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Support for Hexagon backend.Tony Linthicum2012-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
* Catch the Python exception when subprocess.Popen is failing.Sylvestre Ledru2012-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
* Fix target specific intrinsic handling to adjust intrinsic number before doin...Craig Topper2012-04-13
* Remove getElfArchType from ELF.h. It's only used in ELFObjectFile.cpp and the...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
* Disable Hexagon test temporarily.Sirish Pande2012-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
* Add DFA generator for VLIW targets to ReleaseNotes.html and CREDITS.TXT.Anshuman Dasgupta2012-04-12
* Remove README entry obsoleted by register masks.Benjamin Kramer2012-04-12
* Remove a remaining reference to the obsolete C backend in configureJean-Daniel Dupas2012-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
* Revert changes that were accidentally committed.Akira Hatanaka2012-04-11
* Fix string that is being checked.Akira Hatanaka2012-04-11
* 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
* Remove incorrect comment.Jim Grosbach2012-04-11
* Tidy up. Remove hard tab characters.Jim Grosbach2012-04-11
* Tidy up. Whitespace.Jim Grosbach2012-04-11
* Fix pasto.Benjamin Kramer2012-04-11
* Typo.Chad Rosier2012-04-11
* TableGen's regpressure: emit per-registerclass weight limits.Andrew Trick2012-04-11
* ARM 'vuzp.32 Dd, Dm' is a pseudo-instruction.Jim Grosbach2012-04-11
* TableGen'd regpressure: register unit set pruning.Andrew Trick2012-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