80-column cleanup
[oota-llvm.git] / lib / Target / PIC16 /
2009-10-25 Sanjiv GuptaReapply 85006 with a minor fix.
2009-10-25 Nick LewyckyRemove includes of Support/Compiler.h that are no longe...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-10-24 Sanjiv GuptaRevert back 85006 for now as it breaks PIC16 tests.
2009-10-24 Sanjiv GuptaAdding support for placing global objects in shared...
2009-10-22 Chris Lattnerfix warning.
2009-10-21 Anton KorobeynikovRevert r84764, it breaks mingw build
2009-10-21 Sanjiv GuptaBuild shared lib instead of an archive.
2009-10-21 Sanjiv GuptaAdd a pass to overlay pic16 data sections for function...
2009-10-20 Sanjiv GuptaThis file is replaeced by PIC16Section.h.
2009-10-16 Benjamin KramerUpdate CMake file.
2009-10-16 Sanjiv GuptaCleaned up some code. No functionality change.
2009-10-15 Benjamin KramerAdd files Sanjiv forgot.
2009-10-15 Sanjiv GuptaRe-apply 84180 with the fixed test case.
2009-10-15 Daniel DunbarRevert "Complete Rewrite of AsmPrinter, TargetObjectFil...
2009-10-15 Sanjiv GuptaComplete Rewrite of AsmPrinter, TargetObjectFile based...
2009-10-15 Sanjiv GuptaFew changes to comply with new DebugInfo Metadata repre...
2009-10-13 Devang Patels/DebugLoc.CompileUnit/DebugLoc.Scope/g
2009-10-07 Jim GrosbachAdd register-reuse to frame-index register scavenging...
2009-10-06 Dan GohmanInstead of printing unnecessary basic block labels...
2009-10-06 Devang PatelUpdate processDebugLoc() so that it can be used to...
2009-09-30 Devang PatelUse MachineInstr as an processDebugLoc() argument.
2009-09-30 Bob WilsonFix a comment typo.
2009-09-29 Devang PatelRemove std::string uses from DebugInfo interface.
2009-09-19 Evan ChengFix PR4926. When target hook EmitInstrWithCustomInserte...
2009-09-18 Evan ChengEnhance EmitInstrWithCustomInserter() so target can...
2009-09-14 Chris LattnerPIC16 does allow colon after MBB labels, simplify EmitB...
2009-09-13 Chris Lattnerremove all but one reference to TargetRegisterDesc...
2009-09-13 Chris Lattnerthe tblgen produced 'getRegisterName' method does not...
2009-09-13 Chris Lattnermake tblgen produce a function that returns the name...
2009-09-13 Chris Lattnerreplace printBasicBlockLabel with EmitBasicBlockStart,
2009-09-13 Chris Lattnerconvert some uses of printBasicBlockLabel to use GetMBB...
2009-09-09 Chris Lattnerremove DebugLoc from MCInst and eliminate "Comment...
2009-09-02 Sandeep PatelRetype from unsigned to CallingConv::ID accordingly...
2009-09-01 Sanjiv GuptaFurther refactoring of PIC16 Obj file code.
2009-08-31 Devang PatelSimplify isDerivedType() and other predicate interface.
2009-08-31 Benjamin KramerNormalize makefile comments and sort cmake file lists.
2009-08-28 Devang PatelReapply 79977.
2009-08-26 Dan GohmanAdd comments detailing a known bug, so that people...
2009-08-26 Devang PatelRevert 79977. It causes llvm-gcc bootstrap failures...
2009-08-25 Sanjiv GuptaStart refactoring PIC16 TargetObjectFile code. Eventual...
2009-08-25 Devang PatelUpdate DebugInfo interface to use metadata, instead...
2009-08-24 Chris Lattnereliminate a #include.
2009-08-22 Benjamin KramerForgot to update some CMakeLists.
2009-08-22 Chris Lattnerrename TAI -> MAI, being careful not to make MAILJMP...
2009-08-22 Chris Lattnerrevert 79764, my dependencies failed me again.
2009-08-22 Chris Lattnerremove dead member.
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-08-21 Chris LattnerRevert r79563
2009-08-21 Chris Lattnerrevert r79562 + r79563
2009-08-21 Chris Lattnerrevert r79631
2009-08-21 Chris Lattnerrevert 79631
2009-08-21 Duncan SandsFix a problem noticed by gcc-4.4:
2009-08-21 Daniel DunbarFix -Asserts warning.
2009-08-21 Sanjiv GuptaAdd a pass to do call graph analyis to overlay the...
2009-08-21 Bill WendlingRemove #include <iostream>.
2009-08-20 Sanjiv Guptapart of the previous commit for PIC16 ISR implementation.
2009-08-20 Sanjiv GuptaImplement support for ISRs.
2009-08-19 Chris Lattnereliminate AsmPrinter::SwitchToSection and just have...
2009-08-15 Sanjiv GuptaRevert a few changes that were done in 78603.
2009-08-15 Chris Lattnerupdate for rename.
2009-08-15 Chris Lattnerrename PIC16Section.h -> MCSectionPIC16.h for consisten...
2009-08-13 Daniel DunbarReapply pieces of 78914 reverted in 78916, this has...
2009-08-13 Daniel DunbarRemove obsoleted files (from AsmPrinter move)
2009-08-13 Owen AndersonRevert r78914, as it was breaking the build.
2009-08-13 Sanjiv GuptaMove PIC16 AsmPrinter to PIC16/AsmPrinter directory.
2009-08-13 Chris Lattnermake PIC16 unique its own sections instead of having...
2009-08-12 Chris Lattnersome compiler don't get string from TLOF.h implicitly...
2009-08-12 Dan GohmanThis void is implicit in C++.
2009-08-12 Chris LattnerChange TargetAsmInfo to be constructed via TargetRegist...
2009-08-12 Owen AndersonAdd contexts to some of the MVT APIs. No functionality...
2009-08-11 Owen AndersonSplit EVT into MVT and EVT, the former representing...
2009-08-11 Chris Lattnerpass the TargetTriple down from each target ctor to the
2009-08-11 Sanjiv GuptaFixed more problems caused by 78142.
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-08-10 Devang PatelDo not rely on magic "llvm.dbg.*" global variable name...
2009-08-10 Owen AndersonStart moving TargetLowering away from using full MVTs...
2009-08-10 Chris Lattnerfix some warnings for the MSVC build, by Yonggang Luo!
2009-08-08 Chris Lattnersink the 'name' and 'isdirective' state out of MCSectio...
2009-08-08 Chris Lattner1. Make MCSection an abstract class.
2009-08-08 Chris Lattneradd new PIC16Section class, this time hopefully not...
2009-08-08 Daniel DunbarRevert r78501, it doesn't build.
2009-08-08 Chris Lattnermake PIC16 create its own custom MCSection.
2009-08-08 Chris Lattnergive pic16 a target-specific section creation name too
2009-08-08 Chris Lattnersink getOrCreateSection down into all the object file...
2009-08-08 Chris Lattnermake printInstruction return void since its result...
2009-08-07 Sanjiv GuptaMinor fixes to avoid using invalid debugloc.
2009-08-07 Benjamin KramerSimplify code and avoid allocations.
2009-08-07 Sanjiv GuptaRun memsel inserter just before emit assembly to avoid...
2009-08-06 Devang PatelUse DebugInfoFinder
2009-08-06 Chris LattnerFix several fixmes and clean up code by sinking *all...
2009-08-06 Chris Lattnergo through PIC16TargetObjectFile to make sections inste...
2009-08-05 Dan GohmanFix a bug in the PIC16 backend.
2009-08-05 Dan GohmanMajor calling convention code refactoring.
2009-08-04 Sanjiv GuptaLegalize i64 store operations generated by inst-combine.
2009-08-04 Daniel DunbarAvoid compiler warning (in -Asserts mode)
2009-08-02 Daniel DunbarMove most targets TargetMachine constructor to only...
2009-08-02 Daniel DunbarNormalize Subtarget constructors to take a target tripl...
2009-08-02 Chris LattnerPIC16 TAI doesn't need TM
2009-08-02 Chris Lattnerremove TargetAsmInfo::TM, which is now dead. The basic...
next