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
/
include
Age
Commit message (
Expand
)
Author
2012-05-08
Rejected r156374: Ordinary PR1255 patch. Due to clang-x86_64-debian-fnt build...
Stepan Dyatkovskiy
2012-05-08
Remove 256-bit AVX non-temporal store intrinsics. Similar was previously done...
Craig Topper
2012-05-08
Ordinary patch for PR1255.
Stepan Dyatkovskiy
2012-05-07
Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().
Jakob Stoklund Olesen
2012-05-07
Constify (trivially) ImmutableSet::iterator::getVisitState().
Jordy Rose
2012-05-07
Add TRI::getCommonSuperRegClass().
Jakob Stoklund Olesen
2012-05-07
Fix trivial typo in llvm_move.
John McCall
2012-05-07
Add SSE4A MOVNTSS/MOVNTSD instructions.
Craig Topper
2012-05-07
Tidy up. Whitespace.
Jim Grosbach
2012-05-05
reapply my patch, with a fix for an off-by-one error. Turned out to be a lot
Chris Lattner
2012-05-05
revert my patches, which are causing problems.
Chris Lattner
2012-05-05
add missing header <shame>
Chris Lattner
2012-05-05
Nuke a few dead remnants of the CBE.
Jim Grosbach
2012-05-05
[Support] Add sys::Process::GetRandomNumber().
Daniel Dunbar
2012-05-05
[build] Add build check for ::arc4random().
Daniel Dunbar
2012-05-05
Add a new target hook "predictableSelectIsExpensive".
Benjamin Kramer
2012-05-04
Teach the code extractor how to extract a sequence of blocks from
Chandler Carruth
2012-05-04
Rename the Region::block_iterator to Region::block_node_iterator, and
Chandler Carruth
2012-05-04
This patch adds a new NVPTX back-end to LLVM which supports code generation f...
Justin Holewinski
2012-05-04
Factor the computation of input and output sets into a public interface
Chandler Carruth
2012-05-04
Move the CodeExtractor utility to a dedicated header file / source file,
Chandler Carruth
2012-05-04
Remove the SubRegClasses field from RegisterClass descriptions.
Jakob Stoklund Olesen
2012-05-04
Remove TargetRegisterClass::SuperRegClasses.
Jakob Stoklund Olesen
2012-05-04
Use SuperRegClassIterator for findRepresentativeClass().
Jakob Stoklund Olesen
2012-05-04
Add a SuperRegClassIterator class.
Jakob Stoklund Olesen
2012-05-04
A pile of long over-due refactorings here. There are some very, *very*
Chandler Carruth
2012-05-03
Add a FoldingSetVector datastructure which is analogous to a SetVector,
Chandler Carruth
2012-05-03
Use a shared implementation of getMatchingSuperRegClass().
Jakob Stoklund Olesen
2012-05-03
Add TargetRegisterClass::getSuperRegIndices().
Jakob Stoklund Olesen
2012-05-03
Factor the logic for testing whether a basic block is viable for code
Chandler Carruth
2012-05-03
Add rudimentary CMake logic for detecting Graphviz.
Ted Kremenek
2012-05-03
add support for calloc to objectsize lowering
Nuno Lopes
2012-05-03
Fix the type of SubClassMask.
Jakob Stoklund Olesen
2012-05-03
Don't override subreg functions in targets without subregisters.
Jakob Stoklund Olesen
2012-05-03
Added TargetRegisterInfo::getAllocatableClass.
Andrew Trick
2012-05-02
Move llvm-tblgen's StringMatcher into the TableGen library so it can
Douglas Gregor
2012-05-02
[llvm-c] Make a few function declarations proper prototypes
Anders Waldenborg
2012-05-02
Update SmallVector to support move semantics if the host does.
John McCall
2012-05-01
Target independent Hexagon Packetizer fix.
Sirish Pande
2012-05-01
YAMLParser: get rid of global ctors & dtors.
Benjamin Kramer
2012-05-01
Change the PassManager from a reference to a pointer.
Bill Wendling
2012-04-30
Second attempt at PR12573:
Bill Wendling
2012-04-29
Remove superfluous 'inline'
Craig Topper
2012-04-29
Fix some formatting, grammar and style issues and add a couple of missing com...
Eli Bendersky
2012-04-29
SmallVector: Don't rely on having an assignment operator around in push_back ...
Benjamin Kramer
2012-04-29
Fix comments from copy-paste to a more relevant meaning
Eli Bendersky
2012-04-29
Add constants for first and last integer vector types to be consistent with f...
Craig Topper
2012-04-29
Remove tab characters
Craig Topper
2012-04-29
Mark the default cases of MVT::getVectorElementType and MVT:getVectorNumEleme...
Craig Topper
2012-04-28
Don't update spill weights when joining intervals.
Jakob Stoklund Olesen
[next]