log lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp @ 97:b0dd3743370f

age author description
Wed, 14 Oct 2015 19:39:58 +0900 Kaito Tokumori LLVM 3.8
Tue, 13 Oct 2015 17:48:58 +0900 Kaito Tokumori LLVM 3.8
Sat, 18 Apr 2015 16:46:50 +0900 Kaito Tokumori minor fix
Thu, 19 Feb 2015 15:19:25 +0900 Tatsuki IHA Update LLVM 3.7
Wed, 18 Feb 2015 14:55:36 +0900 Tatsuki IHA LLVM 3.7
Thu, 25 Sep 2014 16:56:18 +0900 Kaito Tokumori update to LLVM 3.6
Mon, 08 Sep 2014 22:06:00 +0900 Kaito Tokumori LLVM 3.6
Mon, 05 May 2014 03:18:03 +0900 Kaito Tokumori fix bug. compiler does not emit unnecessary warning no more.
Fri, 14 Feb 2014 02:03:27 +0900 Kaito Tokumori fix tail call bug. If the codesegment is variadic function, we cannot do TCE so we don't add fastcc to that codesegment. It should be treat void function.
Tue, 11 Feb 2014 15:35:48 +0900 Kaito Tokumori correct incorrect macro
Tue, 11 Feb 2014 02:09:46 +0900 Kaito Tokumori remove null pointer access bug which occured if the callee codesegment is accessed by pointer on LowerCallTo().
Thu, 12 Dec 2013 23:38:21 +0900 Kaito Tokumori update to LLVM 3.5
Thu, 12 Dec 2013 14:32:10 +0900 Kaito Tokumori LLVM 3.5
Tue, 12 Nov 2013 20:27:46 +0900 Kaito Tokumori force to set tail call flag on SelectionDAGBuilder.cpp:LowerCallingInfo.
Mon, 14 Oct 2013 19:09:00 +0900 Kaito Tokumori change error message when tail call elimination is failed.
Sun, 06 Oct 2013 00:17:31 +0900 Kaito Tokumori report error when code segment's tail call flag was changed false
Wed, 15 May 2013 06:43:32 +0900 Kaito Tokumori 1st commit. remove git dir and add all files.
Thu, 12 Dec 2013 13:56:28 +0900 Kaito Tokumori LLVM 3.4