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
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Delete unneeeded arguments.
Dan Gohman
2010-04-14
1
-1
/
+1
*
Delete unused arguments.
Dan Gohman
2010-04-14
1
-6
/
+4
*
Factor out EH landing pad code into a separate function, and constify
Dan Gohman
2010-04-14
4
-52
/
+61
*
Reset the debug location even if the instruction was a terminator.
Dan Gohman
2010-04-14
1
-5
/
+3
*
Refine #includes.
Dan Gohman
2010-04-14
1
-1
/
+1
*
Pull utility routines with no SelectionDAG dependence out of
Dan Gohman
2010-04-14
3
-76
/
+95
*
Fix typos in comments.
Dan Gohman
2010-04-14
2
-2
/
+2
*
Delete an obsolete comment.
Dan Gohman
2010-04-14
1
-1
/
+0
*
Delete an unused function.
Dan Gohman
2010-04-14
1
-4
/
+0
*
Clear the FunctionLoweringInfo object before doing other things that
Dan Gohman
2010-04-14
1
-4
/
+4
*
Move this assert out of SelectionDAGISel into FunctionLoweringInfo, and
Dan Gohman
2010-04-14
2
-5
/
+3
*
Add a comment.
Dan Gohman
2010-04-14
1
-0
/
+2
*
Move the code for initialing the entry block livein set out of
Dan Gohman
2010-04-14
2
-5
/
+5
*
Reorgnaize this code to be more tidy and readable.
Dan Gohman
2010-04-14
1
-10
/
+5
*
Trim #includes.
Dan Gohman
2010-04-14
1
-9
/
+0
*
Move the code for emitting livein copies out of SelectionDAGISel.
Dan Gohman
2010-04-14
2
-105
/
+107
*
Sink landing-pad marking code out of
Dan Gohman
2010-04-14
2
-5
/
+5
*
It's not necessary to recompute EB here.
Dan Gohman
2010-04-14
1
-1
/
+1
*
Generalize this code to handle Instructions in addition to ConstantExprs.
Dan Gohman
2010-04-14
1
-3
/
+3
*
Reorder the methods of this class to be a little more organized.
Dan Gohman
2010-04-14
1
-22
/
+22
*
Clear MachineInstr->MCSymbol maps at the end of a function.
Devang Patel
2010-04-14
1
-0
/
+2
*
Fast path implicit_def check.
Evan Cheng
2010-04-13
1
-5
/
+5
*
Do not include types without any definition in pubtypes list.
Devang Patel
2010-04-13
1
-2
/
+4
*
Avoid variable shadowing.
Evan Cheng
2010-04-13
1
-2
/
+2
*
Expand postra machine licm's capability a little more. If an instruction's re...
Evan Cheng
2010-04-13
1
-8
/
+24
*
Teach MachineSinking to handle easy critical edges.
Jakob Stoklund Olesen
2010-04-13
1
-2
/
+17
*
Teach postra machine licm to hoist more obvious invariants, e.g. instructions...
Evan Cheng
2010-04-13
1
-17
/
+38
*
Add a few comments.
Dan Gohman
2010-04-13
1
-0
/
+5
*
Eliminate MachineBasicBlock::const_livein_iterator and make
Dan Gohman
2010-04-13
6
-9
/
+10
*
Rename MachineFrameInfo variables to MFI, for consistency with
Dan Gohman
2010-04-13
1
-41
/
+41
*
Move MachineRegisterInfo's isLiveIn and isLiveOut out of line.
Dan Gohman
2010-04-13
1
-0
/
+14
*
Delete an unused member variable.
Dan Gohman
2010-04-13
1
-1
/
+0
*
add llvm codegen support for -ffunction-sections and -fdata-sections,
Chris Lattner
2010-04-13
1
-2
/
+36
*
Remove a #include.
Dan Gohman
2010-04-12
1
-1
/
+0
*
Plug trivial leak.
Benjamin Kramer
2010-04-12
1
-0
/
+2
*
Enable post regalloc machine licm by default.
Evan Cheng
2010-04-12
1
-5
/
+1
*
Remove unnecessary parens.
Dan Gohman
2010-04-12
2
-4
/
+4
*
Tidy whitespace.
Bob Wilson
2010-04-09
1
-9
/
+8
*
Clear InsnsBeginScopeSet and InsnsEndScopeSet at the end of function.
Devang Patel
2010-04-09
1
-0
/
+2
*
Delete this obsolete comment.
Dan Gohman
2010-04-09
1
-4
/
+0
*
Add a missing dependency to this library when building with CMake.
Chandler Carruth
2010-04-09
1
-0
/
+2
*
Use getNumImplicitDefs() and getNumImplicitUses().
Bob Wilson
2010-04-09
1
-24
/
+6
*
Fix up some comments.
Bob Wilson
2010-04-09
1
-5
/
+3
*
Add variants of ult, ule, etc. which take a uint64_t RHS, for convenience.
Dan Gohman
2010-04-08
1
-4
/
+3
*
delete a forwarding function.
Chris Lattner
2010-04-08
1
-89
/
+87
*
move elf section uniquing to MCContext. Along the way
Chris Lattner
2010-04-08
2
-20
/
+2
*
remove the TargetLoweringObjectFileMachO::getMachoSection
Chris Lattner
2010-04-08
1
-89
/
+102
*
move macho section uniquing from MCParser and TLOF to MCContext where
Chris Lattner
2010-04-08
1
-32
/
+4
*
Coalescer should not delete copy instructions whose defs are partially dead. ...
Evan Cheng
2010-04-08
2
-1
/
+14
*
Fix -Wsign-compare warning (issued by clang++).
Ted Kremenek
2010-04-08
1
-1
/
+1
[next]