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
*
Broaden isSchedulingBoundary to check aliases of SP.
Andrew Trick
2012-11-17
1
-1
/
+2
*
Mark FP_EXTEND form v2f32 to v2f64 as "expand" for ARM NEON. Patch by Pete C...
Eli Friedman
2012-11-17
1
-0
/
+1
*
Use array_pod_sort instead of std::sort.
Andrew Trick
2012-11-16
1
-41
/
+36
*
Remove conditions from 'else if' that were guaranteed by preceding 'if'.
Craig Topper
2012-11-16
1
-12
/
+12
*
Factor out the final FADD that's common to multiple code paths in the visitLo...
Craig Topper
2012-11-16
1
-45
/
+30
*
Factor some common code to reduce compile size.
Craig Topper
2012-11-16
1
-37
/
+20
*
Mark FP_ROUND for converting NEON v2f64 to v2f32 as expand. Add a missing
Eli Friedman
2012-11-15
1
-0
/
+1
*
Use std::stable_sort instead of std::sort when sorting stack slots
Ulrich Weigand
2012-11-15
1
-1
/
+3
*
[reg scavenger] Fix the isUsed/isAliasUsed functions so as to not report a false
Chad Rosier
2012-11-15
1
-1
/
+1
*
Fix indeterminism in MI scheduler DAG construction.
Sergei Larin
2012-11-15
1
-15
/
+15
*
Add llvm.ceil, llvm.trunc, llvm.rint, llvm.nearbyint intrinsics.
Craig Topper
2012-11-15
1
-0
/
+20
*
Fix an obvious merge bug in -join-globalcopies (disabled).
Andrew Trick
2012-11-15
1
-1
/
+3
*
Use reserve() to avoid vector reallocation.
Jakub Staszak
2012-11-14
1
-0
/
+1
*
canJoinPhys method doesn't modify CoalescerPair. Make it const.
Jakub Staszak
2012-11-14
1
-2
/
+2
*
Remove dead code.
Chad Rosier
2012-11-14
1
-13
/
+0
*
Fix really stupid ARM EHABI info generation bug: we should not emit
Anton Korobeynikov
2012-11-14
1
-11
/
+14
*
Add newlines to end of debug messages.
Craig Topper
2012-11-14
1
-6
/
+6
*
Handle DAG CSE adding new uses during ReplaceAllUsesWith. Fixes PR14333.
Rafael Espindola
2012-11-14
1
-1
/
+12
*
Use TARGET2 relocation for TType references on ARM.
Anton Korobeynikov
2012-11-14
3
-45
/
+39
*
Revert "Use the 'count' attribute instead of the 'upper_bound' attribute."
Eric Christopher
2012-11-13
1
-2
/
+1
*
Revert -join-splitedges to a boolean cmd line option.
Andrew Trick
2012-11-13
1
-3
/
+2
*
The MachineScheduler does not currently require JoinSplitEdges.
Andrew Trick
2012-11-13
1
-4
/
+4
*
[MC][COFF] Emit weak symbols to the correct section. Patch by Dmitry Puzirev!
Michael J. Spencer
2012-11-13
1
-2
/
+13
*
Do not consider a machine instruction that uses and defines the same
Ulrich Weigand
2012-11-13
1
-16
/
+44
*
Fix -join-splitedges: my previous "cleanup" broke it.
Andrew Trick
2012-11-13
1
-1
/
+1
*
Codegen support for arbitrary vector getelementptrs.
Duncan Sands
2012-11-13
1
-3
/
+3
*
misched: Allow subtargets to enable misched and dependent options.
Andrew Trick
2012-11-13
4
-14
/
+43
*
Added RegisterCoalescer support for joining global copies first.
Andrew Trick
2012-11-13
1
-20
/
+80
*
misched: Don't consider artificial edges weak edges.
Andrew Trick
2012-11-13
2
-9
/
+5
*
Use the 'count' attribute instead of the 'upper_bound' attribute.
Bill Wendling
2012-11-13
1
-1
/
+2
*
Cleanup the main RegisterCoalescer loop.
Andrew Trick
2012-11-13
1
-23
/
+10
*
Cleanup -join-splitedges. Make the loop more obvious.
Andrew Trick
2012-11-12
1
-5
/
+2
*
Add an option to enable prototype "fission" capabilities and debug changes.
Eric Christopher
2012-11-12
2
-0
/
+16
*
Added a temporary option to avoid critical edges splitting.
Andrew Trick
2012-11-12
1
-16
/
+55
*
misched: rename interfaceto avoid gcc warnings
Andrew Trick
2012-11-12
1
-2
/
+1
*
misched: Target-independent support for MacroFusion.
Andrew Trick
2012-11-12
1
-5
/
+61
*
misched: Target-independent support for load/store clustering.
Andrew Trick
2012-11-12
1
-12
/
+176
*
misched: Infrastructure for weak DAG edges.
Andrew Trick
2012-11-12
6
-45
/
+100
*
Fix assertions in updateRegMaskSlots().
Jakob Stoklund Olesen
2012-11-09
1
-4
/
+14
*
Silence GCC warning about falling off the end of a non-void function.
Benjamin Kramer
2012-11-09
1
-0
/
+1
*
misched: Heuristics based on the machine model.
Andrew Trick
2012-11-07
1
-146
/
+762
*
misched: handle on-the-fly regpressure queries better for 2-addr
Andrew Trick
2012-11-07
1
-8
/
+13
*
Add comment describing what's going on here.
Bill Wendling
2012-11-07
1
-1
/
+4
*
When we're updating the subprogram scope DIE, we want to determine if we're
Bill Wendling
2012-11-07
1
-36
/
+37
*
[regallocfast] Make sure the MachineRegisterInfo is aware of clobbers from a
Chad Rosier
2012-11-06
1
-0
/
+5
*
misched: TargetSchedule interface for machine resources.
Andrew Trick
2012-11-06
1
-4
/
+35
*
misched: Rename RemainingCount to avoid confusion with remaining resources.
Andrew Trick
2012-11-06
1
-6
/
+6
*
ScheduleDAG interface. Added OrderKind to distinguish nonregister dependencies.
Andrew Trick
2012-11-06
4
-62
/
+63
*
Be careful not to optimize a SELECT_CC into a SETCC post-legalization if the ...
Owen Anderson
2012-11-03
1
-23
/
+27
*
OutputArg: added an index of the original argument to match the change to
Manman Ren
2012-11-01
2
-3
/
+4
[next]