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
/
MBlaze
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split the SDValue out of OutputArg so that SelectionDAG-independent
Dan Gohman
2010-07-07
2
-2
/
+6
*
Propagate debug loc.
Devang Patel
2010-07-06
1
-2
/
+2
*
Reapply r107655 with fixes; insert the pseudo instruction into
Dan Gohman
2010-07-06
1
-37
/
+33
*
Revert r107655.
Dan Gohman
2010-07-06
1
-33
/
+37
*
Fix a bunch of custom-inserter functions to handle the case where
Dan Gohman
2010-07-06
1
-37
/
+33
*
Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...
Evan Cheng
2010-07-03
1
-3
/
+3
*
Remove initialized but otherwise unused variables.
Duncan Sands
2010-06-29
1
-2
/
+0
*
Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This
Stuart Hastings
2010-06-17
2
-3
/
+5
*
Remove the TargetRegisterClass member from CalleeSavedInfo
Rafael Espindola
2010-06-02
1
-2
/
+3
*
cleanup
Rafael Espindola
2010-06-02
2
-19
/
+0
*
Replace the SubRegSet tablegen class with a less error-prone mechanism.
Jakob Stoklund Olesen
2010-05-26
1
-8
/
+2
*
Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism."
Jakob Stoklund Olesen
2010-05-26
1
-2
/
+8
*
Replace the SubRegSet tablegen class with a less error-prone mechanism.
Jakob Stoklund Olesen
2010-05-26
1
-8
/
+2
*
Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe what
Bill Wendling
2010-05-14
2
-7
/
+7
*
Implement a bunch more TargetSelectionDAGInfo infrastructure.
Dan Gohman
2010-05-11
4
-4
/
+12
*
Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it
Dan Gohman
2010-05-06
2
-4
/
+6
*
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
*
fix some inconsistent line endings, patch by Jakub Staszak!
Chris Lattner
2010-05-01
1
-7
/
+7
*
Get rid of the EdgeMapping map. Instead, just check for BasicBlock
Dan Gohman
2010-05-01
2
-15
/
+8
*
Use MachineOperand::is* predicates.
Devang Patel
2010-04-27
1
-2
/
+2
*
Implement -disable-non-leaf-fp-elim which disable frame pointer elimination
Evan Cheng
2010-04-21
1
-1
/
+1
*
Add missed part of prev. commit
Anton Korobeynikov
2010-04-18
1
-1
/
+2
*
Use const qualifiers with TargetLowering. This eliminates several
Dan Gohman
2010-04-17
4
-25
/
+27
*
Move per-function state out of TargetLowering subclasses and into
Dan Gohman
2010-04-17
3
-8
/
+15
*
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
-2
/
+2
*
delete a forwarding function.
Chris Lattner
2010-04-08
1
-6
/
+7
*
add newlines at end of files.
Chris Lattner
2010-04-07
1
-1
/
+1
*
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
-9
/
+3
*
mcize a bunch more stuff, using EmitRawText for things we
Chris Lattner
2010-04-04
1
-23
/
+26
*
convert the non-MCInstPrinter'ized EmitInstruction
Chris Lattner
2010-04-04
1
-4
/
+7
*
fix PrintAsmOperand and PrintAsmMemoryOperand to pass down
Chris Lattner
2010-04-04
1
-2
/
+3
*
change a ton of code to not implicitly use the "O" raw_ostream
Chris Lattner
2010-04-04
1
-63
/
+64
*
use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()
Chris Lattner
2010-04-02
2
-16
/
+13
*
[llvm_void_ty] is no longer needed for result types,
Chris Lattner
2010-03-23
1
-2
/
+2
*
Check if function names start with "llvm." before trying to lookup them up as
Bob Wilson
2010-03-18
1
-0
/
+4
*
eliminate the now-unneeded context argument of MBB::getSymbol()
Chris Lattner
2010-03-13
1
-1
/
+1
*
rearrange MCContext ownership. Before LLVMTargetMachine created it
Chris Lattner
2010-03-13
1
-3
/
+2
*
Fix LLVM build when the user specifies CPPFLAGS on the make command line.
Jeffrey Yasskin
2010-03-12
1
-1
/
+1
*
inline GetGlobalValueSymbol into the rest its callers and
Chris Lattner
2010-03-12
1
-1
/
+2
*
Change the Value argument to eliminateFrameIndex to a type-tagged value. This
Jim Grosbach
2010-03-09
2
-2
/
+2
*
Re-committing the failed r97807 commit with changes to eliminate warnings.
Wesley Peck
2010-03-06
6
-62
/
+193
*
revert r97807, it introduced build warnings.
Chris Lattner
2010-03-06
5
-243
/
+47
*
Reworking the stack layout that the MicroBlaze backend generates.
Wesley Peck
2010-03-05
5
-47
/
+243
*
Sink InstructionSelect() out of each target into SDISel, and rename it
Chris Lattner
2010-03-02
1
-32
/
+3
*
Adding function "lookupGCCName" to MBlazeIntrinsicInfo
Wesley Peck
2010-02-24
5
-13
/
+17
*
Adding the MicroBlaze backend.
Wesley Peck
2010-02-23
37
-0
/
+5371