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 r194865 and r194874.
Alexey Samsonov
2013-11-18
77
-256
/
+56
*
[AArch64 NEON]Add mov alias for simd copy instructions.
Kevin Qin
2013-11-18
1
-35
/
+63
*
Implement the newly added ACLE functions for ld1/st1 with 2/3/4 vectors.
Hao Liu
2013-11-18
4
-45
/
+237
*
Debug Info Verifier: disable it by default.
Manman Ren
2013-11-18
1
-1
/
+1
*
Fix spacing, forward declare order.
Matt Arsenault
2013-11-18
2
-2
/
+2
*
Remove unnecessary temporary construction.
David Blaikie
2013-11-17
1
-1
/
+1
*
Remove redundant explicit default initialization.
David Blaikie
2013-11-17
1
-2
/
+2
*
DwarfCompileUnit: Add type safety to createGlobalVariableDIE
David Blaikie
2013-11-17
3
-5
/
+4
*
Debug Info: fix typo in function name.
Manman Ren
2013-11-17
1
-5
/
+5
*
Debug Info Verifier: fix when to find debug info nodes and when to verify them.
Manman Ren
2013-11-17
1
-5
/
+11
*
Debug Info Verifier: enable public functions of Finder to update the type map.
Manman Ren
2013-11-17
2
-8
/
+21
*
Utils/LoopUnroll.cpp: Tweak (StringRef)OldName to be valid until it is used, ...
NAKAMURA Takumi
2013-11-17
1
-1
/
+3
*
Add a loop rerolling flag to the PassManagerBuilder
Hal Finkel
2013-11-17
1
-1
/
+2
*
Revert "Micro-optimization"
Bill Wendling
2013-11-17
1
-4
/
+5
*
DAGCombiner: Partially revert r192795, getNOT was fixed not to create illegal...
Benjamin Kramer
2013-11-17
1
-1
/
+1
*
[block-freq] Add BlockFrequency::scale that returns a remainder from the divi...
Michael Gottesman
2013-11-17
1
-38
/
+60
*
Use more getZExtOrTruncs
Matt Arsenault
2013-11-17
2
-9
/
+2
*
Use getZExtOrTrunc instead of repeating the same logic.
Matt Arsenault
2013-11-17
1
-5
/
+1
*
Add the cold attribute to error-reporting call sites
Hal Finkel
2013-11-17
1
-0
/
+72
*
Added a size field to the stack map record to handle subregister spills.
Andrew Trick
2013-11-17
6
-18
/
+91
*
Fix ndebug-build unused variable in loop rerolling
Hal Finkel
2013-11-17
1
-1
/
+1
*
Use right address space pointer size
Matt Arsenault
2013-11-17
1
-1
/
+2
*
Add a loop rerolling pass
Hal Finkel
2013-11-16
4
-0
/
+1196
*
The WebKit_JS CC preserves the same registers as the C CC.
Juergen Ributzka
2013-11-16
1
-0
/
+1
*
Apply the InstCombine fptrunc sqrt optimization to llvm.sqrt
Hal Finkel
2013-11-16
1
-6
/
+11
*
Fix assert on unaligned access to global with different address space size.
Matt Arsenault
2013-11-16
1
-1
/
+1
*
Fix codegen for null different sized pointer.
Matt Arsenault
2013-11-16
1
-2
/
+4
*
Annotate APInt methods where it's not clear whether they are in place with wa...
Benjamin Kramer
2013-11-16
1
-6
/
+6
*
R600: Make dot_4 instructions predicable
Vincent Lejeune
2013-11-16
1
-0
/
+19
*
Use array_pod_sort instead of std::sort
Duncan P. N. Exon Smith
2013-11-16
1
-1
/
+1
*
InstCombine: fold (A >> C) == (B >> C) --> (A^B) < (1 << C) for constant Cs.
Benjamin Kramer
2013-11-16
1
-0
/
+18
*
Debug Info Verifier: remove un-used argument in verifyDebugInfo.
Manman Ren
2013-11-16
1
-3
/
+3
*
X86: Encode the 'h' cpu subtype in the MachO header for x86.
Jim Grosbach
2013-11-16
2
-7
/
+15
*
Use correct size for address space in BasicAA.
Matt Arsenault
2013-11-16
1
-2
/
+3
*
DwarfCompileUnit: Push type safety of DIDescriptor through CompileUnit::creat...
David Blaikie
2013-11-16
2
-5
/
+5
*
DwarfCompileUnit: Remove unnecessary OwningPtr<T>::get() call
David Blaikie
2013-11-16
1
-1
/
+1
*
For dwarf4 use the correct form for referencing debug_loc locations,
Eric Christopher
2013-11-16
2
-2
/
+4
*
DwarfCompileUnit: Add type safety to CompileUnit::getNode by returning DIComp...
David Blaikie
2013-11-15
2
-5
/
+4
*
DwarfCompileUnit: Add type safety by using DICompileUnit rather than raw MDNo...
David Blaikie
2013-11-15
4
-16
/
+16
*
DwarfCompileUnit: Simplify getLanguage() calls to use existing member function
David Blaikie
2013-11-15
1
-3
/
+3
*
Implemented aarch64 Neon scalar vmulx_lane intrinsics
Ana Pazos
2013-11-15
1
-2
/
+169
*
Replace the dangling context hotfix with an assertion.
Adrian Prantl
2013-11-15
1
-4
/
+1
*
Remove unused arguments.
Lang Hames
2013-11-15
1
-4
/
+2
*
During folding for patchpoint/stackmap instructions, defer creation of new MIs
Lang Hames
2013-11-15
1
-4
/
+5
*
DwarfDebug: Push DISubprogram through updateSubprogramScopeDIE
David Blaikie
2013-11-15
2
-7
/
+5
*
LoopVectorizer: Use abi alignment for accesses with no alignment
Arnold Schwaighofer
2013-11-15
1
-0
/
+4
*
DwarfCompileUnit: Push DIDescriptors through a getDIE/insertDIE
David Blaikie
2013-11-15
3
-19
/
+20
*
DwarfCompileUnit: Push DIDescriptor usage out from isShareableAcrossCUs
David Blaikie
2013-11-15
1
-5
/
+5
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-15
77
-56
/
+256
*
Fix confusing machine verifier error.
Matt Arsenault
2013-11-15
1
-1
/
+1
[next]