Add a pinned metadata name for fpaccuracy, and document it
[oota-llvm.git] / lib /
2011-10-27 Peter CollingbourneAdd a pinned metadata name for fpaccuracy, and document it
2011-10-27 Duncan SandsReapply commit 143028 with a fix: the problem was casti...
2011-10-27 Kevin EnderbyChange the sysexit mnemonic (and sysexitl) to never...
2011-10-27 Jim GrosbachThumb2 t2LDMDB[_UPD] assembly parsing to recognize...
2011-10-27 Owen AndersonExpose relocation accessors through the libObject C...
2011-10-27 Jim GrosbachThumb2 t2MVNi assembly parsing to recognize ".w" suffix.
2011-10-27 Owen AndersonAdd relocation iterators to the libObject C API.
2011-10-27 Benjamin KramerBlockFrequency: Use a smarter overflow check.
2011-10-27 Bob WilsonRevert Duncan's r143028 expression folding which appear...
2011-10-27 Benjamin KramerLLLexer: Factor hex char parsing.
2011-10-27 Nick LewyckyTeach our Dwarf emission to use the string pool.
2011-10-27 Eli FriedmanDon't crash on 128-bit sdiv by constant. Found by...
2011-10-27 Eli FriedmanIt is not safe to sink an alloca into a stacksave/stack...
2011-10-27 Chad RosierA branch predicated on a constant can just FastEmit...
2011-10-26 Lang HamesRename NonScalarIntSafe to something more appropriate.
2011-10-26 Chad RosierAdd a TODO comment. FastISel works by parsing each...
2011-10-26 Chad RosierFactor a little more code into EmitCmp, which should...
2011-10-26 Chad RosierUse EmitCmp in SelectBranch. No functional change...
2011-10-26 Nick LewyckyReflow lines, fix comments for doxygen style, fix white...
2011-10-26 Chad RosierFactor out an EmitCmp function that can be used by...
2011-10-26 Jim GrosbachTrailing whitespace.
2011-10-26 Jim GrosbachThumb2 ldr pc-relative encoding fixes.
2011-10-26 Rafael EspindolaFixes an issue reported by -verify-machineinstrs.
2011-10-26 Jim GrosbachARM parse parenthesized expressions for label references.
2011-10-26 Rafael EspindolaThis commit introduces two fake instructions MORESTACK_...
2011-10-26 Lang HamesMake sure short memsets on ARM lower to stores, even...
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 Nick LewyckyOn an ELF system, ".debug_str" is mergeable and contain...
2011-10-26 Owen AndersonThe order of the two symbol listings in a Macho x86_64...
2011-10-26 Jim GrosbachThumb2 remove redundant ".w" suffix from t2MVNCCi pattern.
2011-10-26 Owen AndersonInclude the full 64 bits of relocation data in the...
2011-10-26 Owen AndersonExpand relocation type field to 64 bits. MachO scatter...
2011-10-26 Owen AndersonImprove pretty printing of GOT relocations in MachO...
2011-10-26 Duncan SandsMy super-optimizer noticed that we weren't folding...
2011-10-26 Duncan SandsSimplify SplitVecRes_UnaryOp by removing all the code...
2011-10-26 James MolloyRevert r142530 at least temporarily while a discussion...
2011-10-26 Bill WendlingUse a worklist to prevent the iterator from becoming...
2011-10-26 Eric ChristopherRemove unused variable.
2011-10-26 Jakob Stoklund OlesenDon't use floating point to do an integer's job.
2011-10-26 Evan ChengDisable LICM speculation in high register pressure...
2011-10-26 Evan ChengRevert part of r142530. The patch potentially hurts...
2011-10-26 Bill WendlingReapply r142920 with fix:
2011-10-26 Mon P WangThe bitcode reader can create an shuffle with a place...
2011-10-25 Michael J. SpencerObject/Archive: Cleanup anon namespace.
2011-10-25 Michael J. SpencerObject/Archive: Add BSD style long file name support...
2011-10-25 Owen AndersonRemove extraneous printing of "-PC".
2011-10-25 Owen AndersonAdd support for the notion of "hidden" relocations...
2011-10-25 Eli FriedmanRemove a couple redundant checks.
2011-10-25 Jim GrosbachMake assert() message more informative.
2011-10-25 Owen AndersonTeach the MachO relocation pretty-printer to interpret...
2011-10-25 Bruno Cardoso LopesThis is the first of several patches for Mips direct...
2011-10-25 Bruno Cardoso LopesCorrects previously incorrect $sp change in MipsCompila...
2011-10-25 Duncan SandsRevert commit 142891. Takumi bisected the tablegen...
2011-10-25 Duncan SandsRestore commits 142790 and 142843 - they weren't breaki...
2011-10-25 Chandler CarruthFix the API usage in loop probability heuristics. It...
2011-10-25 Duncan SandsSpeculatively revert commits 142790 and 142843 to see...
2011-10-25 Nick LewyckyRemove dead enum value. There is no DIESectionOffset.
2011-10-25 Eric ChristopherRemove unused forward decl.
2011-10-25 Bill WendlingAn MBB which branches to an EH landing pad shouldn...
2011-10-25 Jim GrosbachARM assembly parsing and encoding for VLD1 with writeback.
2011-10-25 Dan GohmanRemove the Blackfin backend.
2011-10-24 Dan GohmanRemove the SystemZ backend.
2011-10-24 Jim GrosbachNuke dead code. Nothing generates the VLD1d64QPseudo_UP...
2011-10-24 Jim GrosbachARM assembly parsing and encoding for VLD1 w/ writeback.
2011-10-24 Owen AndersonMore fixes and improvements to MachO relocation pretty...
2011-10-24 Eli FriedmanDon't crash on variable insertelement on ARM. PR10258.
2011-10-24 Bill WendlingCheck the visibility of the global variable before...
2011-10-24 Evan ChengARMConstantPoolMBB::print should print BB number.
2011-10-24 Jim GrosbachARM assembly parsing and encoding for VLD1 w/ writeback.
2011-10-24 Jim GrosbachARM refactor am6offset usage for VLD1.
2011-10-24 Owen AndersonGet relocation parsing/dumping to a mostly-working...
2011-10-24 Nick LewyckyNow that we look at all the header PHIs, we need to...
2011-10-24 Eli FriedmanAdd support to the old JIT for acquire/release loads...
2011-10-24 Owen AndersonStub out some of the MachO relocation decoding hooks.
2011-10-24 Douglas GregorReally unbreak CMake build
2011-10-24 Douglas GregorUnbreak CMake build
2011-10-24 Owen AndersonFix a NEON disassembly case that was broken in the...
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 Dan GohmanChange this overloaded use of Sched::Latency to be...
2011-10-24 Dan GohmanRemove the explicit request for "Latency" scheduling...
2011-10-24 Dan GohmanChange the default scheduler from Latency to ILP, since...
2011-10-24 Jim GrosbachThumb2 LDM instructions can target PC. Make sure to...
2011-10-24 Bill WendlingCleanup. Get rid of the old SjLj EH lowering code....
2011-10-24 Chandler CarruthSink an otherwise unused variable's initializer into...
2011-10-24 Chandler CarruthRemove return heuristics from the static branch probabi...
2011-10-24 Nick LewyckyReapply r142781 with fix. Original message:
2011-10-24 Nick LewyckyPHI nodes not in the loop header aren't part of the...
2011-10-24 Nick LewyckyA dead malloc, a free(NULL) and a free(undef) are all...
2011-10-24 Nick LewyckySpeculatively revert r142781. Bots are showing
2011-10-24 NAKAMURA TakumiWindows/Path.inc: [PR8460] Get rid of ScopedNullTermina...
2011-10-24 Chandler CarruthSimplify the design of BranchProbabilityInfo by collaps...
2011-10-23 Nick LewyckyEnhance SCEV's brute force loop analysis to handle...
2011-10-23 Chandler CarruthTidy up a loop to be more idiomatic for LLVM's codebase...
2011-10-23 Craig TopperAdd X86 SARX, SHRX, and SHLX instructions.
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 Chandler CarruthRemove a commented out line of code that snuck by my...
2011-10-23 Benjamin KramerPrint branch probabilities as percentages.
next