index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2012-08-07
Fix a serious typo in InstCombine's optimization of comparisons.
Bob Wilson
2012-08-07
X86 cmp lowering is looking past truncate on the condition node. It should only
Evan Cheng
2012-08-07
For non-Darwin platforms, we want to generate stack protectors only for
Bill Wendling
2012-08-07
Add a new kind of MachineOperand: MO_TargetIndex.
Jakob Stoklund Olesen
2012-08-07
Enable lazy compilation in MCJIT
Andrew Kaylor
2012-08-07
Fix a couple of typos.
Jakob Stoklund Olesen
2012-08-07
Remove empty directory.
Eli Friedman
2012-08-07
Add trace accessor methods, implement primitive if-conversion heuristic.
Jakob Stoklund Olesen
2012-08-07
Tidy up a bit.
Jim Grosbach
2012-08-07
The dominance computation already has logic for computing if an edge dominates
Rafael Espindola
2012-08-07
Add a comment about mftb vs. mfspr on PPC.
Hal Finkel
2012-08-07
Fix the representation of debug line table in DebugInfo LLVM library,
Alexey Samsonov
2012-08-07
PR13095: Give an inline cost bonus to functions using byval arguments.
Benjamin Kramer
2012-08-07
Fix PR13412, a nasty miscompile due to the interleaved
Chandler Carruth
2012-08-07
Add a much more conservative strategy for aligning branch targets.
Chandler Carruth
2012-08-07
MachineCSE: Update the heuristics for isProfitableToCSE.
Manman Ren
2012-08-07
Revert r161371. Removing the 'const' before Type is a "good thing".
Bill Wendling
2012-08-07
The define for 64 bit sign extension neglected to
Jack Carter
2012-08-07
Constify the Type parameter to some methods (which are const anyway).
Bill Wendling
2012-08-07
Allow x86 subtargets to use the GenericModel defined in X86Schedule.td.
Andrew Trick
2012-08-07
Mips relocation R_MIPS_64 relocates a 64 bit double word.
Jack Carter
2012-08-06
The Mips64InstrInfo.td definitions DynAlloc64 LEA_ADDiu64
Jack Carter
2012-08-06
Reduce indentation by early exiting.
Bill Wendling
2012-08-06
Fix typo.
Jakob Stoklund Olesen
2012-08-06
Add a way to grab the target options from the LTO command line.
Bill Wendling
2012-08-06
Mips relocations R_MIPS_HIGHER and R_MIPS_HIGHEST.
Jack Carter
2012-08-06
MFTB on PPC64 should really be encoded using MFSPR.
Hal Finkel
2012-08-06
Add support for the OpenBSD for Bitrig.
Eric Christopher
2012-08-06
Fix MIPS DSP Rev1 intrinsics memory properties.
Simon Atanasyan
2012-08-06
Put up warning signs around MO::getNextOperandForReg().
Jakob Stoklund Olesen
2012-08-06
Remove empty overrides of processFunctionBeforeFrameFinalized().
Roman Divacky
2012-08-06
Implement proper handling for pcmpistri/pcmpestri intrinsics. Requires custom...
Craig Topper
2012-08-05
Update test to check for r161305
Craig Topper
2012-08-05
Remove custom inserter for MWAIT. It doesn't do anything that couldn't be rep...
Craig Topper
2012-08-05
Use a COPY node instead of an explicit MOVA opcode in the custom insterter fo...
Craig Topper
2012-08-04
Add readcyclecounter lowering on PPC64.
Hal Finkel
2012-08-04
Skip impdef regs during eabi save/restore list emission to workaround PR11902
Anton Korobeynikov
2012-08-04
Recognize vst1.64 / vld1.64 with 3 and 4 regs as load from / store to stack s...
Anton Korobeynikov
2012-08-04
Add stack spill / reload instructions for DTriple and DQuad register classes,...
Anton Korobeynikov
2012-08-04
Remove extraneous ';'.
Bill Wendling
2012-08-04
Update cmake build.
Benjamin Kramer
2012-08-04
Postpone the deletion of the old name in StructType::setName to allow using a...
Benjamin Kramer
2012-08-04
[CMake] add_lit_target: Remove comments about add_dependencies. It is not a b...
NAKAMURA Takumi
2012-08-04
llc: Try to suppress failures since r161262 .
NAKAMURA Takumi
2012-08-04
Delete a dead variable.
Jakob Stoklund Olesen
2012-08-03
TwoAddressInstructionPass refactoring: Extract another method.
Jakob Stoklund Olesen
2012-08-03
Refactor and check "onlyReadsMemory" before optimizing builtins.
Bob Wilson
2012-08-03
TwoAddressInstructionPass refactoring: Extract a method.
Jakob Stoklund Olesen
2012-08-03
Begin adding support for updating LiveIntervals in TwoAddressInstructionPass.
Jakob Stoklund Olesen
2012-08-03
1. Redo mips16 instructions to avoid multiple opcodes for same instruction.
Akira Hatanaka
[prev]
[next]