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
*
Check whether a pointer is non-null (isKnownNonNull) in isKnownNonZero.
Manman Ren
2013-03-18
1
-0
/
+2
*
Fix 80-col. violations in PPCCTRLoops
Hal Finkel
2013-03-18
1
-6
/
+8
*
Fix large count and negative constant count handling in PPCCTRLoops
Hal Finkel
2013-03-18
1
-11
/
+41
*
Cleanup initial-value constants in PPCCTRLoops
Hal Finkel
2013-03-18
1
-2
/
+9
*
Fix integer comparison in DIEInteger::BestForm.
Hans Wennborg
2013-03-18
1
-3
/
+4
*
The optimization a + (-0.0f) -> a was being misapplied to a + (+0.0f) in the...
David Tweed
2013-03-18
1
-0
/
+13
*
R600/SI: implement indirect adressing for SI
Christian Konig
2013-03-18
3
-1
/
+190
*
R600/SI: add float vector types
Christian Konig
2013-03-18
4
-21
/
+82
*
R600/SI: add shl pattern
Christian Konig
2013-03-18
3
-1
/
+8
*
R600/SI: add BUFFER_LOAD_DWORD pattern
Christian Konig
2013-03-18
1
-3
/
+9
*
R600/SI: implement SI.load.const intrinsic
Christian Konig
2013-03-18
2
-2
/
+13
*
R600/SI: enable all S_LOAD and S_BUFFER_LOAD opcodes
Christian Konig
2013-03-18
2
-14
/
+29
*
R600/SI: fix inserting waits for all defines
Christian Konig
2013-03-18
1
-15
/
+1
*
[asan] when creating string constants, set unnamed_attr and align 1 so that e...
Kostya Serebryany
2013-03-18
1
-1
/
+4
*
Mark internal classes as POD-like to get better behavior out of
Chandler Carruth
2013-03-18
1
-102
/
+109
*
TLS support for MinGW targets.
Anton Korobeynikov
2013-03-18
1
-7
/
+8
*
Windows TLS: Section name prefix to ensure correct order
Anton Korobeynikov
2013-03-18
1
-2
/
+5
*
[asan] while generating the description of a global variable, emit the module...
Kostya Serebryany
2013-03-18
1
-7
/
+8
*
[asan] don't instrument functions with available_externally linkage. This sav...
Kostya Serebryany
2013-03-18
1
-0
/
+1
*
Post process ADC/SBB and use a shorter encoding if they use a sign extended i...
Craig Topper
2013-03-18
1
-0
/
+6
*
Refactor some duplicated code into helper functions.
Craig Topper
2013-03-18
1
-229
/
+55
*
Fix the build broken in r177239
David Blaikie
2013-03-17
1
-1
/
+1
*
Split out filename & directory from DIFile to start generalizing over DIScopes
David Blaikie
2013-03-17
2
-16
/
+25
*
To avoid symbol clash, undefine PPC here. PPC may be predefined on some hosts.
Sylvestre Ledru
2013-03-17
3
-0
/
+10
*
Improve PPC VR (Altivec) register spilling
Hal Finkel
2013-03-17
5
-40
/
+71
*
Remove PPC avoidWriteAfterWrite callback
Hal Finkel
2013-03-16
2
-16
/
+0
*
Change the default latency for implicit defs.
Andrew Trick
2013-03-16
1
-1
/
+4
*
Add X86 code emitter support AVX encoded MRMDestReg instructions.
Craig Topper
2013-03-16
3
-32
/
+63
*
Define more SchedWrites for annotating X86 instructions.
Jakob Stoklund Olesen
2013-03-16
1
-11
/
+57
*
[Support][Path][Windows] Fix dangling else. Don't call CloseHandle when Close...
Michael J. Spencer
2013-03-15
1
-10
/
+10
*
ARM cost model: Fix costs for some vector selects
Arnold Schwaighofer
2013-03-15
1
-5
/
+0
*
Adding an A15 specific optimization pass for interactions between S/D/Q regis...
Silviu Baranga
2013-03-15
5
-2
/
+720
*
ARM: Fix an old refacto.
Benjamin Kramer
2013-03-15
1
-1
/
+1
*
Enable unaligned memory access on PPC for scalar types
Hal Finkel
2013-03-15
2
-0
/
+33
*
ARM cost model: Fix cost of fptrunc and fpext instructions
Arnold Schwaighofer
2013-03-15
1
-2
/
+17
*
Protect PPC Altivec patterns with a predicate
Hal Finkel
2013-03-15
1
-0
/
+6
*
Fix the FDE encoding to be relative on ELF.
Rafael Espindola
2013-03-15
1
-6
/
+6
*
Allocate the RS spill slot for any PPC function with spills and a large stack...
Hal Finkel
2013-03-15
4
-35
/
+72
*
Silence anonymous type in anonymous union warnings.
Eric Christopher
2013-03-15
5
-196
/
+245
*
Unaligned loads should use the VMOVUPS opcode.
Nadav Rotem
2013-03-14
1
-1
/
+1
*
Remove some unused variables to clean the Clang -Werror build
David Blaikie
2013-03-14
1
-2
/
+0
*
[mips] Set isAllocatable bit of unallocatable register classes to 0.
Akira Hatanaka
2013-03-14
1
-8
/
+13
*
Prepare for adding InstrSchedModel annotations to X86 instructions.
Jakob Stoklund Olesen
2013-03-14
1
-0
/
+26
*
Add a new method which enables one to change register classes.
Reed Kotler
2013-03-14
1
-0
/
+8
*
[fast-isel] The X86FastISel::FastLowerArguments function doesn't properly handle
Chad Rosier
2013-03-14
1
-0
/
+3
*
Move estimateStackSize from ARM into MachineFrameInfo
Hal Finkel
2013-03-14
3
-108
/
+52
*
Provide the register scavenger to processFunctionBeforeFrameFinalized
Hal Finkel
2013-03-14
9
-11
/
+16
*
Use frame-index scavenging for PPC register spilling
Hal Finkel
2013-03-14
2
-26
/
+10
*
Not all PPC functions with a frame pointer need a RS spill slot
Hal Finkel
2013-03-14
1
-1
/
+1
*
ARM cost model: Increase cost of some vector selects we do terrible on
Arnold Schwaighofer
2013-03-14
1
-0
/
+24
[next]