Remove content that has been moved to Clang release notes.
[oota-llvm.git] / include /
2011-11-29 Daniel Dunbarllvm-c: Add a few missing InitializeAll* functions.
2011-11-28 Bill WendlingRemove dead llvm.eh.sjlj.dispatchsetup intrinsic.
2011-11-28 Andrew TrickRemove the temporary flag -disable-unroll-scev and...
2011-11-28 Benjamin KramerHandle more cases in APInt::getLowBitsSet's fast path.
2011-11-28 NAKAMURA Takumiconfigure, config.h.in: Regenerate.
2011-11-28 Dylan Noblesmithuse llvm-config.h in public header
2011-11-28 Dylan Noblesmithrename ENABLE_THREADS to LLVM_ENABLE_THREADS
2011-11-28 Dylan Noblesmithupdate description of LLVM_DEFAULT_TARGET_TRIPLE
2011-11-27 Chandler CarruthRevert r145180 as it is causing test failures on all...
2011-11-27 Danil MalyshevFixed ObjectFile functions:
2011-11-27 Chris Lattnerremove autoupgrade support for really old-style debug...
2011-11-27 Chris Lattnerremove autoupgrade support for LLVM 2.9 exception stuff...
2011-11-27 Chris Lattnerremove support for reading llvm 2.9 .bc files. LLVM...
2011-11-25 Bruno Cardoso LopesThis patch contains support for encoding FMA4 instructi...
2011-11-24 Benjamin KramerDevirtualize Pass::getPassID, overriding it isn't usefu...
2011-11-23 Akira HatanakaThis patch addresses gp relative fixups/relocations...
2011-11-22 Benjamin KramerAdd configure checking for pread(2) and use it to save...
2011-11-21 Sebastian Popfix typo in comment
2011-11-21 Nick LewyckyAdd virtual destructor. Whoops!
2011-11-20 Nick LewyckyLess template, more virtual! Refactoring suggested...
2011-11-20 Nick LewyckyRefactor code to use new attribute getters on CallSite...
2011-11-20 Chandler CarruthMake an obviously const interface actually be marked...
2011-11-17 Devang PatelDISubrange supports unsigned lower/upper array bounds...
2011-11-17 Ted KremenekFix bug in RefCountedBase/RefCountedBaseVPTR where...
2011-11-17 Eli FriedmanAdd support for custom names for library functions...
2011-11-16 Evan ChengSink codegen optimization level into MCCodeGenInfo...
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...
next