summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Remove the the block_node_iterator of Region, replace it by the block_iterator.Hongbin Zheng2012-08-27
* Support MIPS DSP Rev2 intrinsics.Simon Atanasyan2012-08-27
* Add basic support for .debug_ranges section to LLVM's DebugInfo library.Alexey Samsonov2012-08-27
* Mark avx2 maskstore has ReadWriteArgMem. Mark broadcast and maskload as ReadA...Craig Topper2012-08-26
* Fix integer undefined behavior due to signed left shift overflow in LLVM.Richard Smith2012-08-24
* Forgot to check in ProfileDataTypes.h in r162576Manman Ren2012-08-24
* Profile: move a single enum out of ProfileInfoTypes.h into a new Manman Ren2012-08-24
* BranchProb: modify the definition of an edge in BranchProbabilityInfo to handleManman Ren2012-08-24
* Lower constant pools and jump tables via TOC on PPC64/SVR4.Roman Divacky2012-08-24
* Try to appease MSVC even more elaborately in the alignment hacking space.Chandler Carruth2012-08-24
* Tristate mayLoad, mayStore, and hasSideEffects.Jakob Stoklund Olesen2012-08-23
* Add CodeGenTarget::guessInstructionProperties.Jakob Stoklund Olesen2012-08-23
* Fix attributes on X86 store intrinsics.Jakob Stoklund Olesen2012-08-23
* Fix a stub signature. HeuristicReduce should return a bool.Lang Hames2012-08-23
* Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko2012-08-23
* Make the setInst method take its MCInst parameter by reference, a la Jim'sLang Hames2012-08-23
* Simplify the computeOperandLatency API.Andrew Trick2012-08-23
* Fix an assortment of doxygen comment mistakes found by -Wdocumentation.Ted Kremenek2012-08-22
* Print out the location of expanded multiclass defs in TableGen errors.Jakob Stoklund Olesen2012-08-22
* MCInstFragment constructor should take by-reference MCInst.Jim Grosbach2012-08-22
* Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper2012-08-22
* For mips64 switch statements in subroutines could generate Jack Carter2012-08-22
* Reduce alignment of SmallVector<T> to the required amount, rather than forcin...Richard Smith2012-08-22
* Add a few functions to TargetLibraryInfo as part of PR13574.Chad Rosier2012-08-21
* Fix misaligned access in MachO object file reader: despite containing anRichard Smith2012-08-21
* [ms-inline asm] Do not report a Parser error when matching inline assembly.Chad Rosier2012-08-21
* Provide a portability macro for __builtin_trap.David Blaikie2012-08-21
* [ms-inline asm] Expose the ErrorInfo from the MatchInstructionImpl. In general,Chad Rosier2012-08-21
* Pacify PVS-Studio by changing the type rather than doing a cast, a tweakDuncan Sands2012-08-21
* Add support for the --param ssp-buffer-size= driver option.Chad Rosier2012-08-21
* PVS-Studio noticed that EmitVBR64 would perform undefined behaviour if theDuncan Sands2012-08-21
* Fix a quadratic algorithm in MachineBranchProbabilityInfo.Jakob Stoklund Olesen2012-08-20
* Clarify that duplicate edges are not allowed in the Machine CFG.Jakob Stoklund Olesen2012-08-20
* Correct MCJIT functionality for MIPS32 architecture.Akira Hatanaka2012-08-17
* Add stub methods for mips assembly matcher. Akira Hatanaka2012-08-17
* MemoryBuiltins: Properly guard ObjectSizeOffsetVisitor against cycles in the IR.Benjamin Kramer2012-08-17
* Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' toBill Wendling2012-08-17
* Insertion of NoFolder functions to avoid ambiguous overload warnings or error...Jin-Gu Kang2012-08-17
* Test commit.Pranav Bhandarkar2012-08-17
* Flatten the aligned-char-array utility template to be a directlyChandler Carruth2012-08-17
* Add an MCID::Select flag and TII hooks for optimizing selects.Jakob Stoklund Olesen2012-08-16
* Revert r162034, r162035 and r162037.Roman Divacky2012-08-16
* Add PPC64 relocations definitions, by Adhemerval Zanella.Roman Divacky2012-08-16
* Handle PowerPC.Roman Divacky2012-08-16
* Teach GVN to reason about edges dominating uses. This allows it to handle casesRafael Espindola2012-08-16
* Add dump/dumpr methods to SDValue.Nadav Rotem2012-08-16
* Add a CoveringSubRegIndices field to SubRegIndex records.Jakob Stoklund Olesen2012-08-15
* Properly test the LLVM_USE_RVALUE_REFERENCES macro.Michael J. Spencer2012-08-15
* [PathV2] Add mapped_file_region. Implementation for Windows and POSIX.Michael J. Spencer2012-08-15
* Add LLVM_DELETED_FUNCTION compatibility macro.Michael J. Spencer2012-08-15