oota-llvm.git
2010-09-28 Oscar FuentesSimplified LLVMConfig.
2010-09-28 Bill WendlingFix a FIXME. _foo.eh symbols are currently always expor...
2010-09-28 Dan GohmanWhen an MDNode changes to become identical to another...
2010-09-28 Owen AndersonAdd a subtarget hook for reporting the misprediction...
2010-09-28 Eric ChristopherInteger materialization needed the same thinko change.
2010-09-28 Nick LewyckyResolve this GCC warning:
2010-09-28 Anton KorobeynikovUser proper libcall names & condcodes while compiling...
2010-09-28 Dan GohmanScope a varible inside an if statement, to make it...
2010-09-28 Owen AndersonGive the if-converter access to MachineLoopInfo, and...
2010-09-28 Bill WendlingFix spelling.
2010-09-28 Owen AndersonPart one of switching to using a more sane heuristic...
2010-09-28 Nick LewyckyMake ConstantRange::makeICmpRegion handle all the edge...
2010-09-28 Devang PatelProvide an interface to let FEs anchor debug info for...
2010-09-28 Jim GrosbachAdd target triple info to these tests to make the resul...
2010-09-28 Jim GrosbachFactor out dbg_value comment printing and teach MC...
2010-09-28 Rafael EspindolaOn elf, undefined symbols can start with .L.
2010-09-28 Oscar FuentesUse the canonical library name for library PIC16Passes.
2010-09-28 Oscar FuentesAdded library LLVMPIC16passes to CMake build.
2010-09-28 Oscar FuentesAdded PTX target to the CMake build.
2010-09-28 Oscar FuentesAdd ARM Disassembler to the CMake build.
2010-09-28 Che-Liang ChiouRemove trailing spaces of MipsMachineFunction.h
2010-09-28 Che-Liang ChiouRemove trailing spaces of MipsTargetObjectFile.cpp
2010-09-28 Eric Christopher80-col fixups.
2010-09-28 Bob WilsonAdd a command line option "-arm-strict-align" to disall...
2010-09-28 Eric ChristopherRework builtin handling and call setup. The builtin...
2010-09-28 Eric ChristopherFix typo.
2010-09-28 Eric ChristopherFix fp constant loads to have a destination register.
2010-09-27 Devang PatelRemove dead argument.
2010-09-27 Owen AndersonWeight loop unrolling counts by nesting depth. Unrollin...
2010-09-27 Jim GrosbachEnable the MC-ized ARM asm printer. Passing all local...
2010-09-27 Rafael EspindolaWrite relocations in the end of the file. This matches...
2010-09-27 Jim GrosbachARM-mode eh.sjlj.longjmp MC lowering
2010-09-27 Rafael EspindolaMake sure .text doesn't produce extra alignment.
2010-09-27 Jakob Stoklund... Don't try to constant fold libm functions with non...
2010-09-27 Jim GrosbachEnable the MC-ized ARM asm printer. Passing all local...
2010-09-27 Rafael EspindolaFactor symbol value computation into a function.
2010-09-27 Michael J.... MC-COFF: Fix signed/unsigned comparison.
2010-09-27 Chris Lattnerreapply developer policy changes after discussion.
2010-09-27 Bill WendlingAdd a new scope type "LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_H...
2010-09-27 Daniel DunbarHard to imagine there are still people using inferior...
2010-09-27 Daniel DunbarMC/AsmParser: Handle exponents in floating point literals.
2010-09-27 Jakob Stoklund... Revert "Disable codegen prepare critical edge splitting...
2010-09-27 Jakob Stoklund... Explicitly disable CGP critical edge splitting for...
2010-09-27 Jakob Stoklund... Don't depend on basic block numbering.
2010-09-27 Rafael EspindolaOdd additional stub framework for the ARM MC ELF emission.
2010-09-27 Rafael EspindolaRemove unused argument.
2010-09-27 Bill WendlingThe "linker_private_weak*" linkages should set the...
2010-09-27 Benjamin KramerPush twines deeper into SourceMgr's error handling...
2010-09-27 Dale JohannesenMMX parameters aren't handled here yet.
2010-09-27 Dale JohannesenDon't try to make a vector of x86mmx; this won't work,
2010-09-27 Dan GohmanwriteGraph doesn't need its ShortNames argument.
2010-09-27 Dan GohmanDelete an unused function.
2010-09-27 Dan GohmanDelete an unused declaration.
2010-09-27 Dan GohmanDon't construct a redundant GraphWriter object.
2010-09-27 Dan GohmanFactor out code from the standalone WriteGraph function...
2010-09-27 Douglas GregorRemove reference to nonexistent test in CMake makefile...
2010-09-27 Dan GohmanConstify properlyDominates in the same manner as dominates.
2010-09-27 Dan GohmanAdd support for viewing graphviz graphs with xdot.py.
2010-09-27 Dan GohmanMove ValueMapTest from ADT to VMCore so that ADT doesn...
2010-09-27 Dan GohmanAdd an all() method to BitVector, for testing whether...
2010-09-27 Dan GohmanRemove WriteGraph's Name argument, which it didn't...
2010-09-27 Dan GohmanMake this code 65-bit clean.
2010-09-27 Dan GohmanFix indentation.
2010-09-27 Oscar FuentesRemoved remnant target library dependencies from LLVMLi...
2010-09-27 Oscar FuentesUpdated LLVMLibDeps.cmake
2010-09-27 Michael J.... MC-COFF: Drop empty sections, and label symbols. Conver...
2010-09-27 Chris Lattneryet more aliases.
2010-09-27 Chris Lattneradd a couple more aliases, rdar://8456378
2010-09-27 Chris Lattnerfix rdar://8470918 - llvm-mc can't assemble smovl
2010-09-27 Chris LattnerFix rdar://8468087 - llvm-mc commutes fmul (and friend...
2010-09-27 Chris Lattnerthe latest assembler that runs on powerpc 10.4 machines...
2010-09-27 Chris Lattnerimprove indentation
2010-09-27 Eric ChristopherInsert missing coherency in comment. Add a quick check...
2010-09-27 Eric ChristopherMass rename for Jim.
2010-09-27 Eric ChristopherThis code should never fire on non-darwin subtargets.
2010-09-27 Chris Lattnerimplement support for 'clr' alias. This is part of...
2010-09-26 Lang HamesFixed some tests to avoid LiveIntervals::getInstruction...
2010-09-25 Oscar FuentesNew cmake options LLVM_INCLUDE_X (X = {TOOLS, EXAMPLES...
2010-09-25 Oscar FuentesAvoid warnings about implicit conversions to `bool...
2010-09-25 Oscar FuentesReverting "CMake: Don't include tools, unittets, or...
2010-09-25 Jakob Stoklund... Avoid using VNInfo::getCopy as much as possible. I...
2010-09-25 Chris Lattnertemporarily revert developer policy change as a courtes...
2010-09-25 Lang HamesRemoved VNInfo::isDefAccurate(). Def "accuracy" can...
2010-09-25 Che-Liang ChiouAdd test case for PTX ret instruction
2010-09-25 Che-Liang ChiouAdd ret instruction to PTX backend
2010-09-25 Che-Liang ChiouRemove trailing spaces of CallingConv.h
2010-09-25 Rafael EspindolaMove ELF to HasReliableSymbolDifference=true. Also...
2010-09-25 Owen AndersonLoadPRE was not properly checking that the load it...
2010-09-25 Evan ChengFix IIC_iEXTAr itinerary class of Cortex-A9.
2010-09-25 Evan ChengRemove a unused instruction itinerary class.
2010-09-25 Eric ChristopherIf we're changing the source of a memcpy we need to...
2010-09-25 Evan ChengFix zero and sign extension instructions scheduling...
2010-09-25 Jakob Stoklund... Remove SlotIndex::PHI_BIT. It is no longer used by...
2010-09-25 Jakob Stoklund... Remove the only use of SlotIndex::isPHI. This bit is...
2010-09-24 Jakob Stoklund... Terminator gaps were unused. Might as well delete them.
2010-09-24 Evan ChengMore pseudo instruction scheduling itinerary fixes.
2010-09-24 John ThompsonFix for test/CodeGen/PowerPC/2008-10-17-AsmMatchingOper...
2010-09-24 Evan ChengFix scheduling itinerary for pseudo mov immediate instr...
2010-09-24 Rafael EspindolaReapply 114678 and 114667. Reverting them did not fix...
2010-09-24 Jim GrosbachAdd ARM explicit MCInst lowering for the Thumb eh.sjlj...
next