index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
MBlaze
Age
Commit message (
Expand
)
Author
2011-02-21
Revert r124611 - "Keep track of incoming argument's location while emitting L...
Devang Patel
2011-02-20
Use explicit add_subdirectory's for LLVM target sublibraries instead
Oscar Fuentes
2011-02-17
Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 generally.
NAKAMURA Takumi
2011-02-04
MC/AsmParser: Add support for allowing the conversion process to fail (via
Daniel Dunbar
2011-02-03
Fix 80-column violations and whitespace.
Bob Wilson
2011-01-31
Keep track of incoming argument's location while emitting LiveIns.
Devang Patel
2011-01-27
Introduce virtual ParseRegister method in TargetAsmParser.
Roman Divacky
2011-01-23
Add support for the --noexecstack option.
Rafael Espindola
2011-01-23
Remove more duplicated code.
Rafael Espindola
2011-01-23
Remove duplicated code.
Rafael Espindola
2011-01-13
Teach frame lowering to ignore debug values after the terminators.
Jakob Stoklund Olesen
2011-01-10
Fix merge fallout
Anton Korobeynikov
2011-01-10
Update CMake stuff
Anton Korobeynikov
2011-01-10
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2011-01-07
Do not model all INLINEASM instructions as having unmodelled side effects.
Evan Cheng
2011-01-06
Remove dead code and silence warnings.
Benjamin Kramer
2011-01-05
Commit 122778 broke DWARF debug output when using the MBlaze backend. Fixed b...
Wesley Peck
2011-01-03
Fix more stack layout issues in the MBlaze backend.
Wesley Peck
2010-12-29
Fix stack layout error in MBlaze backend.
Wesley Peck
2010-12-23
Flag -> Glue, the ongoing saga
Chris Lattner
2010-12-22
Don't generate carry bit when loading immediate values on the Microblaze.
Wesley Peck
2010-12-22
Add support for some of the LLVM atomic operations to the MBlaze backend.
Wesley Peck
2010-12-22
Modeling the carry bit in the MSR register of the MicroBlaze.
Wesley Peck
2010-12-22
Fix a regression introduced into the MBlaze delay slot filler.
Wesley Peck
2010-12-21
rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for
Chris Lattner
2010-12-20
Teach the MBlaze disassembler to disassemble special purpose registers.
Wesley Peck
2010-12-20
Teach the MBlaze asm parser how to parse special purpose register names.
Wesley Peck
2010-12-18
Remove the MCObjectFormat class.
Rafael Espindola
2010-12-18
Move some data to the TargetWriter.
Rafael Espindola
2010-12-17
Pass StringRefs by value, for consistency.
Benjamin Kramer
2010-12-17
Stub out explicit MCELFObjectTargetWriter interface.
Rafael Espindola
2010-12-17
Move createELFObjectWriter to its own header.
Rafael Espindola
2010-12-17
MC/Target: Remove HasScatteredSymbols target hook variable, which has been
Daniel Dunbar
2010-12-16
Fix MBlaze backend call instructions so that arguments passed through registers
Wesley Peck
2010-12-16
MC: Move target specific fixup info descriptors to TargetAsmBackend instead of
Daniel Dunbar
2010-12-15
Lower the MBlaze target specific calling conventions for "interrupt_handler"
Wesley Peck
2010-12-15
Add some special purpose register definitions to the MBlaze backend and clean...
Wesley Peck
2010-12-12
Missed some ADDI <-> ADDIK conversions in 121649.
Wesley Peck
2010-12-12
MBlaze delay slot filler was not capable of using ADDK and variants to fill d...
Wesley Peck
2010-12-12
The ADD and ADDK (and all variants) instructions where flip-flopped in the MB...
Wesley Peck
2010-12-12
1. Change MBlaze indirect branches to use absolute branch BRALD instead of pc...
Wesley Peck
2010-12-09
Reworking the stack layout generated by the MBlaze backend.
Wesley Peck
2010-12-06
Adding bug fix that was suppose to be part of 121044.
Wesley Peck
2010-12-06
Fixed reversed operands for IDIV and CMP instructions in MBlaze backend.
Wesley Peck
2010-12-06
Fix a 16-bit immediate value detection bug in the MBlaze delay slot filler.
Wesley Peck
2010-12-06
Remove the instruction fragment to data fragment lowering since it was causing
Rafael Espindola
2010-12-02
Teaching MBlaze backend how to reverse branch conditions.
Wesley Peck
2010-11-28
Define generic 1, 2 and 4 byte pc relative relocations. They are common
Rafael Espindola
2010-11-26
Remove the unused TheTarget member.
Rafael Espindola
2010-11-24
Updating MBlaze .mask and .frame directives to match GCC's output and fixing ...
Wesley Peck
[next]