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-10-25
Remove exception handling usage from tblgen.
Joerg Sonnenberger
2012-10-25
Add 'const' qualifier on member functions not changing its fields.
Michael Liao
2012-10-25
In preparation for removing exception handling in tablegen, add
Joerg Sonnenberger
2012-10-25
DependenceAnalysis: Push #includes down into the implementation.
Benjamin Kramer
2012-10-25
add TableGen support to create relationship maps between instructions
Sebastian Pop
2012-10-25
Initial TOC support for PowerPC64 object creation
Adhemerval Zanella
2012-10-24
Implement a basic cost model for vector and scalar instructions.
Nadav Rotem
2012-10-24
Make LegalizeKind public so that we can use it outside of TargetLowering.
Nadav Rotem
2012-10-24
Make ~Operator() protected so subclasses can inherit it and not have
Kaelyn Uhrain
2012-10-24
Improve DenseMap checks for power of 2 growth. Thanks for the tip Jakob
Pete Cooper
2012-10-24
Add some cleanup to the DataLayout changes requested by Chandler.
Micah Villmow
2012-10-24
Back out r166591, not sure why this made it through since I cancelled the com...
Micah Villmow
2012-10-24
Implement a basic VectorTargetTransformInfo interface to be used by the loop ...
Nadav Rotem
2012-10-24
Delete a directory that wasn't supposed to be checked in yet.
Micah Villmow
2012-10-24
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-24
Special calling conventions for Intel OpenCL built-in library.
Elena Demikhovsky
2012-10-24
Fix ODR violations: a virtual function must be defined, even if it's never
Richard Smith
2012-10-23
[Support/StringSet] Fix memory leak when inserted key already exists.
Michael J. Spencer
2012-10-23
Make branch heavy code for generating marked up disassembly simpler
Kevin Enderby
2012-10-23
Change DenseMap to use a power of 2 growth if one is given instead of the nex...
Pete Cooper
2012-10-23
Fixed bug in SmallDenseMap where it wouldn't leave enough space for an empty ...
Pete Cooper
2012-10-23
[ms-inline asm] Add an implementation of the offset operator. This is a follow
Chad Rosier
2012-10-23
Use ilist rather than std::list for Node and Edge lists in the PBQP graph. This
Lang Hames
2012-10-22
[ms-inline-asm] Implement _emit directive (which is roughly equivalent to .by...
Eli Friedman
2012-10-22
Add support for annotated disassembly output for X86 and arm.
Kevin Enderby
2012-10-22
[ms-inline asm] Add the isOffsetOf() function.
Chad Rosier
2012-10-22
Add the "ForceSizeOpt" attribute.
Nadav Rotem
2012-10-20
Symbol hygiene: Make sure declarations and definitions match, make helper fun...
Benjamin Kramer
2012-10-19
1. Remove noreturn attribute from __builtin_debugtrap().
Shuxin Yang
2012-10-19
Grammar-o.
Eric Christopher
2012-10-19
revert r166264 because the LTO build is still failing
Nadav Rotem
2012-10-19
[ms-inline asm] Have the TargetParser callback to Sema to determine the size of
Chad Rosier
2012-10-19
Add 'IntrNoReturn' for longjmp intrinsics
Michael Liao
2012-10-19
[ms-inline asm] Add a MCAsmParserSemaCallback to the TargetAsmParser.
Chad Rosier
2012-10-19
This patch is to fix radar://8426430. It is about llvm support of __builtin_d...
Shuxin Yang
2012-10-19
[ms-inline asm] Add the isParsingInlineAsm() function to the MCAsmTargetParser.
Chad Rosier
2012-10-19
Move SplitBlockAndInsertIfThen to BasicBlockUtils.
Evgeniy Stepanov
2012-10-19
Pacify -Wnon-virtual-dtor.
Nick Lewycky
2012-10-19
recommit the patch that makes LSR and LowerInvoke use the TargetTransform int...
Nadav Rotem
2012-10-18
Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...
Nadav Rotem
2012-10-18
Fix case for include of Compiler.h.
Jordan Rose
2012-10-18
Add move constructors for OwningPtr and OwningArrayPtr.
Jordan Rose
2012-10-18
Add a T&& constructor to llvm::Optional.
Jordan Rose
2012-10-18
[ms-inline asm] Add a size argument to the LookupInlineAsmIdentifier() callback,
Chad Rosier
2012-10-18
Change MachineFrameInfo::StackObject::Alloca from Value* to AllocaInst*
Sebastian Pop
2012-10-18
[ms-inline asm] Have the LookupInlineAsmIdentifier() callback function return a
Chad Rosier
2012-10-18
[ms-inline asm] Move most of the AsmParsing logic in clang back into the MC
Chad Rosier
2012-10-18
Introduce a BarrierNoop pass, a hack designed to allow *some* control
Chandler Carruth
2012-10-18
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-17
Switch MRI::UsedPhysRegs to a register unit bit vector.
Jakob Stoklund Olesen
[next]