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
*
Extract a method.
Jakob Stoklund Olesen
2013-03-18
2
-41
/
+42
*
Post process ADC/SBB and use a shorter encoding if they use a sign extended i...
Craig Topper
2013-03-18
2
-0
/
+20
*
Refactor some duplicated code into helper functions.
Craig Topper
2013-03-18
2
-229
/
+62
*
Fix the build broken in r177239
David Blaikie
2013-03-17
1
-1
/
+1
*
Reduced dont-infinite-loop-during-block-escape-analysis.ll with bugpoint and ...
Michael Gottesman
2013-03-17
2
-87
/
+27
*
Split out filename & directory from DIFile to start generalizing over DIScopes
David Blaikie
2013-03-17
87
-220
/
+330
*
Generalize debug info test to be resilient to changes in metadata node numbering
David Blaikie
2013-03-17
1
-3
/
+4
*
Improve DIFile debug info annotation by letting it fallback to DIScope
David Blaikie
2013-03-17
1
-1
/
+0
*
Use ArrayRef<MVT::SimpleValueType> when possible.
Jakob Stoklund Olesen
2013-03-17
6
-10
/
+10
*
To avoid symbol clash, undefine PPC here. PPC may be predefined on some hosts.
Sylvestre Ledru
2013-03-17
3
-0
/
+10
*
Build LLVMgold.so on FreeBSD using cmake.
Rafael Espindola
2013-03-17
1
-1
/
+2
*
The promised test case for r175939.
Michael Gottesman
2013-03-17
1
-0
/
+100
*
Improve PPC VR (Altivec) register spilling
Hal Finkel
2013-03-17
6
-42
/
+73
*
Remove FIXMEs in PPC test cases related to unaligned loads/stores
Hal Finkel
2013-03-16
2
-8
/
+0
*
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
*
Machine model. Allow mixed itinerary classes and SchedRW lists.
Andrew Trick
2013-03-16
3
-205
/
+174
*
[docs] Discuss a potential bug to be aware of.
Sean Silva
2013-03-16
1
-0
/
+72
*
Test case for graceful handling of long file names on Windows. Patch thanks ...
Aaron Ballman
2013-03-16
1
-0
/
+12
*
Add X86 code emitter support AVX encoded MRMDestReg instructions.
Craig Topper
2013-03-16
4
-32
/
+94
*
Define more SchedWrites for annotating X86 instructions.
Jakob Stoklund Olesen
2013-03-16
1
-11
/
+57
*
Add SchedRW as an Instruction field.
Jakob Stoklund Olesen
2013-03-15
3
-6
/
+14
*
[ADT] Fix StringSet::insert() to not allocate on every lookup.
Daniel Dunbar
2013-03-15
1
-12
/
+14
*
[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
3
-116
/
+15
*
Adding an A15 specific optimization pass for interactions between S/D/Q regis...
Silviu Baranga
2013-03-15
6
-2
/
+777
*
ARM: Fix an old refacto.
Benjamin Kramer
2013-03-15
2
-3
/
+13
*
Enable unaligned memory access on PPC for scalar types
Hal Finkel
2013-03-15
7
-4
/
+110
*
ARM cost model: Fix cost of fptrunc and fpext instructions
Arnold Schwaighofer
2013-03-15
2
-2
/
+41
*
Protect PPC Altivec patterns with a predicate
Hal Finkel
2013-03-15
2
-1
/
+7
*
Fixup for r176933: more careful setup of path to llvm-symbolizer
Alexey Samsonov
2013-03-15
2
-7
/
+8
*
Use NumBaseBits in a few more places in SmallBitVector instead of recalculati...
Craig Topper
2013-03-15
1
-6
/
+6
*
Fix the FDE encoding to be relative on ELF.
Rafael Espindola
2013-03-15
2
-6
/
+17
*
Allocate the RS spill slot for any PPC function with spills and a large stack...
Hal Finkel
2013-03-15
6
-38
/
+107
*
Turn anonymous type in anonymous union warning back on after cleaning up
Eric Christopher
2013-03-15
5
-16
/
+7
*
Silence anonymous type in anonymous union warnings.
Eric Christopher
2013-03-15
6
-197
/
+250
*
Add a triple to the test.
Nadav Rotem
2013-03-15
1
-0
/
+3
*
Unaligned loads should use the VMOVUPS opcode.
Nadav Rotem
2013-03-14
3
-2
/
+13
*
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
*
Fix r177112: Add ProcResGroup.
Andrew Trick
2013-03-14
1
-1
/
+3
*
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
2
-0
/
+15
*
LoopVectorizer: Insert some white space to make test case more readable
Arnold Schwaighofer
2013-03-14
1
-6
/
+10
*
[fast-isel] The X86FastISel::FastLowerArguments function doesn't properly handle
Chad Rosier
2013-03-14
2
-0
/
+13
*
MachineModel: Add a ProcResGroup class.
Andrew Trick
2013-03-14
3
-12
/
+97
*
Move estimateStackSize from ARM into MachineFrameInfo
Hal Finkel
2013-03-14
4
-108
/
+55
*
Provide the register scavenger to processFunctionBeforeFrameFinalized
Hal Finkel
2013-03-14
10
-12
/
+18
*
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
2
-11
/
+11
[next]