aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Re-apply 84180 with the fixed test case.Sanjiv Gupta2009-10-1511-692/+394
* Move Blackfin intrinsics into the Target/Blackfin directory.Jakob Stoklund Olesen2009-10-159-14/+105
* Report errors correctly for unselected target intrinsics.Jakob Stoklund Olesen2009-10-153-8/+21
* Clean up TargetIntrinsicInfo API. Add pure virtual methods.Jakob Stoklund Olesen2009-10-152-26/+20
* Add missing break statements! Thanks to Duncan Sands for pointing this out!Nick Lewycky2009-10-151-0/+2
* Tablegen target intrinsics from the target main .td file.Jakob Stoklund Olesen2009-10-151-2/+2
* Disable another unittest that doesn't work on arm and ppc.Benjamin Kramer2009-10-151-1/+1
* Revert "Complete Rewrite of AsmPrinter, TargetObjectFile based on newDaniel Dunbar2009-10-1513-878/+689
* Complete Rewrite of AsmPrinter, TargetObjectFile based on new PIC16Section classSanjiv Gupta2009-10-1513-689/+878
* Few changes to comply with new DebugInfo Metadata representation.Sanjiv Gupta2009-10-151-4/+5
* The gcc plugin is now called dragonegg.so and no longer llvm.so.Duncan Sands2009-10-151-1/+1
* Teach basicaa about memcpy/memmove/memset. The length argument can be used toNick Lewycky2009-10-151-0/+22
* Teach BasicAA to use the size parameter of the memory use marker intrinsics.Nick Lewycky2009-10-151-18/+29
* Be smarter about reusing constant pool entries.Bob Wilson2009-10-151-4/+17
* Fix another problem with ARM constant pools. Radar 7303551.Bob Wilson2009-10-151-7/+5
* only try to fold constantexpr operands when the worklist is first populated, Chris Lattner2009-10-151-15/+30
* don't bother calling ConstantFoldInstruction unless there is a use of theChris Lattner2009-10-151-22/+25
* Take advantage of TargetData when available; we know that the atomic intrinsicsNick Lewycky2009-10-151-18/+23
* Make CodePlacementOpt align loops, rather than loop headers. TheDan Gohman2009-10-153-73/+43
* When LiveVariables is adding implicit-def to model "partial dead", add the ea...Evan Cheng2009-10-142-1/+27
* Print earlyclobber for implicit-defs as well.Evan Cheng2009-10-141-6/+6
* One more iteration here and a yet better way to solve it.Eric Christopher2009-10-141-14/+13
* Fix the unused argument problem here a different way - cast to void.Eric Christopher2009-10-141-1/+3
* Fix instruction encoding bits for NEON VPADAL.Bob Wilson2009-10-141-2/+2
* Remove unused variables to fix build warning.Bob Wilson2009-10-141-3/+0
* Make loop not recalc getNumOperands() each time aroundJim Grosbach2009-10-141-3/+2
* Add support to record DbgScope as inlined scope.Devang Patel2009-10-142-25/+44
* quiet compiler warningJim Grosbach2009-10-141-1/+1
* Delete bogus semicolons.Dan Gohman2009-10-144-6/+6
* Inst{11-8} for vshl should be 0b0101, not 0b1111.Jim Grosbach2009-10-141-1/+1
* Remove a bunch of unused arguments from functions, silencing aEric Christopher2009-10-148-15/+14
* The ARM and PowerPC jits are broken in this regard.Nick Lewycky2009-10-141-0/+2
* There seems to be no reason for opt's -S option to be hidden.Duncan Sands2009-10-141-2/+1
* Make use of the result of the loads even though that means adding -instcombine.Nick Lewycky2009-10-141-5/+5
* Set instruction encoding bits 4 and 7 for ARM register-register andBob Wilson2009-10-141-7/+42
* Refactor code to select NEON VST intrinsics.Bob Wilson2009-10-141-168/+112
* Use isVoidTy()Devang Patel2009-10-144-12/+12
* Refactor code to select NEON VLD intrinsics.Bob Wilson2009-10-141-147/+109
* Add copyMD to copy metadata from one instruction to another instruction.Devang Patel2009-10-142-0/+19
* More refactoring. NEON vst lane intrinsics can share almost all the code forBob Wilson2009-10-141-180/+32
* Refactor code for selecting NEON load lane intrinsics.Bob Wilson2009-10-141-211/+122
* I don't see any point in having both eh.selector.i32 and eh.selector.i64,Duncan Sands2009-10-148-43/+81
* make instcombine's instruction sinking more aggressive in theChris Lattner2009-10-142-4/+47
* Undo pthread patch from rev. 83930 & 83823. Credit to Paul Davey.Edward O'Callaghan2009-10-143-40/+22
* Clear VisitedPHIs after use.Evan Cheng2009-10-141-1/+3
* Another BasicAA fix. If a value does not alias a GEP's base pointer, then itEvan Cheng2009-10-142-39/+76
* AuroraUX needs special Solaris system header.Edward O'Callaghan2009-10-141-0/+4
* More code clean up based on patch feedback.Evan Cheng2009-10-141-12/+16
* Change VisitedPHIs into an instance variable that's freed by each alias() call.Evan Cheng2009-10-141-22/+22
* Replace test with a simpler hand crafted one.Evan Cheng2009-10-141-76/+19