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 quadratic algorithm in MachineBranchProbabilityInfo.
Jakob Stoklund Olesen
2012-08-08
2
-9
/
+16
*
Avoid recomputing the unique exit blocks and their insert points when doing
Dan Gohman
2012-08-08
1
-11
/
+26
*
Skip tied operand pairs that already have the same register.
Jakob Stoklund Olesen
2012-08-07
1
-10
/
+11
*
Add SelectionDAG::getTargetIndex.
Jakob Stoklund Olesen
2012-08-07
4
-0
/
+35
*
Fix a serious typo in InstCombine's optimization of comparisons.
Bob Wilson
2012-08-07
1
-1
/
+1
*
X86 cmp lowering is looking past truncate on the condition node. It should only
Evan Cheng
2012-08-07
1
-6
/
+16
*
For non-Darwin platforms, we want to generate stack protectors only for
Bill Wendling
2012-08-07
1
-1
/
+10
*
Add a new kind of MachineOperand: MO_TargetIndex.
Jakob Stoklund Olesen
2012-08-07
1
-0
/
+7
*
Enable lazy compilation in MCJIT
Andrew Kaylor
2012-08-07
2
-13
/
+55
*
Fix a couple of typos.
Jakob Stoklund Olesen
2012-08-07
2
-2
/
+2
*
Add trace accessor methods, implement primitive if-conversion heuristic.
Jakob Stoklund Olesen
2012-08-07
3
-15
/
+78
*
The dominance computation already has logic for computing if an edge dominates
Rafael Espindola
2012-08-07
1
-27
/
+40
*
Add a comment about mftb vs. mfspr on PPC.
Hal Finkel
2012-08-07
1
-0
/
+4
*
Fix the representation of debug line table in DebugInfo LLVM library,
Alexey Samsonov
2012-08-07
3
-48
/
+134
*
PR13095: Give an inline cost bonus to functions using byval arguments.
Benjamin Kramer
2012-08-07
1
-3
/
+27
*
Fix PR13412, a nasty miscompile due to the interleaved
Chandler Carruth
2012-08-07
1
-11
/
+17
*
Add a much more conservative strategy for aligning branch targets.
Chandler Carruth
2012-08-07
1
-15
/
+49
*
MachineCSE: Update the heuristics for isProfitableToCSE.
Manman Ren
2012-08-07
1
-0
/
+23
*
Revert r161371. Removing the 'const' before Type is a "good thing".
Bill Wendling
2012-08-07
1
-12
/
+12
*
The define for 64 bit sign extension neglected to
Jack Carter
2012-08-07
1
-7
/
+8
*
Constify the Type parameter to some methods (which are const anyway).
Bill Wendling
2012-08-07
1
-12
/
+12
*
Allow x86 subtargets to use the GenericModel defined in X86Schedule.td.
Andrew Trick
2012-08-07
1
-3
/
+3
*
Mips relocation R_MIPS_64 relocates a 64 bit double word.
Jack Carter
2012-08-07
2
-0
/
+4
*
The Mips64InstrInfo.td definitions DynAlloc64 LEA_ADDiu64
Jack Carter
2012-08-06
2
-14
/
+10
*
Mips relocations R_MIPS_HIGHER and R_MIPS_HIGHEST.
Jack Carter
2012-08-06
4
-2
/
+30
*
MFTB on PPC64 should really be encoded using MFSPR.
Hal Finkel
2012-08-06
1
-2
/
+2
*
Add support for the OpenBSD for Bitrig.
Eric Christopher
2012-08-06
5
-9
/
+14
*
Remove empty overrides of processFunctionBeforeFrameFinalized().
Roman Divacky
2012-08-06
3
-10
/
+0
*
Implement proper handling for pcmpistri/pcmpestri intrinsics. Requires custom...
Craig Topper
2012-08-06
5
-55
/
+187
*
Remove custom inserter for MWAIT. It doesn't do anything that couldn't be rep...
Craig Topper
2012-08-05
2
-24
/
+2
*
Use a COPY node instead of an explicit MOVA opcode in the custom insterter fo...
Craig Topper
2012-08-05
1
-2
/
+1
*
Add readcyclecounter lowering on PPC64.
Hal Finkel
2012-08-04
2
-1
/
+8
*
Skip impdef regs during eabi save/restore list emission to workaround PR11902
Anton Korobeynikov
2012-08-04
1
-2
/
+8
*
Recognize vst1.64 / vld1.64 with 3 and 4 regs as load from / store to stack s...
Anton Korobeynikov
2012-08-04
1
-0
/
+4
*
Add stack spill / reload instructions for DTriple and DQuad register classes,...
Anton Korobeynikov
2012-08-04
1
-3
/
+43
*
Postpone the deletion of the old name in StructType::setName to allow using a...
Benjamin Kramer
2012-08-04
1
-10
/
+20
*
Delete a dead variable.
Jakob Stoklund Olesen
2012-08-04
1
-12
/
+0
*
TwoAddressInstructionPass refactoring: Extract another method.
Jakob Stoklund Olesen
2012-08-03
1
-121
/
+134
*
Refactor and check "onlyReadsMemory" before optimizing builtins.
Bob Wilson
2012-08-03
2
-83
/
+30
*
TwoAddressInstructionPass refactoring: Extract a method.
Jakob Stoklund Olesen
2012-08-03
1
-48
/
+60
*
Begin adding support for updating LiveIntervals in TwoAddressInstructionPass.
Jakob Stoklund Olesen
2012-08-03
1
-0
/
+23
*
1. Redo mips16 instructions to avoid multiple opcodes for same instruction.
Akira Hatanaka
2012-08-03
2
-54
/
+269
*
Add an experimental -early-live-intervals option.
Jakob Stoklund Olesen
2012-08-03
2
-0
/
+10
*
Delete merged physreg copies in joinReservedPhysReg().
Jakob Stoklund Olesen
2012-08-03
1
-0
/
+5
*
Try to reduce the compile time impact of r161232.
Bob Wilson
2012-08-03
2
-43
/
+59
*
Fix memcmp code-gen to honor -fno-builtin.
Bob Wilson
2012-08-03
1
-1
/
+1
*
Completely eliminate VNInfo flags.
Jakob Stoklund Olesen
2012-08-03
2
-5
/
+2
*
Fix a couple of loops that were processing unused value numbers.
Jakob Stoklund Olesen
2012-08-03
1
-1
/
+5
*
Silence unused variable warning in -asserts build
Matt Beaumont-Gay
2012-08-03
1
-0
/
+1
*
Eliminate the VNInfo::hasPHIKill() flag.
Jakob Stoklund Olesen
2012-08-03
4
-32
/
+2
[next]