summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Encapsulate the "construct*AlignmentFromInt" functions.Bill Wendling2012-09-21
* Make the 'get*AlignmentFromAttr' functions into member functions within the A...Bill Wendling2012-09-21
* Fix SymbolRef::getAddress implementation for ELF. The 'value' field in symbol...Alexey Samsonov2012-09-21
* ARM: Use a dedicated intrinsic for vector bitwise select.Jim Grosbach2012-09-21
* Revert r164308 to fix buildbots.Bill Wendling2012-09-20
* Make the 'get*AlignmentFromAttr' functions into member functions within the A...Bill Wendling2012-09-20
* Remove more bare uses of the different Attribute enums.Bill Wendling2012-09-20
* Make the 'getAsString' function a method of the Attributes class.Bill Wendling2012-09-20
* ARM: Tidy up IntrinsicsARM.td a bit.Jim Grosbach2012-09-19
* Add predicates for queries on whether an attribute exists.Bill Wendling2012-09-19
* Add in new data types that are used by AMDIL/ANL among others.Micah Villmow2012-09-19
* Implement a correct copy constructor for Record. Now that we're using the ID...Owen Anderson2012-09-19
* This patch adds memory support functions which will later be used to implemen...Andrew Kaylor2012-09-19
* Add support for macro parameters/arguments delimited by spaces,Preston Gurd2012-09-19
* Add support for accessing an MDNode's operands via the C binding. Patch byDuncan Sands2012-09-19
* Document the interface for integer expansion, using doxygen-style commentsMichael Ilseman2012-09-19
* Forward declarationsMichael Ilseman2012-09-19
* Fix minor typo in IntervalPartition.hWill Dietz2012-09-19
* Make MapVector a bit more expensive but harder to misuse. We now onlyRafael Espindola2012-09-19
* InlineCost: Make TotalAllocaSizeRecursiveCaller unsigned to avoid sign-compar...Benjamin Kramer2012-09-19
* Remove unused and broken CloneFunction wrapper.Benjamin Kramer2012-09-19
* Prevent inlining of callees which allocate lots of memory into a recursive ca...Nadav Rotem2012-09-19
* Refactor Record* by-ID comparator to Record.hSean Silva2012-09-19
* New utility for expanding integer division for targets that don't support it.Michael Ilseman2012-09-18
* Add a MapVector class. It provides a regular set iteration, butRafael Espindola2012-09-18
* Avoid symbol name clash when filling TOC.Roman Divacky2012-09-18
* Add PowerPC64 relocation definitions. Patch by Adhemerval Zanella!Roman Divacky2012-09-18
* When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky2012-09-18
* Make MachinePostDominatorTree::DT privateTom Stellard2012-09-18
* Replaced ReInitMCSubtargetInfo with InitMCProcessor.Andrew Trick2012-09-18
* Fix a typo. No functional change.Craig Topper2012-09-18
* Let NULL slip through again.Andrew Trick2012-09-18
* TargetSchedModel API. Implement latency lookup, disabled.Andrew Trick2012-09-18
* TableGen subtarget emitter. Remove unnecessary header dependence.Andrew Trick2012-09-18
* Mark unimplemented operator new as LLVM_DELETED_FUNCTION.Craig Topper2012-09-18
* TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...Andrew Trick2012-09-18
* Mark constructors, destructors, and operator new commented as 'do not impleme...Craig Topper2012-09-18
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-18
* Merge into undefined lanes under -new-coalescer.Jakob Stoklund Olesen2012-09-17
* Revert r164061-r164067. Most of the new subtarget emitter.Andrew Trick2012-09-17
* Remove redundant semicolons to fix -pedantic-errors build break with older Cl...Richard Smith2012-09-17
* llvm/Target/TargetSubtargetInfo.h: Fix case in #include, s#llvm/Codegen/#llvm...NAKAMURA Takumi2012-09-17
* Don't use NULL as a fake keywordAndrew Trick2012-09-17
* InitMCProcessorAndrew Trick2012-09-17
* TargetSchedModel API. Implement latency lookup, disabled.Andrew Trick2012-09-17
* TableGen subtarget emitter. Generate resolveSchedClass generated hook for res...Andrew Trick2012-09-17
* TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...Andrew Trick2012-09-17
* Add a MachinePostDominator passTom Stellard2012-09-17
* Add Michael Spencer's iterator class for stepping through relocations. Add m...Sid Manning2012-09-17
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-17