index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
MBlaze
Commit message (
Expand
)
Author
Age
Files
Lines
*
We need to pass the TargetMachine object to the InstPrinter if we are printing
Bill Wendling
2011-03-21
2
-3
/
+5
*
Revert r124611 - "Keep track of incoming argument's location while emitting L...
Devang Patel
2011-02-21
1
-2
/
+2
*
Use explicit add_subdirectory's for LLVM target sublibraries instead
Oscar Fuentes
2011-02-20
1
-0
/
+5
*
Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 generally.
NAKAMURA Takumi
2011-02-17
1
-1
/
+0
*
MC/AsmParser: Add support for allowing the conversion process to fail (via
Daniel Dunbar
2011-02-04
1
-0
/
+2
*
Fix 80-column violations and whitespace.
Bob Wilson
2011-02-03
1
-1
/
+2
*
Keep track of incoming argument's location while emitting LiveIns.
Devang Patel
2011-01-31
1
-2
/
+2
*
Introduce virtual ParseRegister method in TargetAsmParser.
Roman Divacky
2011-01-27
1
-4
/
+11
*
Add support for the --noexecstack option.
Rafael Espindola
2011-01-23
1
-2
/
+4
*
Remove more duplicated code.
Rafael Espindola
2011-01-23
1
-2
/
+2
*
Remove duplicated code.
Rafael Espindola
2011-01-23
1
-2
/
+3
*
Teach frame lowering to ignore debug values after the terminators.
Jakob Stoklund Olesen
2011-01-13
1
-1
/
+1
*
Fix merge fallout
Anton Korobeynikov
2011-01-10
1
-2
/
+2
*
Update CMake stuff
Anton Korobeynikov
2011-01-10
1
-1
/
+1
*
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2011-01-10
7
-33
/
+34
*
Do not model all INLINEASM instructions as having unmodelled side effects.
Evan Cheng
2011-01-07
1
-4
/
+3
*
Remove dead code and silence warnings.
Benjamin Kramer
2011-01-06
1
-4
/
+4
*
Commit 122778 broke DWARF debug output when using the MBlaze backend. Fixed b...
Wesley Peck
2011-01-05
3
-0
/
+30
*
Fix more stack layout issues in the MBlaze backend.
Wesley Peck
2011-01-03
3
-25
/
+40
*
Fix stack layout error in MBlaze backend.
Wesley Peck
2010-12-29
2
-37
/
+98
*
Flag -> Glue, the ongoing saga
Chris Lattner
2010-12-23
1
-5
/
+5
*
Don't generate carry bit when loading immediate values on the Microblaze.
Wesley Peck
2010-12-22
2
-2
/
+2
*
Add support for some of the LLVM atomic operations to the MBlaze backend.
Wesley Peck
2010-12-22
3
-156
/
+386
*
Modeling the carry bit in the MSR register of the MicroBlaze.
Wesley Peck
2010-12-22
3
-83
/
+140
*
Fix a regression introduced into the MBlaze delay slot filler.
Wesley Peck
2010-12-22
1
-6
/
+25
*
rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for
Chris Lattner
2010-12-21
2
-2
/
+2
*
Teach the MBlaze disassembler to disassemble special purpose registers.
Wesley Peck
2010-12-20
2
-8
/
+11
*
Teach the MBlaze asm parser how to parse special purpose register names.
Wesley Peck
2010-12-20
4
-38
/
+134
*
Remove the MCObjectFormat class.
Rafael Espindola
2010-12-18
1
-8
/
+0
*
Move some data to the TargetWriter.
Rafael Espindola
2010-12-18
1
-6
/
+5
*
Pass StringRefs by value, for consistency.
Benjamin Kramer
2010-12-17
1
-1
/
+1
*
Stub out explicit MCELFObjectTargetWriter interface.
Rafael Espindola
2010-12-17
1
-1
/
+7
*
Move createELFObjectWriter to its own header.
Rafael Espindola
2010-12-17
1
-0
/
+1
*
MC/Target: Remove HasScatteredSymbols target hook variable, which has been
Daniel Dunbar
2010-12-17
1
-3
/
+1
*
Fix MBlaze backend call instructions so that arguments passed through registers
Wesley Peck
2010-12-16
2
-10
/
+11
*
MC: Move target specific fixup info descriptors to TargetAsmBackend instead of
Daniel Dunbar
2010-12-16
2
-4
/
+4
*
Lower the MBlaze target specific calling conventions for "interrupt_handler"
Wesley Peck
2010-12-15
4
-12
/
+119
*
Add some special purpose register definitions to the MBlaze backend and clean...
Wesley Peck
2010-12-15
1
-80
/
+34
*
Missed some ADDI <-> ADDIK conversions in 121649.
Wesley Peck
2010-12-12
1
-8
/
+8
*
MBlaze delay slot filler was not capable of using ADDK and variants to fill d...
Wesley Peck
2010-12-12
1
-1
/
+18
*
The ADD and ADDK (and all variants) instructions where flip-flopped in the MB...
Wesley Peck
2010-12-12
8
-49
/
+49
*
1. Change MBlaze indirect branches to use absolute branch BRALD instead of pc...
Wesley Peck
2010-12-12
5
-12
/
+158
*
Reworking the stack layout generated by the MBlaze backend.
Wesley Peck
2010-12-09
12
-177
/
+127
*
Adding bug fix that was suppose to be part of 121044.
Wesley Peck
2010-12-06
1
-6
/
+6
*
Fixed reversed operands for IDIV and CMP instructions in MBlaze backend.
Wesley Peck
2010-12-06
1
-24
/
+24
*
Fix a 16-bit immediate value detection bug in the MBlaze delay slot filler.
Wesley Peck
2010-12-06
1
-48
/
+86
*
Remove the instruction fragment to data fragment lowering since it was causing
Rafael Espindola
2010-12-06
1
-5
/
+5
*
Teaching MBlaze backend how to reverse branch conditions.
Wesley Peck
2010-12-02
2
-0
/
+35
*
Define generic 1, 2 and 4 byte pc relative relocations. They are common
Rafael Espindola
2010-11-28
3
-46
/
+4
*
Remove the unused TheTarget member.
Rafael Espindola
2010-11-26
1
-1
/
+1
[next]