index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Mips
/
MipsAsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added floating point lowering for setcc and brcond.
Bruno Cardoso Lopes
2008-07-28
1
-11
/
+7
*
Added initial support for small sections on Mips.
Bruno Cardoso Lopes
2008-07-21
1
-3
/
+8
*
Use chars, where possible
asl
2008-07-19
1
-25
/
+25
*
Switch MIPS to new ELFTargetAsmInfo. Add few FIXMEs.
asl
2008-07-19
1
-135
/
+108
*
Fixed call stack alignment. Improved AsmPrinter alignment issues.
Bruno Cardoso Lopes
2008-07-15
1
-10
/
+36
*
Added Subtarget support into RegisterInfo
Bruno Cardoso Lopes
2008-07-14
1
-53
/
+79
*
Fixe typos and 80 column size problems
Bruno Cardoso Lopes
2008-07-09
1
-3
/
+3
*
Several changes to Mips backend, experimental fp support being the most
Bruno Cardoso Lopes
2008-07-05
1
-0
/
+9
*
Unneeded include's.
Evan Cheng
2008-06-19
1
-1
/
+0
*
Some Mips minor fixes
Bruno Cardoso Lopes
2008-06-04
1
-0
/
+2
*
Add CommonLinkage; currently tentative definitions
Dale Johannesen
2008-05-14
1
-2
/
+4
*
Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...
Evan Cheng
2008-02-28
1
-1
/
+1
*
Final de-tabification.
Bill Wendling
2008-02-27
1
-5
/
+5
*
Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool
Bill Wendling
2008-02-26
1
-3
/
+3
*
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-02-10
1
-4
/
+4
*
Get rid of the annoying blank lines before labels.
Evan Cheng
2008-02-02
1
-1
/
+0
*
Add new shorter predicates for testing machine operands for various types:
Chris Lattner
2007-12-30
1
-3
/
+3
*
Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...
Chris Lattner
2007-12-30
1
-2
/
+2
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Added JumpTable support
Bruno Cardoso Lopes
2007-11-12
1
-25
/
+57
*
Added support for PIC code with "explicit relocations" *only*.
Bruno Cardoso Lopes
2007-11-05
1
-7
/
+37
*
Eliminate the remaining uses of getTypeSize. This
Duncan Sands
2007-11-05
1
-2
/
+2
*
Revert 42908 for now.
Evan Cheng
2007-10-14
1
-1
/
+1
*
Change the names used for internal labels to use the current
Dan Gohman
2007-10-12
1
-1
/
+1
*
Position Independent Code (PIC) support [2]
Bruno Cardoso Lopes
2007-10-09
1
-9
/
+19
*
Added "LoadEffective" pattern to handle stack locations.
Bruno Cardoso Lopes
2007-09-24
1
-4
/
+11
*
Mask directive completed with CalleeSave info
Bruno Cardoso Lopes
2007-08-28
1
-71
/
+110
*
Couple of small changes. Delay Slot handle header declared.
Bruno Cardoso Lopes
2007-08-18
1
-1
/
+1
*
Don't ignore the return value of AsmPrinter::doInitialization and
Dan Gohman
2007-07-25
1
-2
/
+1
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+433