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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM build docs easier for copy&paste
Renato Golin
2013-02-25
1
-5
/
+5
*
'Hexadecimal' has two 'a's and only one 'i'.
Matt Beaumont-Gay
2013-02-25
4
-6
/
+6
*
Fix missing relocation for TLS addressing peephole optimization.
Bill Schmidt
2013-02-25
3
-6
/
+15
*
Fix spelling noticed by Duncan.
Chandler Carruth
2013-02-25
1
-3
/
+3
*
Fix the root cause of PR15348 by correctly handling alignment 0 on
Chandler Carruth
2013-02-25
4
-0
/
+38
*
Make pseudos FEXT_CCRX16_ins and FEXT_CCRXI16_ins into custom emitters.
Reed Kotler
2013-02-25
5
-69
/
+70
*
DIBuilder: support structs with vtable pointers in the same way as classes
David Blaikie
2013-02-25
2
-12
/
+18
*
Make psuedo FEXT_T8I816_ins into a custom emitter.
Reed Kotler
2013-02-24
5
-61
/
+39
*
Fix PR14364.
Bill Schmidt
2013-02-24
4
-20
/
+27
*
CVP: If we have a PHI with an incoming select, try to skip the select.
Benjamin Kramer
2013-02-24
2
-5
/
+44
*
Fix invalid IR in test, missing incoming value for PHI node.
Benjamin Kramer
2013-02-24
1
-1
/
+1
*
Typo
Francois Pichet
2013-02-24
1
-1
/
+1
*
Revert r169638 because it broke Mesa llvmpipe tests.
Nadav Rotem
2013-02-24
3
-8
/
+3
*
Make psuedo FEXT_T8I816_ins a custom inserter. It should be expanded
Reed Kotler
2013-02-24
4
-22
/
+34
*
Add a use of an otherwise unused variable to remove a warning in non-Asserts
Cameron Zwarich
2013-02-24
1
-0
/
+1
*
TwoAddressInstructionPass::tryInstructionTransform() only potentially returns
Cameron Zwarich
2013-02-24
1
-5
/
+4
*
TwoAddrInstructionPass::tryInstructionTransform() has a case where it calls
Cameron Zwarich
2013-02-24
1
-5
/
+10
*
Add new base instruction def for cmpi, cmp, slt and sltu so that def/uses
Reed Kotler
2013-02-23
1
-5
/
+10
*
TargetInstrInfo::commuteInstruction() doesn't actually return a new instruction
Cameron Zwarich
2013-02-23
1
-13
/
+3
*
Add global structure vectorization to docs
Renato Golin
2013-02-23
1
-0
/
+19
*
Some more tests for the global structure vectorizer
Renato Golin
2013-02-23
1
-20
/
+596
*
X86: Disable cmov-memory patterns on subtargets without cmov.
Benjamin Kramer
2013-02-23
2
-6
/
+19
*
Make some fixes for LiveInterval repair with debug info. Debug value
Cameron Zwarich
2013-02-23
2
-2
/
+6
*
Fix a bug with the LiveIntervals updating in the two-address pass found by
Cameron Zwarich
2013-02-23
1
-1
/
+1
*
Make TwoAddressInstructionPass::sink3AddrInstruction() LiveIntervals-aware.
Cameron Zwarich
2013-02-23
1
-15
/
+34
*
Make rescheduleMIBelowKill() and rescheduleKillAboveMI() LiveIntervals-aware in
Cameron Zwarich
2013-02-23
1
-30
/
+85
*
Expand pseudos/macros for Selt. This is the last of the complex
Reed Kotler
2013-02-23
5
-10
/
+93
*
ARM: Convenience aliases for 'srs*' instructions.
Jim Grosbach
2013-02-23
5
-0
/
+97
*
Fixed a careless mistake.
Michael Gottesman
2013-02-23
1
-1
/
+1
*
Use getSplitDebugFilename when constructing the skeleton cu and
Eric Christopher
2013-02-22
2
-5
/
+3
*
Add a field to the compile unit of where we plan on splitting out
Eric Christopher
2013-02-22
3
-4
/
+10
*
Add a TODO and explain when we can get rid of the isMain field.
Eric Christopher
2013-02-22
2
-2
/
+2
*
Formatting.
Eric Christopher
2013-02-22
1
-1
/
+1
*
SelectionDAG compile time improvement.
Nadav Rotem
2013-02-22
1
-0
/
+19
*
[mips] Emit call16 operator instead of got_disp. The former allows lazy binding.
Akira Hatanaka
2013-02-22
3
-17
/
+30
*
Fix test by matching movaps instead of AVX-only vmovaps
Peter Collingbourne
2013-02-22
1
-2
/
+2
*
x86_64: designate most general purpose and SSE registers as callee save under...
Peter Collingbourne
2013-02-22
3
-21
/
+52
*
Revert "Test commit"
Peter Collingbourne
2013-02-22
1
-1
/
+0
*
Test commit
Peter Collingbourne
2013-02-22
1
-0
/
+1
*
An Optional<T> is pod-like if the inner type is.
Benjamin Kramer
2013-02-22
1
-0
/
+6
*
Remove unused CHECK lines copied from another test
Pete Cooper
2013-02-22
1
-8
/
+0
*
More tests to global struct vectorizer
Renato Golin
2013-02-22
1
-0
/
+146
*
Made it more explicit that the self-referential llvm.loop identifier metadata
Pekka Jaaskelainen
2013-02-22
1
-1
/
+7
*
R600/SI: Add pattern for sign extension of i1 to i32.
Michel Danzer
2013-02-22
1
-0
/
+5
*
R600/SI: Add pattern for logical or of i1 values.
Michel Danzer
2013-02-22
1
-0
/
+4
*
R600/SI: Add pattern for fceil.
Michel Danzer
2013-02-22
1
-1
/
+3
*
Make ARMAsmPrinter generate the correct alignment specifier syntax in instruc...
Kristof Beyls
2013-02-22
28
-409
/
+408
*
Use references to attribute groups on the call/invoke instructions.
Bill Wendling
2013-02-22
40
-158
/
+248
*
Fix a nomenclature mistake. Slt->Slti in the functions. The "i" refers
Reed Kotler
2013-02-22
2
-8
/
+8
*
Expand mips16 SelT form pseudso/macros.
Reed Kotler
2013-02-22
10
-4
/
+166
[next]