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
*
libDebugInfo depends on libObject nowadays.
Benjamin Kramer
2013-05-09
1
-1
/
+1
*
Change getRelocationAdditionalInfo to be ELF only.
Rafael Espindola
2013-05-09
3
-15
/
+4
*
Revert "Make sure debug info contains linkage names (DW_AT_MIPS_linkage_name)"
Eric Christopher
2013-05-09
1
-15
/
+11
*
LoopVectorizer: Don't assert on the absence of induction variables
Arnold Schwaighofer
2013-05-09
1
-1
/
+2
*
Make sure debug info contains linkage names (DW_AT_MIPS_linkage_name)
Eric Christopher
2013-05-08
1
-11
/
+15
*
Add DebugIR pass -- emits IR file and replace source lines with IR lines in MD
Daniel Malea
2013-05-08
3
-0
/
+254
*
Pull up AssemblyWriter interface into header to allow subclassing
Daniel Malea
2013-05-08
1
-84
/
+42
*
Add line tracking support to FormattedStream
Daniel Malea
2013-05-08
1
-20
/
+25
*
[mips] Add instruction selection pattern for (seteq $LHS, 0).
Akira Hatanaka
2013-05-08
1
-0
/
+2
*
Remove unused isLegalAddressImmediate() method.
Roman Divacky
2013-05-08
2
-21
/
+0
*
[PowerPC] Fix regression in generating @ha/@l relocs
Ulrich Weigand
2013-05-08
1
-1
/
+10
*
Fix handling of anonymous aggregate parameters for powerpc*-apple-darwin8.
Bill Schmidt
2013-05-08
1
-4
/
+4
*
For r181148: fixed warning 'enumeral and non-enumeral type in conditional exp...
Stepan Dyatkovskiy
2013-05-08
1
-1
/
+1
*
PPCInstrInfo::optimizeCompareInstr should not optimize FP compares
Hal Finkel
2013-05-08
1
-18
/
+11
*
Fix a bug in codegenprep where it was losing track of values OptimizeMemoryInst
Nick Lewycky
2013-05-08
1
-5
/
+2
*
DAGCombiner: Simplify inverted bit tests
David Majnemer
2013-05-08
1
-0
/
+9
*
Debug Info: Support DW_TAG_imported_declaration
David Blaikie
2013-05-08
1
-1
/
+3
*
Finish renaming constructImportedModuleDIE to constructImportedEntityDIE
David Blaikie
2013-05-08
2
-7
/
+7
*
Pass the MDNode in and do the insertion at compile unit creation time
Eric Christopher
2013-05-08
3
-7
/
+7
*
Typo.
Eric Christopher
2013-05-08
1
-2
/
+2
*
LoopVectorizer: Improve reduction variable identification
Arnold Schwaighofer
2013-05-07
1
-84
/
+132
*
Fix a bug in the MC asm parser evaluating expressions. It was treating:
Kevin Enderby
2013-05-07
1
-1
/
+1
*
Rename DIImportedModule to DIImportedEntity and allow imported declarations
David Blaikie
2013-05-07
4
-25
/
+49
*
MCStreamer: Also clear vector of W64UnwindInfos on reset().
Charles Davis
2013-05-07
1
-0
/
+1
*
Remove redundant check and use cached FrameArray values.
Bob Wilson
2013-05-07
1
-12
/
+8
*
Remove exception handling support from the old JIT.
Rafael Espindola
2013-05-07
5
-670
/
+1
*
Fix vselect when getSetCCResultType returns a different type from the operands
Matt Arsenault
2013-05-07
1
-3
/
+8
*
Corrected Atom latencies for SSE SQRT instructions.
Preston Gurd
2013-05-07
3
-19
/
+36
*
Hexagon: Fix Small Data support to handle -G 0 correctly.
Jyotsna Verma
2013-05-07
7
-2
/
+199
*
Debug Info: Fix for break due to r181271
David Blaikie
2013-05-07
1
-0
/
+1
*
Cleanup PPCInstrInfo::optimizeCompareInstr
Hal Finkel
2013-05-07
1
-14
/
+10
*
Reverting r181331.
Jyotsna Verma
2013-05-07
6
-196
/
+3
*
Hexagon: Fix Small Data support to handle -G 0 correctly.
Jyotsna Verma
2013-05-07
6
-3
/
+196
*
Hexagon: Set accessSize and addrMode on all load/store instructions.
Jyotsna Verma
2013-05-07
4
-68
/
+125
*
Re-enable AVX detection on x64 platforms.
Michael Kuperstein
2013-05-07
1
-1
/
+2
*
[SystemZ] Fix InitMCCodeGenInfo call
Richard Sandiford
2013-05-07
1
-2
/
+2
*
Fix the VS2010 build broken by r181271
Timur Iskhodzhanov
2013-05-07
1
-1
/
+2
*
LoopVectorize: getConsecutiveVector must respect signed arithmetic
Arnold Schwaighofer
2013-05-07
1
-5
/
+6
*
DebugInfo: Support imported modules in lexical blocks
David Blaikie
2013-05-06
3
-6
/
+55
*
R600/SI: Add intrinsic for MIMG IMAGE_GET_RESINFO opcode
Tom Stellard
2013-05-06
2
-1
/
+14
*
R600/SI: Handle arbitrary destination type in SITargetLowering::adjustWritemask
Tom Stellard
2013-05-06
1
-1
/
+1
*
R600/SI: Add intrinsic for texture image loading
Tom Stellard
2013-05-06
3
-10
/
+46
*
R600/SI: Add pattern for uint_to_fp
Tom Stellard
2013-05-06
1
-1
/
+3
*
R600/SI: Add patterns for integer maxima / minima
Tom Stellard
2013-05-06
1
-4
/
+12
*
R600/SI: Add pattern for AMDGPU.trunc intrinsic
Tom Stellard
2013-05-06
1
-1
/
+3
*
Print IR from Hexagon MI passes with -print-before/after-all.
Krzysztof Parzyszek
2013-05-06
6
-17
/
+79
*
Implemented public interface for modifying registered (not positional or sink...
Andrew Trick
2013-05-06
1
-0
/
+10
*
Support command line option categories.
Andrew Trick
2013-05-06
1
-20
/
+198
*
Cleanup of the HexagonTargetMachine setup.
Krzysztof Parzyszek
2013-05-06
1
-29
/
+34
*
InstCombine: (X ^ signbit) + C -> X + (signbit ^ C)
David Majnemer
2013-05-06
1
-0
/
+5
[next]