When calling print directly on a global (eg from the debugger) it
[oota-llvm.git] / include /
2012-09-12 Eric ChristopherAdd some support for dealing with an object pointer...
2012-09-11 Owen AndersonImprove tblgen code cleanliness: create an unknown_clas...
2012-09-11 Chad RosierAdd documentation.
2012-09-11 Chad RosierAdd a few virtual functions to the abstract MCParsedAsm...
2012-09-11 Jakob Stoklund OlesenAdd TRI::getSubRegIndexLaneMask().
2012-09-11 Jakob Stoklund OlesenAdd MCRI::getNumSubRegIndices() and start checking...
2012-09-11 Alex RosenbergAdd a pass that renames everything with metasyntatic...
2012-09-11 Andrew TrickReorganize MachineScheduler interfaces and publish...
2012-09-11 Andrew TrickRemove unused declaration
2012-09-10 Michael J. Spencer[Object] Extract Elf_Ehdr. Patch by Hemant Kulkarni!
2012-09-10 Benjamin KramerMove bypassSlowDivision into the llvm namespace.
2012-09-09 Aaron BallmanFixing a type width warning with MSVC.
2012-09-08 Ted KremenekAdd operator< for FoldingSetNodeID.
2012-09-07 Benjamin KramerFix alignment of .comm and .lcomm on mingw32.
2012-09-07 Benjamin KramerMC: Overhaul handling of .lcomm
2012-09-06 Michael LiaoRe-work bit/bits value resolving in tblgen
2012-09-06 Jakob Stoklund OlesenTiedTo is an integer, not a bool.
2012-09-06 Jakob Stoklund OlesenAllow overlaps between virtreg and physreg live ranges.
2012-09-06 Jakob Stoklund OlesenHandle overlapping regunit intervals in LiveIntervals...
2012-09-06 Tom StellardTablegen: Add OperandWithDefaultOps Operand type
2012-09-06 Nadav RotemAdd a new optimization pass: Stack Coloring, that merge...
2012-09-05 Chad Rosier[ms-inline asm] Use the asm dialect from the MI to...
2012-09-05 Nick LewyckyTeach libObject about some more ELF relocations. llvm...
2012-09-05 Chad RosierCleanup a few magic numbers.
2012-09-05 Roman DivackyStop casting away const qualifier needlessly.
2012-09-05 Chad Rosier[ms-inline asm] We only need one bit to represent the...
2012-09-05 Roman DivackyConstify SDNodeIterator an stop its only non-const...
2012-09-05 Roman DivackyConstify subtarget info properly so that we dont cast...
2012-09-05 Chad Rosier[ms-inline asm] Propagate the asm dialect into the...
2012-09-05 Chad RosierClean up.
2012-09-05 Chad Rosier[ms-inline asm] Enumerate the InlineAsm dialects and...
2012-09-05 Benjamin KramerClean up includes.
2012-09-05 Roman DivackyRemove unused typedefs gcc4.8 warns about.
2012-09-05 Jim GrosbachMCJIT: getPointerToFunction() references target address...
2012-09-05 Marshall ClowRemoved Trie.h; unused in a long time
2012-09-05 Chad RosierFix function name per coding standard.
2012-09-05 Chad Rosier[ms-inline asm] Add support for the nsdialect keyword...
2012-09-04 Dan GohmanMake provenance checking conservative in cases when
2012-09-04 Chad Rosier[ms-inline asm] Add the inline assembly dialect, AsmDia...
2012-09-04 Chad Rosier[ms-inline asm] Remove the Inline Asm Non-Standard...
2012-09-04 Jakub StaszakRemove unneeded code.
2012-09-04 Jakob Stoklund OlesenActually use the MachineOperand field for isRegTiedToDe...
2012-09-04 Jakob Stoklund OlesenAllow tied uses and defs in different orders.
2012-09-04 Preston GurdGeneric Bypass Slow Div
2012-09-04 Bob WilsonMake sure macros in the include subdirectory are not...
2012-09-04 Alexey SamsonovAdd support for fetching inlining context (stack of...
2012-09-03 Chad Rosier[ms-inline asm] Asm operands can map to one or more...
2012-09-03 Chad Rosier[ms-inline asm] Add an interface to the GetMCInstOperan...
2012-09-03 Chad RosierRemoved unused argument.
2012-09-03 Chad Rosier[ms-inline asm] Expose the Kind and Opcode variables...
2012-09-02 Nuno Lopesreplace a couple of single-line comments with /* *...
2012-09-02 Nadav RotemNot all targets have efficient ISel code generation...
2012-09-02 Logan ChienRename ANDROIDEABI to Android.
2012-09-01 Benjamin KramerPR13689: Check for backtrace(3) in the cmake build.
2012-09-01 Logan ChienAdd ARM ELF support to llvm-objdump.
2012-08-31 Jakob Stoklund OlesenAdd MachineInstr::tieOperands, remove setIsTied().
2012-08-31 Bill WendlingMove the GCOVFormat enums into their own namespace...
2012-08-31 Chad RosierThe ConvertToMCInst() function can't fail, so remove...
2012-08-31 Benjamin KramerClean up ProfileDataLoader a bit.
2012-08-31 Bill WendlingCleanups due to feedback. No functionality change....
2012-08-30 Will DietzFix HashString's Bernstein hash to use unsigned chars...
2012-08-29 Jakob Stoklund OlesenAdd a bit of documentation to copyPhysReg.
2012-08-29 Benjamin KramerExplicitly cast an expression to bool before handing...
2012-08-29 Benjamin KramerReplace the BUILTIN_EXPECT macro with a less horrible...
2012-08-29 Owen AndersonAllow targets to specify a minimum supported NOP size...
2012-08-29 Jakob Stoklund OlesenRename hasVolatileMemoryRef() to hasOrderedMemoryRef().
2012-08-29 Jakob Stoklund OlesenAdd MachineMemOperand::isUnordered().
2012-08-29 Michael Liaofix C++ comment in C header
2012-08-29 Benjamin KramerMake MemoryBuiltins aware of TargetLibraryInfo.
2012-08-29 Craig TopperMake use of the LLVM_DELETED_FUNCTION macro.
2012-08-29 Jakob Stoklund OlesenMaintain a vaild isTied bit as operands are added and...
2012-08-28 Manman RenProfile: set branch weight metadata with data generated...
2012-08-28 Jakob Stoklund OlesenAdd a MachineOperand::isTied() flag.
2012-08-28 Jakob Stoklund OlesenDon't allow TargetFlags on MO_Register MachineOperands.
2012-08-28 Jakob Stoklund OlesenRemove extra MayLoad/MayStore flags from atomic_load...
2012-08-28 Hal FinkelAdd the Freescale vendor to Triple.
2012-08-27 Hongbin ZhengRemove the the block_node_iterator of Region, replace...
2012-08-27 Simon AtanasyanSupport MIPS DSP Rev2 intrinsics.
2012-08-27 Alexey SamsonovAdd basic support for .debug_ranges section to LLVM...
2012-08-26 Craig TopperMark avx2 maskstore has ReadWriteArgMem. Mark broadcast...
2012-08-24 Richard SmithFix integer undefined behavior due to signed left shift...
2012-08-24 Manman RenForgot to check in ProfileDataTypes.h in r162576
2012-08-24 Manman RenProfile: move a single enum out of ProfileInfoTypes...
2012-08-24 Manman RenBranchProb: modify the definition of an edge in BranchP...
2012-08-24 Roman DivackyLower constant pools and jump tables via TOC on PPC64...
2012-08-24 Chandler CarruthTry to appease MSVC even more elaborately in the alignm...
2012-08-23 Jakob Stoklund OlesenTristate mayLoad, mayStore, and hasSideEffects.
2012-08-23 Jakob Stoklund OlesenAdd CodeGenTarget::guessInstructionProperties.
2012-08-23 Jakob Stoklund OlesenFix attributes on X86 store intrinsics.
2012-08-23 Lang HamesFix a stub signature. HeuristicReduce should return...
2012-08-23 Dmitri GribenkoFix a bunch of -Wdocumentation warnings.
2012-08-23 Lang HamesMake the setInst method take its MCInst parameter by...
2012-08-23 Andrew TrickSimplify the computeOperandLatency API.
2012-08-22 Ted KremenekFix an assortment of doxygen comment mistakes found...
2012-08-22 Jakob Stoklund OlesenPrint out the location of expanded multiclass defs...
2012-08-22 Jim GrosbachMCInstFragment constructor should take by-reference...
2012-08-22 Craig TopperAdd a getName function to MachineFunction. Use it in...
2012-08-22 Jack CarterFor mips64 switch statements in subroutines could generate
2012-08-22 Richard SmithReduce alignment of SmallVector<T> to the required...
2012-08-21 Chad RosierAdd a few functions to TargetLibraryInfo as part of...
next