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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert part of a fix from 2010, changes since then:
Eric Christopher
2013-10-14
1
-1
/
+1
*
Reformat this routine slightly.
Eric Christopher
2013-10-14
1
-10
/
+8
*
Remove some extraneous whitespace.
Eric Christopher
2013-10-14
1
-4
/
+0
*
LiveRegUnits::removeRegsInMask safety.
Andrew Trick
2013-10-14
1
-10
/
+19
*
Use a SparseSet in LiveRegUnits.
Andrew Trick
2013-10-14
1
-19
/
+18
*
Move LiveRegUnits implementation into .cpp. Comment and format.
Andrew Trick
2013-10-14
2
-0
/
+103
*
Convert LiveRegUnits methods to the current convention (it's new code).
Andrew Trick
2013-10-14
1
-12
/
+12
*
Debug Info: static member DIE creation.
Manman Ren
2013-10-14
2
-14
/
+24
*
Fix indenting.
David Blaikie
2013-10-14
1
-7
/
+8
*
MachineSink: Fix and tweak critical-edge breaking heuristic.
Will Dietz
2013-10-14
1
-7
/
+23
*
Remove lib/Transforms/Instrumentation/ProfilingUtils.*
Rafael Espindola
2013-10-14
4
-207
/
+0
*
Remove the now unused strong phi elimination pass.
Rafael Espindola
2013-10-14
4
-841
/
+3
*
Basic blocks typically have few predecessors. Use a SmallDenseMap to
Chris Lattner
2013-10-14
1
-3
/
+3
*
[msan] Instrument x86.*_cvt* intrinsics.
Evgeniy Stepanov
2013-10-14
1
-28
/
+149
*
[AArch64] Add support for NEON scalar integer compare instructions.
Chad Rosier
2013-10-14
1
-0
/
+78
*
Add Cortex-A57 support
Bernard Ogden
2013-10-14
2
-1
/
+10
*
Add subtarget feature support for Cortex-A53
Bernard Ogden
2013-10-14
3
-4
/
+18
*
[mips][msa] Direct Object Emission support for BIT instructions.
Matheus Almeida
2013-10-14
2
-74
/
+130
*
[mips][msa] Direct Object Emission support for VEC instructions.
Matheus Almeida
2013-10-14
2
-67
/
+88
*
[mips][msa] Direct Object Emission of INSVE.{b,h,w,d}.
Matheus Almeida
2013-10-14
1
-14
/
+18
*
[mips][msa] Direct Object Emission for the majority of the ELM instructions.
Matheus Almeida
2013-10-14
2
-31
/
+109
*
[mips][msa] Direct Object Emission of INSERT.{B,H,W} instruction.
Matheus Almeida
2013-10-14
3
-14
/
+175
*
[msan] Fix handling of scalar select of vectors.
Evgeniy Stepanov
2013-10-14
1
-4
/
+4
*
Fixed a bug in dynamic allocation memory on stack.
Elena Demikhovsky
2013-10-14
2
-8
/
+15
*
Create classes to reduce the size of the tablegen entries for the CRC32 instr...
Craig Topper
2013-10-14
1
-66
/
+33
*
Allow pinsrw/pinsrb/pextrb/pextrw/movmskps/movmskpd/pmovmskb/extractps instru...
Craig Topper
2013-10-14
4
-83
/
+102
*
Add disassembler support for SSE4.1 register/register form of PEXTRW. There i...
Craig Topper
2013-10-14
1
-0
/
+7
*
Mark MOVMSKPS/MOVMSKPD/VPINSRWrr64i as AsmParserOnly to remove them from the ...
Craig Topper
2013-10-14
1
-2
/
+10
*
Windows: Fix a typo in an assert
David Majnemer
2013-10-14
1
-6
/
+3
*
Don't use 64-bit versions of MOVMSKPD in CodeGen. The instructions only produ...
Craig Topper
2013-10-14
1
-4
/
+8
*
Windows: Don't bother with pinning Kernel32.dll
David Majnemer
2013-10-14
1
-3
/
+1
*
MC: Don't assume incoming StringRef's are null terminated.
Will Dietz
2013-10-13
2
-7
/
+2
*
R600: improve dump of S_WAITCNT
Vincent Lejeune
2013-10-13
3
-1
/
+21
*
R600/SI: Add SinkingPass before ISel
Vincent Lejeune
2013-10-13
1
-0
/
+1
*
R600/SI: Support byval arguments
Vincent Lejeune
2013-10-13
2
-2
/
+8
*
R600: Use masked read sel for texture instructions
Vincent Lejeune
2013-10-13
1
-0
/
+5
*
R600: fix swizzle export
Vincent Lejeune
2013-10-13
1
-5
/
+9
*
R600: Clear the VPM bit of export instructions.
Vincent Lejeune
2013-10-13
1
-4
/
+4
*
Windows: Use GetModuleHandleEx instead of LoadLibrary
David Majnemer
2013-10-13
1
-2
/
+2
*
TargetLowering: Don't index into empty string.
Will Dietz
2013-10-13
1
-1
/
+1
*
SLPVectorizer: Sort PHINodes based on their opcode
Arnold Schwaighofer
2013-10-12
1
-23
/
+44
*
LoopVectorize: Add missing INITIALIZE_PASS_DEPENDENCY macros
Tobias Grosser
2013-10-12
1
-0
/
+3
*
Remove more filters from the disassembler. Mark some AVX512 instructions as C...
Craig Topper
2013-10-12
1
-0
/
+6
*
R600: Store disassembly in a special ELF section when feature +DumpCode is en...
Tom Stellard
2013-10-12
3
-14
/
+83
*
Mark some more instructions as CodeGenOnly. Remove filters from the disassemb...
Craig Topper
2013-10-12
1
-17
/
+19
*
For Mips16, start to consolidate all forms of 32 bit literal loading so that
Reed Kotler
2013-10-12
1
-3
/
+1
*
Add missing #include's to cctype when using isdigit/alpha/etc.
Will Dietz
2013-10-12
6
-0
/
+7
*
Debug Info: remove form from function addDIEEntry.
Manman Ren
2013-10-11
3
-26
/
+17
*
Adding multiple object support to MCJIT EH frame handling
Andrew Kaylor
2013-10-11
9
-59
/
+123
*
Fix typo
Matt Arsenault
2013-10-11
1
-1
/
+1
[prev]
[next]