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
2010-11-10
Use MCSectionELF in places we know we have an ELF section.
Rafael Espindola
2010-11-10
Use getValueOperand() and getPointerOperand() on load and store
Dan Gohman
2010-11-10
Rename AccessesArguments and AccessesArgumentsReadonly, and rewrite
Dan Gohman
2010-11-10
Teach InstructionSimplify how to look through PHI nodes. Since PHI
Duncan Sands
2010-11-10
Fix a copy+pasto Duncan noticed.
Dan Gohman
2010-11-10
Add a doesAccessArgPointees helper function, and update code to use
Dan Gohman
2010-11-10
Simplify and clean up MC symbol lookup for ARM constant pool values. This fixes
Jim Grosbach
2010-11-10
Factor out the code for testing whether a function accesses
Dan Gohman
2010-11-10
Give NonLocalDepResult a NonLocalDepEntry member, replacing
Dan Gohman
2010-11-10
Detect if llvm-gcc is built on dragonegg.
Tobias Grosser
2010-11-10
Fix Whitespace.
Michael J. Spencer
2010-11-10
System/Path: Update comments to match code.
Michael J. Spencer
2010-11-10
System/Win32/Path: Implement isSymLink.
Michael J. Spencer
2010-11-10
Simplify binary operations where one operand is a select instruction.
Duncan Sands
2010-11-10
Win32/Process.inc: [PR8527] Process::FileDescriptorIsDisplayed(fd) should not...
NAKAMURA Takumi
2010-11-10
There is no EndPtr anymore - reinterpret the original comment in terms
Duncan Sands
2010-11-10
Update ARMConstantPoolValue to not use a modifier string. Use an explicit
Jim Grosbach
2010-11-10
Add a test to the previous added clo instruction. Patch by Akira again
Bruno Cardoso Lopes
2010-11-10
Add clo instruction. Patch by Akira Hatanaka (ahatanaka@mips.com) with some m...
Bruno Cardoso Lopes
2010-11-10
When checking that the necessary bits are zero in
Dale Johannesen
2010-11-10
Emit a '!' if this is a "writeback" register or memory address.
Bill Wendling
2010-11-10
Simplify the LiveRangeEdit::canRematerializeAt() interface a bit.
Jakob Stoklund Olesen
2010-11-10
Make ModRefBehavior a lattice. Use this to clean up AliasAnalysis
Dan Gohman
2010-11-10
Rename a parameter to avoid confusion with a local variable
Matt Beaumont-Gay
2010-11-09
Emit the warning about the register list not being in ascending order only once.
Bill Wendling
2010-11-09
Jim's recent fixes 118600, 118587, 118513 have made these work.
Dale Johannesen
2010-11-09
Fixed version of 118639 with an extra assert to catch similar problems
Rafael Espindola
2010-11-09
s/std::vector/SmallVector/
Bill Wendling
2010-11-09
Revert previous patch. Missed a case.
Rafael Espindola
2010-11-09
Delete the allocated vector.
Bill Wendling
2010-11-09
Define the subtarget feature for the architecture version,
Bob Wilson
2010-11-09
Do not use MEMBARRIER_MCR for any Thumb code.
Bob Wilson
2010-11-09
Two types of instructions have register lists:
Bill Wendling
2010-11-09
Remove IsExplicit. It was always false.
Rafael Espindola
2010-11-09
Change the ARMConstantPoolValue modifier string to an enumeration. This will
Jim Grosbach
2010-11-09
Adds RABasic verification and tracing.
Andrew Trick
2010-11-09
Convert comments to doxygen syntax.
Dan Gohman
2010-11-09
Teach FunctionAttrs about the VAArg instruction.
Dan Gohman
2010-11-09
Use the AliasAnalysis interface to determine how a Function accesses
Dan Gohman
2010-11-09
VAArg doesn't capture its operand.
Dan Gohman
2010-11-09
Translate IntrReadArgMem to AccessesArgumentsReadonly.
Dan Gohman
2010-11-09
Teach AliasAnalysis about AccessesArgumentsReadonly.
Dan Gohman
2010-11-09
Teach LICM and AliasSetTracker about AccessesArgumentsReadonly.
Dan Gohman
2010-11-09
Teach FunctionAttrs about AccessesArgumentsReadonly.
Dan Gohman
2010-11-09
Add a trivial virtual dtor to AbstractRegisterDescription to appease
Matt Beaumont-Gay
2010-11-09
AccessesArgumentsReadonly is read-only.
Dan Gohman
2010-11-09
Add a AccessesArgumentsReadonly ModRefBehavior value, so that the intrinsic
Dan Gohman
2010-11-09
Reverting r118604. Windows build broke.
Andrew Trick
2010-11-09
Factor out the logic for onlyReadsMemory into a helper function.
Dan Gohman
2010-11-09
Delete AccessesArgumentsAndGlobals, which was unused.
Dan Gohman
[next]