summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* git-svn-id: http://svn.freepascal.org/svn/fpc/branches/avr32@23919 3ad0048d-3...avr32michel2013-03-181-2258/+0
* git-svn-id: http://svn.freepascal.org/svn/fpc/branches/avr32@23918 3ad0048d-3...michel2013-03-18171-467904/+0
* git-svn-id: http://svn.freepascal.org/svn/fpc/branches/avr32@23917 3ad0048d-3...michel2013-03-187-5766/+608
* git-svn-id: http://svn.freepascal.org/svn/fpc/branches/avr32@23916 3ad0048d-3...michel2013-03-1822-0/+13752
* git-svn-id: http://svn.freepascal.org/svn/fpc/branches/avr32@23915 3ad0048d-3...michel2013-03-18276-413615/+155456
* Updated to march 10th svn version part 3michel2013-03-187-15746/+0
* Updated to march 10th svn part 2michel2013-03-186-3/+3085
* Updated to march 10 svn code, disabled compiling of rtl for AVR32michel2013-03-17441-12932/+17852
* Fixed a few typos introduced in the latest update, still crashes when trying ...michel2013-01-145-7/+7
* Added some new files from January 6 revision and removed .o files as they do ...michel2013-01-13298-1397/+21359
* Updated to latest development version as of January 6 2013michel2013-01-13296-3876/+6666
* Bug fix in rautils.pas, a couple of undefined variablesmichel2012-12-091-2/+2
* Added RTL/avr32 filesmichel2012-12-037-0/+333
* git-svn-id: http://svn.freepascal.org/svn/fpc/branches/avr32@23104 3ad0048d-3...michel2012-12-0340-6213/+524
* git-svn-id: http://svn.freepascal.org/svn/fpc/branches/avr32@23103 3ad0048d-3...michel2012-12-0321-0/+11033
* A few more updates to match latest dev code as of Nov 24 2012michel2012-12-0370-0/+14723
* Added a few more AVR32 filesmichel2012-12-0323-0/+16210
* Adding a few AVR32 filesmichel2012-12-0340-0/+9610
* Updated to latest dev as of Nov 24, part 3michel2012-12-03460-14093/+16001
* Updated to latest dev as of nov 24, part 2michel2012-12-035-7/+7
* Making updates to 24 Nov dev, part 1michel2012-12-03564-13897/+19335
* added rtl/embedded/avr32 files for several AVR32 processorsmichel2012-11-250-0/+0
* * create branch for avr32 workflorian2012-10-250-0/+0
* * disable broken MvnAnd2Bic optimizationflorian2012-10-251-0/+2
* + Handle R_X86_64_PLTOFF64 relocation (same as R_X86_64_GOTOFF64 but requests...sergei2012-10-251-1/+3
* * set default cpu type to armv7a when compiling for armhfflorian2012-10-241-3/+3
* * Added NGINX instructionsmichael2012-10-241-0/+60
* * rtl/m68k/m68k.inc, move:svenbarth2012-10-241-0/+2
* * m68k/cgcpu.pas, tcg68k.a_load_ref_reg:svenbarth2012-10-241-1/+1
* * fixes support for cpus with cpunodefaultint for unary minus nodesflorian2012-10-232-0/+6
* + GetOffsetReg64florian2012-10-231-0/+12
* + support of 64 bit operations on avrflorian2012-10-231-92/+155
* * class name in comment fixedflorian2012-10-231-2/+2
* * avoid useless GetNextReg calls in second_cmp for avrflorian2012-10-231-2/+5
* * prevent compiler crash caused by double freeing after reporting notjonas2012-10-232-0/+13
* * ELF linker: improved dynamic symbol handling.sergei2012-10-231-18/+139
* * ModulesLinkToLibc: another fix. We also have to look in ImportLibraryList b...sergei2012-10-231-4/+7
* + ELF linker: handle R_386_GOTOFF and R_X86_64_GOTOFF64 relocationssergei2012-10-232-1/+9
* Revert 22814. While this revision might fix compiler linking for Coldfire it ...svenbarth2012-10-231-12/+13
* * merging more of Jeppe Johansen's arm-embedded branchflorian2012-10-223-57/+32
* Disabled MulAdd2MLA and MulSub2MLS Peephole optimizers for thumb2masta2012-10-221-0/+4
* Small fixes to ARM-Embedded RTL from Jeppe Johansenmasta2012-10-225-25/+113
* * added comment to explain the DefaultFileModuleClass purposemichael2012-10-221-0/+1
* Use TRegNameTable instead of array[tregisterindex] of string[10]masta2012-10-229-11/+11
* Char-case is not guaranteed to be always upper-case, so use LowerCase like ot...lacak2012-10-221-1/+2
* + Cortex-M3 special registers, resolves #23185 florian2012-10-2111-5/+142
* * m68k/cgcpu.pas, tcg68k.fixref:svenbarth2012-10-211-13/+12
* o merging r22801 of Jeppe Johansenflorian2012-10-217-128/+291
* * added jvm to fullcycle now that all warnings are fixedjonas2012-10-212-5/+5
* * explicitly disable overflow checking because that blows up the code farjonas2012-10-211-345/+346