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-19
[asan] instrument memory accesses with unusual sizes
Kostya Serebryany
2013-02-19
Simplify code. No functionality change.
Jakub Staszak
2013-02-19
Fix capitalization in comment to match function name.
Craig Topper
2013-02-19
More const correcting of stack coloring.
Craig Topper
2013-02-19
Const-correct the stack coloring code.
Craig Topper
2013-02-19
Avoid extra DenseMap lookups in StackColoring::calculateLocalLiveness.
Craig Topper
2013-02-19
Expand pseudos/macros BteqzT8SltiX16, BteqzT8SltiuX16,
Reed Kotler
2013-02-19
Make the dump() function const and reduce the number of hash lookups it perfo...
Craig Topper
2013-02-19
Use a reference into the BlockLiveness DenseMap to avoid repeated hash lookup...
Craig Topper
2013-02-19
Remove some unused private fields from the AArch64MCCodeEmitter. These
Chandler Carruth
2013-02-19
Temporarily revert r175470 for more review.
Bill Wendling
2013-02-19
Expand pseudos BteqzT8CmpiX16 and BtnezT8CmpiX16.
Reed Kotler
2013-02-18
Use array_pod_sort instead of std::sort.
Jakub Staszak
2013-02-18
Check to see if the 'no-builtin' attribute is set before simplifying a librar...
Bill Wendling
2013-02-18
X86FrameLowering.cpp: Fixup. Sorry for the breakage.
NAKAMURA Takumi
2013-02-18
Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.
David Blaikie
2013-02-18
X86FrameLowering.cpp: Fix a warning in -Asserts. [-Wunused-variable]
NAKAMURA Takumi
2013-02-18
Remove a useless assert.
Chad Rosier
2013-02-18
[fast-isel] Remove an invalid assert.
Chad Rosier
2013-02-18
Fix a 32/64 bit incompatibility in the HiPE prologue generation.
Benjamin Kramer
2013-02-18
Support for HiPE-compatible code emission, patch by Yiannis Tsiouris.
Benjamin Kramer
2013-02-18
[ms-inline asm] Remove a redundant call to the setHasMSInlineAsm function.
Chad Rosier
2013-02-18
R600/SI: Use MULADD_IEEE/V_MAD_F32 instruction for mad pattern
Vincent Lejeune
2013-02-18
R600: Support for TBO
Vincent Lejeune
2013-02-18
R600: Increase number of ArrayBase Reg to 32
Vincent Lejeune
2013-02-18
[asan] revert r175266 as it breaks code with packed structures. supporting lo...
Kostya Serebryany
2013-02-18
Futureproof AttrBuild if we ever have more than 64 attr enum values.
Benjamin Kramer
2013-02-18
DIBuilder: Correct the null/0 type of trailing fields in struct debug info.
David Blaikie
2013-02-18
DIBuilder: Add function and method definitions to the list of all subprograms
David Blaikie
2013-02-18
[ms-inline asm] Fix undefined behavior to reset hasMSInlineAsm in advance of ...
NAKAMURA Takumi
2013-02-18
Narrow the return types of a few DIBuilder utility functions.
David Blaikie
2013-02-18
Expand macro/pseudo instructions BtnezT8SltX16 and BtnezT8SltuX16.
Reed Kotler
2013-02-18
Expand pseudo/macro BteqzT8SltuX16 . There is no test case because
Reed Kotler
2013-02-18
Expand pseudo/macro BteqzT8SltX16.
Reed Kotler
2013-02-18
Expand macro/pseudo BteqzT8CmpX16.
Reed Kotler
2013-02-18
Beginning of expanding all current mips16 macro/pseudo instruction sequences.
Reed Kotler
2013-02-17
X86: Add a note.
Benjamin Kramer
2013-02-17
[XCore] Add missing 2r instructions.
Richard Osborne
2013-02-17
[XCore] Add TSETR instruction.
Richard Osborne
2013-02-17
[XCore] Add missing u10 / lu10 instructions.
Richard Osborne
2013-02-17
[XCore] Add missing u6 / lu6 instructions.
Richard Osborne
2013-02-17
Return false instead of 0.
Jakub Staszak
2013-02-17
AArch64: Avoid shifts by 64, that's undefined behavior.
Benjamin Kramer
2013-02-17
Add multithreading functions and shutdown to the C API. Patch by Moritz
Duncan Sands
2013-02-17
BBVectorize: Fix an invalid reference bug
Hal Finkel
2013-02-17
Make the visibility of LLVMPPCCompilationCallback work with GCC.
Benjamin Kramer
2013-02-17
Remove use of reverse iterators in repairIntervalsInRange(). While they were
Cameron Zwarich
2013-02-17
Use ArrayRef instead of a reference to a SmallVectorImpl.
Cameron Zwarich
2013-02-17
Fix a conversion from a forward iterator to a reverse iterator in
Cameron Zwarich
2013-02-17
Add support for updating the LiveIntervals of registers used by 'exotic'
Cameron Zwarich
[prev]
[next]