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
/
XCore
Commit message (
Expand
)
Author
Age
Files
Lines
*
Flag -> Glue, the ongoing saga
Chris Lattner
2010-12-23
1
-4
/
+4
*
rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for
Chris Lattner
2010-12-21
1
-1
/
+1
*
Move more PEI-related hooks to TFI
Anton Korobeynikov
2010-11-27
4
-48
/
+49
*
Move callee-saved regs spills / reloads to TFI
Anton Korobeynikov
2010-11-27
4
-74
/
+75
*
Move getInitialFrameState() to TargetFrameInfo
Anton Korobeynikov
2010-11-18
4
-9
/
+10
*
Move hasFP() and few related hooks to TargetFrameInfo.
Anton Korobeynikov
2010-11-18
5
-20
/
+25
*
First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...
Anton Korobeynikov
2010-11-15
5
-212
/
+251
*
move all the target's asmprinters into the main target. The piece
Chris Lattner
2010-11-14
5
-23
/
+2
*
Remove some explicit arguments to getELFSection. This is
Rafael Espindola
2010-11-11
1
-6
/
+6
*
Inside the calling convention logic LocVT is always a simple
Duncan Sands
2010-11-03
1
-1
/
+1
*
fix a long standing wart: all the ComplexPattern's were being
Chris Lattner
2010-09-21
1
-12
/
+9
*
update a bunch of code to use the MachinePointerInfo version of getStore.
Chris Lattner
2010-09-21
1
-7
/
+6
*
eliminate an old SelectionDAG::getTruncStore method, propagating
Chris Lattner
2010-09-21
1
-3
/
+2
*
propagate MachinePointerInfo through various uses of the old
Chris Lattner
2010-09-21
1
-29
/
+28
*
convert the targets off the non-MachinePointerInfo of getLoad.
Chris Lattner
2010-09-21
1
-9
/
+10
*
reimplement memcpy/memmove/memset lowering to use MachinePointerInfo
Chris Lattner
2010-09-21
1
-3
/
+2
*
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
*
Remove Predicate_* calls from MBlaze and XCore
Jakob Stoklund Olesen
2010-09-03
2
-17
/
+16
*
Simplify eliminateFrameIndex() interface back down now that PEI doesn't need
Jim Grosbach
2010-08-26
2
-7
/
+4
*
CMake: Change somme target library names:
Oscar Fuentes
2010-08-03
1
-1
/
+1
*
Remove the isMoveInstr() hook.
Jakob Stoklund Olesen
2010-07-16
2
-33
/
+0
*
Avoid isMoveInstr when printing XCore pseudo-moves.
Jakob Stoklund Olesen
2010-07-16
1
-7
/
+5
*
Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission and
Bill Wendling
2010-07-16
2
-5
/
+5
*
Don't pass StringRef by reference.
Benjamin Kramer
2010-07-14
2
-3
/
+4
*
Replace copyRegToReg with copyPhysReg for XCore.
Jakob Stoklund Olesen
2010-07-11
2
-32
/
+24
*
Reapply bottom-up fast-isel, with several fixes for x86-32:
Dan Gohman
2010-07-10
2
-5
/
+3
*
--- Reverse-merging r107947 into '.':
Bob Wilson
2010-07-09
2
-3
/
+5
*
Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emitting
Dan Gohman
2010-07-09
2
-5
/
+3
*
Revert 107840 107839 107813 107804 107800 107797 107791.
Dan Gohman
2010-07-08
2
-3
/
+5
*
Move getExtLoad() and (some) getLoad() DebugLoc argument after EVT argument f...
Evan Cheng
2010-07-07
1
-2
/
+2
*
Add X86FastISel support for return statements. This entails refactoring
Dan Gohman
2010-07-07
2
-5
/
+3
*
Split the SDValue out of OutputArg so that SelectionDAG-independent
Dan Gohman
2010-07-07
2
-3
/
+9
*
CanLowerReturn doesn't need a SelectionDAG; it just needs an LLVMContext.
Dan Gohman
2010-07-06
2
-3
/
+3
*
Propagate debug loc.
Devang Patel
2010-07-06
1
-3
/
+3
*
Reapply r107655 with fixes; insert the pseudo instruction into
Dan Gohman
2010-07-06
1
-13
/
+13
*
Revert r107655.
Dan Gohman
2010-07-06
1
-13
/
+13
*
Fix a bunch of custom-inserter functions to handle the case where
Dan Gohman
2010-07-06
1
-13
/
+13
*
Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...
Evan Cheng
2010-07-03
2
-4
/
+4
*
Implement the "linker_private_weak" linkage type. This will be used for
Bill Wendling
2010-07-01
1
-1
/
+0
*
Revert r107205 and r107207.
Bill Wendling
2010-06-29
1
-1
/
+0
*
Introducing the "linker_weak" linkage type. This will be used for Objective-C
Bill Wendling
2010-06-29
1
-0
/
+1
*
Remove initialized but otherwise unused variables.
Duncan Sands
2010-06-29
1
-1
/
+0
*
Remove isTwoAddress from XCore.
Eric Christopher
2010-06-21
1
-1
/
+1
*
Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This
Stuart Hastings
2010-06-17
2
-9
/
+9
*
Remove the TargetRegisterClass member from CalleeSavedInfo
Rafael Espindola
2010-06-02
1
-4
/
+7
*
cleanup
Rafael Espindola
2010-06-02
2
-15
/
+0
*
Implement @llvm.returnaddress. rdar://8015977.
Evan Cheng
2010-05-22
2
-4
/
+8
*
Code refactoring: pull SchedPreference enum from TargetLowering.h to TargetMa...
Evan Cheng
2010-05-19
1
-1
/
+1
*
Implement a bunch more TargetSelectionDAGInfo infrastructure.
Dan Gohman
2010-05-11
4
-4
/
+14
*
Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it
Dan Gohman
2010-05-06
2
-4
/
+4
[next]