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
*
Fix a XOR reassociation bug.
Shuxin Yang
2013-04-27
1
-3
/
+6
*
Generalize the MachineTraceMetrics public API.
Andrew Trick
2013-04-27
1
-1
/
+15
*
Use the target triple from the target machine rather than the module
Eric Christopher
2013-04-27
2
-1
/
+5
*
Make all darwin ppc stubs local.
Rafael Espindola
2013-04-27
1
-1
/
+9
*
Struct-path aware TBAA: change the format of TBAAStructType node.
Manman Ren
2013-04-27
1
-13
/
+30
*
Cleanup and document MachineLocation.
Adrian Prantl
2013-04-26
2
-3
/
+9
*
Micro-optimization
Bill Wendling
2013-04-26
1
-5
/
+4
*
Teach the interpreter to handle vector compares and additional vector arithme...
Nadav Rotem
2013-04-26
1
-44
/
+280
*
Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.
Rafael Espindola
2013-04-26
4
-453
/
+133
*
R600: Initialize AMDGPUMachineFunction::ShaderType to ShaderType::COMPUTE
Tom Stellard
2013-04-26
1
-0
/
+2
*
fix a typo that due to cu&paste quadrupled itself
Adrian Prantl
2013-04-26
1
-2
/
+2
*
ARM: Fix encoding of hint instruction for Thumb.
Quentin Colombet
2013-04-26
4
-16
/
+22
*
Bugfix for the debug intrinsic handling in InstCombiner:
Adrian Prantl
2013-04-26
1
-2
/
+27
*
PowerPC: Use RegisterOperand instead of RegisterClass operands
Ulrich Weigand
2013-04-26
3
-432
/
+452
*
Re-write the address propagation code for pre-indexed loads/stores to take in...
Silviu Baranga
2013-04-26
1
-14
/
+29
*
PowerPC: Fix encoding of vsubcuw and vsum4sbs instructions
Ulrich Weigand
2013-04-26
1
-2
/
+2
*
PowerPC: Fix encoding of stfsu and stfdu instructions
Ulrich Weigand
2013-04-26
1
-2
/
+2
*
PowerPC: Fix encoding of rldimi and rldcl instructions
Ulrich Weigand
2013-04-26
3
-3
/
+36
*
PowerPC: Support PC-relative fixup_ppc_brcond14.
Ulrich Weigand
2013-04-26
1
-0
/
+3
*
ARM/NEON: Pattern match vector integer abs to vabs.
Benjamin Kramer
2013-04-26
1
-0
/
+23
*
X86: Now that we have a canonical form for vector integer abs, match it into ...
Benjamin Kramer
2013-04-26
1
-0
/
+51
*
DAGCombiner: Canonicalize vector integer abs in the same way we do it for sca...
Benjamin Kramer
2013-04-26
1
-0
/
+42
*
LoopVectorizer: Calculate the number of pointers to disambiguate at runtime ...
Nadav Rotem
2013-04-26
1
-4
/
+11
*
Revert "[objc-arc] Added ImpreciseAutoreleaseSet to track autorelease calls t...
Michael Gottesman
2013-04-26
1
-38
/
+0
*
Mips assembler: .set reorder support
Jack Carter
2013-04-25
1
-0
/
+13
*
Make function documentation conform to llvm standards.
Preston Gurd
2013-04-25
1
-30
/
+32
*
ARM cost model: Integer div and rem is lowered to a function call
Arnold Schwaighofer
2013-04-25
1
-0
/
+68
*
Re-enabling MCJIT object caching with memory leak fixed
Andrew Kaylor
2013-04-25
2
-18
/
+68
*
revert r179735, it has no testcases, and doesn't really make sense.
Chris Lattner
2013-04-25
3
-32
/
+28
*
This patch adds the X86FixupLEAs pass, which will reduce instruction
Preston Gurd
2013-04-25
7
-0
/
+270
*
LoopVectorizer: No need to generate pointer disambiguation checks between rea...
Nadav Rotem
2013-04-25
1
-4
/
+12
*
[mc-coff] Forward Linker Option flags into the .drectve section
Reid Kleckner
2013-04-25
1
-0
/
+46
*
Fix section relocation for SECTIONREL32 with immediate offset.
Rafael Espindola
2013-04-25
2
-2
/
+17
*
Use a pointer as the relocation iterator.
Rafael Espindola
2013-04-25
1
-24
/
+29
*
Clarify getRelocationAddress x getRelocationOffset a bit.
Rafael Espindola
2013-04-25
3
-18
/
+3
*
Fix constant folding for one lane vector types. Constant folding one lane vec...
Silviu Baranga
2013-04-25
1
-1
/
+1
*
Revert "Adding object caching support to MCJIT"
Rafael Espindola
2013-04-25
2
-65
/
+18
*
Revert "Exposing MCJIT through C API"
Rafael Espindola
2013-04-25
1
-48
/
+0
*
[mips] Add definitions of micromips load and store instructions.
Akira Hatanaka
2013-04-25
4
-17
/
+43
*
[mips] Add definitions of micromips shift instructions.
Akira Hatanaka
2013-04-25
4
-12
/
+62
*
R600: Initialize BooleanVectorContents
Tom Stellard
2013-04-24
1
-0
/
+1
*
R600: Use SHT_PROGBITS for the .AMDGPU.config section
Tom Stellard
2013-04-24
1
-1
/
+1
*
Exposing MCJIT through C API
Andrew Kaylor
2013-04-24
1
-0
/
+48
*
Fix for r180193 - MI Sched: eliminate local vreg.
Andrew Trick
2013-04-24
1
-2
/
+6
*
[inline asm] Fix a crasher for an invalid value type/register class.
Chad Rosier
2013-04-24
1
-4
/
+11
*
Making invalidateInstructionCache automatic in SectionMemoryManager
Andrew Kaylor
2013-04-24
1
-0
/
+5
*
[objc-arc] Added ImpreciseAutoreleaseSet to track autorelease calls that were...
Michael Gottesman
2013-04-24
1
-0
/
+38
*
Fixed comment typo.
Michael Gottesman
2013-04-24
1
-1
/
+1
*
Use pointers to iterate over symbols.
Rafael Espindola
2013-04-24
1
-30
/
+36
*
LoopVectorizer: Change variable name Stride to ConsecutiveStride
Arnold Schwaighofer
2013-04-24
1
-6
/
+6
[next]