summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Rewrite aesimc handling. It only takes a single input and has a singleEric Christopher2010-04-02
* Fix typo aeskeygenassist -> aeskeygenassist128.Eric Christopher2010-04-02
* Ok, third time's the charm. No changes from last time except the CMakeDavid Greene2010-04-02
* Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgenJohnny Chen2010-04-02
* Skip debug info when looking for existing EH calls at theDale Johannesen2010-04-02
* remove compatibility typedef.Chris Lattner2010-04-02
* rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h.Chris Lattner2010-04-02
* remove uses of DebugLoc::getUnknownLoc.Chris Lattner2010-04-02
* include densemap.h explicitly and rearrange #includes.Chris Lattner2010-04-02
* Switch the code generator (except the JIT) onto the new DebugLocChris Lattner2010-04-02
* Correctly lower memset / memcpy of undef. It should be a nop. PR6767.Evan Cheng2010-04-02
* Revert 100204. It broke a bunch of tests and apparently changed what passes a...Evan Cheng2010-04-02
* Let's try this again. Re-apply 100143 including an apparent missingDavid Greene2010-04-02
* Revert r100191 since it breaks objc in clang Mon P Wang2010-04-02
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-02
* Add an explicit keyword.Dan Gohman2010-04-02
* Fix SpecificBumpPtrAllocator iteration.Torok Edwin2010-04-02
* Rewrite another SSAUpdater function to avoid recursion.Bob Wilson2010-04-01
* Revert r100143.Eric Christopher2010-04-01
* Add some switches helpful for debugging:David Greene2010-04-01
* Add comments about DstAlign and SrcAlign.Evan Cheng2010-04-01
* Change another SSAUpdater function to avoid recursion.Bob Wilson2010-04-01
* The SSAUpdater should avoid recursive traversals of the CFG, since that mayBob Wilson2010-04-01
* - Avoid using floating point stores to implement memset unless the value is z...Evan Cheng2010-04-01
* Introduce ImmutableCallSite, useful for contexts where no mutationGabor Greif2010-04-01
* switch IRBuilder to use NewDebugLoc for locations insteadChris Lattner2010-04-01
* add comments, don't require inlined-at to be specified.Chris Lattner2010-04-01
* Fix sdisel memcpy, memset, memmove lowering:Evan Cheng2010-04-01
* Switch the representation of the location in instruction fromChris Lattner2010-04-01
* add a method to decode a DILocation into a NewDebugLoc.Chris Lattner2010-04-01
* Add aeskeygenassist intrinsic and rename all of the aes intrinsics toEric Christopher2010-04-01
* Add a new "NewDebugLoc" class which will eventually replace DebugLoc,Chris Lattner2010-04-01
* Rewrite part of the SSAUpdater to be more careful about inserting redundantBob Wilson2010-03-31
* Correct comment.Duncan Sands2010-03-31
* fix file header.Chris Lattner2010-03-31
* make irbuilder use the new optimized debug info accessors.Chris Lattner2010-03-31
* add new apis for getting/setting !dbg metadata on Chris Lattner2010-03-31
* Fix a major source of compile-time slowness at -O0 -g by optimizingChris Lattner2010-03-30
* Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots.Bob Wilson2010-03-30
* Added support for address spaces and added a isVolatile field to memcpy, memm...Mon P Wang2010-03-30
* Introduce SpecificBumpPtrAllocator, a wrapper for BumpPtrAllocator which allowsBenjamin Kramer2010-03-30
* Fix llvm-ld to clean up its output files in case of an error.Dan Gohman2010-03-30
* Remove the pmulld intrinsic and autoupdate it as a vector multiply.Eric Christopher2010-03-30
* Rip out the 'is temporary' nonsense from the MCContext interface toChris Lattner2010-03-30
* Switch isa_impl from a function template to a class template with aDouglas Gregor2010-03-30
* Introduce namespace-scope functions to enable LLVM statistics withoutDouglas Gregor2010-03-30
* Change PointerUnionX::getFromOpaqueValue() to be declared 'static inline' ins...Ted Kremenek2010-03-30
* Reapply r99881 with some fixes: only call destructor in releaseMemory!Torok Edwin2010-03-30
* Revert 99881, it brooke smooshlab's llvm-gcc-i386-darwin9.Torok Edwin2010-03-30
* Introduce another Reset() method in BumpPtrAllocator that calls a destructorTorok Edwin2010-03-30