2009-07-27 |
Owen Anderson | Move ConstantFP construction back to the 2.5-ish API. |
tree | commitdiff |
2009-07-27 |
Devang Patel | 80 columns! |
tree | commitdiff |
2009-07-27 |
Sean Callanan | Thanks, Bill! |
tree | commitdiff |
2009-07-27 |
Chris Lattner | Sink getSectionPrefixForUniqueGlobal down into the TAI |
tree | commitdiff |
2009-07-27 |
Sean Callanan | Many of Daniel's fixes. |
tree | commitdiff |
2009-07-27 |
Douglas Gregor | CMake configuration: find mkdtemp, mkstemp, mktemp. |
tree | commitdiff |
2009-07-27 |
Chris Lattner | make COFF work like ELF and macho, by splitting out... |
tree | commitdiff |
2009-07-27 |
Chris Lattner | inline a method. |
tree | commitdiff |
2009-07-27 |
Dan Gohman | Fix wording in comments. |
tree | commitdiff |
2009-07-27 |
Chris Lattner | Eliminate getNamed/getUnnamedSection, adding a new... |
tree | commitdiff |
2009-07-27 |
Chris Lattner | Eliminate SectionFlags, just embed a SectionKind into... |
tree | commitdiff |
2009-07-26 |
Chris Lattner | untangle a TargetAsmInfo hack where ELFTargetAsmInfo... |
tree | commitdiff |
2009-07-26 |
Chris Lattner | Use the RHS length instead of the LHS length. They... |
tree | commitdiff |
2009-07-26 |
Daniel Dunbar | Remove Value::getName{Start,End}, the last of the old... |
tree | commitdiff |
2009-07-26 |
Daniel Dunbar | Remove Value::getNameLen |
tree | commitdiff |
2009-07-26 |
Daniel Dunbar | Eliminate some uses of DOUT, cerr, and getNameStart(). |
tree | commitdiff |
2009-07-26 |
Chris Lattner | remove a densemap from TargetAsmInfo that was uniquing... |
tree | commitdiff |
2009-07-26 |
Chris Lattner | make SectionKind keep track of whether a global had... |
tree | commitdiff |
2009-07-26 |
Chris Lattner | make SectionKind know whether a symbol is weak or not... |
tree | commitdiff |
2009-07-26 |
Chris Lattner | Make the kind actually be private. |
tree | commitdiff |
2009-07-26 |
Chris Lattner | rename Mergable -> Mergeable and Writable -> Writeable |
tree | commitdiff |
2009-07-26 |
Chris Lattner | remove a bunch of helper functions, just use SectionKin... |
tree | commitdiff |
2009-07-26 |
Chris Lattner | simplify getSectionForMergableConstant to take a Sectio... |
tree | commitdiff |
2009-07-26 |
Chris Lattner | precreate 4/8/16 byte mergable sections to simplify... |
tree | commitdiff |
2009-07-26 |
Chris Lattner | introduce specialized mergable const sectionkinds for... |
tree | commitdiff |
2009-07-26 |
Chris Lattner | Rearrange all the SectionKinds and structure them into... |
tree | commitdiff |
2009-07-26 |
Daniel Dunbar | Factor commonality in triple match routines into helper... |
tree | commitdiff |
2009-07-26 |
Daniel Dunbar | Oops, forgot XCore. Sorry XCore! |
tree | commitdiff |
2009-07-26 |
Daniel Dunbar | Update for API change. |
tree | commitdiff |
2009-07-26 |
Chris Lattner | fix isReadOnly predicate to not include data that has... |
tree | commitdiff |
2009-07-26 |
Chris Lattner | remove a dead enum case. |
tree | commitdiff |
2009-07-26 |
Daniel Dunbar | Update Triple to use StringRef/Twine based APIs. |
tree | commitdiff |
2009-07-26 |
Daniel Dunbar | Add StringRef::{slice, split}, two convenient string... |
tree | commitdiff |
2009-07-26 |
Chris Lattner | put normal data into .data instead of .data.rel on... |
tree | commitdiff |
2009-07-26 |
Daniel Dunbar | Kill Target specific ModuleMatchQuality stuff. |
tree | commitdiff |
2009-07-26 |
Daniel Dunbar | Add TargetRegistry::lookupTarget. |
tree | commitdiff |
2009-07-26 |
Chris Lattner | finish simplifying DarwinTargetAsmInfo::SelectSectionFo... |
tree | commitdiff |
2009-07-26 |
Daniel Dunbar | Some clients rely on getName{Start,End} not returning... |
tree | commitdiff |
2009-07-26 |
Daniel Dunbar | Rewrite getName{Start,End,Len} in terms of getName... |
tree | commitdiff |
2009-07-26 |
Chris Lattner | simplify some predicates, add isMergableString() |
tree | commitdiff |
2009-07-26 |
Daniel Dunbar | Remove Value::setName(const char*, unsigned). |
tree | commitdiff |
2009-07-26 |
Daniel Dunbar | Remove Value::setName(const char*). |
tree | commitdiff |
2009-07-25 |
Daniel Dunbar | Remove Value::{isName, getNameRef}. |
tree | commitdiff |
2009-07-25 |
Chris Lattner | make SectionKind be a first-class pod struct instead... |
tree | commitdiff |
2009-07-25 |
Chris Lattner | this is (unfortunately) several changes mixed together: |
tree | commitdiff |
2009-07-25 |
Chris Lattner | document some invariants. |
tree | commitdiff |
2009-07-25 |
Dan Gohman | Fix a few comments to say "backedge-taken count" instead of |
tree | commitdiff |
2009-07-25 |
Dan Gohman | Update comments to new-style syntax. |
tree | commitdiff |
2009-07-25 |
Dan Gohman | Remove spurious semicolons. |
tree | commitdiff |
2009-07-25 |
Daniel Dunbar | Simplify JIT target selection. |
tree | commitdiff |
2009-07-25 |
Daniel Dunbar | Add new helpers for registering targets. |
tree | commitdiff |
2009-07-25 |
Daniel Dunbar | Finish migrating VMCore to StringRef/Twine based APIs. |
tree | commitdiff |
2009-07-25 |
Daniel Dunbar | Initial update to VMCore to use Twines for string argum... |
tree | commitdiff |
2009-07-25 |
Eric Christopher | Move ExtractElementInst to ::Create instead of new... |
tree | commitdiff |
2009-07-25 |
Dan Gohman | Convert a few more uses of llvm/Support/Streams.h to... |
tree | commitdiff |
2009-07-25 |
Dan Gohman | Instead of eagerly creating new SCEVs to replace all... |
tree | commitdiff |
2009-07-25 |
Dan Gohman | Make AliasAnalysis and related classes use |
tree | commitdiff |
2009-07-25 |
Jeffrey Yasskin | Add a missing ilist_node.h #include to SparseBitVector... |
tree | commitdiff |
2009-07-25 |
Sean Callanan | MemoryObject - Abstract base class for contiguous addre... |
tree | commitdiff |
2009-07-24 |
Andreas Bolka | Forward-declare raw_ostream. |
tree | commitdiff |
2009-07-24 |
Owen Anderson | Revert the ConstantInt constructors back to their 2... |
tree | commitdiff |
2009-07-24 |
Chris Lattner | fix some predicates |
tree | commitdiff |
2009-07-24 |
Chris Lattner | change SectionKindForGlobal from being a public (and |
tree | commitdiff |
2009-07-24 |
Chris Lattner | make SectionKindForGlobal target independent, and there... |
tree | commitdiff |
2009-07-24 |
Chris Lattner | we already know the sectionkind when invoking SelectSec... |
tree | commitdiff |
2009-07-24 |
Chris Lattner | make SectionForGlobal non-virtual, add a hook for pic16... |
tree | commitdiff |
2009-07-24 |
Jakob Stoklund Olesen | Add support for promoting SETCC operations. |
tree | commitdiff |
2009-07-24 |
Dan Gohman | Convert several more passes to use getAnalysisIfAvailab... |
tree | commitdiff |
2009-07-24 |
Dan Gohman | Add specific classes for Add, Sub, and Mul, for conveni... |
tree | commitdiff |
2009-07-24 |
Chris Lattner | move ELF-specific code into ELFTargetAsmInfo. |
tree | commitdiff |
2009-07-24 |
Chris Lattner | make SectionFlagsForGlobal a private static function... |
tree | commitdiff |
2009-07-24 |
Daniel Dunbar | Move more to raw_ostream, provide support for writing... |
tree | commitdiff |
2009-07-24 |
Daniel Dunbar | Move to raw_ostream. |
tree | commitdiff |
2009-07-24 |
Daniel Dunbar | Allow llvm_report_error to accept a Twine. |
tree | commitdiff |
2009-07-24 |
Eli Friedman | Remove unused member functions. |
tree | commitdiff |
2009-07-24 |
Daniel Dunbar | Fix constructor types |
tree | commitdiff |
2009-07-24 |
Daniel Dunbar | Add Twine ADT. |
tree | commitdiff |
2009-07-24 |
Chris Lattner | Implement getSectionPrefixForUniqueGlobal to return... |
tree | commitdiff |
2009-07-24 |
Chris Lattner | Replace UniqueSectionForGlobal with getSectionPrefixFor... |
tree | commitdiff |
2009-07-24 |
Chris Lattner | document SectionFlags::Named better and make it more... |
tree | commitdiff |
2009-07-24 |
Chris Lattner | use section flags more correctly. |
tree | commitdiff |
2009-07-24 |
Chris Lattner | make Constant::getRelocationInfo return an enum, as... |
tree | commitdiff |
2009-07-24 |
Chris Lattner | remove more bits of small section support. |
tree | commitdiff |
2009-07-24 |
Chris Lattner | Remove SectionKind::Small*. This was only used on... |
tree | commitdiff |
2009-07-24 |
Dan Gohman | Give SCEVAddRecExpr no-signed-overflow and no-unsigned... |
tree | commitdiff |
2009-07-24 |
Dan Gohman | Give the SCEV class a SubclassData field. |
tree | commitdiff |
2009-07-24 |
Dan Gohman | Fix whitespace. |
tree | commitdiff |
2009-07-24 |
Owen Anderson | Privatize the ConstantVector tables. |
tree | commitdiff |
2009-07-24 |
Dan Gohman | Remove the IA-64 backend. |
tree | commitdiff |
2009-07-23 |
Owen Anderson | Privatize the ConstantStruct table. |
tree | commitdiff |
2009-07-23 |
David Greene | Write space padding as one string to speed up comment... |
tree | commitdiff |
2009-07-23 |
Reid Kleckner | Re-committing r76828 with the JIT memory manager change... |
tree | commitdiff |
2009-07-23 |
Duncan Sands | Fix PR4614: the Intel C compiler defines _GNUC__ |
tree | commitdiff |
2009-07-23 |
Daniel Dunbar | Switch ValueSymbolTable to StringRef based API. |
tree | commitdiff |
2009-07-23 |
Daniel Dunbar | Add llvm::Value::getNameRef, for help in API migration. |
tree | commitdiff |
2009-07-23 |
Reid Kleckner | Re-committing changes from r76825 to BumpPtrAllocator... |
tree | commitdiff |
2009-07-23 |
Daniel Dunbar | Convert StringMap to using StringRef for its APIs. |
tree | commitdiff |
2009-07-23 |
Andrew Lenharth | emit simple node was using different labels for fields... |
tree | commitdiff |
2009-07-23 |
Andreas Bolka | Cache dependence computation using FoldingSet. |
tree | commitdiff |
2009-07-23 |
Chris Lattner | enhance DepthFirstIterator to support more robust opera... |
tree | commitdiff |
next |