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-09-26
Add is16BitVector and is32BitVector to MVT and call them from EVT. Matches ot...
Craig Topper
2012-09-26
Rename virtual table anchors from Anchor() to anchor() for consistency with t...
Craig Topper
2012-09-26
Mark extended type querying methods as 'readonly' to reduce compile size.
Craig Topper
2012-09-26
Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...
Michael Ilseman
2012-09-25
Move remaining methods inside the Attributes class. Merge the 'Attribute' nam...
Bill Wendling
2012-09-25
Move Attribute::typeIncompatible inside of the Attributes class.
Bill Wendling
2012-09-25
TargetLowering interface to set/get minimum block entries for jump tables.
Sebastian Pop
2012-09-25
Revert r164614 to appease the buildbots.
Chad Rosier
2012-09-25
Expansions for u/srem, using the udiv expansion. More unit tests for udiv and...
Michael Ilseman
2012-09-24
Typo.
Chad Rosier
2012-09-24
Rather then have a wrapper function, have tblgen instantiate the implementation.
Chad Rosier
2012-09-23
Add LLVM_OVERRIDE to methods that override their base classes.
Craig Topper
2012-09-22
Machine Model (-schedmodel only). Added SchedAliases.
Andrew Trick
2012-09-22
Add llvm::getOrdinalSuffix to get the appropriate -st, -nd, -rd, -th suffix.
Jordan Rose
2012-09-22
Casting: assert that pointer arguments to isa<> are non-null.
Jordan Rose
2012-09-22
DenseMap: assert that we have found a bucket before we try to insert into it.
Jordan Rose
2012-09-21
Add an --enable-backtraces option to configure to determine
Eric Christopher
2012-09-21
Add an MDBuilder utility for creating !tbaa.struct nodes.
Dan Gohman
2012-09-21
[ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser.
Chad Rosier
2012-09-21
Encapsulate the "construct*AlignmentFromInt" functions.
Bill Wendling
2012-09-21
Make the 'get*AlignmentFromAttr' functions into member functions within the A...
Bill Wendling
2012-09-21
Fix SymbolRef::getAddress implementation for ELF. The 'value' field in symbol...
Alexey Samsonov
2012-09-21
ARM: Use a dedicated intrinsic for vector bitwise select.
Jim Grosbach
2012-09-20
Revert r164308 to fix buildbots.
Bill Wendling
2012-09-20
Make the 'get*AlignmentFromAttr' functions into member functions within the A...
Bill Wendling
2012-09-20
Remove more bare uses of the different Attribute enums.
Bill Wendling
2012-09-20
Make the 'getAsString' function a method of the Attributes class.
Bill Wendling
2012-09-19
ARM: Tidy up IntrinsicsARM.td a bit.
Jim Grosbach
2012-09-19
Add predicates for queries on whether an attribute exists.
Bill Wendling
2012-09-19
Add in new data types that are used by AMDIL/ANL among others.
Micah Villmow
2012-09-19
Implement a correct copy constructor for Record. Now that we're using the ID...
Owen Anderson
2012-09-19
This patch adds memory support functions which will later be used to implemen...
Andrew Kaylor
2012-09-19
Add support for macro parameters/arguments delimited by spaces,
Preston Gurd
2012-09-19
Add support for accessing an MDNode's operands via the C binding. Patch by
Duncan Sands
2012-09-19
Document the interface for integer expansion, using doxygen-style comments
Michael Ilseman
2012-09-19
Forward declarations
Michael Ilseman
2012-09-19
Fix minor typo in IntervalPartition.h
Will Dietz
2012-09-19
Make MapVector a bit more expensive but harder to misuse. We now only
Rafael Espindola
2012-09-19
InlineCost: Make TotalAllocaSizeRecursiveCaller unsigned to avoid sign-compar...
Benjamin Kramer
2012-09-19
Remove unused and broken CloneFunction wrapper.
Benjamin Kramer
2012-09-19
Prevent inlining of callees which allocate lots of memory into a recursive ca...
Nadav Rotem
2012-09-19
Refactor Record* by-ID comparator to Record.h
Sean Silva
2012-09-18
New utility for expanding integer division for targets that don't support it.
Michael Ilseman
2012-09-18
Add a MapVector class. It provides a regular set iteration, but
Rafael Espindola
2012-09-18
Avoid symbol name clash when filling TOC.
Roman Divacky
2012-09-18
Add PowerPC64 relocation definitions. Patch by Adhemerval Zanella!
Roman Divacky
2012-09-18
When creating MCAsmBackend pass the CPU string as well. In X86AsmBackend
Roman Divacky
2012-09-18
Make MachinePostDominatorTree::DT private
Tom Stellard
2012-09-18
Replaced ReInitMCSubtargetInfo with InitMCProcessor.
Andrew Trick
2012-09-18
Fix a typo. No functional change.
Craig Topper
[next]