index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use unique_ptr to manage TypePromotionActions owned by TypePromotionTransaction.
David Blaikie
2014-04-15
1
-28
/
+19
*
Use unique_ptr to manage ownership of GCFunctionInfos in GCStrategy
David Blaikie
2014-04-15
1
-10
/
+2
*
Use unique_ptr for the result of Registry entries.
David Blaikie
2014-04-15
2
-8
/
+6
*
Use unique_ptr to manage ownership of GCStrategy objects in GCMetadata
David Blaikie
2014-04-15
2
-19
/
+12
*
Use unique_ptr for section/segment ownership in WinCOFFObjectWriter
David Blaikie
2014-04-15
1
-41
/
+32
*
Use unique_ptr to own MCFunctions within MCModule.
David Blaikie
2014-04-15
3
-12
/
+12
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
39
-505
/
+512
*
Use std::unique_ptr to manage MCBasicBlocks in MCFunction.
David Blaikie
2014-04-15
2
-15
/
+10
*
[MC] Require an MCContext when constructing an MCDisassembler.
Lang Hames
2014-04-15
12
-65
/
+75
*
X86JITInfo: [x86] Use X86CompilationCallback_SSE() along;
NAKAMURA Takumi
2014-04-15
1
-3
/
+2
*
[ARM64,C++11]: Range'ify the dead-register-definition pass.
Jim Grosbach
2014-04-15
1
-27
/
+23
*
[MC] Emit an error if cfi_startproc is used before a symbol is defined.
Quentin Colombet
2014-04-15
1
-0
/
+4
*
[ARM64][MC] Set the default CPU string to generic.
Quentin Colombet
2014-04-15
1
-3
/
+1
*
Use std::unique_ptr for DIE children
David Blaikie
2014-04-14
5
-43
/
+31
*
X86: Nuke one more CPU autodetect blurb.
Jim Grosbach
2014-04-14
1
-7
/
+1
*
Change argument order and add explanatory comment to r206130
David Blaikie
2014-04-14
2
-9
/
+9
*
Use FrameSetup on frame instructions for the Mips port.
Eric Christopher
2014-04-14
2
-2
/
+3
*
Revert "Revert r206045, "Fix shift by constants for vector.""
Matt Arsenault
2014-04-14
2
-16
/
+34
*
[ARM64][MC] Set the default CPU to cyclone when initilizating the MC layer.
Quentin Colombet
2014-04-14
1
-0
/
+6
*
Re-apply r206096 after investigating the gdb buildbot failure.
Adrian Prantl
2014-04-14
1
-9
/
+14
*
Fix for codegen bug that could cause illegal cmn instruction generation
Louis Gerbarg
2014-04-14
1
-1
/
+16
*
Add a flag to disable the ARM64DeadRegisterDefinitionsPass
Louis Gerbarg
2014-04-14
1
-1
/
+10
*
[ARM64] Port over missing subtarget features, and CPU definitions from AArch64.
James Molloy
2014-04-14
3
-5
/
+52
*
[ARM64] Add big endian target arm64_be.
James Molloy
2014-04-14
1
-1
/
+9
*
Replace two calls to object::symbol_iterator::increment(), which had
Kaelyn Takata
2014-04-14
1
-10
/
+4
*
Remove a variable from r206192 that is only used in an assert.
Kaelyn Takata
2014-04-14
1
-2
/
+2
*
Fix a bug in which BranchProbabilityInfo wasn't setting branch weights of bas...
Akira Hatanaka
2014-04-14
1
-0
/
+3
*
Fix up MCFixup::getAccessVariant to handle unary expressions.
Kaelyn Takata
2014-04-14
1
-1
/
+6
*
[mips] Fix fcopysign for MIPS-IV and add the test.
Daniel Sanders
2014-04-14
1
-1
/
+1
*
[mips] Fix more incorrect uses of HasMips64 and isMips64()
Daniel Sanders
2014-04-14
4
-13
/
+17
*
Teach llvm-lto to respect the given RelocModel.
James Molloy
2014-04-14
1
-1
/
+5
*
ARM64: remove buggy REV16 pattern.
Tim Northover
2014-04-14
1
-2
/
+1
*
AArch64/ARM64: enable directcond.ll test on ARM64.
Tim Northover
2014-04-14
1
-0
/
+2
*
ARM64: add patterns for csXYZ with reversed operands.
Tim Northover
2014-04-14
1
-0
/
+13
*
ARM64: add support for AArch64's addsub_ext.ll
Tim Northover
2014-04-14
1
-1
/
+1
*
ARM64: optimise (cmp x, (sub 0, y)) to (cmn x, y).
Tim Northover
2014-04-14
1
-11
/
+30
*
[XCore] Don't create invalid MKMSK instructions inside loadImmediate().
Richard Osborne
2014-04-14
1
-1
/
+9
*
Whitespace.
NAKAMURA Takumi
2014-04-14
1
-1
/
+0
*
Revert r206045, "Fix shift by constants for vector."
NAKAMURA Takumi
2014-04-14
2
-23
/
+13
*
[Allocator] Hoist the external helper function into a namespace scope
Chandler Carruth
2014-04-14
1
-0
/
+4
*
Don't assert in BasicTTI::getMemoryOpCost for non-simple types
Hal Finkel
2014-04-14
1
-6
/
+8
*
[Allocator] Make the underlying allocator a template instead of an
Chandler Carruth
2014-04-14
2
-26
/
+11
*
[Allocator] Switch the BumpPtrAllocator to use a vector of pointers to
Chandler Carruth
2014-04-14
2
-31
/
+11
*
Use APInt arithmetic, fixed typo. Thanks to Benjamin Kramer for noticing that.
Serge Pavlov
2014-04-14
1
-2
/
+2
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
93
-1017
/
+1025
*
[PowerPC] [Constant Hoisting] Enable constant hoisting on PPC
Hal Finkel
2014-04-13
1
-0
/
+147
*
MC: check machine magic when applying offset adjustments
Saleem Abdulrasool
2014-04-13
1
-2
/
+4
*
Recognize test for overflow in integer multiplication.
Serge Pavlov
2014-04-13
1
-0
/
+240
*
[PowerPC] Fix rlwimi isel when mask is not constant
Hal Finkel
2014-04-13
1
-1
/
+8
*
Fix instruction debug info location during legalization
David Blaikie
2014-04-13
2
-16
/
+13
[next]