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
*
Add braces around || in && to pacify GCC.
Benjamin Kramer
2013-04-11
1
-4
/
+4
*
Manually remove successors in if conversion when CopyAndPredicateBlock is used
Hal Finkel
2013-04-10
1
-0
/
+8
*
Generalize the PassConfig API and remove addFinalizeRegAlloc().
Andrew Trick
2013-04-10
1
-36
/
+50
*
The .dwo section shouldn't contain the unrelocated values (and
Eric Christopher
2013-04-09
1
-13
/
+21
*
DAGCombiner: Fold a shuffle on CONCAT_VECTORS into a new CONCAT_VECTORS if po...
Benjamin Kramer
2013-04-09
1
-0
/
+49
*
DW_FORM_sec_offset should be a relocation on platforms that use
Eric Christopher
2013-04-07
2
-5
/
+14
*
typo
Nadav Rotem
2013-04-06
1
-1
/
+1
*
Dwarf: use utostr on CUID to append to SmallString.
Manman Ren
2013-04-06
1
-1
/
+1
*
Reapply r178845 with fix - Fix bug in PEI's virtual-register scavenging
Hal Finkel
2013-04-05
2
-24
/
+70
*
Use the target options specified on a function to reset the back-end.
Bill Wendling
2013-04-05
2
-39
/
+70
*
Revert r178845 - Fix bug in PEI's virtual-register scavenging
Hal Finkel
2013-04-05
2
-67
/
+24
*
Fix bug in PEI's virtual-register scavenging
Hal Finkel
2013-04-05
2
-24
/
+67
*
RegisterPressure heuristics currently require signed comparisons.
Andrew Trick
2013-04-05
1
-2
/
+2
*
Disable DFSResult for ConvergingScheduler.
Andrew Trick
2013-04-05
1
-2
/
+0
*
MachineScheduler: format DEBUG output.
Andrew Trick
2013-04-05
1
-22
/
+17
*
CostModel: Add parameter to instruction cost to further classify operand values
Arnold Schwaighofer
2013-04-04
1
-2
/
+6
*
Debug Info: revert 178722 for now.
Manman Ren
2013-04-04
3
-15
/
+4
*
typo
Adrian Prantl
2013-04-04
1
-1
/
+1
*
Formatting
Eli Bendersky
2013-04-04
1
-2
/
+2
*
Debug Info: according to DWARF 2, FORM_ref_addr the same size as an address on
Manman Ren
2013-04-04
3
-4
/
+15
*
Fix PR15632: No support for ppcf128 floating-point remainder on PowerPC.
Bill Schmidt
2013-04-03
2
-0
/
+12
*
Fix grammar.
Eric Christopher
2013-04-03
1
-1
/
+1
*
Remove ZeroOrMore from the option description. We don't need it here.
Eric Christopher
2013-04-03
1
-1
/
+1
*
Allow MachineTraceMetrics to be used when the model has no resources.
Jakob Stoklund Olesen
2013-04-02
2
-7
/
+11
*
Don't attempt MTM heuristics without a scheduling model present.
Jakob Stoklund Olesen
2013-04-02
1
-0
/
+4
*
Count processor resources individually in MachineTraceMetrics.
Jakob Stoklund Olesen
2013-04-02
1
-9
/
+144
*
DAGCombiner: Merge store/loads when we have extload/truncstores
Arnold Schwaighofer
2013-04-02
1
-0
/
+19
*
Merge load/store sequences with adresses: base + index + offset
Arnold Schwaighofer
2013-04-01
1
-25
/
+88
*
DAGCombine: visitXOR can replace a node without returning it, bail out in tha...
Benjamin Kramer
2013-03-30
1
-3
/
+3
*
Use SmallVectorImpl instead of SmallVector at the uses.
Eric Christopher
2013-03-29
3
-18
/
+18
*
Use 12 as the magic number for our abbreviation data and our
Eric Christopher
2013-03-29
3
-11
/
+11
*
Move the construction of the skeleton compile unit after the
Eric Christopher
2013-03-29
1
-7
/
+8
*
Remove the old CodePlacementOpt pass.
Benjamin Kramer
2013-03-29
5
-444
/
+3
*
Fix a typo
Nadav Rotem
2013-03-29
1
-1
/
+1
*
[fast-isel] Add a preemptive fix for the case where we fail to materialize an
Chad Rosier
2013-03-28
1
-0
/
+2
*
Fix target-customized spilling in the register scavenger
Hal Finkel
2013-03-27
1
-1
/
+1
*
Fix the register scavenger for targets that provide custom spilling
Hal Finkel
2013-03-26
1
-2
/
+5
*
Update PEI's virtual-register-based scavenging to support multiple simultaneo...
Hal Finkel
2013-03-26
2
-22
/
+35
*
Enhance folding of (extract_subvec (insert_subvec V1, V2, IIdx), EIdx)
Michael Liao
2013-03-25
1
-21
/
+29
*
Disable some unsafe-fp-math DAG-combine transformation after legalization.
Shuxin Yang
2013-03-25
1
-5
/
+17
*
Couple more sets of tidying.
Eric Christopher
2013-03-25
1
-5
/
+5
*
Formatting.
Eric Christopher
2013-03-25
1
-4
/
+4
*
Teach cmake about the new Erlang GC files.
Duncan Sands
2013-03-25
2
-0
/
+2
*
Add a GC plugin for Erlang
Yiannis Tsiouris
2013-03-25
2
-0
/
+201
*
Remove the type legality check from the SelectionDAGBuilder when it lowers @l...
Owen Anderson
2013-03-23
1
-1
/
+0
*
Fix comparison of mixed signedness
Hal Finkel
2013-03-23
1
-1
/
+1
*
Allow the register scavenger to spill multiple registers
Hal Finkel
2013-03-22
2
-21
/
+40
*
Remove ScavengedRC from RegisterScavenging
Hal Finkel
2013-03-22
1
-3
/
+0
*
Fix missing std::. Not sure how this compiles for anyone else.
Matt Arsenault
2013-03-21
1
-1
/
+1
*
Make variable name more explicit and eliminate redundant lookup in SDNodeOrde...
Justin Holewinski
2013-03-20
1
-4
/
+4
[next]