Move type handling to make sure we get all created types that aren't
[oota-llvm.git] / include /
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...
2011-10-23 Chandler CarruthTeach the BranchProbabilityInfo pass to print its resul...
2011-10-23 Chandler CarruthNow that we have comparison on probabilities, add some...
2011-10-23 Benjamin KramerAdd compare operators to BranchProbability and use...
2011-10-21 Owen AndersonUse LLVMBool for a function that logically returns...
2011-10-21 Owen AndersonFix typo.
2011-10-21 Owen AndersonBind libObject API for obtaining the section containing...
2011-10-21 Owen AndersonExpand the coverage of the libObject C bindings to...
2011-10-21 Craig TopperRemove intrinsics for X86 BLSI, BLSMSK, and BLSR intrin...
2011-10-21 Chandler CarruthImplement a block placement pass based on the branch...
2011-10-20 Dan GohmanDelete the list-tdrr scheduler. Top-down schedulers...
2011-10-20 Lang HamesHaven't yet found a nice way to handle TargetData verif...
2011-10-20 Duncan SandsComment out or remove unused parameter names so as...
2011-10-20 Duncan SandsAvoid warnings about the parameter G being unused.
2011-10-20 Eli FriedmanRefactor code from inlining and globalopt that checks...
2011-10-20 Eli FriedmanRemove useless code.
2011-10-19 David GreeneAdd NAME Member
2011-10-19 David GreeneCall Record Initializer
2011-10-19 David GreeneAdd Name Init Record Constructor
2011-10-19 David GreeneFix 80-col Violation
2011-10-19 David GreeneFix Name Check
2011-10-19 David GreeneFix Name Check
2011-10-19 David GreeneAdd Record Init
2011-10-19 David GreeneMake Template Arg Names Inits
2011-10-19 David GreeneAdd Utility to Scope Names
2011-10-19 David GreeneMake VarInit Name an Init
2011-10-19 David GreeneAdd Value Accessors
2011-10-19 David GreeneAdd Name Init Accessors
2011-10-19 David GreeneAdd Init Accessors
2011-10-19 Chandler CarruthAdd pass printing support to BlockFrequencyInfo pass...
2011-10-19 Craig TopperRename PEXTR to PEXT. Add intrinsics for BMI instructions.
2011-10-18 Eric ChristopherWhitespace.
next