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-05-17
Remove incorrect pattern for ARM SMML instruction.
Tim Northover
2012-05-17
Fix compile error.
Manuel Klimek
2012-05-17
SelectionDAGBuilder: CaseBlock, CaseRanges and CaseCmp changed representation...
Stepan Dyatkovskiy
2012-05-17
Genericize the intrinsics descriptor decoding a bit to make room
Chris Lattner
2012-05-17
finish encoding all of the interesting details of intrinsics. Now intrinsics
Chris Lattner
2012-05-17
strengthen the intrinsic descriptor stuff to be able to handle sin, cos and o...
Chris Lattner
2012-05-16
This patch adds the register class for MIPS16 as well as the ability for
Akira Hatanaka
2012-05-16
Set sub-register <undef> flags more accurately.
Jakob Stoklund Olesen
2012-05-16
Added LLIMCJITMemoryManager to the lli. This manager will be used for MCJIT i...
Danil Malyshev
2012-05-16
Hexagon: Remove unused command line option.
Benjamin Kramer
2012-05-16
Fix a thinko in DisintegrateMERGE_VALUES. Patch by Xiaoyi Guo.
Duncan Sands
2012-05-16
Significantly reduce the compiled size of Functions.cpp by turning a big blob...
Chris Lattner
2012-05-16
Avoid creating a cycle when folding load / op with flag / store. PR11451474. ...
Evan Cheng
2012-05-15
Enable sub-sub-register copy coalescing.
Jakob Stoklund Olesen
2012-05-15
Teach RegisterCoalescer to handle symmetric sub-register copies.
Jakob Stoklund Olesen
2012-05-15
Handle NewReg==OldReg in renameRegister().
Jakob Stoklund Olesen
2012-05-15
We never call adjustCopiesBackFrom() for partial copies.
Jakob Stoklund Olesen
2012-05-15
reuse the result of some expensive computations in getSignExtendExpr() and ge...
Nuno Lopes
2012-05-15
Extend the CoalescerPair interface to handle symmetric sub-register copies.
Jakob Stoklund Olesen
2012-05-15
Add -enable-aa-sched-mi, off by default, for AliasAnalysis inside MachineSche...
Andrew Trick
2012-05-15
Allow MCCodeEmitter access to the target MCRegisterInfo.
Jim Grosbach
2012-05-15
minor simplification to code: Ty is already a SCEV type; don't need to run ge...
Nuno Lopes
2012-05-15
Teach SimplifyLibCalls about stpcpy.
David Majnemer
2012-05-15
Rejected r156804 due to buildbots failures.
Stepan Dyatkovskiy
2012-05-15
SelectionDAGBuilder::Clusterify : main functinality was replaced with CRSBuil...
Stepan Dyatkovskiy
2012-05-15
Temporarily disable anti-dependence breaking for Mips until bug 12829 is
Akira Hatanaka
2012-05-15
Remove extraneous ';'.
Bill Wendling
2012-05-14
Add a command line option to skip the delay slot filler pass entirely for Mips.
Akira Hatanaka
2012-05-14
[Support/YAMLParser] Use rtrim on plain scalars.
Michael J. Spencer
2012-05-14
Fix use of uninitialized variable.
David Blaikie
2012-05-14
Don't access MO reference after invalidating operand list.
Jakob Stoklund Olesen
2012-05-14
Fix PR12821.
Jakob Stoklund Olesen
2012-05-14
Move the capture analysis from MemoryDependencyAnalysis to a more general place
Chad Rosier
2012-05-14
Revert 156634 upon request until code improvement changes are made.
Brendon Cahoon
2012-05-14
Rename @llvm.debugger to @llvm.debugtrap.
Dan Gohman
2012-05-14
SwitchInst cosmetics: renamed "Hash" method to "hash"
Stepan Dyatkovskiy
2012-05-14
Use ArrayRef instead of an explicit vector type.
Bill Wendling
2012-05-13
Hexagon: Initialize TBB to 0.
Benjamin Kramer
2012-05-12
Fix spacing after if.
Benjamin Kramer
2012-05-12
Add support for the .rept directive. Patch by Vladmir Sorokin. I added support
Rafael Espindola
2012-05-12
ELF: Add support for the asm .version directive.
Benjamin Kramer
2012-05-12
AsmParser: Add support for the .purgem directive.
Benjamin Kramer
2012-05-12
AsmParser: Give a nice error message for .code16gcc, which is currently unsup...
Benjamin Kramer
2012-05-12
AsmParser: ignore the .extern directive.
Benjamin Kramer
2012-05-12
AsmParser: Add support for .ifc and .ifnc directives.
Benjamin Kramer
2012-05-12
AsmParser: Add support for .ifb and .ifnb directives.
Benjamin Kramer
2012-05-12
Recommited r156374 with critical fixes in BitcodeReader/Writer:
Stepan Dyatkovskiy
2012-05-12
Teach Function::hasAddressTaken that BlockAddress doesn't really take
Jay Foad
2012-05-12
Make sure new value jump is enabled for Hexagon V5 as well.
Sirish Pande
2012-05-12
Support for Hexagon feature, New Value Jump.
Sirish Pande
[prev]
[next]