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
/
Mips
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change SelectCode's argument from SDValue to SDNode *, to make it more
Dan Gohman
2010-01-05
1
-38
/
+37
*
Fix setting and default setting of code model for jit. Do this
Eric Christopher
2009-12-21
1
-5
/
+0
*
Fix a bunch of little errors that Clang complains about when its being pedantic
Douglas Gregor
2009-12-19
1
-13
/
+13
*
Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor of
Dan Gohman
2009-12-05
2
-17
/
+0
*
Support PIC loading of constant pool entries
Bruno Cardoso Lopes
2009-11-25
2
-13
/
+20
*
Use endianess dependent offsets for load/store of doubles when
Bruno Cardoso Lopes
2009-11-25
1
-0
/
+8
*
Only include in the callee saved regs the sub registers to avoid
Bruno Cardoso Lopes
2009-11-25
1
-5
/
+2
*
Add proper emission of load/store double to stack slots for mips1 targets!
Bruno Cardoso Lopes
2009-11-25
1
-21
/
+43
*
Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.
Dan Gohman
2009-11-23
1
-3
/
+0
*
We are not using DBG_STOPPOINT anymore.
Devang Patel
2009-11-21
1
-1
/
+0
*
- Add sugregister logic to handle f64=(f32,f32).
Bruno Cardoso Lopes
2009-11-19
4
-2
/
+166
*
Only use small sections for non linux targets!
Bruno Cardoso Lopes
2009-11-19
1
-0
/
+7
*
Disable ldc1/sdc1 instructions for mips1 targets.
Bruno Cardoso Lopes
2009-11-16
1
-1
/
+2
*
- Fix a small bug while handling target constant pools (one param was missing).
Bruno Cardoso Lopes
2009-11-16
2
-1
/
+22
*
Move DebugInfo checks into EmitComments and remove them from
David Greene
2009-11-13
1
-1
/
+1
*
Support fp64 immediate zero, this fixes only part of PR5445
Bruno Cardoso Lopes
2009-11-13
2
-3
/
+22
*
Make the MachineFunction argument of getFrameRegister const.
David Greene
2009-11-12
1
-1
/
+1
*
Add a bool flag to StackObjects telling whether they reference spill
David Greene
2009-11-12
2
-8
/
+8
*
A real solution for the first part of PR5445
Bruno Cardoso Lopes
2009-11-11
1
-1
/
+6
*
Fix PR5445
Bruno Cardoso Lopes
2009-11-10
1
-1
/
+1
*
Fix PR5149.
Bruno Cardoso Lopes
2009-11-09
2
-8
/
+6
*
indicate what the native integer types for the target are.
Chris Lattner
2009-11-07
1
-2
/
+2
*
Remove uninteresting and confusing debug output.
Dan Gohman
2009-11-05
1
-1
/
+0
*
Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a
Dan Gohman
2009-10-29
2
-2
/
+2
*
Add a second ValueType argument to isFPImmLegal.
Evan Cheng
2009-10-28
2
-2
/
+4
*
Do away with addLegalFPImmediate. Add a target hook isFPImmLegal which return...
Evan Cheng
2009-10-27
2
-3
/
+9
*
Remove includes of Support/Compiler.h that are no longer needed after the
Nick Lewycky
2009-10-25
1
-1
/
+0
*
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-10-25
2
-2
/
+2
*
Add register-reuse to frame-index register scavenging. When a target uses
Jim Grosbach
2009-10-07
2
-5
/
+7
*
Instead of printing unnecessary basic block labels as labels in
Dan Gohman
2009-10-06
1
-1
/
+0
*
Update processDebugLoc() so that it can be used to process debug info before ...
Devang Patel
2009-10-06
1
-2
/
+3
*
Remove explicit enum integer values. They don't appear to be needed, and
Dan Gohman
2009-10-05
1
-5
/
+5
*
Use MachineInstr as an processDebugLoc() argument.
Devang Patel
2009-09-30
1
-1
/
+1
*
Add a new virtual EmitStartOfAsmFile method to the AsmPrinter and use this
Bob Wilson
2009-09-30
1
-4
/
+2
*
Rename getTargetNode to getMachineNode, for consistency with the
Dan Gohman
2009-09-25
1
-15
/
+15
*
Fix PR4926. When target hook EmitInstrWithCustomInserter() insert new basic b...
Evan Cheng
2009-09-19
1
-1
/
+4
*
Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ...
Evan Cheng
2009-09-18
2
-2
/
+4
*
remove all but one reference to TargetRegisterDesc::AsmName.
Chris Lattner
2009-09-13
1
-9
/
+4
*
the tblgen produced 'getRegisterName' method does not access
Chris Lattner
2009-09-13
1
-1
/
+1
*
make tblgen produce a function that returns the name for a physreg.
Chris Lattner
2009-09-13
1
-0
/
+2
*
replace printBasicBlockLabel with EmitBasicBlockStart,
Chris Lattner
2009-09-13
1
-1
/
+1
*
convert some uses of printBasicBlockLabel to use GetMBBSymbol
Chris Lattner
2009-09-13
1
-1
/
+2
*
remove DebugLoc from MCInst and eliminate "Comment printing" from
Chris Lattner
2009-09-09
1
-0
/
+7
*
Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.
Sandeep Patel
2009-09-02
2
-8
/
+8
*
Reapply 80278
Bruno Cardoso Lopes
2009-09-01
4
-45
/
+71
*
Normalize makefile comments and sort cmake file lists.
Benjamin Kramer
2009-08-31
1
-1
/
+1
*
Revert 80278 for now, it caused a lot of MIPS tests to fail
Bruno Cardoso Lopes
2009-08-27
4
-61
/
+40
*
Revamp our friend Mips :)
Bruno Cardoso Lopes
2009-08-27
4
-40
/
+61
*
Fix some refactos for iostream changes (in -Asserts mode).
Daniel Dunbar
2009-08-23
1
-4
/
+4
*
eliminate the last DOUTs from the targets.
Chris Lattner
2009-08-23
2
-40
/
+18
[next]