oota-llvm.git
2011-02-19 Chris LattnerImplement rdar://9009151, transforming strided loop...
2011-02-19 Jeffrey YasskinAdd the PARSE_ARGUMENTS CMake macro to LLVM so I can...
2011-02-19 Argyrios KyrtzidisAllow getting the address of the value in a PointerUnio...
2011-02-19 Eric ChristopherFix typos.
2011-02-19 Ted KremenekAdd ImmutableMap methods 'manualRetain()', 'manualRelea...
2011-02-19 Devang PatelDo not emit empty DW_TAG_lexical_block DIEs. In one...
2011-02-19 Devang PatelDIE numbers do not add any value in this test.
2011-02-19 Jakob Stoklund... Give SplitAnalysis a VRM member to access VirtRegMap...
2011-02-19 Joerg SonnenbergerAvoid dangling else warnings.
2011-02-19 Jakob Stoklund... Missed member rename for naming convention.
2011-02-19 Jakob Stoklund... This method belonged in VirtRegMap.
2011-02-19 Jakob Stoklund... Separate timers for local and global splitting.
2011-02-19 Mikhail GlushenkovMake "-opt [-emit-llvm]" work for .ll files.
2011-02-18 Devang PatelProvide enums to build complex address calucation expre...
2011-02-18 Devang PatelRemove unused tag.
2011-02-18 Devang PatelThese tags are now covered by dwarf::TagString().
2011-02-18 Devang PatelProvide tag strings for llvm specific tags.
2011-02-18 Devang PatelDo not lose debug info of an inlined function argument...
2011-02-18 Chris LattnerNow that -loop-idiom uses TargetLibraryInfo properly...
2011-02-18 Jakob Stoklund... Use VirtRegMap's Virt2SplitMap to keep track of the...
2011-02-18 Chris Lattneradd a way to disable all builtins, wire it up to opt...
2011-02-18 Chris LattnerMake loop-idiom use TargetLibraryInfo to determine...
2011-02-18 Chris Lattneradd memset and memcpy, though they are always available...
2011-02-18 Chris Lattnerrearrange some comments, no functionality change.
2011-02-18 Chris LattnerHave opt set up a specific TargetLibraryInfo for modules
2011-02-18 Oscar FuentesCMake: updated list of tblgen source files.
2011-02-18 Oscar FuentesMove library stuff out of the toplevel CMakeLists.txt...
2011-02-18 Jakob Stoklund... Add VirtRegMap::rewrite() and use it in the new registe...
2011-02-18 Owen AndersonAdd FixedLenDecoderEmitter, the skeleton of a new disas...
2011-02-18 Chris Lattnerintroduce a new TargetLibraryInfo pass, which transform...
2011-02-18 Owen AndersonRevert r125956, which broke the build if you _don't_...
2011-02-18 Bill WendlingReapply r114997 now that the buildbots have been updated.
2011-02-18 Stephen WilsonThis patch lets LLDB build as an LLVM subproject. ...
2011-02-18 Bruno Cardoso... Fix style and a typo
2011-02-18 Bruno Cardoso... Add assembly parsing support for "msr" and also fix...
2011-02-18 Chris Lattnerimprove support for OpenBSD, patch by Amit Kulkarni!
2011-02-18 Rafael EspindolaExpose getTypeName to the C API. Patch by Patrick Walton.
2011-02-18 Duncan SandsAdd some transforms of the kind X-Y>X -> 0>Y which...
2011-02-18 Benjamin KramerThe objectsize intrinsic doesn't access any memory.
2011-02-18 Chris Lattneradd a poor division by constant case.
2011-02-18 Chris Lattneradd a testcase for r125827
2011-02-18 Cameron ZwarichRoll out r125794 to help diagnose the llvm-gcc-i386...
2011-02-18 Chris Lattnerprevent jump threading from merging blocks when their...
2011-02-18 Chris Lattnerhoist GlobalValue::removeDeadConstantUsers up to being...
2011-02-18 Chris LattnerDon't unroll loops whose header block's address is...
2011-02-18 Peter CollingbourneMake -disable-simplify-libcalls work with -std-compile...
2011-02-18 Joerg SonnenbergerRecognize monitor/mwait with explicit register arguments
2011-02-18 Argyrios KyrtzidisCheck the errorcode.
2011-02-18 Jakob Stoklund... Trim debugging output.
2011-02-17 Joerg SonnenbergerRecognize leavel and leaveq aliases for leave.
2011-02-17 Devang PatelDo not lose debug info of an inlined function argument...
2011-02-17 Joerg SonnenbergerCheck that MnemonicAlias doesn't map back to the same...
2011-02-17 Chris Lattnerhave instcombine preserve nsw/nuw/exact when sinking
2011-02-17 Jakob Stoklund... Add basic register allocator statistics.
2011-02-17 Chris Lattnerfix typo
2011-02-17 Oscar FuentesNew library: LLVMX86Utils.
2011-02-17 Chris Lattnerfix instcombine merging GEPs through a PHI to only...
2011-02-17 Nadav RotemEnhance constant folding of bitcast operations on vecto...
2011-02-17 Chris Lattneradd is always integer, thanks to Frits for noticing...
2011-02-17 David Greene[AVX] Recorganize X86ShuffleDecode into its own library
2011-02-17 Jakob Stoklund... Split local live ranges.
2011-02-17 Dan GohmanThe labyrinthine X86 backend no longer appears to require
2011-02-17 Duncan SandsFix wrong logic in promotion of signed mul-with-overflo...
2011-02-17 NAKAMURA TakumiTriple::MinGW64 is deprecated and removed. We can use...
2011-02-17 NAKAMURA TakumiFix whitespace.
2011-02-17 Duncan SandsThis has been implemented.
2011-02-17 Duncan SandsTransform "A + B >= A + C" into "B >= C" if the adds...
2011-02-17 Cameron ZwarichSwitch to SmallVector in SimpleRegisterCoalescing for...
2011-02-17 Cameron ZwarichAdjust indenting of arguments.
2011-02-17 Cameron ZwarichReturn Changed from SplitPHIEdges rather than always...
2011-02-17 NAKAMURA Takumilit/TestingConfig.py: Add the environment variable...
2011-02-17 Sean HuntAdd serialization for Expr* arguments for attributes...
2011-02-17 Chris Lattnerpreserve NUW/NSW when transforming add x,x
2011-02-17 Chris Lattnerfilecheckize
2011-02-17 Nick LewyckyFix thinko, basic blocks are SESE. The exits may have...
2011-02-17 Chris Lattneradd some notes on compares + binops. Remove redundant...
2011-02-17 Chris Lattnerfix PR9215, preventing -reassociate from clearing nsw...
2011-02-16 Chris LattnerAdd a few missed xforms from GCC PR14753
2011-02-16 Stuart HastingsSwap VT and DebugLoc operands of getExtLoad() for consi...
2011-02-16 Rafael EspindolaAdd a debug obj-path option to make it easy to keep...
2011-02-16 Eli FriedmanRemove outdated README entry.
2011-02-16 Eli FriedmanRemove outdated README entry.
2011-02-16 Eli FriedmanUpdate README entry.
2011-02-16 Eric ChristopherRefactor zero folding slightly. Clean up todo.
2011-02-16 Rafael EspindolaGas is very inconsistent about when a relaxation/reloca...
2011-02-16 Eric ChristopherThe change for PR9190 wasn't quite right. We need to...
2011-02-16 Eric ChristopherAdd testcase for PR9190.
2011-02-16 Rafael EspindolaAdd support for pushsection and popsection. Patch by...
2011-02-16 Evan ChengRemove a duplicated check.
2011-02-16 Evan ChengSome single precision VFP instructions may be executed...
2011-02-15 Nick LewyckyTeach PatternMatch that splat vectors could be floating...
2011-02-15 Roman DivackyAdd support for parsing [expr].
2011-02-15 Jakob Stoklund... Teach ARMLoadStoreOptimizer to remove kill flags from...
2011-02-15 Devang PatelIgnore DBG_VALUE machine instructions while constructin...
2011-02-15 Argyrios KyrtzidisImplement a function from PathV2 whose definition is...
2011-02-15 Devang PatelMove DbgInfoPrinter specific utlities inside DbgInfoPri...
2011-02-15 Devang PatelPrint function info. Patch by Minjang Kim.
2011-02-15 Duncan SandsSpelling fix: consequtive -> consecutive.
2011-02-15 Argyrios KyrtzidisWhen tablegen'ing the clang analyzer checkers:
2011-02-15 Nadav RotemFix 9216 - Endless loop in InstCombine pass.
next