2010-07-21 |
Evan Cheng | Teach bottom up pre-ra scheduler to track register... |
tree | commitdiff |
2010-07-16 |
Jakob Stoklund Olesen | Remove the isMoveInstr() hook. |
tree | commitdiff |
2010-07-14 |
Benjamin Kramer | Don't pass StringRef by reference. |
tree | commitdiff |
2010-07-14 |
Chris Lattner | fix a bug found by a warning I added to clang this... |
tree | commitdiff |
2010-07-12 |
Duncan Sands | Convert some tab stops into spaces. |
tree | commitdiff |
2010-07-11 |
Jakob Stoklund Olesen | Fix PIC16 comments referencing copyRegToReg. |
tree | commitdiff |
2010-07-11 |
Jakob Stoklund Olesen | Replace copyRegToReg with copyPhysReg for PIC16. |
tree | commitdiff |
2010-07-07 |
Dan Gohman | Split the SDValue out of OutputArg so that SelectionDAG... |
tree | commitdiff |
2010-07-06 |
Devang Patel | Propagate debug loc. |
tree | commitdiff |
2010-07-06 |
Dan Gohman | Reapply r107655 with fixes; insert the pseudo instructi... |
tree | commitdiff |
2010-07-06 |
Dan Gohman | Revert r107655. |
tree | commitdiff |
2010-07-06 |
Dan Gohman | Fix a bunch of custom-inserter functions to handle... |
tree | commitdiff |
2010-06-24 |
Devang Patel | Use ValueMap instead of DenseMap. |
tree | commitdiff |
2010-06-21 |
Eric Christopher | Remove isTwoAddress from PIC16. |
tree | commitdiff |
2010-06-18 |
Dan Gohman | Eliminate unnecessary uses of getZExtValue(). |
tree | commitdiff |
2010-06-17 |
Stuart Hastings | Add a DebugLoc parameter to TargetInstrInfo::InsertBran... |
tree | commitdiff |
2010-06-02 |
Rafael Espindola | cleanup |
tree | commitdiff |
2010-05-17 |
Daniel Dunbar | MC: Add dyn_cast support to MCSection. |
tree | commitdiff |
2010-05-11 |
Duncan Sands | I got tired of VISIBILITY_HIDDEN colliding with the... |
tree | commitdiff |
2010-05-11 |
Dan Gohman | Implement a bunch more TargetSelectionDAGInfo infrastru... |
tree | commitdiff |
2010-05-07 |
Devang Patel | Use overloaded operators instead of DIDescriptor::getNode() |
tree | commitdiff |
2010-05-06 |
Dan Gohman | Add a DebugLoc argument to TargetInstrInfo::copyRegToRe... |
tree | commitdiff |
2010-05-06 |
Evan Cheng | Add argument TargetRegisterInfo to loadRegFromStackSlot... |
tree | commitdiff |
2010-05-01 |
Chris Lattner | fix some inconsistent line endings, patch by Jakub... |
tree | commitdiff |
2010-05-01 |
Dan Gohman | Get rid of the EdgeMapping map. Instead, just check... |
tree | commitdiff |
2010-04-17 |
Dan Gohman | Add const qualifiers to TargetLoweringObjectFile usage. |
tree | commitdiff |
2010-04-17 |
Dan Gohman | Use const qualifiers with TargetLowering. This eliminat... |
tree | commitdiff |
2010-04-17 |
Dan Gohman | Move per-function state out of TargetLowering subclasse... |
tree | commitdiff |
2010-04-16 |
Dan Gohman | Add skeleton target-specific SelectionDAGInfo files. |
tree | commitdiff |
2010-04-15 |
Dan Gohman | Add const qualifiers to CodeGen's use of LLVM IR constr... |
tree | commitdiff |
2010-04-07 |
Sanjiv Gupta | Fix memory leaks for external symbol name strings. |
tree | commitdiff |
2010-04-05 |
Chris Lattner | prune some #includes. |
tree | commitdiff |
2010-04-04 |
Chris Lattner | Momentous day: remove the "O" member from AsmPrinter... |
tree | commitdiff |
2010-04-04 |
Chris Lattner | streamerize the rest of PIC16 asm printer. |
tree | commitdiff |
2010-04-04 |
Chris Lattner | change a ton of code to not implicitly use the "O"... |
tree | commitdiff |
2010-04-02 |
Chris Lattner | rename NewDebugLoc -> DebugLoc, prune #includes in... |
tree | commitdiff |
2010-04-02 |
Chris Lattner | use DebugLoc default ctor instead of DebugLoc::getUnkno... |
tree | commitdiff |
2010-04-02 |
Chris Lattner | Switch the code generator (except the JIT) onto the... |
tree | commitdiff |
2010-04-02 |
Dale Johannesen | Teach AnalyzeBranch, RemoveBranch and the branch |
tree | commitdiff |
2010-03-30 |
Benjamin Kramer | XFAIL some PIC16 tests when running under valgrind... |
tree | commitdiff |
2010-03-30 |
Benjamin Kramer | PIC16: Plug a leak in PIC16Section by allocating name... |
tree | commitdiff |
2010-03-20 |
Benjamin Kramer | PIC16: Simplify code by using a std::set<std::string... |
tree | commitdiff |
2010-03-17 |
Benjamin Kramer | Initialize Size member to appease valgrind. |
tree | commitdiff |
2010-03-13 |
Chris Lattner | eliminate the now-unneeded context argument of MBB... |
tree | commitdiff |
2010-03-13 |
Chris Lattner | rearrange MCContext ownership. Before LLVMTargetMachin... |
tree | commitdiff |
2010-03-12 |
Jeffrey Yasskin | Fix LLVM build when the user specifies CPPFLAGS on... |
tree | commitdiff |
2010-03-12 |
Chris Lattner | inline GetGlobalValueSymbol into the rest its callers and |
tree | commitdiff |
2010-03-09 |
Jim Grosbach | Change the Value argument to eliminateFrameIndex to... |
tree | commitdiff |
2010-03-08 |
Devang Patel | Avoid using DIDescriptor.isNull(). |
tree | commitdiff |
2010-03-08 |
Devang Patel | Revert r97947. |
tree | commitdiff |
2010-03-08 |
Devang Patel | Avoid using DIDescriptor.isNull(). |
tree | commitdiff |
2010-03-04 |
John McCall | Teach the pic16 target to recognize pic16-*-* triples. |
tree | commitdiff |
2010-03-02 |
Chris Lattner | Sink InstructionSelect() out of each target into SDISel... |
tree | commitdiff |
2010-03-02 |
Bill Wendling | Remove dead parameter passing. |
tree | commitdiff |
2010-02-26 |
Sanjiv Gupta | The cloner has nothing to do if any of the main or... |
tree | commitdiff |
2010-02-26 |
Sanjiv Gupta | Reapply things reverted back in 97220, with the fixed... |
tree | commitdiff |
2010-02-26 |
Chandler Carruth | Revert r97211 and r97213 to get the build green again. |
tree | commitdiff |
2010-02-26 |
Sanjiv Gupta | Currently in LLVM, names of libcalls are assigned durin... |
tree | commitdiff |
2010-02-26 |
Sanjiv Gupta | Before converting an operand to mem, check if it is... |
tree | commitdiff |
2010-02-25 |
Sanjiv Gupta | Each field of auxiliary debug entry is only 1 byte... |
tree | commitdiff |
2010-02-22 |
Chris Lattner | remove dupes now. |
tree | commitdiff |
2010-02-22 |
Chris Lattner | move #includes earlier. |
tree | commitdiff |
2010-02-18 |
Sanjiv Gupta | Remap the call sites of a shared function in interrupt... |
tree | commitdiff |
2010-02-18 |
Sanjiv Gupta | Re-factoring. |
tree | commitdiff |
2010-02-17 |
Sanjiv Gupta | Added routine to clone the body of a function and maint... |
tree | commitdiff |
2010-02-17 |
Sanjiv Gupta | Added a function to clone locals of a function.( which... |
tree | commitdiff |
2010-02-17 |
Sanjiv Gupta | Removed header files from .h by adding forward decls. |
tree | commitdiff |
2010-02-17 |
Sanjiv Gupta | Initial implementation of PIC16 Cloner pass. |
tree | commitdiff |
2010-02-16 |
Sanjiv Gupta | The code section for an ISR has a specific address. |
tree | commitdiff |
2010-02-15 |
Evan Cheng | Split SelectionDAGISel::IsLegalAndProfitableToFold to |
tree | commitdiff |
2010-02-15 |
David Greene | Remove an assumption of default arguments. This is... |
tree | commitdiff |
2010-02-14 |
Sanjiv Gupta | fixes to pagesel/banksel inserter. |
tree | commitdiff |
2010-02-10 |
Dan Gohman | Fix "the the" and similar typos. |
tree | commitdiff |
2010-02-10 |
Chris Lattner | print all the newlines at the end of instructions with |
tree | commitdiff |
2010-02-03 |
Chris Lattner | rename printMachineInstruction -> EmitInstruction |
tree | commitdiff |
2010-02-02 |
Evan Cheng | Revert 95130. |
tree | commitdiff |
2010-02-02 |
Chris Lattner | refactor code so that LLVMTargetMachine creates the... |
tree | commitdiff |
2010-02-02 |
Evan Cheng | Pass callsite return type to TargetLowering::LowerCall... |
tree | commitdiff |
2010-01-28 |
Benjamin Kramer | Replace strcpy with memcpy when we have the length... |
tree | commitdiff |
2010-01-27 |
Evan Cheng | Eliminate target hook IsEligibleForTailCallOptimization. |
tree | commitdiff |
2010-01-26 |
Chris Lattner | Eliminate SetDirective, and replace it with HasSetDirec... |
tree | commitdiff |
2010-01-26 |
Chris Lattner | add a new MachineBasicBlock::getSymbol method, replacing |
tree | commitdiff |
2010-01-26 |
Chris Lattner | don't bother setting the AsmPrinter::MF ivar, now that |
tree | commitdiff |
2010-01-24 |
Chris Lattner | make -fno-rtti the default unless a directory builds... |
tree | commitdiff |
2010-01-22 |
Chris Lattner | Stop building RTTI information for *most* llvm librarie... |
tree | commitdiff |
2010-01-20 |
Chris Lattner | revert 93934, removing the MCAsmInfo endianness bit... |
tree | commitdiff |
2010-01-19 |
Chris Lattner | give MCAsmInfo a 'has little endian' bit. This is... |
tree | commitdiff |
2010-01-19 |
Chris Lattner | Now that we have everything nicely factored (e.g. asmpr... |
tree | commitdiff |
2010-01-17 |
Chris Lattner | now that MCSymbol::print doesn't use it's MAI argument... |
tree | commitdiff |
2010-01-16 |
Devang Patel | Replace DebugLocTuple with DILocation. |
tree | commitdiff |
2010-01-16 |
Chris Lattner | eliminate uses of mangler and simplify code. |
tree | commitdiff |
2010-01-16 |
Chris Lattner | get pic16 off CurrentFnName |
tree | commitdiff |
2010-01-16 |
Chris Lattner | remove the string form of printVisibility. |
tree | commitdiff |
2010-01-05 |
Dan Gohman | Change SelectCode's argument from SDValue to SDNode... |
tree | commitdiff |
2009-12-29 |
Sanjiv Gupta | Extern declaration for unordered.f32 libcall was not... |
tree | commitdiff |
2009-12-28 |
Sanjiv Gupta | Fixed llc crash for zext (i1 -> i8) loads. |
tree | commitdiff |
2009-12-28 |
Sanjiv Gupta | Allow targets to specify the return type of libcalls... |
tree | commitdiff |
2009-12-23 |
Sanjiv Gupta | Reapply 91904. |
tree | commitdiff |
2009-12-23 |
Sanjiv Gupta | Added missing patterns for subtract instruction. |
tree | commitdiff |
2009-12-23 |
Sanjiv Gupta | Reverting back 91904. |
tree | commitdiff |
next |