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
/
Target
Age
Commit message (
Expand
)
Author
2011-02-22
Guard against de-referencing MBB.end().
Evan Cheng
2011-02-22
available_externally (hidden or not) GVs are always accessed via stubs. rdar:...
Evan Cheng
2011-02-22
Only use blx for external function calls on thumb, these could be fixed
Eric Christopher
2011-02-22
Recognize loopz and loopnz as aliases for loope and loopne.
Joerg Sonnenberger
2011-02-22
Implement xgetbv and xsetbv.
Rafael Espindola
2011-02-21
Skipping over debugvalue instructions to determine whether the split spot is ...
Evan Cheng
2011-02-21
Revert r124611 - "Keep track of incoming argument's location while emitting L...
Devang Patel
2011-02-21
Fixed a bug in the X86 disassembler where a member of the
Sean Callanan
2011-02-21
Add XCore intrinsics for various instructions on ports.
Richard Osborne
2011-02-21
The stack should be 16 byte aligned on 32 bit solaris. Patch by Yuri.
Duncan Sands
2011-02-21
a serious "compare CSE" issue that is nontrivial to get right,
Chris Lattner
2011-02-21
Target/X86/X86FastISel: [PR6275] Fix Win32's dllimport function with fastisel.
NAKAMURA Takumi
2011-02-21
Generate correct Sparc32 ABI compliant code for functions that return a struct.
Venkatraman Govindaraju
2011-02-21
add a missed loop deletion case.
Chris Lattner
2011-02-21
add an idiom that loop idiom could theoretically catch.
Chris Lattner
2011-02-21
A lo/hi mul has higher latency than an imul r,ri, e.g. 5 cycles compared to 3
Cameron Zwarich
2011-02-21
The signed version of our "magic number" computation for the integer approxim...
Cameron Zwarich
2011-02-20
If both operands are loads from stores in memory we can't use movlpd/movlps
Eric Christopher
2011-02-20
Use explicit add_subdirectory's for LLVM target sublibraries instead
Oscar Fuentes
2011-02-19
Minor x86 README updates.
Eli Friedman
2011-02-19
implement PR9264: disambiguating 'bt mem, imm' as a btl.
Chris Lattner
2011-02-19
Fix typos.
Eric Christopher
2011-02-19
Avoid dangling else warnings.
Joerg Sonnenberger
2011-02-18
add a way to disable all builtins, wire it up to opt's -disable-simplifylibca...
Chris Lattner
2011-02-18
Move library stuff out of the toplevel CMakeLists.txt file.
Oscar Fuentes
2011-02-18
introduce a new TargetLibraryInfo pass, which transformations can use to
Chris Lattner
2011-02-18
Fix style and a typo
Bruno Cardoso Lopes
2011-02-18
Add assembly parsing support for "msr" and also fix its encoding. Also add
Bruno Cardoso Lopes
2011-02-18
add a poor division by constant case.
Chris Lattner
2011-02-18
Recognize monitor/mwait with explicit register arguments
Joerg Sonnenberger
2011-02-17
Recognize leavel and leaveq aliases for leave.
Joerg Sonnenberger
2011-02-17
[AVX] Recorganize X86ShuffleDecode into its own library
David Greene
2011-02-17
The labyrinthine X86 backend no longer appears to require
Dan Gohman
2011-02-17
Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 generally.
NAKAMURA Takumi
2011-02-17
Fix whitespace.
NAKAMURA Takumi
2011-02-17
This has been implemented.
Duncan Sands
2011-02-17
add some notes on compares + binops. Remove redundant entries.
Chris Lattner
2011-02-16
Add a few missed xforms from GCC PR14753
Chris Lattner
2011-02-16
Swap VT and DebugLoc operands of getExtLoad() for consistency with
Stuart Hastings
2011-02-16
Remove outdated README entry.
Eli Friedman
2011-02-16
Remove outdated README entry.
Eli Friedman
2011-02-16
Update README entry.
Eli Friedman
2011-02-16
Add support for pushsection and popsection. Patch by Joerg Sonnenberger.
Rafael Espindola
2011-02-16
Some single precision VFP instructions may be executed on NEON pipeline, but ...
Evan Cheng
2011-02-15
Teach ARMLoadStoreOptimizer to remove kill flags from merged instructions as ...
Jakob Stoklund Olesen
2011-02-15
Spelling fix: consequtive -> consecutive.
Duncan Sands
2011-02-14
Remove unused bitvectors that record ARM callee-saved registers.
Bob Wilson
2011-02-14
A fail to match coprocessor number and register number must fail instead of a...
Bruno Cardoso Lopes
2011-02-14
Fix encoding and add parsing support for the arm/thumb CPS instruction:
Bruno Cardoso Lopes
2011-02-13
Enhance ComputeMaskedBits to know that aligned frameindexes
Chris Lattner
[next]