oota-llvm.git
2012-05-16 Jakob Stoklund... Use RegUnits to compute overlapping registers.
2012-05-16 Akira HatanakaThis patch adds the register class for MIPS16 as well...
2012-05-16 Eric ChristopherGrammar.
2012-05-16 Jakob Stoklund... Set sub-register <undef> flags more accurately.
2012-05-16 Simon AtanasyanDisable JITTest.FunctionIsRecompiledAndRelinked and...
2012-05-16 Danil MalyshevAdded LLIMCJITMemoryManager to the lli. This manager...
2012-05-16 Benjamin KramerHexagon: Remove unused command line option.
2012-05-16 Duncan SandsI noticed that named metadata doesn't provide a direct...
2012-05-16 Chandler CarruthTeach the 'opt' tool about '-Os' and '-Oz', correspondi...
2012-05-16 Duncan SandsFix a thinko in DisintegrateMERGE_VALUES. Patch by...
2012-05-16 Chris LattnerSignificantly reduce the compiled size of Functions...
2012-05-16 Chris Lattnerhave tblgen emit cast<> instead of dyn_cast<> when...
2012-05-16 Evan ChengAvoid creating a cycle when folding load / op with...
2012-05-16 John CriswellFixed grammar for the llvm.trap intrinsic description.
2012-05-15 Jakob Stoklund... Enable sub-sub-register copy coalescing.
2012-05-15 Jakob Stoklund... Teach RegisterCoalescer to handle symmetric sub-registe...
2012-05-15 Jakob Stoklund... Handle NewReg==OldReg in renameRegister().
2012-05-15 Jakob Stoklund... We never call adjustCopiesBackFrom() for partial copies.
2012-05-15 Daniel Dunbarllvm-config: Use sys::fs::equivalent instead of string...
2012-05-15 Daniel Dunbar[Support] Add a version of sys::fs::equivalent() that...
2012-05-15 Daniel Dunbar[docs] Remove unsupported references to ExtraSource...
2012-05-15 Bill WendlingAdd blurb for Crack.
2012-05-15 Kevin EnderbyAdd a test case for r156840, a fix to llvm-objdump...
2012-05-15 Nuno Lopesreuse the result of some expensive computations in...
2012-05-15 Jakob Stoklund... Extend the CoalescerPair interface to handle symmetric...
2012-05-15 Akira HatanakaUpdate MIPS' section in the release notes. Patch by...
2012-05-15 Andrew TrickAdd -enable-aa-sched-mi, off by default, for AliasAnaly...
2012-05-15 Kevin EnderbyFixed a bug in llvm-objdump when disassembling using...
2012-05-15 Daniel Dunbarllvm-build: Add support for non-installed libraries...
2012-05-15 Daniel Dunbarllvm-build: Don't emit library information for disabled...
2012-05-15 Daniel Dunbar[utils] Fix Get{RepositoryPath,SourceVersion} to have...
2012-05-15 Jim GrosbachTableGen'erate mapping physical registers to encoding...
2012-05-15 Jim GrosbachAllow MCCodeEmitter access to the target MCRegisterInfo.
2012-05-15 Sirish PandeEnable all Hexagon tests.
2012-05-15 Nuno Lopesminor simplification to code: Ty is already a SCEV...
2012-05-15 David ChisnallAdd some release notes about compiler-rt and libc++
2012-05-15 David MajnemerTeach SimplifyLibCalls about stpcpy.
2012-05-15 Bill WendlingRemove warning about testing unsigned int with int.
2012-05-15 Stepan DyatkovskiyFixed one small stupid, but critical bug.
2012-05-15 Stepan DyatkovskiyRejected r156804 due to buildbots failures.
2012-05-15 Stepan DyatkovskiySelectionDAGBuilder::Clusterify : main functinality...
2012-05-15 Akira HatanakaTemporarily disable anti-dependence breaking for Mips...
2012-05-15 Jakob Stoklund... Create a struct representing register units in TableGen.
2012-05-15 Bill WendlingRemove extraneous ';'.
2012-05-14 Akira HatanakaAdd a command line option to skip the delay slot filler...
2012-05-14 Michael J.... [Support/YAMLParser] Use rtrim on plain scalars.
2012-05-14 Michael J.... [Support/COFF] Make the order of members in symbol...
2012-05-14 David BlaikieFix use of uninitialized variable.
2012-05-14 Jakob Stoklund... Don't access MO reference after invalidating operand...
2012-05-14 Jakob Stoklund... Fix PR12821.
2012-05-14 Chad RosierMove the capture analysis from MemoryDependencyAnalysis...
2012-05-14 Brendon CahoonRevert 156634 upon request until code improvement chang...
2012-05-14 Dan GohmanRename @llvm.debugger to @llvm.debugtrap.
2012-05-14 Akira HatanakaRelease notes for MIPS backend.
2012-05-14 Andrew TrickRemove a stale forward declaration.
2012-05-14 Jakob Stoklund... Remove the expensive BitVector::operator~().
2012-05-14 Jakob Stoklund... Remove BitVector binops.
2012-05-14 Jakob Stoklund... Consider ad hoc aliasing when building RegUnits.
2012-05-14 Jakob Stoklund... Record the ad hoc aliasing graph in CodeGenRegister.
2012-05-14 Jakob Stoklund... Compute topological signatures of registers.
2012-05-14 Jakob Stoklund... Add BitVector::anyCommon().
2012-05-14 Stepan DyatkovskiySwitchInst cosmetics: renamed "Hash" method to "hash"
2012-05-14 Bill WendlingFormatting changes. Remove the '...' placeholders.
2012-05-14 Bill WendlingUse ArrayRef instead of an explicit vector type.
2012-05-14 Bill WendlingAdd blurb about Julia.
2012-05-13 Justin HolewinskiReleaseNotes: Add info on PTX back-end
2012-05-13 Benjamin KramerHexagon: Initialize TBB to 0.
2012-05-13 Jean-Daniel... Fix Xcode case (Upper X, lower c)
2012-05-13 Benjamin KramerReleaseNotes: Add a note about zero_undef on llvm.cttz...
2012-05-13 Benjamin KramerReleaseNotes: Add a blurb about llvm-mc -g and move...
2012-05-13 Benjamin KramerReleaseNotes: Document that LLVM was rewritten in python.
2012-05-13 Benjamin KramerReleaseNotes: Add bullets for removed targets. Extend...
2012-05-13 Benjamin KramerOutline some clang 3.1 highlights off the top of my...
2012-05-13 Benjamin KramerAdd a link for every project.
2012-05-13 Bill WendlingAdd blurb for LLVM D Compiler.
2012-05-13 Bill WendlingAdd blurbs for pocl and TCE.
2012-05-13 Bill WendlingAdd OSL blurb.
2012-05-13 Bill WendlingAdd FAUST blurb.
2012-05-13 Nadav RotemFix the tool documentation
2012-05-12 Gregory SzorcDocument Python bindings in release notes
2012-05-12 Benjamin KramerFix spacing after if.
2012-05-12 Rafael EspindolaAdd support for the .rept directive. Patch by Vladmir...
2012-05-12 Benjamin KramerELF: Add support for the asm .version directive.
2012-05-12 Benjamin KramerAsmParser: Add support for the .purgem directive.
2012-05-12 Benjamin KramerAsmParser: Give a nice error message for .code16gcc...
2012-05-12 Benjamin KramerAsmParser: ignore the .extern directive.
2012-05-12 Benjamin KramerAsmParser: Add support for .ifc and .ifnc directives.
2012-05-12 Benjamin KramerAsmParser: Add support for .ifb and .ifnb directives.
2012-05-12 Stepan DyatkovskiyRecommited r156374 with critical fixes in BitcodeReader...
2012-05-12 Jay FoadTeach Function::hasAddressTaken that BlockAddress doesn...
2012-05-12 Sirish PandeMake sure new value jump is enabled for Hexagon V5...
2012-05-12 Sirish PandeSupport for Hexagon feature, New Value Jump.
2012-05-12 Akira HatanakaFix test cases.
2012-05-12 Akira HatanakaRemove MipsEmitGPRestore.cpp.
2012-05-12 Akira HatanakaDelete all functions that are no longer needed in MipsF...
2012-05-12 Akira HatanakaStop reserving register $gp. Do not call isGPFI to...
2012-05-12 Akira HatanakaDo not add the pass which restores $gp after every...
2012-05-12 Akira HatanakaMake the following changes in MipsISelLowering.cpp:
2012-05-12 Akira HatanakaMake the following changes in MipsFrameLowering.cpp:
2012-05-12 Jakob Stoklund... Speed up computeComposites() by using the new SubReg...
next