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
*
Introducing a new method of tracking register pressure. We can't
Andrew Trick
2011-02-04
4
-116
/
+169
*
DebugLoc associated with a machine instruction is used to emit location entri...
Devang Patel
2011-02-04
1
-20
/
+29
*
Update comments.
Evan Cheng
2011-02-04
1
-2
/
+3
*
Skip unused values.
Jakob Stoklund Olesen
2011-02-04
1
-1
/
+3
*
Also compute interference intervals for blocks with no uses.
Jakob Stoklund Olesen
2011-02-04
1
-3
/
+1
*
Verify kill flags conservatively.
Jakob Stoklund Olesen
2011-02-04
1
-18
/
+5
*
whitespace
Andrew Trick
2011-02-03
1
-18
/
+18
*
Ensure that the computed interference intervals actually overlap their basic ...
Jakob Stoklund Olesen
2011-02-03
1
-3
/
+12
*
Tweak debug output from SlotIndexes.
Jakob Stoklund Olesen
2011-02-03
1
-1
/
+5
*
Add debug output and asserts to the phi-connecting code.
Jakob Stoklund Olesen
2011-02-03
1
-2
/
+13
*
Fix coloring bug when mapping values in the middle of a live-through block.
Jakob Stoklund Olesen
2011-02-03
1
-7
/
+7
*
Return live range end points from SplitEditor::enter*/leave*.
Jakob Stoklund Olesen
2011-02-03
3
-62
/
+48
*
Silence an MSVC warning
Jakob Stoklund Olesen
2011-02-03
1
-1
/
+1
*
Reapply this.
Eric Christopher
2011-02-03
4
-224
/
+181
*
Temporarily revert 124765 in an attempt to find the cycle breaking bootstrap.
Eric Christopher
2011-02-03
4
-181
/
+224
*
Defer SplitKit value mapping until all defs are available.
Jakob Stoklund Olesen
2011-02-03
4
-224
/
+181
*
Add support to describe template value parameter in debug info.
Devang Patel
2011-02-02
2
-0
/
+25
*
Add support to describe template parameter type in debug info.
Devang Patel
2011-02-02
2
-0
/
+32
*
Given a pair of floating point load and store, if there are no other uses of
Evan Cheng
2011-02-02
1
-0
/
+65
*
Take Bill Wendling's suggestion for structuring a couple of asserts.
Matt Beaumont-Gay
2011-02-01
1
-6
/
+6
*
Keep track of incoming argument's location while emitting LiveIns.
Devang Patel
2011-01-31
4
-4
/
+22
*
Fix bug where ReduceLoadWidth was creating illegal ZEXTLOAD instructions.
Richard Osborne
2011-01-31
1
-2
/
+2
*
Clarify the LSDASection NULL check
Anton Korobeynikov
2011-01-30
1
-0
/
+2
*
Respect the -tail-dup-size command line option even when optimizing for size.
Jakob Stoklund Olesen
2011-01-30
1
-1
/
+2
*
Teach DAGCombine to fold fold (sra (trunc (sr x, c1)), c2) -> (trunc (sra x, ...
Benjamin Kramer
2011-01-30
1
-0
/
+23
*
Add the missing sub identity "A-(A-B) -> B" to DAGCombine.
Benjamin Kramer
2011-01-29
1
-0
/
+3
*
Re-apply r124518 with fix. Watch out for invalidated iterator.
Evan Cheng
2011-01-29
1
-4
/
+7
*
Revert r124518. It broke Linux self-host.
Evan Cheng
2011-01-29
1
-7
/
+4
*
Re-commit r124462 with fixes. Tail recursion elim will now dup ret into uncon...
Evan Cheng
2011-01-29
1
-4
/
+7
*
Revert r124462. There are a few big regressions that I need to fix first.
Evan Cheng
2011-01-28
1
-7
/
+4
*
Fix build with stdcxx by using llvm::next. Patch by Joerg Sonnenberger!
Nick Lewycky
2011-01-28
1
-1
/
+2
*
Print the visibility of declarations.
Rafael Espindola
2011-01-28
1
-1
/
+14
*
- Stop simplifycfg from duplicating "ret" instructions into unconditional
Evan Cheng
2011-01-28
1
-4
/
+7
*
Remove a temporary workaround for a lencod miscompile. Depends on the fix in ...
Andrew Trick
2011-01-27
1
-2
/
+0
*
VirtRegRewriter fix: update kill flags, which are used by the scavenger.
Andrew Trick
2011-01-27
1
-64
/
+88
*
Speculatively revert r124380.
Devang Patel
2011-01-27
2
-4
/
+1
*
While legalizing SDValues do not drop SDDbgValues, trasfer them to new legal ...
Devang Patel
2011-01-27
2
-1
/
+4
*
Avoid modifying the OneClassForEachPhysReg map while iterating over it.
Bob Wilson
2011-01-27
1
-2
/
+6
*
Try harder to not have unused variables.
Matt Beaumont-Gay
2011-01-27
1
-0
/
+2
*
Opt-mode -Wunused-variable cleanup
Matt Beaumont-Gay
2011-01-27
1
-4
/
+2
*
Reapply 124301
Devang Patel
2011-01-27
1
-1
/
+5
*
Initialize variable to get rid of clang warning.
Bill Wendling
2011-01-26
1
-1
/
+1
*
Revert 124301.
Devang Patel
2011-01-26
1
-5
/
+1
*
Revert r124302
Devang Patel
2011-01-26
1
-3
/
+0
*
[AVX] Add INSERT_SUBVECTOR and support it on x86. This provides a
David Greene
2011-01-26
2
-0
/
+73
*
While legalizing SDValues do not drop SDDbgValues, trasfer them to new legal ...
Devang Patel
2011-01-26
1
-0
/
+3
*
Process valid SDDbgValues even if the node does not have any order assigned.
Devang Patel
2011-01-26
1
-1
/
+5
*
Refactor.
Devang Patel
2011-01-26
1
-19
/
+30
*
[AVX] Support EXTRACT_SUBVECTOR on x86. This provides a default
David Greene
2011-01-26
2
-5
/
+24
*
Rename member variables to follow the rest of LLVM.
Jakob Stoklund Olesen
2011-01-26
2
-295
/
+295
[next]