oota-llvm.git
2010-12-06 Rafael EspindolaRevert previous two patches while I try to find out...
2010-12-06 Rafael EspindolaUpdate test for the extra =.
2010-12-06 Rafael EspindolaAdd an EmitAbsValue helper method and use it in cases...
2010-12-06 Frits van BommelFix clang warning: "extra ';' inside a class [-pedantic]".
2010-12-06 Chris LattnerFix PR8735, a really terrible problem in the inliner...
2010-12-06 Chris Lattnerimprove comment
2010-12-06 Chris Lattnerimprove -debug output and comments a little.
2010-12-06 Michael J.... Support/Windows: Make MinGW happy.
2010-12-06 Michael J.... Support/FileSystem: Add directory_iterator implementation.
2010-12-06 Michael J.... Support/PathV2: Fix append to not add a slash to empty...
2010-12-06 Michael J.... Support/Windows: Add ScopedHandle and move some clients...
2010-12-06 Michael J.... KillTheDoctor: Cleanup error_code usage.
2010-12-06 Michael J.... KillTheDoctor: Fix spelling.
2010-12-06 Michael J.... Support/ADT: Move c_str() from SmallString to SmallVect...
2010-12-06 Che-Liang Chiouptx: add shift instructions
2010-12-06 Rafael EspindolaRemove the getAddress getter, initialize Ordinal in...
2010-12-06 Rafael EspindolaSimplify a bit.
2010-12-06 Rafael EspindolaUse getSymbolOffset on the COFF writer.
2010-12-06 Rafael EspindolaDon't use PadSectionToAlignment on windows.
2010-12-06 Rafael EspindolaAdd a getSymbolOffset method and use it in the ELF...
2010-12-06 Chris LattnerFix PR8728, a miscompilation I recently introduced...
2010-12-06 Chris Lattneradd a helper method.
2010-12-05 Evan ChengEliminate unneeded #include's.
2010-12-05 NAKAMURA TakumiARM/CMakeLists.txt: Add missing MLxExpansionPass.cpp...
2010-12-05 Evan ChengCode clean up.
2010-12-05 Evan ChengRemove an unused variable.
2010-12-05 Cameron ZwarichSome cleanup before I start committing some incremental...
2010-12-05 Evan ChengMaking use of VFP / NEON floating point multiply-accumu...
2010-12-05 Cameron ZwarichRemove the PHIElimination.h header, as it is no longer...
2010-12-05 Frits van BommelClarify some of the differences between indexing with...
2010-12-05 Frits van BommelFix PR 4170 by having ExtractValueInst::getIndexedType...
2010-12-05 Cameron ZwarichI forgot to actually remove the FindCopyInsertPoint...
2010-12-05 Cameron ZwarichRemove the SplitCriticalEdge() method declaration from...
2010-12-05 Cameron ZwarichMove the FindCopyInsertPoint method of PHIElimination...
2010-12-05 Frits van BommelRefactor jump threading.
2010-12-05 Frits van BommelRemove trailing whitespace.
2010-12-05 Frits van BommelTeach SimplifyCFG to turn
2010-12-05 Chris LattnerTeach X86ISelLowering that the second result of X86ISD...
2010-12-05 Chris Lattnerit turns out that when ".with.overflow" intrinsics...
2010-12-05 Chris Lattnerfix the rest of the linux miscompares :)
2010-12-05 Chris Lattnergeneralize the previous check to handle -1 on either...
2010-12-05 Chris Lattnerrelax this to handle linux defaulting to -static.
2010-12-05 Chris LattnerImprove an integer select optimization in two ways:
2010-12-05 Chris Lattnermerge some tests into select.ll and make them more...
2010-12-05 Chris Lattnerrename test
2010-12-05 Chris Lattnerremove two tests that aren't really testing anything.
2010-12-04 Bill WendlingInitialize HasPOPCNT.
2010-12-04 Rafael EspindolaOnce the layout is done we don't need to keep updating...
2010-12-04 Rafael EspindolaRemember the contents of leb and dwarfline fragments...
2010-12-04 Cameron ZwarichRemove PHIElimination's private copy of SkipPHIsAndLabels.
2010-12-04 Benjamin KramerAdd patterns for the x86 popcnt instruction.
2010-12-04 Bill WendlingSilence 'may be used uninitialized in this function...
2010-12-04 Michael J.... Support/PathV2: Remove redundant calls to make_error_code.
2010-12-04 Benjamin KramerAPInt: microoptimize a few methods.
2010-12-04 Benjamin KramerSimplify APInt::getAllOnesValue.
2010-12-04 Benjamin KramerRemove unneeded zero arrays.
2010-12-04 Benjamin KramerApparently APFloat::getZero doesn't like PPCDoubleDoubles.
2010-12-04 Francois PichetDisable C++ exception handling on MSVC.
2010-12-04 Benjamin KramerSimplify code. No functionality change.
2010-12-04 Francois PichetDisable RTTI on Windows.
2010-12-04 Bob WilsonThe Thumb tADDrSPi instruction is not valid when the...
2010-12-04 Bob WilsonRemove trailing whitespace.
2010-12-04 Rafael EspindolaThere are two reasons why we might want to use
2010-12-04 Michael J.... Unittests/Support/PathV2: Add FileSystem tests.
2010-12-04 Michael J.... Support/FileSystem: Add status implementation.
2010-12-04 Michael J.... Support/SystemError: Make error_category and error_code...
2010-12-04 Michael J.... Support/Windows/FileSystem: Fix MinGW warnings.
2010-12-04 Michael J.... Support/FileSystem: Add file_size implementation.
2010-12-04 Rafael EspindolaNext step: Only pad debug_line when the target is darwi...
2010-12-04 Jim GrosbachEncode condition code for Thumb1 conditional branch...
2010-12-03 Devang PatelDo not try luck by using given name to create temporary...
2010-12-03 Jim GrosbachCorrectly size-reduce the t2CMPzrr instruction to tCMPz...
2010-12-03 Bill WendlingUse correct variable names to match the patterns.
2010-12-03 Jakob Stoklund... Also inore '()' while creating mdnode name from ObjC...
2010-12-03 Rafael EspindolaFirst step in fixing MC. Make it clear that we are...
2010-12-03 Devang PatelIgnore '+' while creating mdnode name from ObjC symbol...
2010-12-03 Jim GrosbachMatch pattern operand names to expected encoding field...
2010-12-03 Jim GrosbachRemove incorrect BL target encoding (it's similar to...
2010-12-03 Jim GrosbachEncode the 32-bit wide Thumb (and Thumb2) instructions...
2010-12-03 Nate BegemanRevert this change since it breaks a couple of the...
2010-12-03 Jakob Stoklund... Rename virtRegMap to avoid confusion with the VirtRegMa...
2010-12-03 Jakob Stoklund... Coalesce debug locations when possible, causing less...
2010-12-03 Nate BegemanScalar f32/f64 are also subregs of ymm regs
2010-12-03 Nate BegemanRemove SSE1-4 disable when AVX is enabled. While this...
2010-12-03 Jakob Stoklund... Emit DBG_VALUE instructions from LiveDebugVariables.
2010-12-03 Jakob Stoklund... Also update virtRegMap when renaming virtual registers.
2010-12-03 Jim GrosbachWhen using the 'push' mnemonic for Thumb2 stmdb, be...
2010-12-03 Benjamin KramerRemove unused variable.
2010-12-03 Jim GrosbachReduce t2 ldr/str instructions to the correct t1 versio...
2010-12-03 Jason W Kimfix ARM::fixup_arm_branch, cleanup, and share more...
2010-12-03 Jim GrosbachNo need to declare EncoderMethod property anymore;...
2010-12-03 Jakob Stoklund... Delete the StrongPHIElimination pass, leaving only...
2010-12-03 Jakob Stoklund... Add IntervalMap::iterator::set{Start,Stop,Value} method...
2010-12-03 Michael J.... Support/FileSystem: Add equivalent implementation.
2010-12-03 Michael J.... Support/FileSystem: Fix MinGW build. It doesn't have...
2010-12-03 Jim GrosbachAdd FIXMEs.
2010-12-03 Jim GrosbachSize reduction for tPUSH come from t2STMDB_UPD, not...
2010-12-03 Michael J.... And I really hate line endings.
2010-12-03 Michael J.... Support/Windows/FileSystem: Fix MinGW build.
2010-12-03 Michael J.... Support/FileSystem: Add resize_file implementation.
next