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
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2012-08-06
The Mips64InstrInfo.td definitions DynAlloc64 LEA_ADDiu64
Jack Carter
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
Remove empty overrides of processFunctionBeforeFrameFinalized().
Roman Divacky
2012-08-06
Implement proper handling for pcmpistri/pcmpestri intrinsics. Requires custom...
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
Postpone the deletion of the old name in StructType::setName to allow using a...
Benjamin Kramer
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
2012-08-03
Add an experimental -early-live-intervals option.
Jakob Stoklund Olesen
2012-08-03
Delete merged physreg copies in joinReservedPhysReg().
Jakob Stoklund Olesen
2012-08-03
Try to reduce the compile time impact of r161232.
Bob Wilson
2012-08-03
Fix memcmp code-gen to honor -fno-builtin.
Bob Wilson
2012-08-03
Completely eliminate VNInfo flags.
Jakob Stoklund Olesen
2012-08-03
Fix a couple of loops that were processing unused value numbers.
Jakob Stoklund Olesen
2012-08-03
Silence unused variable warning in -asserts build
Matt Beaumont-Gay
2012-08-03
Eliminate the VNInfo::hasPHIKill() flag.
Jakob Stoklund Olesen
2012-08-03
Make the hasPHIKills flag a computed property.
Jakob Stoklund Olesen
2012-08-03
Delete dead function.
Jakob Stoklund Olesen
2012-08-03
Don't delete dead code in TwoAddressInstructionPass.
Jakob Stoklund Olesen
2012-08-03
allow 'make CPPFLAGS=<something>' work again
Gabor Greif
2012-08-03
Fall back to selection DAG isel for calls to builtin functions.
Bob Wilson
2012-08-03
Add new getLibFunc method to TargetLibraryInfo.
Bob Wilson
2012-08-03
[arm-fast-isel] Add support for shl, lshr, and ashr.
Jush Lu
2012-08-03
Move the "findUsedStructTypes" functionality outside of the Module class.
Bill Wendling
2012-08-03
Add support for the ARM GHC calling convention, this patch was in 3.0,
Eric Christopher
2012-08-02
ARM: Tidy up. Remove unused template parameters.
Jim Grosbach
2012-08-02
ARM: More InstAlias refactors to use #NAME#.
Jim Grosbach
2012-08-02
ARM: Refactor instaliases using TableGen support for #NAME#.
Jim Grosbach
2012-08-02
X86 Peephole: fold loads to the source register operand if possible.
Manman Ren
2012-08-02
TableGen: Allow use of #NAME# outside of 'def' names.
Jim Grosbach
2012-08-02
Compute the critical path length through a trace.
Jakob Stoklund Olesen
2012-08-02
Move the code that creates instances of MipsInstrInfo and MipsFrameLowering out
Akira Hatanaka
2012-08-02
Set transient stack alignment in constructor of MipsFrameLowering and re-enable
Akira Hatanaka
2012-08-02
Verify regunit intervals along with virtreg intervals.
Jakob Stoklund Olesen
2012-08-02
Avoid creating dangling physreg live ranges during DCE.
Jakob Stoklund Olesen
2012-08-02
Add report() functions that take a LiveInterval argument.
Jakob Stoklund Olesen
2012-08-02
Implement the block_iterator of Region based on df_iterator.
Hongbin Zheng
2012-08-02
JIT::runFunction(): add a fast path for functions with a single argument that...
Nuno Lopes
2012-08-02
Support fpv4 for ARM Cortex-M4.
Jiangning Liu
[prev]
[next]