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
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add preliminary support for hashing DIEs and breaking them into
Eric Christopher
2013-07-26
5
-4
/
+254
*
Add a target legalize hook for SplitVectorOperand (again)
Justin Holewinski
2013-07-26
1
-0
/
+4
*
Revert "Add a target legalize hook for SplitVectorOperand"
Rafael Espindola
2013-07-26
1
-4
/
+0
*
Add a target legalize hook for SplitVectorOperand
Justin Holewinski
2013-07-26
1
-0
/
+4
*
RegAllocGreedy comment.
Andrew Trick
2013-07-25
1
-1
/
+2
*
Evict local live ranges if they can be reassigned.
Andrew Trick
2013-07-25
1
-1
/
+29
*
Allocate local registers in order for optimal coloring.
Andrew Trick
2013-07-25
1
-4
/
+27
*
typo.
Adrian Prantl
2013-07-25
1
-1
/
+1
*
MI Sched: Register pressure heuristics.
Andrew Trick
2013-07-25
1
-8
/
+32
*
MI Sched: track register pressure by importance of the set, not weight of the...
Andrew Trick
2013-07-25
1
-14
/
+20
*
Dump LIS before regalloc. MI sched changes them.
Andrew Trick
2013-07-25
2
-2
/
+4
*
Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.
Bill Wendling
2013-07-25
1
-0
/
+4
*
Fix a bug in IfConverter with nested predicates.
Quentin Colombet
2013-07-24
1
-3
/
+3
*
DAGCombiner: Pass the correct type to TargetLowering::isF(Abs|Neg)Free
Tom Stellard
2013-07-23
1
-2
/
+2
*
Reformat options.
Eric Christopher
2013-07-23
1
-40
/
+41
*
[stackprotector] Changed isNoopBitcast/sameNoopInput to take TargetLoweringBa...
Michael Gottesman
2013-07-22
1
-2
/
+2
*
[stackprotector] Refactored ssp prologue creation code into its own helper fu...
Michael Gottesman
2013-07-22
1
-35
/
+41
*
Recommit r186217 with testcase fix:
Bill Wendling
2013-07-22
1
-7
/
+19
*
Formatting.
Eric Christopher
2013-07-22
1
-1
/
+1
*
Added missing - in the header of PrologEpilogInserter.h so that editors prope...
Michael Gottesman
2013-07-22
1
-1
/
+1
*
Fix uninitialized memory read found by MemorySanitizer: always set output par...
Alexey Samsonov
2013-07-19
1
-1
/
+1
*
MI Sched: Update the way resources are tracked so the current heuristics make...
Andrew Trick
2013-07-19
1
-7
/
+5
*
Add -*- C++ -*- to InstrEmitter.h.
Michael Gottesman
2013-07-17
1
-1
/
+1
*
Make constant string pointer into an array to remove a pointer lookup for eve...
Craig Topper
2013-07-17
2
-2
/
+2
*
Add getModuleFlag(StringRef Key) to query a module flag given Key.
Manman Ren
2013-07-16
1
-11
/
+4
*
Add a wrapper for open.
Rafael Espindola
2013-07-16
1
-2
/
+1
*
Remove floats from live range splitting costs.
Jakob Stoklund Olesen
2013-07-16
2
-26
/
+28
*
Reapply r185393.
Jakob Stoklund Olesen
2013-07-16
2
-82
/
+80
*
Add 'const' qualifiers to static const char* variables.
Craig Topper
2013-07-16
2
-5
/
+5
*
PEI: Support for non-zero SPAdj at beginning of a basic block.
Manman Ren
2013-07-15
1
-15
/
+26
*
Machine Verifier: verify FrameSetup and FrameDestroy
Manman Ren
2013-07-15
1
-0
/
+132
*
Remove invalid assert in DAGTypeLegalizer::RemapValue
Hal Finkel
2013-07-15
1
-1
/
+4
*
Add 'const' qualifier to some arrays.
Craig Topper
2013-07-15
1
-1
/
+2
*
Clarify comments.
Eric Christopher
2013-07-14
1
-4
/
+1
*
Collapse temporary variable into call.
Eric Christopher
2013-07-14
1
-4
/
+2
*
Fix build by replacing '>>' with '> >'
Tobias Grosser
2013-07-14
1
-7
/
+5
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-14
17
-76
/
+76
*
Pass SmallVector by const reference instead of by value.
Craig Topper
2013-07-13
1
-2
/
+2
*
Revert commit r186217 -- this is breaking bots:
Chandler Carruth
2013-07-13
1
-19
/
+7
*
Use the function attributes to pass along the stack protector buffer size.
Bill Wendling
2013-07-12
1
-7
/
+19
*
TargetTransformInfo: address calculation parameter for gather/scather
Arnold Schwaighofer
2013-07-12
1
-2
/
+2
*
PEI: refactor replaceFrameIndices(MF) to call replaceFrameIndices(BB).
Manman Ren
2013-07-12
2
-81
/
+87
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-11
3
-7
/
+7
*
Initialize AsmPrinter::MF in the constructor
Hal Finkel
2013-07-11
1
-1
/
+1
*
RegScavenger should not exclude undef uses
Hal Finkel
2013-07-11
1
-1
/
+1
*
Remove trailing whitespac
Stephen Lin
2013-07-10
1
-2
/
+2
*
Use the appropriate unsigned int type for the offset.
Adrian Prantl
2013-07-10
1
-2
/
+3
*
Safeguard DBG_VALUE handling. Unbreaks the ASAN buildbot.
Adrian Prantl
2013-07-10
1
-1
/
+2
*
Un-break the buildbot by tweaking the indirection flag.
Adrian Prantl
2013-07-10
1
-2
/
+8
*
Document a known limitation of the status quo.
Adrian Prantl
2013-07-10
1
-1
/
+3
[next]