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
/
MSP430
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMake: Fix MSVS build. Although I don't know why this didn't break other buil...
Michael J. Spencer
2010-09-12
1
-1
/
+1
*
zap dead code.
Chris Lattner
2010-09-04
1
-9
/
+0
*
Simplify eliminateFrameIndex() interface back down now that PEI doesn't need
Jim Grosbach
2010-08-26
2
-9
/
+6
*
tyops
Gabor Greif
2010-08-23
1
-1
/
+1
*
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 constness warnings
Gabor Greif
2010-07-23
1
-1
/
+2
*
eliminate the TargetInstrInfo::GetInstSizeInBytes hook.
Chris Lattner
2010-07-22
1
-1
/
+1
*
Constify some arguments.
Eric Christopher
2010-07-20
2
-2
/
+2
*
Remove the isMoveInstr() hook.
Jakob Stoklund Olesen
2010-07-16
2
-25
/
+0
*
Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission and
Bill Wendling
2010-07-16
1
-1
/
+1
*
Don't pass StringRef by reference.
Benjamin Kramer
2010-07-14
2
-3
/
+4
*
Remove two other uses of ATTRIBUTE_UNUSED for variables only used within
Chandler Carruth
2010-07-11
1
-2
/
+2
*
Replace copyRegToReg with copyPhysReg for MSP430.
Jakob Stoklund Olesen
2010-07-11
2
-25
/
+17
*
Split the SDValue out of OutputArg so that SelectionDAG-independent
Dan Gohman
2010-07-07
2
-3
/
+9
*
Propagate debug loc.
Devang Patel
2010-07-06
2
-3
/
+5
*
Reapply r107655 with fixes; insert the pseudo instruction into
Dan Gohman
2010-07-06
1
-9
/
+16
*
Revert r107655.
Dan Gohman
2010-07-06
1
-16
/
+9
*
Fix a bunch of custom-inserter functions to handle the case where
Dan Gohman
2010-07-06
1
-9
/
+16
*
Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...
Evan Cheng
2010-07-03
2
-3
/
+3
*
fix breakage from r98938 by correctly marking msp430 calls as variadic.
Chris Lattner
2010-06-24
1
-1
/
+1
*
Remove isTwoAddress from MSP430.
Eric Christopher
2010-06-21
1
-219
/
+219
*
Make 80-column.
Eric Christopher
2010-06-21
1
-5
/
+10
*
Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This
Stuart Hastings
2010-06-17
2
-5
/
+4
*
cleanup
Rafael Espindola
2010-06-02
2
-45
/
+0
*
Replace the SubRegSet tablegen class with a less error-prone mechanism.
Jakob Stoklund Olesen
2010-05-26
1
-7
/
+4
*
Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism."
Jakob Stoklund Olesen
2010-05-26
1
-4
/
+7
*
Replace the SubRegSet tablegen class with a less error-prone mechanism.
Jakob Stoklund Olesen
2010-05-26
1
-7
/
+4
*
Remove NumberHack entirely.
Jakob Stoklund Olesen
2010-05-25
1
-4
/
+1
*
Switch SubRegSet to using symbolic SubRegIndices
Jakob Stoklund Olesen
2010-05-24
1
-5
/
+5
*
Replace the tablegen RegisterClass field SubRegClassList with an alist-like data
Jakob Stoklund Olesen
2010-05-24
1
-1
/
+1
*
SubRegIndex'ize MSP430
Jakob Stoklund Olesen
2010-05-24
1
-1
/
+4
*
Implement @llvm.returnaddress. rdar://8015977.
Evan Cheng
2010-05-22
3
-4
/
+12
*
Code refactoring: pull SchedPreference enum from TargetLowering.h to TargetMa...
Evan Cheng
2010-05-19
1
-1
/
+1
*
I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename it
Duncan Sands
2010-05-11
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
-5
/
+4
*
Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.
Evan Cheng
2010-05-06
2
-4
/
+8
*
Do folding for indirect branches, where possible
Anton Korobeynikov
2010-05-01
2
-7
/
+4
*
Implement indirect branches on MSP430
Anton Korobeynikov
2010-05-01
6
-8
/
+50
*
Long branch target oparands are not pc-rel.
Anton Korobeynikov
2010-05-01
1
-4
/
+6
*
Get rid of the EdgeMapping map. Instead, just check for BasicBlock
Dan Gohman
2010-05-01
2
-18
/
+5
*
Implement -disable-non-leaf-fp-elim which disable frame pointer elimination
Evan Cheng
2010-04-21
1
-1
/
+1
*
Use const qualifiers with TargetLowering. This eliminates several
Dan Gohman
2010-04-17
4
-39
/
+46
*
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
-3
/
+3
*
rename llvm::llvm_report_error -> llvm::report_fatal_error
Chris Lattner
2010-04-07
1
-3
/
+3
*
Educate GetInstrSizeInBytes implementations that
Dale Johannesen
2010-04-07
1
-0
/
+1
*
prune some #includes.
Chris Lattner
2010-04-05
1
-1
/
+0
[next]