| Commit message (Expand) | Author | Age | Files | Lines |
* | MC: Switch assembler API to using MCExpr instead of MCValue. | Daniel Dunbar | 2009-10-16 | 3 | -46/+54 |
* | MC: Remove unneeded context argument to MCExpr::Evaluate*. | Daniel Dunbar | 2009-10-16 | 4 | -12/+11 |
* | MC: Tweak variable assignment diagnostics, and make reassignment of non-absolute | Daniel Dunbar | 2009-10-16 | 3 | -7/+36 |
* | MC: When parsing a variable reference, substitute absolute variables immediately | Daniel Dunbar | 2009-10-16 | 4 | -14/+43 |
* | MC: Move assembler variable values from MCContext to MCSymbol. | Daniel Dunbar | 2009-10-16 | 3 | -32/+33 |
* | MC: Switch MCContext value table to storing MCExprs. | Daniel Dunbar | 2009-10-16 | 3 | -32/+22 |
* | When checking aliases between phi sources and V2, we know the sources are not... | Evan Cheng | 2009-10-16 | 1 | -3/+3 |
* | Revert svn r80498 and replace it with a different solution. The only problem | Bob Wilson | 2009-10-15 | 1 | -12/+4 |
* | Dllexport stuff cleanup: | Anton Korobeynikov | 2009-10-15 | 1 | -34/+40 |
* | Branches must be the last instruction in a Thumb2 IT block. Approved by Evan ... | Sandeep Patel | 2009-10-15 | 2 | -1/+49 |
* | Fix encoding bits for N3VLInt3_QHS multiclass with 8-bit elements. | Bob Wilson | 2009-10-15 | 1 | -1/+1 |
* | Fix ARM memory operand parsing of post indexing with just a base register, that | Kevin Enderby | 2009-10-15 | 1 | -36/+41 |
* | Fix a potential performance problem in placing ARM constant pools. | Bob Wilson | 2009-10-15 | 1 | -29/+67 |
* | More bits of the ARM target assembler for llvm-mc, code added to parse labels | Kevin Enderby | 2009-10-15 | 1 | -16/+130 |
* | Remove X86Subtarget::IsLinux. It's no longer being used. | Evan Cheng | 2009-10-15 | 2 | -10/+1 |
* | Fix bug where array malloc with unexpected computation of the size argument r... | Victor Hernandez | 2009-10-15 | 4 | -37/+72 |
* | Add files Sanjiv forgot. | Benjamin Kramer | 2009-10-15 | 3 | -0/+487 |
* | Re-apply 84180 with the fixed test case. | Sanjiv Gupta | 2009-10-15 | 11 | -692/+394 |
* | Move Blackfin intrinsics into the Target/Blackfin directory. | Jakob Stoklund Olesen | 2009-10-15 | 9 | -14/+105 |
* | Report errors correctly for unselected target intrinsics. | Jakob Stoklund Olesen | 2009-10-15 | 3 | -8/+21 |
* | Clean up TargetIntrinsicInfo API. Add pure virtual methods. | Jakob Stoklund Olesen | 2009-10-15 | 2 | -26/+20 |
* | Add missing break statements! Thanks to Duncan Sands for pointing this out! | Nick Lewycky | 2009-10-15 | 1 | -0/+2 |
* | Tablegen target intrinsics from the target main .td file. | Jakob Stoklund Olesen | 2009-10-15 | 1 | -2/+2 |
* | Disable another unittest that doesn't work on arm and ppc. | Benjamin Kramer | 2009-10-15 | 1 | -1/+1 |
* | Revert "Complete Rewrite of AsmPrinter, TargetObjectFile based on new | Daniel Dunbar | 2009-10-15 | 13 | -878/+689 |
* | Complete Rewrite of AsmPrinter, TargetObjectFile based on new PIC16Section class | Sanjiv Gupta | 2009-10-15 | 13 | -689/+878 |
* | Few changes to comply with new DebugInfo Metadata representation. | Sanjiv Gupta | 2009-10-15 | 1 | -4/+5 |
* | The gcc plugin is now called dragonegg.so and no longer llvm.so. | Duncan Sands | 2009-10-15 | 1 | -1/+1 |
* | Teach basicaa about memcpy/memmove/memset. The length argument can be used to | Nick Lewycky | 2009-10-15 | 1 | -0/+22 |
* | Teach BasicAA to use the size parameter of the memory use marker intrinsics. | Nick Lewycky | 2009-10-15 | 1 | -18/+29 |
* | Be smarter about reusing constant pool entries. | Bob Wilson | 2009-10-15 | 1 | -4/+17 |
* | Fix another problem with ARM constant pools. Radar 7303551. | Bob Wilson | 2009-10-15 | 1 | -7/+5 |
* | only try to fold constantexpr operands when the worklist is first populated, | Chris Lattner | 2009-10-15 | 1 | -15/+30 |
* | don't bother calling ConstantFoldInstruction unless there is a use of the | Chris Lattner | 2009-10-15 | 1 | -22/+25 |
* | Take advantage of TargetData when available; we know that the atomic intrinsics | Nick Lewycky | 2009-10-15 | 1 | -18/+23 |
* | Make CodePlacementOpt align loops, rather than loop headers. The | Dan Gohman | 2009-10-15 | 3 | -73/+43 |
* | When LiveVariables is adding implicit-def to model "partial dead", add the ea... | Evan Cheng | 2009-10-14 | 2 | -1/+27 |
* | Print earlyclobber for implicit-defs as well. | Evan Cheng | 2009-10-14 | 1 | -6/+6 |
* | One more iteration here and a yet better way to solve it. | Eric Christopher | 2009-10-14 | 1 | -14/+13 |
* | Fix the unused argument problem here a different way - cast to void. | Eric Christopher | 2009-10-14 | 1 | -1/+3 |
* | Fix instruction encoding bits for NEON VPADAL. | Bob Wilson | 2009-10-14 | 1 | -2/+2 |
* | Remove unused variables to fix build warning. | Bob Wilson | 2009-10-14 | 1 | -3/+0 |
* | Make loop not recalc getNumOperands() each time around | Jim Grosbach | 2009-10-14 | 1 | -3/+2 |
* | Add support to record DbgScope as inlined scope. | Devang Patel | 2009-10-14 | 2 | -25/+44 |
* | quiet compiler warning | Jim Grosbach | 2009-10-14 | 1 | -1/+1 |
* | Delete bogus semicolons. | Dan Gohman | 2009-10-14 | 4 | -6/+6 |
* | Inst{11-8} for vshl should be 0b0101, not 0b1111. | Jim Grosbach | 2009-10-14 | 1 | -1/+1 |
* | Remove a bunch of unused arguments from functions, silencing a | Eric Christopher | 2009-10-14 | 8 | -15/+14 |
* | The ARM and PowerPC jits are broken in this regard. | Nick Lewycky | 2009-10-14 | 1 | -0/+2 |
* | There seems to be no reason for opt's -S option to be hidden. | Duncan Sands | 2009-10-14 | 1 | -2/+1 |