From: <fa...@us...> - 2012-02-26 14:36:51
|
Revision: 134 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=134&view=rev Author: faluco Date: 2012-02-26 14:36:45 +0000 (Sun, 26 Feb 2012) Log Message: ----------- Fix a compiler error caused by changes in llvm's trunk Modified Paths: -------------- llvm/trunk/AVR/AVRISelLowering.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fa...@us...> - 2012-04-21 16:48:05
|
Revision: 163 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=163&view=rev Author: faluco Date: 2012-04-21 16:47:59 +0000 (Sat, 21 Apr 2012) Log Message: ----------- sync with llvm Modified Paths: -------------- llvm/trunk/AVR/AVRISelLowering.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fa...@us...> - 2012-09-21 23:26:35
|
Revision: 227 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=227&view=rev Author: faluco Date: 2012-09-21 23:26:29 +0000 (Fri, 21 Sep 2012) Log Message: ----------- sync with llvm Modified Paths: -------------- llvm/trunk/AVR/AVRISelLowering.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fa...@us...> - 2012-09-26 22:57:37
|
Revision: 228 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=228&view=rev Author: faluco Date: 2012-09-26 22:57:31 +0000 (Wed, 26 Sep 2012) Log Message: ----------- sync with llvm Modified Paths: -------------- llvm/trunk/AVR/AVRISelLowering.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fa...@us...> - 2012-11-11 19:28:07
|
Revision: 234 http://avr-llvm.svn.sourceforge.net/avr-llvm/?rev=234&view=rev Author: faluco Date: 2012-11-11 19:28:00 +0000 (Sun, 11 Nov 2012) Log Message: ----------- Add some required expansions to compile some benchmarks I'm testing. Modified Paths: -------------- llvm/trunk/AVR/AVRISelLowering.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fa...@us...> - 2013-06-28 22:47:45
|
Revision: 264 http://sourceforge.net/p/avr-llvm/code/264 Author: faluco Date: 2013-06-28 22:47:44 +0000 (Fri, 28 Jun 2013) Log Message: ----------- missed this one Modified Paths: -------------- llvm/trunk/AVR/AVRISelLowering.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fa...@us...> - 2013-07-14 21:47:15
|
Revision: 265 http://sourceforge.net/p/avr-llvm/code/265 Author: faluco Date: 2013-07-14 21:47:12 +0000 (Sun, 14 Jul 2013) Log Message: ----------- sync with llvm Modified Paths: -------------- llvm/trunk/AVR/AVRISelLowering.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fa...@us...> - 2013-07-23 00:23:33
|
Revision: 280 http://sourceforge.net/p/avr-llvm/code/280 Author: faluco Date: 2013-07-23 00:23:28 +0000 (Tue, 23 Jul 2013) Log Message: ----------- Added expansions for nodes we don't support to fix failures found while running the tests cases inside the Generic folder. This has brought up some interesting codegen bugs. Modified Paths: -------------- llvm/trunk/AVR/AVRISelLowering.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fa...@us...> - 2013-07-23 15:36:56
|
Revision: 282 http://sourceforge.net/p/avr-llvm/code/282 Author: faluco Date: 2013-07-23 15:36:54 +0000 (Tue, 23 Jul 2013) Log Message: ----------- Rework the code responsible of analyzing function argument sizes: Removed parseFunctionArgs() because it was faulty for non standard argument sizes (like i57 or i113). Instead, manually calculate the sizes using the splitted pieces of each argument. This fixes around 10 regression tests inside the Generic folder. Modified Paths: -------------- llvm/trunk/AVR/AVRISelLowering.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fa...@us...> - 2013-07-23 18:57:37
|
Revision: 284 http://sourceforge.net/p/avr-llvm/code/284 Author: faluco Date: 2013-07-23 18:57:34 +0000 (Tue, 23 Jul 2013) Log Message: ----------- Added more expansions to pass Generic/print-arith-int.ll and Generic/APIntLoadStore.ll Modified Paths: -------------- llvm/trunk/AVR/AVRISelLowering.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |