Propagation in TargetLowering. Includes passing a DL
[oota-llvm.git] / include / llvm / Support /
2009-02-02 Mike StumpImprove -fno-opt style option processing to not require...
2009-01-30 Mike StumpAdd opposite_of and inverse_opt to support -fno- style...
2009-01-26 Ted KremenekAdd method raw_fd_ostream::seek() for random access...
2009-01-23 Devang PatelIntroduce two DWARF attribute extentions DW_AT_APPLE_op...
2009-01-22 Gabor Greifintroduce a useful abstraction to find out if a Use...
2009-01-21 Dale JohannesenDo not use host floating point types when emitting
2009-01-20 Devang Patelindentation...
2009-01-20 Devang PatelNeed only one set of debug info versions enum.
2009-01-17 Gabor Greifmake comparisons a bist faster
2009-01-16 Mikhail GlushenkovSupport for multi-valued options in CommandLine
2009-01-16 Mikhail GlushenkovRegistry.h should not depend on CommandLine.h.
2009-01-16 Mikhail GlushenkovDelete trailing whitespace.
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-14 Ted KremenekAdd member template MallocAllocator::Allocate(Num)...
2009-01-12 Rafael EspindolaRemove some dead code from the days llvm had type...
2009-01-11 Gabor Greifdrats! remove tabs
2009-01-11 Gabor Greifsimplify CallSite helper class to not consult the Instr...
2009-01-07 Chris Lattnerremove DebugInfoBuilder, it has been subsumed by Analys...
2009-01-06 Chris Lattnerno need to negate the APInt for 0.
2009-01-05 Chris LattnerChange m_ConstantInt and m_SelectCst to take their...
2009-01-05 Chris Lattnermake m_ConstantInt(int64_t) safely match ConstantInt...
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2009-01-04 Chris Lattneradd #include guards, thanks Dan.
2009-01-02 Misha Brukman* Alphabetized system headers per the style guide
2008-12-09 Chris Lattnernewline at end of phile
2008-12-09 Chris Lattnerpred_iterator got a lot slower since use-diet landed...
2008-12-04 Ted KremenekHave raw_fd_ostream keep track of the position in the...
2008-11-26 Ted KremenekAdd 'tell' method to raw_fd_ostream that clients can...
2008-11-26 Nuno Lopeschange AnnotationManager to use 'const char*' instead...
2008-11-23 Scott MichelRoll back rev 59890, since Chris says this can never...
2008-11-22 Scott MichelCheck for NULL before traversing the isa<> type hierarc...
2008-11-19 Chris Lattneradd a write method.
2008-11-16 Chris Lattneradd a new m_Specific pattern that matches only if we...
2008-11-16 Chris Lattneradd a new template for matching a select between two...
2008-11-15 Nick LewyckyClean up some strange whitespace.
2008-11-13 Daniel DunbarAdd Binary flag to raw_fd_ostream constructor.
2008-10-31 Anton KorobeynikovSymbol visibility is unsupported on cygwin too.
2008-10-30 Dan GohmanCanonicalize sext(i1) to i1?-1:0, and update various...
2008-10-30 Bill WendlingRevert r58411. The user needs to #define this when...
2008-10-30 Bill WendlingRevert part of r58048. It was breaking on SnowLeopard...
2008-10-28 Dan GohmanFix the name of the include guard to match the filename.
2008-10-25 Oscar FuentesCMake: Sync'ed DataTypes.h.cmake with DataTypes.h.in.
2008-10-23 Ted KremenekAdded raw_fd_ostream::close().
2008-10-23 Steve NaroffChanges to make the Windows build work...
2008-10-23 Argyrios KyrtzidisIntroduce INT64_C macro and unbreak LLVM on MSVC.
2008-10-21 Daniel DunbarClear raw_fd_ostream error string on success and explai...
2008-10-02 Daniel DunbarRename IRBuilder::IsNonNull -> IsNotNull in response...
2008-09-27 Daniel DunbarAdd IRBuilder::{CreateIsNull, CreateIsNonNull} helper...
2008-09-25 Devang Patel Large mechanical patch.
2008-09-23 Devang Patels/ParameterAttributes/Attributes/g
2008-09-22 Oscar FuentesInitial support for the CMake build system.
2008-09-02 Nuno Lopesplug memleak: destroy internal buffer
2008-08-27 Evan ChengAdd DebugInfoBuilder. Patch by Talin!
2008-08-26 Ted KremenekGrammar fix.
2008-08-26 Ted KremenekAdded "str()" method to raw_string_ostream.
2008-08-23 Chris LattnerAdd raw_stream adaptors that write into an std::string...
2008-08-23 Chris LattnerSwitch the asmprinter (.ll) and all the stuff it requir...
2008-08-23 Chris LattnerSplit format() out to its own file, add support for...
2008-08-23 Chris Lattnerconditionalize this to work on windows, untested but...
2008-08-23 Chris Lattneradd a simple mechanism for formatted output. This...
2008-08-22 Nicolas GeoffrayAlso overload for char, since the "char" type depends...
2008-08-22 Owen AndersonOverload for both signed and unsigned char.
2008-08-21 Owen AndersonMove non-trivial methods out of line to avoid code...
2008-08-21 Owen AndersonImplement operator<< in terms of basic types rather...
2008-08-21 Eli FriedmanRemove size_t operator; this unbreaks the build on...
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-08-19 Chris Lattneradd raw_ostream method for emitting an unsigned.
2008-08-17 Gordon HenriksenDon't require Registry specializations to define random...
2008-08-17 Cedric VenetMake it compile on VC2005:
2008-08-17 Nick LewyckyFix build on GCC 4.3.
2008-08-17 Chris Lattneradd support for a cout/cerr analog (outs()/errs())...
2008-08-17 Chris Lattnerrename OutputData to 'write' to match ostream.
2008-08-17 Chris Lattnerremove accidental comment.
2008-08-17 Chris Lattneradd a new raw_ostream class which is an extremely high...
2008-08-13 Duncan SandsRename this, in case people think that NullFolder
2008-08-12 Duncan SandsAdd a NullFolder class that doesn't fold constants.
2008-08-12 Duncan SandsPoint people to ConstantExpr and ConstantFolding,
2008-08-11 Duncan SandsMake it possible to use different constant
2008-08-09 Duncan SandsUnbreak the llvm-gcc build: recent changes to
2008-08-09 Chris LattnerMake 'Insert' set the name for Loads, instead of passin...
2008-08-08 Eric ChristopherHave IRBuilder take a template argument on whether...
2008-07-28 Dan GohmanFold the useful features of alist and alist_node into...
2008-07-27 Dan GohmanDon't use reinterpret_cast when it isn't needed.
2008-07-25 Dan GohmanRename the version of CreateRet that's a convenience...
2008-07-23 Chris LattnerMake CreateBinOp/CreateNeg/CreateNot do constant folding.
2008-07-23 Dan GohmanEnable first-class aggregates support.
2008-07-22 Dan GohmanAdd insertvalue and extractvalue folding support in...
2008-07-22 Dan GohmanIRBuilder support for insertvalue and extractvalue.
2008-07-21 Dan GohmanEnhance the GraphWriter support for edge destinations...
2008-07-21 Dan GohmanMake the GraphWriter be more consistent about the string
2008-07-17 Dan GohmanAdd a new function, ReplaceAllUsesOfValuesWith, which...
2008-07-16 Devang PatelMark function used by asm block as used, otherwise...
2008-07-14 Dan GohmanReapply 53476 and 53480, with a fix so that it properly...
2008-07-12 Evan ChengBack out 53476 and 53480 for now. Somehow they cause...
2008-07-11 Dan GohmanAdd support for putting NamedRegionTimers in TimerGroup...
2008-07-10 Bill WendlingPull r53428 from Gaz into mainline:
2008-07-10 Dan GohmanTidy up #includes.
2008-07-10 Dan GohmanEscape the graph name. This unbreaks -view-cfg.
2008-07-10 Evan Cheng- Replace use of std::map<std::string, ..> with StringM...
2008-07-08 Dan GohmanThe graph name really does matter for configurations...
next