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
2011-12-07
ValueEnumerator - debug dump().
Chad Rosier
2011-12-07
Fix comment.
Akira Hatanaka
2011-12-07
Fix comment.
Akira Hatanaka
2011-12-07
Fix 64-bit immediate patterns.
Akira Hatanaka
2011-12-07
Nuke inadvertant debugging commit.
Jim Grosbach
2011-12-07
Darwin assembler improved relocs when w/o subsections_via_symbols.
Jim Grosbach
2011-12-07
Remove unneeded semicolon.
Jakub Staszak
2011-12-07
Thumb2 alias for long-form pop and friends.
Jim Grosbach
2011-12-07
Also pass in correct initializer here.
Bill Wendling
2011-12-07
ARM support the .arm and .thumb directives for assembly mode switching.
Jim Grosbach
2011-12-07
Correct initializer in example.
Bill Wendling
2011-12-07
ARM NEON VCLT(register) is a pseudo aliasing VCGT(register).
Jim Grosbach
2011-12-07
Tidy up. Move MachO tests to MachO directory.
Jim Grosbach
2011-12-07
Remove unused include.
Duncan Sands
2011-12-07
When doing "opt -O2" verify the bitcode like is done for
Duncan Sands
2011-12-07
Fix a bunch of SSE/AVX patterns to use proper memop types. In particular, not...
Craig Topper
2011-12-07
Adjust the stack by one pointer size for all frameless stacks.
Bill Wendling
2011-12-07
Fix off-by-one error when encoding the stack size for a frameless stack.
Bill Wendling
2011-12-07
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-07
Adding missing anchor to DATDeltaAlgorithm.
David Blaikie
2011-12-07
make CR spill and restore 64-bit clean (no functional change), and fix some o...
Hal Finkel
2011-12-07
make base register selection used in eliminateFrameIndex 64-bit clean
Hal Finkel
2011-12-07
set mayStore and mayLoad on CR pseudos
Hal Finkel
2011-12-07
64-bit LR8 load should use X11 not R11
Hal Finkel
2011-12-07
Eliminate delta argument from AdjustBBOffsetsAfter.
Jakob Stoklund Olesen
2011-12-07
Compute some alignment information for each basic block.
Jakob Stoklund Olesen
2011-12-07
Zap unnecessary isIntDivCheap() check. PR11485. No testcase because this do...
Eli Friedman
2011-12-07
ARM tidy up and remove no longer needed InstAlias definitions.
Jim Grosbach
2011-12-07
Move common expression into a method.
Jakob Stoklund Olesen
2011-12-07
ARM Implement ARM ARM Table A7-3 via TokenAlias.
Jim Grosbach
2011-12-07
Group BBSizes and BBOffsets into a single vector<BasicBlockInfo>.
Jakob Stoklund Olesen
2011-12-07
Add missing check.
Jakob Stoklund Olesen
2011-12-07
ARM: NEON SHLL instruction immediate operand range checking.
Jim Grosbach
2011-12-07
Support vector bitcasts in the AsmPrinter. PR11495.
Eli Friedman
2011-12-07
Add a few moreLocal/Global R_MIPS_GOT related fixups and
Bruno Cardoso Lopes
2011-12-07
Add MachineOperand IsInternalRead flag.
Jakob Stoklund Olesen
2011-12-07
Fix an optimization involving EXTRACT_SUBVECTOR in DAGCombine so it behaves c...
Eli Friedman
2011-12-07
Remove unneeded type.
Jakub Staszak
2011-12-07
ARM: Parameterize the immediate operand type for NEON VSHLL.
Jim Grosbach
2011-12-06
- Remove unneeded #includes.
Jakub Staszak
2011-12-06
Extend AsmMatcher token literal matching to allow aliasing.
Jim Grosbach
2011-12-06
Make Release Notes HTML 4.01 Strict.
Jakub Staszak
2011-12-06
llvm-build: Don't generate duplicate dependencies when LLVMBuild files define
Daniel Dunbar
2011-12-06
Add documentation for machine-independent DFA packetizer
Anshuman Dasgupta
2011-12-06
Revert r145971: "Use conservative size estimate for tBR_JTr."
Jakob Stoklund Olesen
2011-12-06
Add link to builtin_expect in Release Notes.
Jakub Staszak
2011-12-06
Re-enable compact unwind. It seems to work now. <rdar://problem/10441838>
Bill Wendling
2011-12-06
Explicitly check for the different SUB instructions.
Bill Wendling
2011-12-06
First chunk of MachineInstr bundle support.
Evan Cheng
2011-12-06
Tidy up. Fix naming convention stuff for some internal functions.
Jim Grosbach
[next]