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
2009-11-07
80-column cleanup of file header comments
Jim Grosbach
2009-11-07
Support alignment specifier for NEON vld/vst instructions
Jim Grosbach
2009-11-07
Improve tail call elimination to handle the switch statement.
Nick Lewycky
2009-11-07
t2ldrpci_pic can be used for blockaddress as well.
Evan Cheng
2009-11-07
make instcombine only rewrite a chain of computation
Chris Lattner
2009-11-07
indicate what the native integer types for the target are.
Chris Lattner
2009-11-07
Revert r86359, it is breaking the self host on the
Chris Lattner
2009-11-07
First try of the post-inc operands handling... Not fully worked, though :(
Anton Korobeynikov
2009-11-07
Add some dummy support for post-incremented loads
Anton Korobeynikov
2009-11-07
Add 8 bit libcalls and make use of them for msp430
Anton Korobeynikov
2009-11-07
Add few pseudo-source-values
Anton Korobeynikov
2009-11-07
Initial support for addrmode handling. Tests by Brian Lucas!
Anton Korobeynikov
2009-11-07
Some preliminary variable asmprinting
Anton Korobeynikov
2009-11-07
Use '.L' for global private prefix (as mspgcc)
Anton Korobeynikov
2009-11-07
Drop old asmprinter stuff
Anton Korobeynikov
2009-11-07
It turns out that the testcase in question uncovered subreg-handling bug.
Anton Korobeynikov
2009-11-07
add the ability for TargetData to return information about legal integer
Chris Lattner
2009-11-07
more cleanup.
Chris Lattner
2009-11-07
add some missing #includes
Chris Lattner
2009-11-07
rewrite TargetData to use StringRef/raw_ostream instead of thrashing std::str...
Chris Lattner
2009-11-07
prune #include / layering violation
Chris Lattner
2009-11-07
Make the need-stub variables accurate and consistent. In the case of
Jeffrey Yasskin
2009-11-07
Fix a couple of shuffle patterns to use movhlps instead
Eric Christopher
2009-11-07
Teach dead store elimination that certain intrinsics write to memory just like
Nick Lewycky
2009-11-07
reapply 86289, 86278, 86270, 86267, 86266 & 86264 plus a fix
Chris Lattner
2009-11-07
Fix PR5421 by APInt'izing switch lowering.
Chris Lattner
2009-11-07
Oops, FunctionContainsEscapingAllocas is really used to mean two different
Nick Lewycky
2009-11-07
Dust off tail recursion elimination. Fix a fixme by applying CaptureTracking
Nick Lewycky
2009-11-07
llvmc: Add a '-time' option.
Mikhail Glushenkov
2009-11-07
Trailing whitespace.
Mikhail Glushenkov
2009-11-07
Update some globals to use ManagedStatic.
Lang Hames
2009-11-07
Fix memoizing of CvtRndSatSDNode
Mon P Wang
2009-11-07
Fixed Overload table bug noticed by Jakob
Mon P Wang
2009-11-07
Refactor code. Fix a potential missing check. Teach isIdentical() about tLDRp...
Evan Cheng
2009-11-07
- Add TargetInstrInfo::isIdentical(). It's similar to MachineInstr::isIdentical
Evan Cheng
2009-11-07
Update CMake file.
Ted Kremenek
2009-11-07
Add code to check at SelectionDAGISel::LowerArguments time to see if return v...
Kenneth Uildriks
2009-11-07
Fix inverted conflict test in -early-coalesce.
Jakob Stoklund Olesen
2009-11-07
Revert following patches to fix llvmgcc bootstrap.
Devang Patel
2009-11-07
My previous patch (r84124) for setting the encoding bits 4 and 7 of DPSoRegFrm
Johnny Chen
2009-11-07
- new SROA mallocs should have the mallocs running-or'ed, not the malloc's bi...
Victor Hernandez
2009-11-07
Fit in 80 columns
Victor Hernandez
2009-11-07
Avoid "ambiguous 'else'" warning from gcc.
Jeffrey Yasskin
2009-11-07
Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions.
Victor Hernandez
2009-11-07
80-columns
Jim Grosbach
2009-11-07
Give the JITResolver a direct pointer to its JITEmitter, and use that instead
Jeffrey Yasskin
2009-11-06
- Add pseudo instructions tLDRpci_pic and t2LDRpci_pic which does a pc-relative
Evan Cheng
2009-11-06
Honour subreg machine operands during asmprinting
Anton Korobeynikov
2009-11-06
Print VMOV (immediate) operands as hexadecimal values. Apple's assembler
Bob Wilson
2009-11-06
Fix a bug where we'd call SplitBlockPredecessors with a pred in the
Chris Lattner
[next]