2010-04-15 |
Dan Gohman | Make getPredecessorWithUniqueSuccessorForBB return... |
tree | commitdiff |
2010-04-15 |
Gabor Greif | back out r101364, as it trips the linux nightlybot... |
tree | commitdiff |
2010-04-15 |
Gabor Greif | rotate CallInst operands, i.e. move callee to the back |
tree | commitdiff |
2010-04-15 |
Dan Gohman | Add more const qualifiers for LLVM IR pointers in CodeGen. |
tree | commitdiff |
2010-04-15 |
Dan Gohman | Add const qualifiers to CodeGen's use of LLVM IR constr... |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Fix TrackingVH to handle const Value subclasses. |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Remove a const here. This makes this function consisten... |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Constify GetConstantStringInfo. |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Move a bunch of methods from CallSite to CallSiteBase... |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Use FunTy instead of hard-coding Function. |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Oops, make these public. |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Move getType() and getCaller() into CallSiteBase so... |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Delete unneeeded arguments. |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Delete unused arguments. |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Factor out EH landing pad code into a separate function... |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Fix a missing #include. |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Refine #includes. |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Split ISD::NodeType and a few related items out of... |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Delete an unused function. |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Trim #includes. |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Move the code for emitting livein copies out of Selecti... |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Fix whitespace, comments. |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Add explicit keywords. |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Use C++, not C++-standard-library-internals-ese. |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Make SuccIterator's private parts private too. |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Make helper utility members private. |
tree | commitdiff |
2010-04-14 |
Chris Lattner | implement mc asmparser support for '.', which gets the |
tree | commitdiff |
2010-04-13 |
Daniel Dunbar | Fix -Asserts warnings. |
tree | commitdiff |
2010-04-13 |
Sean Callanan | Quick fix for build errors caused by undefined |
tree | commitdiff |
2010-04-13 |
Sean Callanan | Fixed a nasty layering violation in the edis source |
tree | commitdiff |
2010-04-13 |
Dan Gohman | Eliminate MachineBasicBlock::const_livein_iterator... |
tree | commitdiff |
2010-04-13 |
Dan Gohman | Move MachineRegisterInfo's isLiveIn and isLiveOut out... |
tree | commitdiff |
2010-04-13 |
Dan Gohman | Delete an unused member variable. |
tree | commitdiff |
2010-04-13 |
Owen Anderson | SCCVN, we hardly knew ye! |
tree | commitdiff |
2010-04-13 |
Daniel Dunbar | VMCore: Add Type::getIntN[Ptr]Ty, which are the obvious... |
tree | commitdiff |
2010-04-13 |
Daniel Dunbar | IRBuilder: Add Create{Shl,LShr,And,Or,Xor} methods... |
tree | commitdiff |
2010-04-13 |
Chris Lattner | add llvm codegen support for -ffunction-sections and... |
tree | commitdiff |
2010-04-12 |
Sean Callanan | Bug fix: included System/Types.h instead of |
tree | commitdiff |
2010-04-11 |
Dan Gohman | Enhance ScalarEvolution::isKnownPredicate with support for |
tree | commitdiff |
2010-04-11 |
Dan Gohman | Fix a comment. |
tree | commitdiff |
2010-04-11 |
Dan Gohman | Fix a #include. |
tree | commitdiff |
2010-04-11 |
Dan Gohman | Rename isLoopGuardedByCond to isLoopEntryGuardedByCond... |
tree | commitdiff |
2010-04-11 |
Benjamin Kramer | utostr isn't going away too soon, try to make it slight... |
tree | commitdiff |
2010-04-10 |
Chris Lattner | add attributes and module level asm to the ocaml bindings, |
tree | commitdiff |
2010-04-09 |
Wesley Peck | Adding IPSCCP and Internalize passes to the C-bindings |
tree | commitdiff |
2010-04-09 |
Ted Kremenek | Move 'Optional' class from Clang to LLVM/ADT. |
tree | commitdiff |
2010-04-09 |
Bob Wilson | Fix up header comments to match the comment fixups... |
tree | commitdiff |
2010-04-09 |
Dan Gohman | Don't use reserved identifiers. |
tree | commitdiff |
2010-04-08 |
Dan Gohman | Add variants of ult, ule, etc. which take a uint64_t... |
tree | commitdiff |
2010-04-08 |
Chris Lattner | delete a forwarding function. |
tree | commitdiff |
2010-04-08 |
Chris Lattner | move elf section uniquing to MCContext. Along the way |
tree | commitdiff |
2010-04-08 |
Chris Lattner | remove the TargetLoweringObjectFileMachO::getMachoSection |
tree | commitdiff |
2010-04-08 |
Chris Lattner | move macho section uniquing from MCParser and TLOF... |
tree | commitdiff |
2010-04-08 |
Evan Cheng | Coalescer should not delete copy instructions whose... |
tree | commitdiff |
2010-04-08 |
Dan Gohman | Add a -lint pass which checks for common sources of... |
tree | commitdiff |
2010-04-08 |
Dan Gohman | Fix a comment. |
tree | commitdiff |
2010-04-08 |
Benjamin Kramer | Provide operator delete for BumpPtrAllocator and Recycl... |
tree | commitdiff |
2010-04-08 |
Evan Cheng | Avoid using f64 to lower memcpy from constant string... |
tree | commitdiff |
2010-04-08 |
Sean Callanan | Added support for ARM disassembly to edis. |
tree | commitdiff |
2010-04-07 |
Evan Cheng | Fix typo. |
tree | commitdiff |
2010-04-07 |
Chris Lattner | introduce a new recoverable error handling API to LLVMC... |
tree | commitdiff |
2010-04-07 |
Chris Lattner | rename llvm_install_error_handler -> install_fatal_erro... |
tree | commitdiff |
2010-04-07 |
Eric Christopher | Add support for stpncpy_chk. |
tree | commitdiff |
2010-04-07 |
Chris Lattner | rename llvm::llvm_report_error -> llvm::report_fatal_error |
tree | commitdiff |
2010-04-07 |
Chris Lattner | remove some unneeded errorhandling stuff. |
tree | commitdiff |
2010-04-07 |
Chris Lattner | minor tidying up |
tree | commitdiff |
2010-04-07 |
Dan Gohman | Generalize IVUsers to track arbitrary expressions rathe... |
tree | commitdiff |
2010-04-07 |
Anton Korobeynikov | Remove late ARM codegen optimization pass committed... |
tree | commitdiff |
2010-04-07 |
Anton Korobeynikov | Since tblgen bug was fixed (thanks Jakob!) we don't... |
tree | commitdiff |
2010-04-07 |
Anton Korobeynikov | Make use of new reserved/required scheduling stuff... |
tree | commitdiff |
2010-04-07 |
Anton Korobeynikov | Initial support for different kinds of FU reservation. |
tree | commitdiff |
2010-04-07 |
Anton Korobeynikov | Add hook to insert late LLVM=>LLVM passes just before... |
tree | commitdiff |
2010-04-07 |
Chris Lattner | Three changes: |
tree | commitdiff |
2010-04-07 |
Evan Cheng | Post regalloc LICM. Work in progress. |
tree | commitdiff |
2010-04-06 |
Bill Wendling | Make this hack more specific to the Apple gcc 4.2 non... |
tree | commitdiff |
2010-04-06 |
Chris Lattner | this accessor doesn't need to copy the string. |
tree | commitdiff |
2010-04-06 |
Chris Lattner | enhance SMDiagnostic to also maintain a pointer to... |
tree | commitdiff |
2010-04-06 |
Jakob Stoklund Olesen | Avoid overflowing a signed integer which triggers undef... |
tree | commitdiff |
2010-04-06 |
Chris Lattner | propagate cookie management out one layer of function... |
tree | commitdiff |
2010-04-06 |
Chris Lattner | Give MachineModuleInfo an actual Module*. |
tree | commitdiff |
2010-04-06 |
Chris Lattner | give LLVMContext an inline asm diagnostic hook member. |
tree | commitdiff |
2010-04-06 |
Chris Lattner | give the SourceMgr object a cookie. |
tree | commitdiff |
2010-04-06 |
Chris Lattner | Give llvm::SourceMgr the ability to have a client-specified |
tree | commitdiff |
2010-04-05 |
Douglas Gregor | Remove MaybeOwningPtr. We're going to use reference... |
tree | commitdiff |
2010-04-05 |
Chris Lattner | Give AsmParser an option to control whether it finalizes |
tree | commitdiff |
2010-04-05 |
Chris Lattner | add a comment. |
tree | commitdiff |
2010-04-05 |
Chris Lattner | stringref-ize the MemoryBuffer::get apis. This requires |
tree | commitdiff |
2010-04-05 |
Douglas Gregor | Introduce MaybeOwningPtr, a smart pointer that may... |
tree | commitdiff |
2010-04-05 |
Dan Gohman | Add an isReachableFromEntry to MachineDominators, follo... |
tree | commitdiff |
2010-04-05 |
Chris Lattner | trim some prototypes. |
tree | commitdiff |
2010-04-05 |
Chris Lattner | remove the now-redundant MMI pointer in SelectionDAG. |
tree | commitdiff |
2010-04-05 |
Chris Lattner | remove some redundant MMI arguments. |
tree | commitdiff |
2010-04-05 |
Chris Lattner | unthread MMI from FastISel |
tree | commitdiff |
2010-04-05 |
Chris Lattner | remove the MMI pointer from MachineFrameInfo. |
tree | commitdiff |
2010-04-05 |
Chris Lattner | enhance MachineFunction to have a MMI pointer. |
tree | commitdiff |
2010-04-05 |
Chris Lattner | prune #includes. |
tree | commitdiff |
2010-04-05 |
Chris Lattner | finally blast DwarfWriter away. |
tree | commitdiff |
2010-04-05 |
Chris Lattner | change AsmPrinter to use DwarfDebug/DwarfException... |
tree | commitdiff |
2010-04-05 |
Chris Lattner | trim some spurious references to DwarfWriter. SDIsel... |
tree | commitdiff |
2010-04-05 |
Jakob Stoklund Olesen | Replace TSFlagsFields and TSFlagsShifts with a simpler... |
tree | commitdiff |
next |