| Commit message (Expand) | Author | Age | Files | Lines |
| * | now that the debug and eh emitters use a common .set counter, | Chris Lattner | 2010-03-09 | 4 | -11/+5 |
| * | move .set generation out of DwarfPrinter into AsmPrinter and | Chris Lattner | 2010-03-08 | 5 | -26/+41 |
| * | Don't waste time trying to CSE labels, phis, inline asm. Definitely avoid cse... | Evan Cheng | 2010-03-08 | 1 | -0/+4 |
| * | Restrict machine cse to really trivial coalescing. Leave the heavy lifting to... | Evan Cheng | 2010-03-08 | 1 | -0/+3 |
| * | simplify EmitSectionOffset to always use .set if it is | Chris Lattner | 2010-03-08 | 8 | -39/+17 |
| * | don't reset defaults. | Chris Lattner | 2010-03-08 | 2 | -3/+0 |
| * | Remove a version of EmitDifference. | Chris Lattner | 2010-03-08 | 4 | -51/+26 |
| * | Fix a crash compiling 254.gap for Thumb2. The Thumb2 add/sub with 12-bit | Bob Wilson | 2010-03-08 | 3 | -8/+292 |
| * | Re-commit 97860 with fix. getMallocAllocatedType may return null. | Evan Cheng | 2010-03-08 | 2 | -0/+26 |
| * | eliminate a form of PrintLabelName. | Chris Lattner | 2010-03-08 | 3 | -11/+5 |
| * | remove another form of EmitReference. | Chris Lattner | 2010-03-08 | 3 | -10/+3 |
| * | eliminate the non-MCSymbol versions of EmitReference. | Chris Lattner | 2010-03-08 | 3 | -25/+7 |
| * | mc'ize EmitLabel. | Chris Lattner | 2010-03-08 | 4 | -69/+52 |
| * | merge DIEObjectLabel and DIEDwarfLabel into DIELabel. | Chris Lattner | 2010-03-08 | 5 | -89/+13 |
| * | Introduce DIFile. This will be used to represent header files and source file... | Devang Patel | 2010-03-08 | 2 | -0/+39 |
| * | elimiante the DWLabel class, using MCSymbol instead. Start | Chris Lattner | 2010-03-08 | 10 | -177/+138 |
| * | Fix the vmxon entry in the X86InstrInfo.td so it has the correct prefix bytes | Kevin Enderby | 2010-03-08 | 2 | -2/+11 |
| * | MC/Macho-O: Align the zerofill section itself to the maximum alignment. | Daniel Dunbar | 2010-03-08 | 3 | -1/+26 |
| * | Derive DIType from DIScope. This simplifies getContext() where for members th... | Devang Patel | 2010-03-08 | 4 | -47/+31 |
| * | Remove DbgNode checks in constructor. Debug descriptors are intended to be li... | Devang Patel | 2010-03-08 | 2 | -55/+12 |
| * | MC/Mach-O: Fix address compution for zero fill sections. | Daniel Dunbar | 2010-03-08 | 2 | -2/+37 |
| * | MC/Mach-O: Error out instead of crashing on invalid scattered relocation expr... | Daniel Dunbar | 2010-03-08 | 1 | -2/+11 |
| * | X86: Fix encoding for TEST{8,16,32}rr. | Daniel Dunbar | 2010-03-08 | 2 | -4/+6 |
| * | Add documentation on sibling call optimization. Rename tailcall2.ll test to s... | Evan Cheng | 2010-03-08 | 3 | -2/+50 |
| * | isNull() is not used any more. | Devang Patel | 2010-03-08 | 1 | -1/+0 |
| * | Avoid using DIDescriptor.isNull(). | Devang Patel | 2010-03-08 | 8 | -162/+128 |
| * | Iterator traits and swap. closes PR6548 and PR6549 | Andrew Lenharth | 2010-03-08 | 2 | -0/+23 |
| * | Don't always run the ocaml kaleidoscope tutorials. | Erick Tryzelaar | 2010-03-08 | 1 | -2/+5 |
| * | Revert r97726 and r97728 at ddunbar's request; we want to solve this | John McCall | 2010-03-08 | 3 | -26/+3 |
| * | Add OCaml tutorial to the examples. | Erick Tryzelaar | 2010-03-08 | 65 | -29/+3508 |
| * | Update the OCaml Kaleidoscope tutorial. | Erick Tryzelaar | 2010-03-08 | 5 | -65/+58 |
| * | Revert r97947. | Devang Patel | 2010-03-08 | 8 | -128/+163 |
| * | disambiguate some types, add a fixme about some | Chris Lattner | 2010-03-08 | 4 | -5/+6 |
| * | fix some more ambiguous patterns, remove another nontemporalstore | Chris Lattner | 2010-03-08 | 2 | -14/+12 |
| * | Correct immediate sizes. | Chris Lattner | 2010-03-08 | 2 | -2/+2 |
| * | fix a type compatibility bug. imm is i32 in the input | Chris Lattner | 2010-03-08 | 2 | -1/+6 |
| * | fix a bunch of partially ambiguous patterns on ARM. As an | Chris Lattner | 2010-03-08 | 3 | -35/+40 |
| * | Fix a bunch of ambiguous patterns which tblgen happens to infer types | Chris Lattner | 2010-03-08 | 1 | -7/+7 |
| * | Node arguments to type casts can have names too. This code | Chris Lattner | 2010-03-08 | 1 | -0/+8 |
| * | tidy up | Chris Lattner | 2010-03-08 | 1 | -1/+1 |
| * | Avoid using DIDescriptor.isNull(). | Devang Patel | 2010-03-08 | 8 | -163/+128 |
| * | Add Order to SDDbgValue | Dale Johannesen | 2010-03-08 | 1 | -4/+10 |
| * | Fix dbg value handling in tail merging. | Dale Johannesen | 2010-03-08 | 1 | -3/+25 |
| * | remove a non-temporal store pattern which is not tested and | Chris Lattner | 2010-03-08 | 1 | -3/+0 |
| * | Revert r97917, which was causing Clang Debug self-host failures. | Douglas Gregor | 2010-03-08 | 4 | -50/+29 |
| * | Roll back r97918 again. Just configuring against llvm-gcc wasn't enough to run | Jeffrey Yasskin | 2010-03-07 | 3 | -26/+22 |
| * | Reapply r97788 to free MDNodes when the LLVMContext is destroyed. It | Jeffrey Yasskin | 2010-03-07 | 3 | -22/+26 |
| * | Roll r97906 forward again, without double-deleting CompileUnit::IndexTyDie. | Jeffrey Yasskin | 2010-03-07 | 4 | -29/+50 |
| * | Add findNearestCommonDominator() for PostDominators. | Tobias Grosser | 2010-03-07 | 1 | -0/+4 |
| * | Use Other as a sentinel instead of iAny. | Chris Lattner | 2010-03-07 | 2 | -6/+6 |