Add mention of gwScript to external OS projects.
[oota-llvm.git] / lib /
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.
2011-10-23 Benjamin KramerAdd compare operators to BranchProbability and use...
2011-10-23 Chandler CarruthCompletely re-write the algorithm behind MachineBlockPl...
2011-10-23 Craig TopperAdd X86 RORX instruction
2011-10-23 Cameron ZwarichThe element insertion code in scalar replacement doesn...
2011-10-23 Craig TopperAdd X86 MULX instruction for disassembler.
2011-10-22 Craig TopperRemove some duplicate specifying of neverHasSideEffects...
2011-10-22 Nick LewyckyA non-escaping malloc in the entry block is not unlike...
2011-10-22 Nick LewyckyMake SCEV's brute force analysis stronger in two ways...
2011-10-22 Benjamin KramerMove various generated tables into read-only memory...
2011-10-22 Nadav RotemFix pr11193.
2011-10-22 Bill WendlingThe different flavors of ARM have different valid subse...
2011-10-21 Jim GrosbachAssembly parsing for 4-register sequential variant...
2011-10-21 Jim GrosbachAssembly parsing for 2-register sequential variant...
2011-10-21 Bill WendlingMake sure that the landing pads themselves have no...
2011-10-21 Benjamin KramerExtend the floating point heuristic to consider NaN...
2011-10-21 Eli FriedmanRemap blockaddress correctly when inlining a function...
2011-10-21 Owen AndersonUse LLVMBool for a function that logically returns...
2011-10-21 Jim GrosbachAssembly parsing for 4-register variant of VLD1.
2011-10-21 Benjamin KramerBranchProbabilityInfo: floating point equality is unlikely.
2011-10-21 Jim GrosbachAssembly parsing for 3-register variant of VLD1.
2011-10-21 Owen AndersonSTABS symbols are debug symbols.
2011-10-21 Eli FriedmanMinor simplification: use ShuffleVectorInst::getMaskVal...
2011-10-21 Eli FriedmanExtend instcombine's shufflevector simplification to...
2011-10-21 Jim GrosbachARM VLD parsing and encoding.
2011-10-21 Owen AndersonDon't automatically set the "fc" bits on MSR instructio...
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 Nadav RotemFix pr11194. When promoting and splitting integers...
2011-10-21 Jim GrosbachNuke an #if0 that got accidentally left in.
2011-10-21 Jim Grosbachwhitespace.
2011-10-21 Jim GrosbachRemove some outdated comments.
2011-10-21 Nadav Rotem1. Fix the widening of SETCC in WidenVecOp_SETCC. Use...
2011-10-21 Anton KorobeynikovFix build on mingw-w64.
2011-10-21 Chandler CarruthAdd loop aligning to MachineBlockPlacement based on...
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-21 Chandler CarruthRemove a now dead function, fixing -Wunused-function...
2011-10-21 Richard SmithFix unused variable warning.
2011-10-20 Owen AndersonRevert r142618, r142622, and r142624, which were based...
2011-10-20 David MeyerRemove unused include of sys/uio.h in MemoryBuffer...
2011-10-20 Dan GohmanDisable the PPC hazard recognizer. It currently only...
2011-10-20 Dan GohmanDelete the list-tdrr scheduler. Top-down schedulers...
2011-10-20 Owen AndersonSeparate out ARM MSR instructions into M-class versions...
2011-10-20 Bill WendlingAdd missing operand. <rdar://problem/10313323>
2011-10-20 Lang HamesHaven't yet found a nice way to handle TargetData verif...
2011-10-20 Chad RosierRevert r142579, "Fix a type in the legalization of...
2011-10-20 Devang PatelAs Evan suggested, loads from constant pool are safe...
2011-10-20 Devang PatelAdd a comment.
next