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
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
1
-1
/
+1
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
1
-1
/
+1
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
1
-1
/
+1
*
Fix PR7174, a couple o Mips fixes:
Bruno Cardoso Lopes
2010-07-20
2
-1
/
+21
*
Fix Mips PR7473. Patch by stetorvs@gmail.com
Bruno Cardoso Lopes
2010-07-20
1
-3
/
+3
*
Remove the isMoveInstr() hook.
Jakob Stoklund Olesen
2010-07-16
2
-53
/
+0
*
Don't pass StringRef by reference.
Benjamin Kramer
2010-07-14
2
-3
/
+3
*
RISC architectures get their memory operand folding for free.
Jakob Stoklund Olesen
2010-07-11
2
-86
/
+0
*
Replace copyRegToReg with copyPhysReg for Mips.
Jakob Stoklund Olesen
2010-07-11
2
-56
/
+68
*
Use COPY in targets
Jakob Stoklund Olesen
2010-07-10
1
-6
/
+2
*
Split the SDValue out of OutputArg so that SelectionDAG-independent
Dan Gohman
2010-07-07
2
-2
/
+6
*
Propagate debug loc.
Devang Patel
2010-07-06
1
-4
/
+4
*
Reapply r107655 with fixes; insert the pseudo instruction into
Dan Gohman
2010-07-06
1
-16
/
+15
*
Revert r107655.
Dan Gohman
2010-07-06
1
-15
/
+16
*
Fix a bunch of custom-inserter functions to handle the case where
Dan Gohman
2010-07-06
1
-16
/
+15
*
Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...
Evan Cheng
2010-07-03
1
-5
/
+5
*
Remove isTwoAddress from Mips.
Eric Christopher
2010-06-21
1
-1
/
+1
*
Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This
Stuart Hastings
2010-06-17
2
-10
/
+10
*
Remove the TargetRegisterClass member from CalleeSavedInfo
Rafael Espindola
2010-06-02
2
-5
/
+7
*
cleanup
Rafael Espindola
2010-06-02
2
-31
/
+0
*
Replace the SubRegSet tablegen class with a less error-prone mechanism.
Jakob Stoklund Olesen
2010-05-26
1
-20
/
+6
*
Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism."
Jakob Stoklund Olesen
2010-05-26
1
-6
/
+20
*
Replace the SubRegSet tablegen class with a less error-prone mechanism.
Jakob Stoklund Olesen
2010-05-26
1
-20
/
+6
*
Remove NumberHack entirely.
Jakob Stoklund Olesen
2010-05-25
1
-2
/
+2
*
Switch SubRegSet to using symbolic SubRegIndices
Jakob Stoklund Olesen
2010-05-24
1
-8
/
+8
*
Replace the tablegen RegisterClass field SubRegClassList with an alist-like data
Jakob Stoklund Olesen
2010-05-24
1
-1
/
+1
*
SubRegIndex'ize Mips
Jakob Stoklund Olesen
2010-05-24
3
-17
/
+10
*
Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe what
Bill Wendling
2010-05-14
2
-6
/
+6
*
Implement a bunch more TargetSelectionDAGInfo infrastructure.
Dan Gohman
2010-05-11
4
-4
/
+13
*
Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it
Dan Gohman
2010-05-06
2
-6
/
+6
*
Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.
Evan Cheng
2010-05-06
2
-4
/
+8
*
No-ops emitted for scheduling don't correspond with anything in the
Dan Gohman
2010-05-05
1
-1
/
+0
*
fix some inconsistent line endings, patch by Jakub Staszak!
Chris Lattner
2010-05-01
1
-7
/
+7
*
Get rid of the EdgeMapping map. Instead, just check for BasicBlock
Dan Gohman
2010-05-01
2
-9
/
+5
*
Use MachineOperand::is* predicates.
Devang Patel
2010-04-27
1
-1
/
+1
*
Implement -disable-non-leaf-fp-elim which disable frame pointer elimination
Evan Cheng
2010-04-21
1
-1
/
+1
*
Make processor FUs unique for given itinerary. This extends the limit of 32
Anton Korobeynikov
2010-04-18
1
-1
/
+1
*
Use const qualifiers with TargetLowering. This eliminates several
Dan Gohman
2010-04-17
4
-35
/
+36
*
Move per-function state out of TargetLowering subclasses and into
Dan Gohman
2010-04-17
3
-8
/
+16
*
Add skeleton target-specific SelectionDAGInfo files.
Dan Gohman
2010-04-16
3
-0
/
+52
*
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2010-04-15
1
-2
/
+2
*
delete a forwarding function.
Chris Lattner
2010-04-08
1
-6
/
+7
*
add newlines at end of files.
Chris Lattner
2010-04-07
1
-1
/
+1
*
Disambiguate else.
Benjamin Kramer
2010-04-05
1
-1
/
+2
*
prune some #includes.
Chris Lattner
2010-04-05
1
-2
/
+0
*
Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field.
Jakob Stoklund Olesen
2010-04-05
1
-4
/
+1
*
Momentous day: remove the "O" member from AsmPrinter. Now all
Chris Lattner
2010-04-04
1
-11
/
+4
*
mcize a bunch more stuff, using EmitRawText for things we
Chris Lattner
2010-04-04
1
-27
/
+31
*
convert the non-MCInstPrinter'ized EmitInstruction
Chris Lattner
2010-04-04
1
-4
/
+6
*
fix PrintAsmOperand and PrintAsmMemoryOperand to pass down
Chris Lattner
2010-04-04
1
-2
/
+4
[next]