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
*
[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
*
When computing the demanded bits of Load SDNodes, make sure that we are looki...
Nadav Rotem
2013-03-20
1
-12
/
+16
*
Revert "pre-RA-sched: fix TargetOpcode usage"
Christian Konig
2013-03-20
1
-18
/
+12
*
Move SDNode order propagation to SDNodeOrdering, which also fixes a missed
Justin Holewinski
2013-03-20
4
-23
/
+15
*
pre-RA-sched: fix TargetOpcode usage
Christian Konig
2013-03-20
1
-12
/
+18
*
Propagate DAG node ordering during type legalization and instruction selection
Justin Holewinski
2013-03-20
3
-2
/
+43
*
Move #include of BitVector from .h to .cpp file.
Jakub Staszak
2013-03-18
1
-0
/
+1
*
Add some constantness.
Jakub Staszak
2013-03-18
1
-1
/
+1
*
Fix integer comparison in DIEInteger::BestForm.
Hans Wennborg
2013-03-18
1
-3
/
+4
*
Windows TLS: Section name prefix to ensure correct order
Anton Korobeynikov
2013-03-18
1
-2
/
+5
*
Change the default latency for implicit defs.
Andrew Trick
2013-03-16
1
-1
/
+4
*
Move estimateStackSize from ARM into MachineFrameInfo
Hal Finkel
2013-03-14
1
-0
/
+48
*
Provide the register scavenger to processFunctionBeforeFrameFinalized
Hal Finkel
2013-03-14
1
-1
/
+1
*
Reset some of the target options which affect code generation.
Bill Wendling
2013-03-13
1
-0
/
+1
*
No functionality change. Use unreachable in getCUOffset.
Manman Ren
2013-03-13
1
-1
/
+3
*
No functionality change. Use unreachable in getCompileUnit.
Manman Ren
2013-03-13
1
-1
/
+1
*
Check register classes also when changing them.
Jakob Stoklund Olesen
2013-03-13
1
-0
/
+1
*
Debug Info: use DW_FORM_ref_addr instead of DW_FORM_ref4 if the referenced DIE
Manman Ren
2013-03-12
6
-4
/
+54
*
Avoid generating ISD::SELECT for vector operands to SIGN_EXTEND
Richard Relph
2013-03-12
1
-2
/
+2
*
Remove support for versioned debug info.
David Blaikie
2013-03-11
3
-143
/
+24
*
Fix a crasher newly introduced in r176659/r176649, where fast-isel tries to
Nick Lewycky
2013-03-11
1
-0
/
+2
*
Cleanup #includes.
Jakub Staszak
2013-03-10
1
-0
/
+2
*
Remove wrong and unnecessary assertion.
Jakob Stoklund Olesen
2013-03-08
1
-1
/
+0
*
Disable statistics on Release builds and move tests that depend on -stats.
Jan Wen Voung
2013-03-08
2
-18
/
+14
*
Rewrite the physreg part of findLastUseBefore().
Jakob Stoklund Olesen
2013-03-08
1
-24
/
+36
*
Remove default from fully covered switch.
Benjamin Kramer
2013-03-08
1
-2
/
+1
*
LegalizeDAG: Respect the result of TLI.getBooleanContents() when expanding SETCC
Tom Stellard
2013-03-08
1
-1
/
+13
*
DAGCombiner: Use correct value type for checking legality of BR_CC v3
Tom Stellard
2013-03-08
1
-1
/
+2
*
Add -verify-misched option.
Andrew Trick
2013-03-08
1
-0
/
+9
*
Revert r176154 in favor of a better approach.
Bill Wendling
2013-03-08
2
-9
/
+11
*
Add a getPassName() method.
Jakob Stoklund Olesen
2013-03-07
1
-0
/
+1
*
Rename isEarlierInSameTrace to isUsefulDominator.
Jakob Stoklund Olesen
2013-03-07
1
-2
/
+2
*
[fast-isel] Seriously, add support for the expect intrinsic.
Chad Rosier
2013-03-07
1
-3
/
+3
*
[fast-isel] Add support for the expect intrinsic.
Chad Rosier
2013-03-07
1
-0
/
+5
*
ArrayRefize some code. No functionality change.
Benjamin Kramer
2013-03-07
2
-5
/
+3
[next]