llvm-lit: Inject the lit module path at the beginning of sys.path, just in case
[oota-llvm.git] / include /
2012-04-19 Andrew TrickAllow targets to select the default scheduler by name.
2012-04-19 Andrew Trickwhitespace
2012-04-18 Chandler CarruthThis reverts a long string of commits to the Hexagon...
2012-04-18 Benjamin KramerSourceMgr: Colorize diagnostics.
2012-04-18 Jim GrosbachTidy up. Trailing whitespace.
2012-04-18 Jim GrosbachTableGen add warning diagnostic helper functions.
2012-04-18 Benjamin KramerSmallPtrSet: Reuse DenseMapInfo's pointer hash function...
2012-04-18 Craig TopperRemove AVX vpermil intrinsics. I removed their uses...
2012-04-17 Joe Grofffix pr12559: mark unavailable win32 math libcalls
2012-04-17 Seth Cantrellplatform support for counting column widths and checkin...
2012-04-17 Manuel KlimekGoodbye, JSONParser...
2012-04-17 Manuel KlimekAdding operator== for document_iterator.
2012-04-17 Francois PichetUnbreak the MSVC build, that next() thing again.
2012-04-17 Lang HamesSlotIndexes used to store the index list in a crufty...
2012-04-17 Andrew TrickTypo in an unused field.
2012-04-16 Preston GurdImplement GDB integration for source level debugging...
2012-04-16 Duncan SandsRemove support for the special 'fast' value for fpmath...
2012-04-16 Sirish PandeHexagon V5 (Floating Point) Support.
2012-04-16 Duncan SandsMake it possible to indicate relaxed floating point...
2012-04-16 Duncan SandsRemove the methods for attaching metadata to instructio...
2012-04-16 Duncan SandsAdd convenience methods to MDBuilder for attaching...
2012-04-16 Rafael EspindolaRemove lto_codegen_set_whole_program_optimization....
2012-04-16 Benjamin KramerReapply 'Add reverseColor to raw_ostream'.
2012-04-16 Argyrios KyrtzidisRevert r154800 which breaks windows builders.
2012-04-16 Argyrios KyrtzidisAdd reverseColor to raw_ostream.
2012-04-16 Sebastian Popadd configure flag --with-default-sysroot
2012-04-15 Craig TopperRemove AVX2 vpermq and vpermpd intrinsics. These can...
2012-04-15 Craig TopperMake member variables of AsmToken private. Remove unnec...
2012-04-15 Duncan SandsAdd the MDBuilder helper class for conveniently creatin...
2012-04-14 Duncan SandsThere is no need for setIsExact to be public. Make...
2012-04-14 Duncan SandsRename "fpaccuracy" metadata to the more generic "fpmat...
2012-04-14 Benjamin KramerMake StringMap's copy ctor non-explicit.
2012-04-14 Hal FinkelEnhance BBVectorize to more-properly handle pointer...
2012-04-13 Andrew Trickmisched: Added CanHandleTerminators.
2012-04-13 Hal FinkelAdd support to BBVectorize for vectorizing selects.
2012-04-13 Craig TopperRemove getElfArchType from ELF.h. It's only used in...
2012-04-12 Dan GohmanAdd forms of dominates and isReachableFromEntry that...
2012-04-12 Sirish PandeHexagonPacketizer patch.
2012-04-12 Preston GurdThis patch improves the MCJIT runtime dynamic loader...
2012-04-12 Craig TopperFix 128-bit ptest intrinsics to take v2i64 instead...
2012-04-11 Benjamin KramerFix pasto.
2012-04-11 Andrew TrickTableGen's regpressure: emit per-registerclass weight...
2012-04-11 Benjamin KramerCache the hash value of the operands in the MDNode.
2012-04-11 Benjamin KramerFoldingSet: Push the hash through FoldingSetTraits...
2012-04-11 Duncan SandsAdd a C binding to the Target and TargetMachine classes...
2012-04-11 Duncan SandsComment typo fix.
2012-04-10 Bill WendlingThe MDString class stored a StringRef to the string...
2012-04-10 David ChisnallUse the correct section types on Solaris for unwind...
2012-04-10 Duncan SandsExpress the number of ULPs in fpaccuracy metadata as...
2012-04-10 Andrew TrickFix 12513: Loop unrolling breaks with indirect branches.
2012-04-10 Andrew TrickAdded a TargetRegisterInfo interface for accessing...
2012-04-10 Danil MalyshevAdd a constructor for DataRefImpl and remove excess...
2012-04-10 Evan ChengFix a long standing tail call optimization bug. When...
2012-04-09 Eric ChristopherTypo.
2012-04-09 David BlaikieFix accidentally constant conditions found by uncommitt...
2012-04-09 Bill Wendlings/lto_codegen_whole_program_optimization/lto_codegen_se...
2012-04-09 Bill WendlingAdd a hook to turn on the internalize pass through...
2012-04-08 Chandler CarruthTeach LLVM about a PIE option which, when enabled on...
2012-04-08 Chandler CarruthMove the TLSModel information into the TargetMachine...
2012-04-08 Bill WendlingAllow subclasses of the ValueHandleBase to store inform...
2012-04-07 Chandler CarruthPerform partial SROA on the helper hashing structure...
2012-04-07 Hongbin ZhengRefactor: Use positive field names in VectorizeConfig.
2012-04-07 Sean HuntOutput UTF-8-encoded characters as identifier character...
2012-04-06 David ChisnallReintroduce InlineCostAnalyzer::getInlineCost() variant...
2012-04-06 Benjamin KramerDenseMap: Perform the pod-like object optimization...
2012-04-05 Kaelyn UhrainFix the build breakage introduced by r154131.
2012-04-05 Kaelyn UhrainReally fix -Wnon-virtual-dtor warnings; gcc needs the...
2012-04-05 Hongbin ZhengIntroduce the VectorizeConfig class, with which we...
2012-04-05 Hongbin ZhengAdd the function "vectorizeBasicBlock" which allow...
2012-04-04 Michael J. SpencerFix -Wnon-virtual-dtor warnings.
2012-04-04 Rafael EspindolaAlways compute all the bits in ComputeMaskedBits.
2012-04-04 Benjamin KramerMove yaml::Stream's dtor out of line so it can see...
2012-04-04 Benjamin KramerImplement DwarfLLVMRegPair::operator< without violating...
2012-04-03 Michael J. SpencerSorry about that. MSVC seems to accept just about any...
2012-04-03 Michael J. SpencerAdd YAML parser to Support.
2012-04-03 Lang HamesMatrix simplification in PBQP may push infinite costs...
2012-04-03 Eric ChristopherAdd a line number for the scope of the function (starti...
2012-04-03 Pete CooperFixes to r153903. Added missing explanation of behavio...
2012-04-02 Pete CooperMoved LiveRangeEdit.h so that it can be called from...
2012-04-02 Rafael EspindolaMake dominatedBySlowTreeWalk private and assert cases...
2012-04-02 Bill WendlingAdd an option to turn off the expensive GVN load PRE...
2012-04-02 Owen AndersonAdd predicates for checking whether targets have free...
2012-04-02 Akira HatanakaInitial 64 bit direct object support.
2012-04-02 Hal FinkelAdd triple support for the IBM BG/P and BG/Q supercompu...
2012-04-02 Rafael EspindolaAdd missing 'd'.
2012-04-02 Benjamin KramerMove getOpcodeName from the various target InstPrinters...
2012-04-02 Craig TopperMake MCInstrInfo available to the MCInstPrinter. This...
2012-04-01 Chandler CarruthStart cleaning up the InlineCost class. This switches...
2012-04-01 Benjamin KramerEmit the LLVM<->DWARF register mapping as a sorted...
2012-04-01 Andrew Trickmisched: Add finalizeScheduler to complete the target...
2012-03-31 Rafael EspindolaAdd a workaround for building with old versions of...
2012-03-31 Rafael EspindolaTeach CodeGen's version of computeMaskedBits to underst...
2012-03-31 Chandler CarruthRemove a bunch of empty, dead, and no-op methods from...
2012-03-31 Chandler CarruthInitial commit for the rewrite of the inline cost analy...
2012-03-31 Chandler CarruthAdd support to the InstVisitor for visiting a generic...
2012-03-31 Bill WendlingCleanup whitespace and remove unneeded 'extern' keyword...
2012-03-30 Jakob Stoklund OlesenReapply 153764 and 153761 with a fix.
2012-03-30 Rafael EspindolaRevert 153764 and 153761. They broke a --enable-optimiz...
2012-03-30 Jakob Stoklund OlesenCompress register lists by sharing suffixes.
2012-03-30 Rafael EspindolaHandle unreachable code in the dominates functions...
next