[llvm-commits] [llvm] r148691 - in /llvm/trunk/lib/VMCore: Constants.cpp ConstantsContext.h LLVMContextImpl.cpp LLVMContextImpl.h

Alexander Potapenko glider at google.com
Mon Jan 23 07:10:37 PST 2012


Here's where I got today.
run.sh is a script for multidelta that compiles test.ii with
-faddress-sanitizer (see
http://code.google.com/p/address-sanitizer/wiki/HowToBuild for build
instructions)


On Mon, Jan 23, 2012 at 4:59 PM, NAKAMURA Takumi <geek4civic at gmail.com> wrote:
> 2012/1/23 Chris Lattner <sabre at nondot.org>:
>> Author: lattner
>> Date: Mon Jan 23 02:42:38 2012
>> New Revision: 148691
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=148691&view=rev
>> Log:
>> Replace a use of ConstantUniqueMap for CAZ constants with a simple DenseMap.
>> Now that the type system rewrite has landed, there is no need for its
>> complexity and std::map'ness.
>>
>> Modified:
>>    llvm/trunk/lib/VMCore/Constants.cpp
>>    llvm/trunk/lib/VMCore/ConstantsContext.h
>>    llvm/trunk/lib/VMCore/LLVMContextImpl.cpp
>>    llvm/trunk/lib/VMCore/LLVMContextImpl.h
>
> Chris, it broke stage2 build. I am investigating.
>
> ...Takumi
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits



-- 
Alexander Potapenko
Software Engineer
Google Moscow
-------------- next part --------------
A non-text attachment was scrubbed...
Name: run.sh
Type: application/x-sh
Size: 905 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120123/634b7329/attachment.sh>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test.ii
Type: application/octet-stream
Size: 12818 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120123/634b7329/attachment.obj>


More information about the llvm-commits mailing list