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
*
The JIT calls TidyLandingPads to tidy up the landing pads. However, because the
Bill Wendling
2010-04-16
1
-3
/
+8
*
Adding support for dag combiner to promote operations for profit. This requir...
Evan Cheng
2010-04-16
1
-6
/
+47
*
Refine further the scope where the global DebugLoc value is active.
Dan Gohman
2010-04-16
1
-7
/
+5
*
back out r101423 and r101397, they break llvm-gcc self-host on darwin10
Gabor Greif
2010-04-16
7
-175
/
+176
*
Avoid sinking machine instructions into a loop.
Jakob Stoklund Olesen
2010-04-15
1
-0
/
+11
*
reapply r101364, which has been backed out in r101368
Gabor Greif
2010-04-15
7
-176
/
+175
*
Fix PR6847. RegScavenger should ignore DebugValues.
Jakob Stoklund Olesen
2010-04-15
1
-0
/
+3
*
Make sure the initialization of a GC root is after its definition.
Nicolas Geoffray
2010-04-15
1
-3
/
+4
*
prune includes
Gabor Greif
2010-04-15
1
-2
/
+0
*
Fix a bunch of namespace polution.
Dan Gohman
2010-04-15
3
-3
/
+6
*
typos
Gabor Greif
2010-04-15
1
-2
/
+2
*
back out r101364, as it trips the linux nightlybot on some clang C++ tests
Gabor Greif
2010-04-15
7
-175
/
+176
*
rotate CallInst operands, i.e. move callee to the back
Gabor Greif
2010-04-15
7
-176
/
+175
*
enhance the load/store narrowing optimization to handle a
Chris Lattner
2010-04-15
1
-5
/
+18
*
teach codegen to turn trunc(zextload) into load when possible.
Chris Lattner
2010-04-15
1
-1
/
+1
*
add a simple dag combine to replace trivial shl+lshr with
Chris Lattner
2010-04-15
1
-0
/
+9
*
Implement rdar://7860110 (also in target/readme.txt) narrowing
Chris Lattner
2010-04-15
1
-22
/
+164
*
Add more const qualifiers for LLVM IR pointers in CodeGen.
Dan Gohman
2010-04-15
7
-23
/
+25
*
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2010-04-15
14
-321
/
+327
*
More 80 violations.
Evan Cheng
2010-04-15
5
-29
/
+54
*
80 col violations.
Evan Cheng
2010-04-15
1
-8
/
+16
*
Add comment.
Devang Patel
2010-04-15
1
-0
/
+3
*
There is no need to track compile unit offsets if there is only one compile u...
Devang Patel
2010-04-14
2
-6
/
+0
*
Remove dead code.
Devang Patel
2010-04-14
1
-4
/
+0
*
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
[next]