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
2013-02-20
Fix PR15155: lost vadd/vsplat optimization.
Bill Schmidt
2013-02-20
Move the SplatByte helper to APInt and generalize it a bit.
Benjamin Kramer
2013-02-20
I optimized the following patterns:
Elena Demikhovsky
2013-02-20
[asan] instrument invoke insns with noreturn attribute (as well as call insns)
Kostya Serebryany
2013-02-20
Fix thumbv5e frame lowering assertion failure.
Logan Chien
2013-02-20
Fully qualify llvm::next to avoid ambiguity when building as C++11.
David Blaikie
2013-02-20
Fix the (clang -Werror) build by removing an unused member variable.
David Blaikie
2013-02-20
Modify the LLVM assembly output so that it uses references to represent funct...
Bill Wendling
2013-02-20
Add support to the two-address pass for updating LiveIntervals in many of the
Cameron Zwarich
2013-02-20
Move the computation of the IsEarlyClobber flag into its own loop, since the
Cameron Zwarich
2013-02-20
Add SlotIndexes::repairIndexesInRange(), which repairs SlotIndexes after adding
Cameron Zwarich
2013-02-20
Remove verification after PHIElimination when using LiveIntervals, and move it
Cameron Zwarich
2013-02-20
Avoid recomputing an inserted instruction's SlotIndex.
Cameron Zwarich
2013-02-20
Add preservation of SlotIndexes to PHIElimination.
Cameron Zwarich
2013-02-20
Expand pseudos/macros:
Reed Kotler
2013-02-20
Add missing #include.
Jakub Staszak
2013-02-20
Fix #includes, so we include only what we really need.
Jakub Staszak
2013-02-20
Move part of APInt implementation from header to cpp file. These methods
Jakub Staszak
2013-02-20
clear new map and initialize new variable
Pedro Artigas
2013-02-20
Add the function attributes from an inline asm call. These don't have declara...
Bill Wendling
2013-02-19
[ms-inline asm] Force the use of a base pointer if the MachineFunction includes
Chad Rosier
2013-02-19
Update a portability kludge to keep it in sync with changes in the code
Dan Gohman
2013-02-19
ELF symbol table field st_other support,
Jack Carter
2013-02-19
Remove unused variable.
Jakub Staszak
2013-02-19
Minor cleanups. No functionality change.
Jakub Staszak
2013-02-19
ELF symbol table field st_other support,
Jack Carter
2013-02-19
Remove unneeded #includes.
Jakub Staszak
2013-02-19
ELF symbol table field st_other support,
Jack Carter
2013-02-19
Fix typos.
Jakub Staszak
2013-02-19
ELF symbol table field st_other support,
Jack Carter
2013-02-19
Add obvious constantness.
Jakub Staszak
2013-02-19
ARM NEON: Don't need COPY_TO_REGCLASS in pattern
Arnold Schwaighofer
2013-02-19
Fix a bug in mayHaveSideEffects. Functions that do not return are now conside...
Nadav Rotem
2013-02-19
Fix a bug that was found by the clang static analyzer. The var "AT" is null s...
Nadav Rotem
2013-02-19
Whitelist files and block devices instead of blacklisting fifos and
Dan Gohman
2013-02-19
Don't trust st_size of a character device. This fixes using
Dan Gohman
2013-02-19
ARM: Allocation hints must make sure to be in the alloc order.
Jim Grosbach
2013-02-19
Assert that the target provided hints are in the allocation order.
Jakob Stoklund Olesen
2013-02-19
Hexagon: Sync TSFlags in MCTargetDesc/HexagonBaseInfo.h with
Jyotsna Verma
2013-02-19
Clean up HiPE prologue emission a bit and avoid signed arithmetic tricks.
Benjamin Kramer
2013-02-19
Move LLVM_LIBRARY_VISIBILITY for consistency with what was done to
Rafael Espindola
2013-02-19
Fix GCMetadaPrinter::finishAssembly not executed, patch by Yiannis Tsiouris.
Benjamin Kramer
2013-02-19
Make ARMAsmPrinter pass name more precise and fix comment.
Eli Bendersky
2013-02-19
Make pass name more precise and fix comment.
Eli Bendersky
2013-02-19
ARM NEON: Merge a f32 bitcast of a v2i32 extractelt
Arnold Schwaighofer
2013-02-19
R600: Add AR_X to the R600_TReg_X register class.
Tom Stellard
2013-02-19
R600: Mark all members of the TRegMem register class as reserved
Tom Stellard
2013-02-19
R600: Fix scheduler crash caused by invalid MachinePointerInfo
Tom Stellard
2013-02-19
R600: Fix tracking of implicit defs in the IndirectAddressing pass
Tom Stellard
2013-02-19
Fix initialization-order bug in llvm::Support::TimeValue. TimeValue::now() is...
Alexey Samsonov
[prev]
[next]