aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add support to BBVectorize for vectorizing selects.Hal Finkel2012-04-133-0/+41
* Add support for Hexagon Architectural feature, New Value Jump.Sirish Pande2012-04-137-10/+684
* Pass to replace tranfer/copy instructions into combine instruction where poss...Sirish Pande2012-04-135-0/+484
* Reduce malloc traffic in DwarfAccelTableBenjamin Kramer2012-04-132-58/+28
* Support for Hexagon backend.Tony Linthicum2012-04-131-0/+2
* Support for Hexagon backend.Tony Linthicum2012-04-131-0/+4
* On Darwin targets, only use vfma etc. if the source use fma() intrinsic expli...Evan Cheng2012-04-132-3/+6
* Add some comments, and fix a few places that missed setting Changed.Dan Gohman2012-04-131-2/+24
* For ARM disassembly only print 32 unsigned bits for the address of branchKevin Enderby2012-04-131-2/+2
* Consider ObjC runtime calls objc_storeWeak and others which make a copy ofDan Gohman2012-04-132-14/+160
* By default, use Early-CSE instead of GVN for vectorization cleanup.Hal Finkel2012-04-131-2/+9
* Catch the Python exception when subprocess.Popen is failing.Sylvestre Ledru2012-04-131-1/+6
* Remove unused variable.Benjamin Kramer2012-04-131-3/+0
* Silence various build warnings from Hexagon backend that show up in release b...Craig Topper2012-04-135-240/+220
* Fix target specific intrinsic handling to adjust intrinsic number before doin...Craig Topper2012-04-131-9/+15
* Remove getElfArchType from ELF.h. It's only used in ELFObjectFile.cpp and the...Craig Topper2012-04-131-9/+0
* Use the new Use-aware dominates method to apply the objc runtimeDan Gohman2012-04-132-8/+23
* Code-gen may inject code into the IR before it emits the ASM. The linkerBill Wendling2012-04-131-0/+6
* Don't move objc_autorelease calls past autorelease pool boundaries whenDan Gohman2012-04-132-7/+121
* Def here is an Instruction, so !isa<Instruction>(Def) is always false,Dan Gohman2012-04-131-3/+2
* Add forms of dominates and isReachableFromEntry that accept a UseDan Gohman2012-04-122-0/+84
* Fix a few more places in the ARM disassembler so that branches getKevin Enderby2012-04-122-4/+30
* Update CMake build.Ted Kremenek2012-04-122-4/+5
* Hexagon: fix CMake error.Evandro Menezes2012-04-121-1/+1
* Disable Hexagon test temporarily.Sirish Pande2012-04-1210-10/+20
* HexagonPacketizer patch.Sirish Pande2012-04-1220-552/+7612
* This patch improves the MCJIT runtime dynamic loader by adding new handlingPreston Gurd2012-04-1228-81/+320
* Generalize r153635 to deal with TokenFactor chains; also clean up the logic a...Evan Cheng2012-04-121-41/+51
* Hexagon: enable assembler output through the MC layer.Evandro Menezes2012-04-1216-376/+685
* Add DFA generator for VLIW targets to ReleaseNotes.html and CREDITS.TXT.Anshuman Dasgupta2012-04-122-0/+10
* Remove README entry obsoleted by register masks.Benjamin Kramer2012-04-121-16/+0
* Remove a remaining reference to the obsolete C backend in configureJean-Daniel Dupas2012-04-122-2/+2
* Fix 128-bit ptest intrinsics to take v2i64 instead of v4f32 since these are i...Craig Topper2012-04-124-25/+25
* ARM 'adr' fixups don't need the interworking addend tweaking.Jim Grosbach2012-04-121-0/+3
* Revert changes that were accidentally committed.Akira Hatanaka2012-04-111-2/+1
* Fix string that is being checked.Akira Hatanaka2012-04-111-5/+6
* Emit neg.s or neg.d only if -enable-no-nans-fp-math is supplied by user,Akira Hatanaka2012-04-113-3/+26
* Emit abs.s or abs.d only if -enable-no-nans-fp-math is supplied by user.Akira Hatanaka2012-04-114-0/+117
* Fixed a case of ARM disassembly getting an assert on a bad encodingKevin Enderby2012-04-112-0/+15
* Fix bugs in lowering of FCOPYSIGN nodes.Akira Hatanaka2012-04-113-95/+183
* Remove incorrect comment.Jim Grosbach2012-04-111-1/+1
* Tidy up. Remove hard tab characters.Jim Grosbach2012-04-111-28/+28
* Tidy up. Whitespace.Jim Grosbach2012-04-112-5/+5
* Fix pasto.Benjamin Kramer2012-04-111-1/+1
* Typo.Chad Rosier2012-04-111-1/+1
* TableGen's regpressure: emit per-registerclass weight limits.Andrew Trick2012-04-114-28/+47
* ARM 'vuzp.32 Dd, Dm' is a pseudo-instruction.Jim Grosbach2012-04-113-2/+7
* TableGen'd regpressure: register unit set pruning.Andrew Trick2012-04-111-18/+14
* ARM 'vzip.32 Dd, Dm' is a pseudo-instruction.Jim Grosbach2012-04-113-2/+7
* Fix the build under Debian GNU/Hurd.Sylvestre Ledru2012-04-115-5/+20