Now that BUILD_VECTOR operands are allowed to be
[oota-llvm.git] / lib /
2009-04-13 Nick LewyckyLink against libffi if available, fall back to "no...
2009-04-12 Chris Lattnerfix PR3965:SIGINT handler not restored after calling...
2009-04-12 Rafael EspindolaIn X86DAGToDAGISel::MatchWrapper, if base or index...
2009-04-12 Rafael Espindolarefactor some code into X86DAGToDAGISel::MatchWrapper
2009-04-12 Chris Lattner"There was a typo in my previous patch which leads...
2009-04-12 Chris Lattnerfix a cross-block fastisel crash handling overflow...
2009-04-12 Chris Lattnermake UpdateValueMap handle the possiblity that we could be
2009-04-12 Chris Lattneroptimize FastISel::UpdateValueMap to avoid duplicate...
2009-04-12 Chris Lattnersimplify code by using IntrinsicInst.
2009-04-12 Chris LattnerAdd new TargetInstrDesc::hasImplicitUseOfPhysReg and
2009-04-12 Chris Lattneradd some optimizations for strncpy/strncat and factor...
2009-04-11 Dan GohmanRevert r68847. It breaks the build on non-Darwin target...
2009-04-11 Devang PatelKeep track of inlined functions and their locations...
2009-04-10 Devang PatelDebugLabelFolder ruthlessly deletes redundant labels...
2009-04-10 Bob WilsonClean up a bunch of whitespace issues and fix a comment...
2009-04-10 Chris Lattnerfix two problems with machine sinking:
2009-04-10 Dan GohmanNow that register classes have names, include the name...
2009-04-10 Sanjiv GuptaAdded code to handle spilling and reloading of FSRs.
2009-04-10 Rafael EspindolaDon't fold a load if the other operand is a TLS address.
2009-04-10 Chris LattnerAdd a new Type::getPointerTo method, which is shorthand for
2009-04-10 Chris Lattnera few fixes to "addrspace(256) is reference offset...
2009-04-10 Bill WendlingPass in the std::string parameter instead of returning...
2009-04-10 Bill WendlingConstify getter methods.
2009-04-09 Dan GohmanRemove the obsolete SelectionDAG::getNodeValueTypes...
2009-04-09 Bill WendlingStringMap<DIE*>::iterator::first() returns a pointer...
2009-04-09 Devang PatelSilence unused variable warning.
2009-04-09 Chris Lattnerignore register zero in isRegTiedToUseOperand, followin...
2009-04-09 Owen AndersonGive register alias checking the hash table treatment...
2009-04-09 Bill WendlingUse a StringMap instead of std::map for storing std...
2009-04-09 Devang Patelllvm.dbg.func_start also defines beginning of function...
2009-04-09 Bob WilsonFix pr3954. The register scavenger asserts for inline...
2009-04-09 Sanjiv GuptaThe way we are trying to figure out banksel immediate...
2009-04-09 Chris Lattnerreg0 references are not real registers. This fixes...
2009-04-09 Sanjiv GuptaArguments to indirect calls were being passed incorrect...
2009-04-09 Chris LattnerFix code size computation on x86-64, patch by Zoltan...
2009-04-09 Sanjiv Guptar68576 unconverd a bug in PIC16 port (Thanks to Dan...
2009-04-09 Dan GohmanGeneralize ExtendUsesToFormExtLoad to be usable for...
2009-04-09 Owen AndersonConvert TargetRegisterInfo's super-register checking...
2009-04-09 Dan GohmanDon't copy the operand of a SwitchInst into virtual...
2009-04-09 Dan GohmanFix grammaros in comments.
2009-04-09 Daniel DunbarAdd sys::Path::makeAbsolute().
2009-04-08 Devang PatelIf subprogram type is not tagged as DW_TAG_subroutine_t...
2009-04-08 Rafael EspindolaRe-apply 68552.
2009-04-08 Bob WilsonFix PR3795: Apply Dan's suggested fix for
2009-04-08 Duncan SandsSoft float support for FREM.
2009-04-08 Duncan SandsSoft float support for undef. Reported by Xerxes RĂ„nby.
2009-04-08 Rafael EspindolaAvoid a hard coded constant.
2009-04-08 Sanjiv GuptaEmit .line debug directives for stoppoints. The debug...
2009-04-08 Chris LattnerInstcombine should not promote whole computation trees...
2009-04-08 Sanjiv GuptaHandle indirect function calls.
2009-04-08 Chris Lattnerdisable this code for now, re-breaking PR2975, but...
2009-04-08 Chris LattnerRemove AllowInverse: it leaks memory and is not the...
2009-04-08 Chris Lattnerchange printStringChar to emit characters as unsigned...
2009-04-08 Dan GohmanImplement support for using modeling implicit-zero...
2009-04-07 Devang PatelRevert prev. patch for now.
2009-04-07 Bill WendlingTemporarily revert r68552. This was causing a failure...
2009-04-07 Devang PatelRight now DBG_LABEL are required for llvm.dbg.region_st...
2009-04-07 Rafael EspindolaReduce code duplication on the TLS implementation.
2009-04-07 Dan GohmanDon't attempt to handle aggregate argument values in...
2009-04-07 Jim GrosbachPR2985 / <rdar://problem/6584986>
2009-04-07 Torok Edwinfix style.
2009-04-07 Torok EdwinAnother attempt at fixing PR2975.
2009-04-07 Chris Lattnerfix rdar://6762290, a crash compiling cxx filt with...
2009-04-07 Chris Lattnerremove empty section
2009-04-06 Bob WilsonHandle 'a' modifier in ARM inline assembly.
2009-04-06 Torok Edwinrevert r68457, its crashing in make check.
2009-04-06 Chris LattnerTeach llvm-bcanalyzer to skip over the header we use...
2009-04-06 Torok Edwinfix (part of) memory leak on shutdown. See PR2975.
2009-04-06 Ed SchoutenLet the strcat optimizer return the pointer to the...
2009-04-06 Sanjiv GuptaMap stack based frameindices for spills to zero based...
2009-04-04 Nick LewyckyRemove bogus include.
2009-04-04 Nick LewyckyAdd support for embedded metadata to LLVM. This introdu...
2009-04-03 Bob WilsonWrap some lines to fix indentation problems.
2009-04-03 Bob WilsonFix some comments.
2009-04-03 Dan GohmanFix a TargetLowering optimization so that it doesn...
2009-04-03 Oscar FuentesCMake: removed IA64AsmPrinter.cpp from lib/Target/IA64...
2009-04-03 Anton KorobeynikovSeparate MIPS asmprinter
2009-04-03 Anton KorobeynikovFix target library name
2009-04-03 Anton KorobeynikovFix comment
2009-04-03 Anton KorobeynikovMove IA64 asmprinter to separate library
2009-04-03 Mon P WangAdded a x86 dag combine to increase the chances to...
2009-04-03 Dan GohmanDelete ISD::INSERT_SUBREG and ISD::EXTRACT_SUBREG,...
2009-04-03 Chris Lattneruse higher level APIs.
2009-04-02 Sanjiv GuptaFixed build warnings.
2009-04-02 Sanjiv GuptaTo convert the StopPoint insn into an assembler directi...
2009-04-02 Sanjiv GuptaParams are not being generated as static globals now...
2009-04-02 Mikhail GlushenkovFix build on Linux.
2009-04-01 Owen AndersonReapply r68211, with the miscompilations it caused...
2009-04-01 Devang PatelClean up pass manager cache after each run.
2009-04-01 Chris Lattnersilence warning in release-asserts build.
2009-04-01 Daniel DunbarAdd llvm::Triple class for abstracting access to target...
2009-04-01 Dan GohmanUse CHAR_BIT instead of hard-coding 8 in several places...
2009-04-01 Dan GohmanUse LLVM type names instead of C type names in comments...
2009-04-01 Bob WilsonFix PR3862: Recognize some ARM-specific constraints...
2009-04-01 Dan GohmanRevert r68172. It caused regressions in
2009-04-01 Chris Lattnerhopefully fix an apparent build error on windows.
2009-04-01 Chris Lattnerfix a serious regression I introduced in my previous...
2009-04-01 Owen AndersonEnhance GVN to propagate simple conditionals. This...
2009-04-01 Misha Brukman* Fixed spelling of `invertible'
2009-03-31 Chris Lattnerreimplement BitcodeReaderValueList in terms of WeakVH...
next