index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Alpha
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow targets to specify a the type of the RHS of a shift parameterized on th...
Owen Anderson
2011-02-25
2
-7
/
+8
*
Use explicit add_subdirectory's for LLVM target sublibraries instead
Oscar Fuentes
2011-02-20
1
-0
/
+2
*
Swap VT and DebugLoc operands of getExtLoad() for consistency with
Stuart Hastings
2011-02-16
1
-3
/
+3
*
Teach frame lowering to ignore debug values after the terminators.
Jakob Stoklund Olesen
2011-01-13
1
-1
/
+1
*
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
5
-21
/
+23
*
Flag -> Glue, the ongoing saga
Chris Lattner
2010-12-23
1
-3
/
+3
*
rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for
Chris Lattner
2010-12-21
2
-4
/
+4
*
Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept.
Wesley Peck
2010-11-23
1
-7
/
+7
*
Move hasFP() and few related hooks to TargetFrameInfo.
Anton Korobeynikov
2010-11-18
4
-24
/
+24
*
Attempt to unbreak cmake-based builds
Anton Korobeynikov
2010-11-15
1
-0
/
+1
*
First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...
Anton Korobeynikov
2010-11-15
7
-130
/
+204
*
move all the target's asmprinters into the main target. The piece
Chris Lattner
2010-11-14
5
-22
/
+2
*
fix cmake
Chris Lattner
2010-11-14
1
-1
/
+0
*
remove JIT support from the Alpha backend. The JIT will be moving to MC,
Chris Lattner
2010-11-14
8
-604
/
+2
*
Inline asm multiple alternative constraints development phase 2 - improved ba...
John Thompson
2010-10-29
2
-0
/
+30
*
Make <target>CodeEmitter::getBinaryCodeForInstr() a const method.
Jim Grosbach
2010-10-08
1
-3
/
+3
*
Add support to model pipeline bypass / forwarding.
Evan Cheng
2010-09-28
1
-1
/
+1
*
Removed a bunch of unnecessary target_link_libraries.
Oscar Fuentes
2010-09-28
1
-2
/
+0
*
update a bunch of code to use the MachinePointerInfo version of getStore.
Chris Lattner
2010-09-21
1
-7
/
+7
*
eliminate an old SelectionDAG::getTruncStore method, propagating
Chris Lattner
2010-09-21
1
-3
/
+6
*
propagate MachinePointerInfo through various uses of the old
Chris Lattner
2010-09-21
1
-3
/
+4
*
convert the targets off the non-MachinePointerInfo of getLoad.
Chris Lattner
2010-09-21
1
-5
/
+9
*
AlphaSchedule.td: 7bit-ize.
NAKAMURA Takumi
2010-09-17
1
-1
/
+1
*
zap dead code.
Chris Lattner
2010-09-04
1
-13
/
+0
*
Simplify eliminateFrameIndex() interface back down now that PEI doesn't need
Jim Grosbach
2010-08-26
2
-7
/
+4
*
remove some dead code.
Chris Lattner
2010-08-18
1
-2
/
+0
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
3
-3
/
+3
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
3
-3
/
+3
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
3
-3
/
+3
*
PR7774: Fix undefined shifts in Alpha backend. As a bonus, this actually
Eli Friedman
2010-08-01
1
-2
/
+2
*
Remove the isMoveInstr() hook.
Jakob Stoklund Olesen
2010-07-16
2
-32
/
+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
-57
/
+0
*
Replace copyRegToReg with copyPhysReg for Alpha.
Jakob Stoklund Olesen
2010-07-11
2
-28
/
+15
*
Use COPY in targets
Jakob Stoklund Olesen
2010-07-10
1
-10
/
+4
*
Move getExtLoad() and (some) getLoad() DebugLoc argument after EVT argument f...
Evan Cheng
2010-07-07
1
-3
/
+3
*
Split the SDValue out of OutputArg so that SelectionDAG-independent
Dan Gohman
2010-07-07
2
-6
/
+10
*
Propagate debug loc.
Devang Patel
2010-07-06
1
-2
/
+4
*
Reapply r107655 with fixes; insert the pseudo instruction into
Dan Gohman
2010-07-06
1
-2
/
+5
*
Revert r107655.
Dan Gohman
2010-07-06
1
-5
/
+2
*
Fix a bunch of custom-inserter functions to handle the case where
Dan Gohman
2010-07-06
1
-2
/
+5
*
Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...
Evan Cheng
2010-07-03
1
-3
/
+3
*
Remove isTwoAddress from Alpha.
Eric Christopher
2010-06-21
2
-12
/
+26
*
Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This
Stuart Hastings
2010-06-17
2
-11
/
+11
*
cleanup
Rafael Espindola
2010-06-02
2
-17
/
+0
*
BR is a barrier.
Dan Gohman
2010-05-14
1
-1
/
+1
*
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
-7
/
+8
*
Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.
Evan Cheng
2010-05-06
2
-4
/
+8
[next]