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
/
include
/
llvm
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Delete bogus semicolons.
Dan Gohman
2009-10-14
1
-1
/
+1
*
Remove a bunch of unused arguments from functions, silencing a
Eric Christopher
2009-10-14
1
-2
/
+2
*
Introduce new convenience methods for sign extending or
Duncan Sands
2009-10-13
1
-0
/
+8
*
Enable "debug info attached to an instruction" mode.
Devang Patel
2009-10-12
1
-0
/
+2
*
Delete some obsolete declarations.
Dan Gohman
2009-10-12
1
-15
/
+0
*
Make getMachineNode return a MachineSDNode* instead of a generic SDNode*
Dan Gohman
2009-10-10
1
-17
/
+18
*
The ScheduleDAG framework now requires an AliasAnalysis argument, though
Dan Gohman
2009-10-09
1
-1
/
+2
*
Factor out LiveIntervalAnalysis' code to determine whether an instruction
Dan Gohman
2009-10-09
1
-3
/
+5
*
Extract scope information from the variable itself, instead of relying on all...
Devang Patel
2009-10-09
1
-4
/
+4
*
Add basic infrastructure and x86 support for preserving MachineMemOperand
Dan Gohman
2009-10-09
1
-1
/
+15
*
Indentation.
Evan Cheng
2009-10-09
1
-2
/
+1
*
Add a SelectionDAG getTargetInsertSubreg convenience function,
Bob Wilson
2009-10-08
1
-0
/
+5
*
second half of lazy liveness removal.
Chris Lattner
2009-10-07
1
-64
/
+0
*
Replace TargetInstrInfo::isInvariantLoad and its target-specific
Dan Gohman
2009-10-07
1
-0
/
+8
*
Add register-reuse to frame-index register scavenging. When a target uses
Jim Grosbach
2009-10-07
1
-1
/
+3
*
INTRINSIC_W_CHAIN and INTRINSIC_VOID do not use MemSDNode. They
Dan Gohman
2009-10-07
1
-2
/
+0
*
Add support to handle debug info attached to an instruction.
Devang Patel
2009-10-06
1
-1
/
+2
*
Update processDebugLoc() so that it can be used to process debug info before ...
Devang Patel
2009-10-06
2
-4
/
+4
*
Fix a name in a comment.
Dan Gohman
2009-10-05
1
-1
/
+1
*
Renamed MachineInstrIndex to LiveIndex.
Lang Hames
2009-10-03
2
-138
/
+138
*
If location info is attached with an instruction then keep track of alloca sl...
Devang Patel
2009-10-01
1
-0
/
+14
*
Use MachineInstr as an processDebugLoc() argument.
Devang Patel
2009-09-30
1
-1
/
+1
*
Use MDNode * directly as an RecordSourceLine() argument.
Devang Patel
2009-09-30
1
-1
/
+1
*
Remove dead code.
Devang Patel
2009-09-30
1
-6
/
+0
*
Add a new virtual EmitStartOfAsmFile method to the AsmPrinter and use this
Bob Wilson
2009-09-30
1
-0
/
+4
*
Fix integer overflow in instruction scheduling. This can happen if we have
Reid Kleckner
2009-09-30
1
-4
/
+4
*
Silence unused variable warning.
Devang Patel
2009-09-30
1
-1
/
+1
*
Simplify.
Devang Patel
2009-09-30
1
-1
/
+1
*
Clarify a comment.
Dan Gohman
2009-09-27
1
-1
/
+2
*
Move MachineMemOperand::getAlignment out of line, to avoid needing
Dan Gohman
2009-09-25
1
-5
/
+1
*
Improve MachineMemOperand handling.
Dan Gohman
2009-09-25
7
-115
/
+189
*
Rename getTargetNode to getMachineNode, for consistency with the
Dan Gohman
2009-09-25
1
-31
/
+31
*
Update the description of MachineFrameInfo's OffsetAdjustment. The value of
Bob Wilson
2009-09-25
1
-5
/
+8
*
Add a version of dumpr() that has a SelectionDAG* argument.
Dan Gohman
2009-09-25
1
-0
/
+1
*
Clean up LiveVariables and change how it deals with partial updates and kills...
Evan Cheng
2009-09-24
1
-8
/
+1
*
Spruce up some comments.
Dan Gohman
2009-09-23
1
-6
/
+9
*
Rename several variables from EVT to more descriptive names, now that EVT
Dan Gohman
2009-09-23
1
-2
/
+2
*
Add an EVT::getStoreSize function, like getStoreSizeInBits but in bytes.
Dan Gohman
2009-09-23
1
-1
/
+7
*
Fix PR5024. LiveVariables physical register defs should *commit* only after all
Evan Cheng
2009-09-23
1
-1
/
+5
*
Give MachineMemOperand an operator<<, factoring out code from
Dan Gohman
2009-09-23
2
-8
/
+9
*
Forgot this.
Evan Cheng
2009-09-22
1
-2
/
+4
*
Change MachineMemOperand's alignment value to be the alignment of
Dan Gohman
2009-09-21
1
-4
/
+12
*
A few more tabs -> spaces.
Daniel Dunbar
2009-09-20
1
-3
/
+3
*
Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ...
Evan Cheng
2009-09-18
1
-1
/
+2
*
add a new hook to allow targets to splat stuff at the end of the file.
Chris Lattner
2009-09-18
1
-0
/
+4
*
Revert r82214 completely to fix build.
Xerxes Ranby
2009-09-18
1
-7
/
+0
*
Fix a bug in sdisel switch lowering code. When it updates the phi nodes in sw...
Evan Cheng
2009-09-18
1
-0
/
+7
*
grammar
Jim Grosbach
2009-09-17
1
-1
/
+1
*
Remove simple regalloc. It has bit rotted.
Evan Cheng
2009-09-17
2
-7
/
+0
*
move FnStubs/GVSTubs/HiddenGVStub handling out of the X86 asmprinter
Chris Lattner
2009-09-16
3
-6
/
+8
[next]