Remove extra ,.
[oota-llvm.git] / include /
2011-11-16 Michael J. SpencerRemove extra ,.
2011-11-16 Kostya SerebryanyAddressSanitizer, first commit (compiler module only)
2011-11-16 Michael J. SpencerObject/Archive: Give Child a operator < for map.
2011-11-16 Michael J. SpencerSupport/COFF: Add structs and enums from the standard...
2011-11-16 Owen AndersonRename MVT::untyped to MVT::Untyped to match similar...
2011-11-15 Benjamin KramerStringRefize and simplify.
2011-11-15 Benjamin KramerRemove Value::getNameStr. It has been deprecated for...
2011-11-15 Benjamin KramerMissed some users of Value::getNameStr.
2011-11-15 Benjamin KramerRemove all remaining uses of Value::getNameStr().
2011-11-15 Benjamin KramerTwinify GraphWriter a little bit.
2011-11-15 NAKAMURA Takumiinclude/llvm/Support/Compiler.h: Invalidate LLVM_ATTRIB...
2011-11-15 Nick LewyckyMove WEAK marking to the declaration.
2011-11-15 Jakob Stoklund OlesenBreak false dependencies before partial register updates.
2011-11-15 Nick LewyckyFix linking for some users who already have tsan enable...
2011-11-14 Nick LewyckyRefactor capture tracking (which already had a couple...
2011-11-14 Nick LewyckyAdd support for tsan annotations (thread sanitizer...
2011-11-14 Benjamin KramerFold ConstantVector::isAllOnesValue into Constant:...
2011-11-14 Benjamin KramerMake headers standalone.
2011-11-14 Benjamin KramerMake headers standalone, move a virtual method out...
2011-11-14 Chandler CarruthUnder the hood, MBPI is doing a linear scan of every...
2011-11-14 Chandler CarruthReuse the logic in getEdgeProbability within getHotSucc...
2011-11-14 Chandler CarruthFix an overflow bug in MachineBranchProbabilityInfo...
2011-11-14 Chandler CarruthAdd a cautionary note to this API. It was not at all...
2011-11-13 Craig TopperFix comment for LegalizeTypeAction enum.
2011-11-13 Jakob Stoklund OlesenRename SlotIndexes to match how they are used.
2011-11-13 NAKAMURA TakumiPrune more RALinScan. RALinScan was also here!
2011-11-12 Jakob Stoklund OlesenDelete the old spilling framework from LiveIntervalAnal...
2011-11-12 Jakob Stoklund OlesenDelete the linear scan register allocator.
2011-11-12 Eli FriedmanDon't try to form pre/post-indexed loads/stores until...
2011-11-11 Nicolas GeoffrayAdd a custom safepoint method, in order for language...
2011-11-10 Daniel DunbarFix typo.
2011-11-10 Owen AndersonAdd additional checking to ensure that MachineMemOperan...
2011-11-09 Eric ChristopherFix typo.
2011-11-09 Eric ChristopherRemove the pubnames section, no one consumes it.
2011-11-09 Eli FriedmanEnhance verifyLoop so that it can reliably verify that...
2011-11-08 Pete CooperAdded invariant field to the DAG.getLoad method and...
2011-11-07 Richard OsborneDon't introduce custom nodes after legalization in...
2011-11-07 Eric ChristopherAdd the support code to enable the dwarf accelerator...
2011-11-07 Craig TopperAdd AVX2 variable shift instructions and intrinsics.
2011-11-07 Craig TopperAdd AVX2 VPMOVMASK instructions and intrinsics.
2011-11-07 Craig TopperAdd AVX2 VEXTRACTI128 and VINSERTI128 instructions...
2011-11-07 Craig TopperFix accidental edit to __builtin_ia32_vperm2f128_ps256...
2011-11-06 Craig TopperMore AVX2 instructions and their intrinsics.
2011-11-06 Benjamin KramerReplace (Lower|Upper)caseString in favor of StringRef...
2011-11-06 Daniel DunbarADT/StringRef: Add ::lower() and ::upper() methods.
2011-11-06 Craig TopperAdd more AVX2 instructions and intrinsics.
2011-11-05 Benjamin KramerAdd an option to pad an uleb128 to MCObjectWriter and...
2011-11-05 Benjamin KramerFix pasto.
2011-11-05 Benjamin KramerAdd more PRI.64 macros for MSVC and use them throughout...
2011-11-04 Daniel Dunbarbuild/cmake: Use tblgen macro directly instead of llvm_...
2011-11-04 Eli FriedmanAdd missing includes/decls.
2011-11-04 Eli FriedmanAdd missing includes/class declaration.
2011-11-04 Eli FriedmanAdd missing forward declarations.
2011-11-04 Eli FriedmanAdd a couple missing includes; found while analyzing...
2011-11-04 Eli FriedmanDelete names for unused parameters in inline function...
2011-11-04 Chad RosierRemove declarations for functions that don't exist...
2011-11-04 Craig TopperAdd intrinsics for X86 vcvtps2ph and vcvtph2ps instructions
2011-11-03 Craig TopperAdd new X86 AVX2 VBROADCAST instructions.
2011-11-03 Chad RosierRemove some cruft from the BitcodeWriter, while still...
2011-11-02 Michael J. Spencerobject: Add operator < for SymbolRef and SectionRef.
2011-11-02 Michael J. SpencerObject/Archive: Add symbol table iteration.
2011-11-02 Chandler CarruthBegin collecting some of the statistics for block place...
2011-11-02 Craig TopperMore AVX2 instructions and intrinsics.
2011-11-02 Craig TopperAdd a bunch more X86 AVX2 instructions and their corres...
2011-11-01 Kevin EnderbyFirst part of support for generating dwarf for assembly...
2011-11-01 Sebastian Poprename getHostTriple into getDefaultTargetTriple
2011-11-01 Sebastian Poprename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLE
2011-11-01 Daniel DunbarSupport/Compiler: Add LLVM_EXTENSION for use where...
2011-11-01 Craig TopperFix operand type for x86 pmadd_ub_sw intrinsic.
2011-11-01 Eli FriedmanRemove a couple unused methods. PR11201.
2011-10-31 Devang PatelAdd utility to append a function to the list of global...
2011-10-31 Craig TopperFix operand type for int_x86_ssse3_phadd_sw_128 intrinsic
2011-10-31 Craig TopperBegin adding AVX2 instructions. No selection support...
2011-10-30 Craig TopperAdd intrinsics and feature flag for read/write FS/GS...
2011-10-30 Craig TopperMark X86 pcmpeq b/w/d intrinsics as being Commutative...
2011-10-30 Craig TopperFix return type for X86 mpsadbw instrinsic. The instruc...
2011-10-27 Dan GohmanRemove the Alpha backend.
2011-10-27 Peter CollingbourneAdd a pinned metadata name for fpaccuracy, and document it
2011-10-27 Jim GrosbachTrailing whitespace.
2011-10-27 Owen AndersonExpose relocation accessors through the libObject C...
2011-10-27 Owen AndersonAdd relocation iterators to the libObject C API.
2011-10-27 Nick LewyckyTeach our Dwarf emission to use the string pool.
2011-10-26 Lang HamesRename NonScalarIntSafe to something more appropriate.
2011-10-26 Nick LewyckyReflow lines, fix comments for doxygen style, fix white...
2011-10-26 Duncan SandsThe maximum power of 2 dividing a power of 2 is itself...
2011-10-26 Owen AndersonAdd support for scattered relocations to the MachO...
2011-10-26 Owen AndersonExpand relocation type field to 64 bits. MachO scatter...
2011-10-26 Eric ChristopherHandle newer cases for freebsd which is approaching...
2011-10-25 Michael J. SpencerObject/Archive: Add BSD style long file name support...
2011-10-25 Owen AndersonAdd support for the notion of "hidden" relocations...
2011-10-25 Bruno Cardoso LopesThis is the first of several patches for Mips direct...
2011-10-25 Dan GohmanRemove the Blackfin backend.
2011-10-24 Dan GohmanRemove the SystemZ backend.
2011-10-24 Owen AndersonMore fixes and improvements to MachO relocation pretty...
2011-10-24 Dan GohmanDelete the top-down "Latency" scheduler. Top-down sched...
2011-10-24 Dan GohmanDelete the Latency scheduling preference.
2011-10-24 Benjamin KramerImplement comparison operators for BranchProbability...
2011-10-24 Chandler CarruthRemove return heuristics from the static branch probabi...
2011-10-24 Chandler CarruthDoxygen-ify the comments on the public interface for...
2011-10-24 Chandler CarruthSimplify the design of BranchProbabilityInfo by collaps...
next