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
*
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
*
No-ops emitted for scheduling don't correspond with anything in the
Dan Gohman
2010-05-05
1
-1
/
+0
*
Get rid of the EdgeMapping map. Instead, just check for BasicBlock
Dan Gohman
2010-05-01
2
-10
/
+4
*
Fix a typo.
Dan Gohman
2010-04-30
1
-1
/
+1
*
Use MachineOperand::is* predicates.
Devang Patel
2010-04-27
1
-1
/
+1
*
Make processor FUs unique for given itinerary. This extends the limit of 32
Anton Korobeynikov
2010-04-18
1
-1
/
+2
*
Delete now-unnecessary const_casts.
Dan Gohman
2010-04-17
1
-4
/
+3
*
Use const qualifiers with TargetLowering. This eliminates several
Dan Gohman
2010-04-17
4
-17
/
+19
*
Move per-function state out of TargetLowering subclasses and into
Dan Gohman
2010-04-17
3
-8
/
+27
*
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
2
-6
/
+9
*
Use twines to simplify calls to report_fatal_error. For code size and readabi...
Benjamin Kramer
2010-04-08
1
-8
/
+2
*
rename llvm::llvm_report_error -> llvm::report_fatal_error
Chris Lattner
2010-04-07
2
-3
/
+3
*
prune some #includes.
Chris Lattner
2010-04-05
1
-1
/
+0
*
Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field.
Jakob Stoklund Olesen
2010-04-05
1
-5
/
+1
*
Momentous day: remove the "O" member from AsmPrinter. Now all
Chris Lattner
2010-04-04
1
-5
/
+3
*
mcize a bunch more stuff, using EmitRawText for things we
Chris Lattner
2010-04-04
1
-7
/
+4
*
convert the non-MCInstPrinter'ized EmitInstruction
Chris Lattner
2010-04-04
1
-2
/
+5
*
fix PrintAsmOperand and PrintAsmMemoryOperand to pass down
Chris Lattner
2010-04-04
1
-8
/
+8
*
change a ton of code to not implicitly use the "O" raw_ostream
Chris Lattner
2010-04-04
1
-11
/
+12
*
use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()
Chris Lattner
2010-04-02
4
-12
/
+9
*
Teach AnalyzeBranch, RemoveBranch and the branch
Dale Johannesen
2010-04-02
1
-1
/
+14
*
use ins/outs.
Chris Lattner
2010-03-18
2
-49
/
+49
*
add some missing types
Chris Lattner
2010-03-15
1
-2
/
+2
*
eliminate the now-unneeded context argument of MBB::getSymbol()
Chris Lattner
2010-03-13
1
-1
/
+1
[next]