| Commit message (Expand) | Author | Age | Files | Lines |
* | fix PrintAsmOperand and PrintAsmMemoryOperand to pass down | Chris Lattner | 2010-04-04 | 1 | -4/+5 |
* | fix an ugly wart in the MCInstPrinter api where the | Chris Lattner | 2010-04-04 | 2 | -12/+7 |
* | change a ton of code to not implicitly use the "O" raw_ostream | Chris Lattner | 2010-04-04 | 1 | -1/+2 |
* | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 2010-04-04 | 6 | -19/+35 |
* | asmstreamerize the .size directive for function bodies, force clients | Chris Lattner | 2010-04-03 | 1 | -6/+1 |
* | add a twine form of MCStreamer::EmitRawText, and mc'ize | Chris Lattner | 2010-04-03 | 1 | -0/+1 |
* | start moving towards emitting inline asm statements with | Chris Lattner | 2010-04-03 | 1 | -1/+1 |
* | add a new EmitInlineAsm function to asmprinter to handle inline asm. | Chris Lattner | 2010-04-03 | 2 | -3/+15 |
* | Revert all my SSAUpdater patches. The PHI placement algorithm is not correct | Bob Wilson | 2010-04-03 | 1 | -23/+9 |
* | Add special case bitcode support for DebugLoc. This avoids | Chris Lattner | 2010-04-03 | 1 | -1/+4 |
* | Rewrite aesimc handling. It only takes a single input and has a single | Eric Christopher | 2010-04-02 | 1 | -1/+1 |
* | Fix typo aeskeygenassist -> aeskeygenassist128. | Eric Christopher | 2010-04-02 | 1 | -1/+1 |
* | Ok, third time's the charm. No changes from last time except the CMake | David Greene | 2010-04-02 | 6 | -3/+34 |
* | Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgen | Johnny Chen | 2010-04-02 | 1 | -0/+12 |
* | Skip debug info when looking for existing EH calls at the | Dale Johannesen | 2010-04-02 | 1 | -0/+6 |
* | remove compatibility typedef. | Chris Lattner | 2010-04-02 | 1 | -2/+0 |
* | rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h. | Chris Lattner | 2010-04-02 | 5 | -30/+22 |
* | remove uses of DebugLoc::getUnknownLoc. | Chris Lattner | 2010-04-02 | 2 | -27/+20 |
* | include densemap.h explicitly and rearrange #includes. | Chris Lattner | 2010-04-02 | 1 | -3/+3 |
* | Switch the code generator (except the JIT) onto the new DebugLoc | Chris Lattner | 2010-04-02 | 4 | -57/+13 |
* | Correctly lower memset / memcpy of undef. It should be a nop. PR6767. | Evan Cheng | 2010-04-02 | 1 | -7/+11 |
* | Revert 100204. It broke a bunch of tests and apparently changed what passes a... | Evan Cheng | 2010-04-02 | 6 | -34/+3 |
* | Let's try this again. Re-apply 100143 including an apparent missing | David Greene | 2010-04-02 | 6 | -3/+34 |
* | Revert r100191 since it breaks objc in clang | Mon P Wang | 2010-04-02 | 6 | -35/+19 |
* | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 2010-04-02 | 6 | -19/+35 |
* | Add an explicit keyword. | Dan Gohman | 2010-04-02 | 1 | -1/+1 |
* | Fix SpecificBumpPtrAllocator iteration. | Torok Edwin | 2010-04-02 | 1 | -1/+1 |
* | Rewrite another SSAUpdater function to avoid recursion. | Bob Wilson | 2010-04-01 | 1 | -2/+2 |
* | Revert r100143. | Eric Christopher | 2010-04-01 | 6 | -33/+3 |
* | Add some switches helpful for debugging: | David Greene | 2010-04-01 | 6 | -3/+33 |
* | Add comments about DstAlign and SrcAlign. | Evan Cheng | 2010-04-01 | 1 | -2/+5 |
* | Change another SSAUpdater function to avoid recursion. | Bob Wilson | 2010-04-01 | 1 | -1/+1 |
* | The SSAUpdater should avoid recursive traversals of the CFG, since that may | Bob Wilson | 2010-04-01 | 1 | -1/+1 |
* | - Avoid using floating point stores to implement memset unless the value is z... | Evan Cheng | 2010-04-01 | 1 | -1/+1 |
* | Introduce ImmutableCallSite, useful for contexts where no mutation | Gabor Greif | 2010-04-01 | 1 | -112/+160 |
* | switch IRBuilder to use NewDebugLoc for locations instead | Chris Lattner | 2010-04-01 | 1 | -7/+8 |
* | add comments, don't require inlined-at to be specified. | Chris Lattner | 2010-04-01 | 1 | -1/+3 |
* | Fix sdisel memcpy, memset, memmove lowering: | Evan Cheng | 2010-04-01 | 1 | -3/+3 |
* | Switch the representation of the location in instruction from | Chris Lattner | 2010-04-01 | 1 | -4/+26 |
* | add a method to decode a DILocation into a NewDebugLoc. | Chris Lattner | 2010-04-01 | 1 | -1/+4 |
* | Add aeskeygenassist intrinsic and rename all of the aes intrinsics to | Eric Christopher | 2010-04-01 | 1 | -5/+9 |
* | Add a new "NewDebugLoc" class which will eventually replace DebugLoc, | Chris Lattner | 2010-04-01 | 1 | -0/+55 |
* | Rewrite part of the SSAUpdater to be more careful about inserting redundant | Bob Wilson | 2010-03-31 | 1 | -9/+23 |
* | Correct comment. | Duncan Sands | 2010-03-31 | 1 | -1/+1 |
* | fix file header. | Chris Lattner | 2010-03-31 | 1 | -2/+1 |
* | make irbuilder use the new optimized debug info accessors. | Chris Lattner | 2010-03-31 | 1 | -4/+11 |
* | add new apis for getting/setting !dbg metadata on | Chris Lattner | 2010-03-31 | 2 | -2/+11 |
* | Fix a major source of compile-time slowness at -O0 -g by optimizing | Chris Lattner | 2010-03-30 | 3 | -3/+17 |
* | Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. | Bob Wilson | 2010-03-30 | 6 | -35/+19 |
* | Added support for address spaces and added a isVolatile field to memcpy, memm... | Mon P Wang | 2010-03-30 | 6 | -19/+35 |