aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2012-09-22Casting: assert that pointer arguments to isa<> are non-null.Jordan Rose
2012-09-22DenseMap: assert that we have found a bucket before we try to insert into it.Jordan Rose
2012-09-21Add an --enable-backtraces option to configure to determineEric Christopher
2012-09-21Add 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-21Encapsulate the "construct*AlignmentFromInt" functions.Bill Wendling
2012-09-21Make the 'get*AlignmentFromAttr' functions into member functions within the A...Bill Wendling
2012-09-21Fix SymbolRef::getAddress implementation for ELF. The 'value' field in symbol...Alexey Samsonov
2012-09-21ARM: Use a dedicated intrinsic for vector bitwise select.Jim Grosbach
2012-09-20Revert r164308 to fix buildbots.Bill Wendling
2012-09-20Make the 'get*AlignmentFromAttr' functions into member functions within the A...Bill Wendling
2012-09-20Remove more bare uses of the different Attribute enums.Bill Wendling
2012-09-20Make the 'getAsString' function a method of the Attributes class.Bill Wendling
2012-09-19ARM: Tidy up IntrinsicsARM.td a bit.Jim Grosbach
2012-09-19Add predicates for queries on whether an attribute exists.Bill Wendling
2012-09-19Merge commit '020aba0c3b6092e353e133446cb6453f95f0d61b'Derek Schuff
2012-09-19Add in new data types that are used by AMDIL/ANL among others.Micah Villmow
2012-09-19Implement a correct copy constructor for Record. Now that we're using the ID...Owen Anderson
2012-09-19This patch adds memory support functions which will later be used to implemen...Andrew Kaylor
2012-09-19Add support for macro parameters/arguments delimited by spaces,Preston Gurd
2012-09-19Add support for accessing an MDNode's operands via the C binding. Patch byDuncan Sands
2012-09-19Document the interface for integer expansion, using doxygen-style commentsMichael Ilseman
2012-09-19Forward declarationsMichael Ilseman
2012-09-19Fix minor typo in IntervalPartition.hWill Dietz
2012-09-19Make MapVector a bit more expensive but harder to misuse. We now onlyRafael Espindola
2012-09-19InlineCost: Make TotalAllocaSizeRecursiveCaller unsigned to avoid sign-compar...Benjamin Kramer
2012-09-19Remove unused and broken CloneFunction wrapper.Benjamin Kramer
2012-09-19Prevent inlining of callees which allocate lots of memory into a recursive ca...Nadav Rotem
2012-09-19Refactor Record* by-ID comparator to Record.hSean Silva
2012-09-18Fix Compile error on macDerek Schuff
2012-09-18Merge commit '8e70b5506ec0d7a6c2740bc89cd1b8f12a78b24f'Derek Schuff
2012-09-18New utility for expanding integer division for targets that don't support it.Michael Ilseman
2012-09-18Add a MapVector class. It provides a regular set iteration, butRafael Espindola
2012-09-18Avoid symbol name clash when filling TOC.Roman Divacky
2012-09-18Add PowerPC64 relocation definitions. Patch by Adhemerval Zanella!Roman Divacky
2012-09-18When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky
2012-09-18Make MachinePostDominatorTree::DT privateTom Stellard
2012-09-18Replaced ReInitMCSubtargetInfo with InitMCProcessor.Andrew Trick
2012-09-18Fix a typo. No functional change.Craig Topper
2012-09-18Let NULL slip through again.Andrew Trick
2012-09-18TargetSchedModel API. Implement latency lookup, disabled.Andrew Trick
2012-09-18TableGen subtarget emitter. Remove unnecessary header dependence.Andrew Trick
2012-09-18Mark unimplemented operator new as LLVM_DELETED_FUNCTION.Craig Topper
2012-09-18TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...Andrew Trick
2012-09-18Mark constructors, destructors, and operator new commented as 'do not impleme...Craig Topper
2012-09-18Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper
2012-09-17Merge into undefined lanes under -new-coalescer.Jakob Stoklund Olesen
2012-09-17Revert r164061-r164067. Most of the new subtarget emitter.Andrew Trick
2012-09-17Remove redundant semicolons to fix -pedantic-errors build break with older Cl...Richard Smith
2012-09-17llvm/Target/TargetSubtargetInfo.h: Fix case in #include, s#llvm/Codegen/#llvm...NAKAMURA Takumi