User contributions for Berkus
Jump to navigation
Jump to search
3 May 2012
- 21:0221:02, 3 May 2012 diff hist 0 m Inline Assembly/Examples Fix typo in io_wait jump
23 March 2012
- 08:4608:46, 23 March 2012 diff hist +43 LLVM Cross-Compiler No edit summary
- 08:4608:46, 23 March 2012 diff hist +269 LLVM Cross-Compiler No edit summary
13 December 2011
- 07:2507:25, 13 December 2011 diff hist +53 User:Berkus/AffordableDevelopmentPlatforms No edit summary current
- 07:2307:23, 13 December 2011 diff hist +350 N User:Berkus/AffordableDevelopmentPlatforms New page: This is a (non-comprehensive) list of affordable development platforms, split by architecture. Links are provided where possible to the wiki tutorials for each system. ARM GameBoy Advance...
25 April 2011
- 00:0800:08, 25 April 2011 diff hist +167 Talk:LLVM Cross-Compiler →Make error 127: new section
18 March 2011
- 15:4115:41, 18 March 2011 diff hist +99 LLVM Cross-Compiler No edit summary
- 15:4115:41, 18 March 2011 diff hist +67 GCC Cross-Compiler No edit summary
- 15:3915:39, 18 March 2011 diff hist +451 N LLVM Cross-Compiler New page: Is as simple as that: mkdir crossllvm cd crossllvm svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm cd llvm/tools svn co http://llvm.org/svn/llvm-project/cfe/trunk clang cd ../../....
21 March 2010
- 14:1114:11, 21 March 2010 diff hist +49 Bare Bones No edit summary
9 January 2010
- 19:5419:54, 9 January 2010 diff hist +6 Projects →M
22 August 2009
20 August 2009
- 09:5409:54, 20 August 2009 diff hist +98 Projects →M
- 09:5109:51, 20 August 2009 diff hist +316 Projects →M
26 July 2009
- 10:2410:24, 26 July 2009 diff hist +8 m Emulator Comparison →General
- 10:2110:21, 26 July 2009 diff hist +6 m Emulator Comparison →General
- 10:2110:21, 26 July 2009 diff hist +7 m Emulator Comparison →General
- 10:1910:19, 26 July 2009 diff hist −54 Emulator Comparison →General
2 March 2009
- 18:0918:09, 2 March 2009 diff hist +13 Identity Paging →Example
14 February 2009
- 14:1214:12, 14 February 2009 diff hist −5 m VGA Hardware →Odd/Even Disable Bit
- 14:0114:01, 14 February 2009 diff hist −3 m VGA Hardware →Memory Layout in text modes
- 13:4113:41, 14 February 2009 diff hist −1 m VGA Hardware No edit summary
1 February 2009
- 21:2121:21, 1 February 2009 diff hist +168 Memory barriers No edit summary
- 20:5020:50, 1 February 2009 diff hist −1 m Memory barriers No edit summary
- 20:4920:49, 1 February 2009 diff hist +780 N Memory barriers New page: Memory barriers ensure ordering of load/store commands. Usually CPUs and compilers reorder these instructions for more efficient execution. Lock-free algorithms often require that perceiv...