log lib/Transforms/Scalar/TailRecursionElimination.cpp @ 102:57be027de0f4

age author description
Tue, 26 Jan 2016 23:17:11 +0900 Miyagi Mitsuki Update LLVM 3.9
Tue, 26 Jan 2016 22:53:40 +0900 Miyagi Mitsuki LLVM 3.9
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
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
Mon, 27 Oct 2014 20:20:15 +0900 Kaito Tokumori markTailToCodeSegments ensure code segments are marked tail
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
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.
Thu, 13 Feb 2014 23:05:42 +0900 Kaito Tokumori fix tail call bug. enable to set tail call flag to indirect call in TCEoptPass but some codesegments are called by call instruction yet.
Thu, 12 Dec 2013 23:38:21 +0900 Kaito Tokumori update to LLVM 3.5
Tue, 12 Nov 2013 18:45:31 +0900 Kaito Tokumori bug fix : removed the error that TCE doesn't work if the function isn't a code segment. (It's due to incorrect if statement)
Wed, 06 Nov 2013 22:30:04 +0900 Kaito Tokumori bug fix : include error was removed. (It's due to access to a null pointer)
Wed, 23 Oct 2013 10:38:31 +0900 Kaito Tokumori minor fix : Check a function pointer whether it's null pointer or not before check its type.
Sun, 14 Jul 2013 17:42:20 +0900 Kaito Tokumori add FPM SROA pass for function which contains goto cs().
Sat, 13 Jul 2013 18:16:49 +0900 Kaito Tokumori can tell the Type which is void or __code and set tail call flag only __code.
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