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
*
Remove a few fixmes, the only work we're doing is getting the string
Eric Christopher
2013-06-10
1
-4
/
+0
*
Fix up comment.
Eric Christopher
2013-06-10
1
-1
/
+1
*
Remove unused function.
Eric Christopher
2013-06-10
1
-6
/
+0
*
IndentCount is only used within NDEBUG code.
Eric Christopher
2013-06-10
1
-0
/
+2
*
TargetLowering: Clean up method description comments
David Majnemer
2013-06-08
1
-3
/
+3
*
Reapply r183552. This time, use a standard type for the option to avoid template
Quentin Colombet
2013-06-08
1
-0
/
+13
*
Revert commits related to stack warning.
Quentin Colombet
2013-06-07
1
-13
/
+0
*
Add a backend option to warn on a given stack size limit.
Quentin Colombet
2013-06-07
1
-0
/
+13
*
Teach AsmPrinter how to print odd constants.
Quentin Colombet
2013-06-07
1
-2
/
+43
*
Support OpenBSD's native frame protection conventions.
Rafael Espindola
2013-06-07
1
-11
/
+36
*
Correct wrong register in this example, pointed out by Baoshan Pang.
Duncan Sands
2013-06-07
1
-1
/
+1
*
Fix break in r183446 - helps to increment the iterator in a loop
David Blaikie
2013-06-06
1
-1
/
+2
*
Debug Info: simplify parameter ordering preservation
David Blaikie
2013-06-06
1
-25
/
+21
*
Cache the TargetLowering info object as a pointer.
Bill Wendling
2013-06-06
4
-40
/
+39
*
Don't cache the TargetLoweringInfo object inside of the FunctionLowering object.
Bill Wendling
2013-06-06
2
-18
/
+19
*
Add space to assert message.
Bill Wendling
2013-06-05
1
-1
/
+1
*
PR15662: Optimized debug info produces out of order function parameters
David Blaikie
2013-06-05
1
-3
/
+31
*
Fix a defect in code-layout pass, improving Benchmarks/Olden/em3d/em3d by abo...
Shuxin Yang
2013-06-04
1
-1
/
+25
*
Move getRealLinkageName to a common place and remove all the duplicates of it.
Benjamin Kramer
2013-06-01
2
-27
/
+7
*
Const-ify some printing and dumping code for DIEValues.
Eric Christopher
2013-05-31
2
-13
/
+13
*
Loop Strength Reduce: Scaling factor cost.
Quentin Colombet
2013-05-31
1
-0
/
+14
*
Remove useless code from transitioning to new EH scheme
Kai Nacke
2013-05-31
1
-4
/
+1
*
Fix rematerialization into physical registers.
Tim Northover
2013-05-30
1
-2
/
+3
*
Rename variable to be more descriptive.
Eric Christopher
2013-05-30
1
-3
/
+3
*
Formatting.
Eric Christopher
2013-05-30
1
-1
/
+1
*
Order CALLSEQ_START and CALLSEQ_END nodes.
Andrew Trick
2013-05-29
1
-2
/
+4
*
Don't reach into the middle of TargetMachine and cache one of its ivars.
Bill Wendling
2013-05-29
1
-1
/
+1
*
Teach ReMaterialization to be more cunning about subregisters
Tim Northover
2013-05-29
1
-18
/
+65
*
LTO+Debug Info: revert r182791.
Manman Ren
2013-05-29
3
-54
/
+13
*
LTO+Debug Info: correctly emit inlined_subroutine when the inlined callee is
Manman Ren
2013-05-28
3
-13
/
+54
*
Simplify code. No functionality change.
Benjamin Kramer
2013-05-28
1
-3
/
+2
*
Remove double semicolons.
Benjamin Kramer
2013-05-28
3
-62
/
+62
*
Convert sqrt functions into sqrt instructions when -ffast-math is in effect.
Preston Gurd
2013-05-27
1
-0
/
+3
*
Fix PR16143: Insert DEBUG_VALUE before terminator.
Andrew Trick
2013-05-26
1
-1
/
+1
*
Track IR ordering of SelectionDAG nodes 3/4.
Andrew Trick
2013-05-25
8
-159
/
+14
*
Track IR ordering of SelectionDAG nodes 2/4.
Andrew Trick
2013-05-25
15
-1209
/
+1213
*
Track IR ordering of SelectionDAG nodes 1/4.
Andrew Trick
2013-05-25
2
-7
/
+15
*
Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.
Michael J. Spencer
2013-05-24
4
-7
/
+7
*
Fix PR16110: Handle DBG_VALUE in ConnectedVNInfoEqClasses::Distribute().
Jakob Stoklund Olesen
2013-05-23
1
-2
/
+10
*
InlineSpiller: Store bucket pointers instead of iterators.
Benjamin Kramer
2013-05-23
1
-9
/
+9
*
Solidify the assumption that a DW_TAG_subprogram's type is a DW_TAG_subroutin...
David Blaikie
2013-05-22
1
-19
/
+12
*
Simplify logic now that r182490 is in place. No functional change intended.
Chad Rosier
2013-05-22
9
-38
/
+34
*
Simplify logic now that r182490 is in place. No functional change intended.
Chad Rosier
2013-05-22
1
-8
/
+4
*
Simplify logic now that r182490 is in place. No functional change intended.
Chad Rosier
2013-05-22
1
-15
/
+14
*
Unify formatting of debug output.
Adrian Prantl
2013-05-22
2
-3
/
+3
*
Drop @llvm.annotation and @llvm.ptr.annotation intrinsics during codegen.
Justin Holewinski
2013-05-21
2
-0
/
+11
*
DAGCombine: Avoid an edge case where it tried to create an i0 type for (x & 0...
Benjamin Kramer
2013-05-21
1
-1
/
+2
*
Dwarf: use a single line table to generate assembly when .loc is used.
Manman Ren
2013-05-21
1
-3
/
+14
*
PR14606: Debug Info for namespace aliases/DW_TAG_imported_module
David Blaikie
2013-05-20
1
-0
/
+3
*
The DWARF EH pass doesn't need the TargetMachine, only the TargetLoweringBase...
Bill Wendling
2013-05-20
2
-5
/
+5
[next]