oota-llvm.git
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.
2010-12-03 Michael J.... Support/FileSystem: Add rename implementation.
2010-12-03 Michael J.... Support/FileSystem: Add remove implementation.
2010-12-03 Michael J.... Fix line endings.
2010-12-03 Bob WilsonGet Neon intrinsic names from the new "Name" field...
2010-12-03 Frits van BommelFix paste-o in ExtractValueInst::getIndexedType() comments.
2010-12-03 Benjamin Kramerunittests/Support/PathV2: remove(3) requires a terminat...
2010-12-03 Eric ChristopherApparently OS X 10.4 doesn't have __crashreporter_info__.
2010-12-03 Michael J.... Support/FileSystem: Add create_symlink implementation.
2010-12-03 Michael J.... Support/FileSystem: Add create_hard_link implementation.
2010-12-03 Michael J.... Support/ADT/Twine: Make toNullTerminatedStringRef not...
2010-12-03 Michael J.... Support/FileSystem: Add create_director{y,ies} implemen...
2010-12-03 Rafael EspindolaMake EmitIntValue more efficient and more like what...
2010-12-03 Bill WendlingI did it wrong. Don't disregard these encodings here.
2010-12-03 Michael J.... Unittests/Support/PathV2: Cleanup and remove output.
2010-12-03 Michael J.... unittests/Support/PathV2: Comment out test because...
2010-12-03 Bill WendlingDon't overwrite the opcode passed into the T1Special...
2010-12-03 Bill WendlingAdd Thumb encoding for some more instructions.
2010-12-03 Bill WendlingIgnore decode table conflicts in the tMOVgpr2tgpr,...
2010-12-03 Michael J.... Support/Windows/FileSystem: Remove unneeded toNullTermi...
2010-12-03 Michael J.... Support/FileSystem: Add unique_file and exists implemen...
2010-12-03 Michael J.... Support/FileSystem: Remove temp_directory_path.
2010-12-03 Rafael EspindolaDo with uleb the same trick we now do with dwarf line...
2010-12-03 Chris Lattnerclarify comment
2010-12-03 Rafael EspindolaTry to resolve symbol differences early, and if success...
2010-12-03 Bill WendlingThe tLDR instruction wasn't encoded properly:
2010-12-03 Bob WilsonAdd support for "_lane" variants of VMUL, VMLA, and...
2010-12-03 Bob WilsonSupport using macros for Neon intrinsics implemented...
2010-12-03 Devang PatelIt may not be an option to skip .debug_line if there...
2010-12-02 Devang PatelHide tests, that check .loc, .file in output assembly...
2010-12-02 Jim GrosbachTrailing whitespace.
2010-12-02 Devang PatelDisable .loc support on older darwin OSes.
2010-12-02 Devang PatelUse set directive for StartMinusEndExpr.
2010-12-02 Stuart HastingsTest case for r120740. Radar 8712503.
2010-12-02 Duncan SandsAdjust this test for the fact that the stores are no...
2010-12-02 Tobias GrosserMove check of command line options after command line...
2010-12-02 Jim GrosbachXFAIL for now. If someone with access to an ARM/Linux...
2010-12-02 Evan ChengFix test.
2010-12-02 Duncan SandsThis test dates from the time when llvm-gcc had problem...
2010-12-02 Jakob Stoklund... Update LiveDebugVariables during coalescing.
2010-12-02 Jim GrosbachWhen expanding the MOVCCi32imm, make sure to use the...
2010-12-02 Jim GrosbachFix copy/pasto in vmin.f32 encoding.
2010-12-02 Wesley PeckTeaching MBlaze backend how to reverse branch conditions.
2010-12-02 NAKAMURA Takumitest/Archive/extract.ll: Use cmp instead of diff. Thank...
2010-12-02 Rafael EspindolaAdd a fast path to EvaluateSymbolicAdd. This avoids...
2010-12-02 Bob WilsonSimplify code in Neon intrinsics. No functional change...
2010-12-02 Bob WilsonAssign arguments of Neon intrinsic macros to local...
2010-12-02 Rafael EspindolaMove EmitValueToOffset to the ObjectStreamer.
2010-12-02 Rafael EspindolaAdd EmitInstToFragment to the generic object streamer.
2010-12-02 Zhanyong WanAdd naming rules to the coding standards.
2010-12-02 Rafael EspindolaThe sections that the ELF object writer has to create...
2010-12-02 Bob WilsonUse statement expressions in Neon intrinsics defined...
2010-12-02 Chris Lattnertidy up
2010-12-02 Bob WilsonAdd casts for splatted scalars in calls to Neon builtins.
2010-12-02 Bob WilsonAdd a missing cast for Neon vsbl results.
2010-12-02 Bob WilsonAdd another missing cast for Neon vcombine results.
2010-12-02 Bob WilsonAdd casts in arm_neon.h for result values in inline...
2010-12-02 Devang PatelIf tehre are not any line entry then do not try to...
2010-12-02 Jakob Stoklund... Implement the first half of LiveDebugVariables.
2010-12-02 Jim GrosbachAdd support for binary encoding of ARM 'adr' instructio...
next