target operand flag values aren't a bitmask
[oota-llvm.git] / lib / Target / PIC16 /
2010-10-04 Jan Wen VoungAdd hook in MCSection to decide when to use "optimized...
2010-09-28 Oscar FuentesRemoved a bunch of unnecessary target_link_libraries.
2010-09-28 Oscar FuentesUse the canonical library name for library PIC16Passes.
2010-09-28 Oscar FuentesAdded library LLVMPIC16passes to CMake build.
2010-09-21 Chris Lattnerfix a long standing wart: all the ComplexPattern's...
2010-09-21 Chris Lattnerupdate a bunch of code to use the MachinePointerInfo...
2010-09-12 Michael J. SpencerCMake: Fix MSVS build. Although I don't know why this...
2010-09-12 Michael J. SpencerCMake: Fix mingw32 build.
2010-08-26 Jim GrosbachSimplify eliminateFrameIndex() interface back down...
2010-08-26 Bob WilsonFix comment typos.
2010-08-26 Dan GohmanReapply r112091 and r111922, support for metadata linki...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-08-03 Oscar FuentesCMake: Change somme target library names:
2010-07-28 Dan GohmanFix this code to avoid decrementing an iterator past...
2010-07-23 Gabor Greifdo not (implicitly) dereference iterator many times...
2010-07-21 Evan ChengTeach bottom up pre-ra scheduler to track register...
2010-07-16 Jakob Stoklund OlesenRemove the isMoveInstr() hook.
2010-07-14 Benjamin KramerDon't pass StringRef by reference.
2010-07-14 Chris Lattnerfix a bug found by a warning I added to clang this...
2010-07-12 Duncan SandsConvert some tab stops into spaces.
2010-07-11 Jakob Stoklund OlesenFix PIC16 comments referencing copyRegToReg.
2010-07-11 Jakob Stoklund OlesenReplace copyRegToReg with copyPhysReg for PIC16.
2010-07-07 Dan GohmanSplit the SDValue out of OutputArg so that SelectionDAG...
2010-07-06 Devang PatelPropagate debug loc.
2010-07-06 Dan GohmanReapply r107655 with fixes; insert the pseudo instructi...
2010-07-06 Dan GohmanRevert r107655.
2010-07-06 Dan GohmanFix a bunch of custom-inserter functions to handle...
2010-06-24 Devang PatelUse ValueMap instead of DenseMap.
2010-06-21 Eric ChristopherRemove isTwoAddress from PIC16.
2010-06-18 Dan GohmanEliminate unnecessary uses of getZExtValue().
2010-06-17 Stuart HastingsAdd a DebugLoc parameter to TargetInstrInfo::InsertBran...
2010-06-02 Rafael Espindolacleanup
2010-05-17 Daniel DunbarMC: Add dyn_cast support to MCSection.
2010-05-11 Duncan SandsI got tired of VISIBILITY_HIDDEN colliding with the...
2010-05-11 Dan GohmanImplement a bunch more TargetSelectionDAGInfo infrastru...
2010-05-07 Devang PatelUse overloaded operators instead of DIDescriptor::getNode()
2010-05-06 Dan GohmanAdd a DebugLoc argument to TargetInstrInfo::copyRegToRe...
2010-05-06 Evan ChengAdd argument TargetRegisterInfo to loadRegFromStackSlot...
2010-05-01 Chris Lattnerfix some inconsistent line endings, patch by Jakub...
2010-05-01 Dan GohmanGet rid of the EdgeMapping map. Instead, just check...
2010-04-17 Dan GohmanAdd const qualifiers to TargetLoweringObjectFile usage.
2010-04-17 Dan GohmanUse const qualifiers with TargetLowering. This eliminat...
2010-04-17 Dan GohmanMove per-function state out of TargetLowering subclasse...
2010-04-16 Dan GohmanAdd skeleton target-specific SelectionDAGInfo files.
2010-04-15 Dan GohmanAdd const qualifiers to CodeGen's use of LLVM IR constr...
2010-04-07 Sanjiv GuptaFix memory leaks for external symbol name strings.
2010-04-05 Chris Lattnerprune some #includes.
2010-04-04 Chris LattnerMomentous day: remove the "O" member from AsmPrinter...
2010-04-04 Chris Lattnerstreamerize the rest of PIC16 asm printer.
2010-04-04 Chris Lattnerchange a ton of code to not implicitly use the "O"...
2010-04-02 Chris Lattnerrename NewDebugLoc -> DebugLoc, prune #includes in...
2010-04-02 Chris Lattneruse DebugLoc default ctor instead of DebugLoc::getUnkno...
2010-04-02 Chris LattnerSwitch the code generator (except the JIT) onto the...
2010-04-02 Dale JohannesenTeach AnalyzeBranch, RemoveBranch and the branch
2010-03-30 Benjamin KramerXFAIL some PIC16 tests when running under valgrind...
2010-03-30 Benjamin KramerPIC16: Plug a leak in PIC16Section by allocating name...
2010-03-20 Benjamin KramerPIC16: Simplify code by using a std::set<std::string...
2010-03-17 Benjamin KramerInitialize Size member to appease valgrind.
2010-03-13 Chris Lattnereliminate the now-unneeded context argument of MBB...
2010-03-13 Chris Lattnerrearrange MCContext ownership. Before LLVMTargetMachin...
2010-03-12 Jeffrey YasskinFix LLVM build when the user specifies CPPFLAGS on...
2010-03-12 Chris Lattnerinline GetGlobalValueSymbol into the rest its callers and
2010-03-09 Jim GrosbachChange the Value argument to eliminateFrameIndex to...
2010-03-08 Devang PatelAvoid using DIDescriptor.isNull().
2010-03-08 Devang PatelRevert r97947.
2010-03-08 Devang PatelAvoid using DIDescriptor.isNull().
2010-03-04 John McCallTeach the pic16 target to recognize pic16-*-* triples.
2010-03-02 Chris LattnerSink InstructionSelect() out of each target into SDISel...
2010-03-02 Bill WendlingRemove dead parameter passing.
2010-02-26 Sanjiv GuptaThe cloner has nothing to do if any of the main or...
2010-02-26 Sanjiv GuptaReapply things reverted back in 97220, with the fixed...
2010-02-26 Chandler CarruthRevert r97211 and r97213 to get the build green again.
2010-02-26 Sanjiv GuptaCurrently in LLVM, names of libcalls are assigned durin...
2010-02-26 Sanjiv GuptaBefore converting an operand to mem, check if it is...
2010-02-25 Sanjiv GuptaEach field of auxiliary debug entry is only 1 byte...
2010-02-22 Chris Lattnerremove dupes now.
2010-02-22 Chris Lattnermove #includes earlier.
2010-02-18 Sanjiv GuptaRemap the call sites of a shared function in interrupt...
2010-02-18 Sanjiv GuptaRe-factoring.
2010-02-17 Sanjiv GuptaAdded routine to clone the body of a function and maint...
2010-02-17 Sanjiv GuptaAdded a function to clone locals of a function.( which...
2010-02-17 Sanjiv GuptaRemoved header files from .h by adding forward decls.
2010-02-17 Sanjiv GuptaInitial implementation of PIC16 Cloner pass.
2010-02-16 Sanjiv GuptaThe code section for an ISR has a specific address.
2010-02-15 Evan ChengSplit SelectionDAGISel::IsLegalAndProfitableToFold to
2010-02-15 David GreeneRemove an assumption of default arguments. This is...
2010-02-14 Sanjiv Guptafixes to pagesel/banksel inserter.
2010-02-10 Dan GohmanFix "the the" and similar typos.
2010-02-10 Chris Lattnerprint all the newlines at the end of instructions with
2010-02-03 Chris Lattnerrename printMachineInstruction -> EmitInstruction
2010-02-02 Evan ChengRevert 95130.
2010-02-02 Chris Lattnerrefactor code so that LLVMTargetMachine creates the...
2010-02-02 Evan ChengPass callsite return type to TargetLowering::LowerCall...
2010-01-28 Benjamin KramerReplace strcpy with memcpy when we have the length...
2010-01-27 Evan ChengEliminate target hook IsEligibleForTailCallOptimization.
2010-01-26 Chris LattnerEliminate SetDirective, and replace it with HasSetDirec...
2010-01-26 Chris Lattneradd a new MachineBasicBlock::getSymbol method, replacing
2010-01-26 Chris Lattnerdon't bother setting the AsmPrinter::MF ivar, now that
next