aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MBlaze/MBlazeTargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support for the --noexecstack option.Rafael Espindola2011-01-231-2/+4
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-101-1/+1
* Reworking the stack layout generated by the MBlaze backend.Wesley Peck2010-12-091-4/+4
* 1. Fixing error where basic block labels were not being printed out when they...Wesley Peck2010-11-241-1/+1
* First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov2010-11-151-1/+1
* Adding working version of assembly parser for the MBlaze backendWesley Peck2010-11-081-1/+1
* Adding disassembler to the MicroBlaze backend.Wesley Peck2010-10-271-1/+11
* Adding initial AsmParser implementation for the MBlaze backend. It isWesley Peck2010-10-211-2/+1
* Recommit 116986 with capitalization typo fixed.Wesley Peck2010-10-211-1/+39
* Reverting the commit 116986. It was breaking the build on llvm-x86_64-linux t...Wesley Peck2010-10-211-39/+1
* Major update of the MicroBlaze backend. The new features are:Wesley Peck2010-10-211-1/+39
* Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman2010-05-111-1/+1
* Adding the MicroBlaze backend.Wesley Peck2010-02-231-0/+66