index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
PowerPC
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace the SubRegSet tablegen class with a less error-prone mechanism.
Jakob Stoklund Olesen
2010-05-26
1
-19
/
+11
*
Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism."
Jakob Stoklund Olesen
2010-05-26
1
-11
/
+19
*
Replace the SubRegSet tablegen class with a less error-prone mechanism.
Jakob Stoklund Olesen
2010-05-26
1
-19
/
+11
*
Remove NumberHack entirely.
Jakob Stoklund Olesen
2010-05-25
1
-4
/
+4
*
Switch SubRegSet to using symbolic SubRegIndices
Jakob Stoklund Olesen
2010-05-24
1
-8
/
+12
*
Replace the tablegen RegisterClass field SubRegClassList with an alist-like data
Jakob Stoklund Olesen
2010-05-24
1
-1
/
+1
*
Add SubRegIndex defs to PowerPC. It looks like the CR subregister indices are
Jakob Stoklund Olesen
2010-05-24
1
-0
/
+7
*
Implement @llvm.returnaddress. rdar://8015977.
Evan Cheng
2010-05-22
1
-1
/
+4
*
The PPC MFCR instruction implicitly uses all 8 of the CR
Dale Johannesen
2010-05-20
5
-21
/
+24
*
Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe what
Bill Wendling
2010-05-14
1
-1
/
+1
*
Set isTerminator on TRAP instructions.
Dan Gohman
2010-05-14
1
-1
/
+1
*
Don't use isBarrier for the PowerPC sync instruction. isBarrier is for
Dan Gohman
2010-05-14
1
-1
/
+0
*
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
-5
/
+4
*
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
-2
/
+0
*
Implement builtin_return_address(x) and builtin_frame_address(x)
Dale Johannesen
2010-05-03
1
-23
/
+34
*
Get rid of the EdgeMapping map. Instead, just check for BasicBlock
Dan Gohman
2010-05-01
2
-9
/
+5
*
Make naked functions work on PPC.
Dale Johannesen
2010-04-29
1
-1
/
+7
*
Frame index can be negative.
Evan Cheng
2010-04-29
2
-2
/
+2
*
Use MachineOperand::is* predicates.
Devang Patel
2010-04-27
1
-3
/
+3
*
Add PPC AsmPrinter handling for target-specific form of
Dale Johannesen
2010-04-26
1
-0
/
+18
*
Add PPC specific emitFrameIndexDebugValue.
Evan Cheng
2010-04-26
2
-0
/
+16
*
Implement -disable-non-leaf-fp-elim which disable frame pointer elimination
Evan Cheng
2010-04-21
2
-2
/
+2
*
Add more const qualifiers on TargetMachine and friends.
Dan Gohman
2010-04-21
1
-2
/
+2
*
Make processor FUs unique for given itinerary. This extends the limit of 32
Anton Korobeynikov
2010-04-18
5
-7
/
+11
*
Add const qualifiers to TargetLoweringObjectFile usage.
Dan Gohman
2010-04-17
1
-6
/
+6
*
Use const qualifiers with TargetLowering. This eliminates several
Dan Gohman
2010-04-17
4
-80
/
+87
*
Move per-function state out of TargetLowering subclasses and into
Dan Gohman
2010-04-17
3
-44
/
+64
*
Name these stub files consistently with the SPU and PPC targets' conventions.
Chandler Carruth
2010-04-17
2
-9
/
+9
*
Add skeleton target-specific SelectionDAGInfo files.
Dan Gohman
2010-04-16
3
-0
/
+52
*
Eliminate an unnecessary SelectionDAG dependency in getOptimalMemOpType.
Dan Gohman
2010-04-16
2
-6
/
+6
*
EnablePPC64RS and EnablePPC32RS are used in multiple files, so they
Dan Gohman
2010-04-15
2
-4
/
+11
*
Fix a bunch of namespace polution.
Dan Gohman
2010-04-15
1
-8
/
+8
*
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2010-04-15
3
-9
/
+9
*
remove the TargetLoweringObjectFileMachO::getMachoSection
Chris Lattner
2010-04-08
1
-10
/
+10
*
Avoid using f64 to lower memcpy from constant string. It's cheaper to use i32...
Evan Cheng
2010-04-08
2
-7
/
+12
*
add newlines at end of files.
Chris Lattner
2010-04-07
1
-1
/
+1
*
Educate GetInstrSizeInBytes implementations that
Dale Johannesen
2010-04-07
1
-0
/
+1
*
remove the MMI pointer from MachineFrameInfo.
Chris Lattner
2010-04-05
1
-5
/
+5
*
Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field.
Jakob Stoklund Olesen
2010-04-05
2
-11
/
+8
*
just have all targets create the DwarfWriter.
Chris Lattner
2010-04-05
1
-13
/
+0
*
simplify various getAnalysisUsage implementations.
Chris Lattner
2010-04-05
1
-2
/
+0
*
eliminate the magic AbsoluteDebugSectionOffsets MAI hook,
Chris Lattner
2010-04-04
1
-1
/
+0
*
don't reset the default.
Chris Lattner
2010-04-04
1
-1
/
+0
*
Momentous day: remove the "O" member from AsmPrinter. Now all
Chris Lattner
2010-04-04
1
-17
/
+10
*
finish eliminating uses of O.
Chris Lattner
2010-04-04
1
-17
/
+34
*
mcize more of ppc stub printing.
Chris Lattner
2010-04-04
1
-15
/
+16
*
mcize a bunch more stuff, using EmitRawText for things we
Chris Lattner
2010-04-04
1
-25
/
+28
*
convert the non-MCInstPrinter'ized EmitInstruction
Chris Lattner
2010-04-04
1
-2
/
+4
[next]