oota-llvm.git
2010-12-07 Michael J.... Support: Remove Alarm. It is unused (via local grep...
2010-12-07 Michael J.... Support/PathV2: Remove const from bool return types.
2010-12-07 Michael J.... Fix spelling.
2010-12-07 Michael J.... Support: Remove DynamicLinker.h. It is unused and unimp...
2010-12-07 Jim GrosbachEncode the literal field for tCMPzi instruction.
2010-12-07 Rafael EspindolaFix absolute recording of differences of symbols in...
2010-12-07 Michael J.... Support/PathV2: Change most functions in the path names...
2010-12-07 Daniel Dunbarbuild: Go back to dropping __eprintf reference when...
2010-12-07 Benjamin KramerAdd parens to pacify gcc.
2010-12-07 Frits van BommelRemove some dead code from the jump threading pass.
2010-12-07 Frits van BommelCMake: Fix warning in gtest header used by unit tests.
2010-12-07 Jay FoadPR5207: Change APInt methods trunc(), sext(), zext...
2010-12-07 Owen AndersonDon't leak the mutex when loading dynamic libraries.
2010-12-07 NAKAMURA Takumiutils/lit/lit/TestFormats.py: [PR8438] unittests: Seek...
2010-12-07 NAKAMURA Takumiunittests/CMakeLists.txt: Tweak unittests' layout to...
2010-12-07 Rafael EspindolaFix relocations with weak definitions.
2010-12-07 NAKAMURA TakumiRevert test/Archive/check_binary_output.ll". It fails...
2010-12-07 Chris Lattnerreapply r121100 with a tweak to constant fold ConstExpr...
2010-12-07 Michael J.... Support/PathV2: Cleanup separator handling.
2010-12-07 Michael J.... Support/PathV2: Remove the error_code return type from...
2010-12-07 Michael J.... Support/PathV2: Move make_absolute from path to fs.
2010-12-07 Rafael EspindolaFix pcrel relocations that cross sections.
2010-12-07 NAKAMURA Takumitest/Archive/check_binary_output.ll: Add a new test...
2010-12-07 NAKAMURA Takumitest/Other/close-stderr.ll: Require the feature 'shell...
2010-12-07 NAKAMURA Takumitest: Add the feature 'shell' on LLVM_ON_UNIX.
2010-12-07 NAKAMURA Takumilib/Target/X86/X86MCAsmInfo.cpp: [PR8741] On Win64...
2010-12-07 Eric ChristopherTemporarily revert r121100 as it's causing clang to...
2010-12-07 Eric ChristopherTwo things: Fix testcase to use extern - otherwise...
2010-12-07 Chris Lattnerfix PR8710 - teach global opt that some constantexprs...
2010-12-07 Jakob Stoklund... Remove unused member.
2010-12-07 Francois PichetPromote "enumerator in switch of enum is not handled...
2010-12-07 Michael J.... Test: Fix Support.Path and _all_ of the unittest death...
2010-12-07 Michael J.... Support/Unix/PathV2: Return the real error from realpat...
2010-12-07 Michael J.... Support/Unix/PathV2: Use 0770 instead of 0700 when...
2010-12-07 Michael J.... Support/PathV2: Use SmallVector::clear instead of set_size.
2010-12-07 Michael J.... Support/PathV2: Clarify and correct documentation.
2010-12-07 Michael J.... Support/PathV2: Move current_path from path to fs and...
2010-12-07 Bob WilsonAdd an OpReinterpret operation to TableGen's NeonEmitter.
2010-12-07 Bob WilsonFix whitespace.
2010-12-07 Rafael EspindolaFix a crash reduced from gcc produced assembly.
2010-12-07 Owen AndersonSecond attempt at converting Thumb2's LDRpci, including...
2010-12-07 Devang PatelAdd python scripts to extract debug info using LLDB...
2010-12-07 Devang PatelAdd a simple breakpoint location printer. This will...
2010-12-07 Rafael EspindolaSorry for such a large commit. The summary is that...
2010-12-06 Jim GrosbachAdd fixup for Thumb1 BL/BLX instructions.
2010-12-06 Frits van BommelImplement jump threading of 'indirectbr' by keeping...
2010-12-06 Devang PatelUndefined value in reg 0 may need a marker to identify...
2010-12-06 Devang PatelIf dbg_declare() or dbg_value() is not lowered by isel...
2010-12-06 Rafael EspindolaUse references to simplify the code a bit.
2010-12-06 Wesley PeckAdding bug fix that was suppose to be part of 121044.
2010-12-06 Wesley PeckFixed reversed operands for IDIV and CMP instructions...
2010-12-06 Jason W KimRefactor ELFObjectWriter.
2010-12-06 Chris Lattnerreplace a linear scan with a symtab lookup, reduce...
2010-12-06 Rafael Espindolause getSymbolOffset.
2010-12-06 Chris LattnerUse a stronger predicate here, pointed out by Duncan
2010-12-06 Chris Lattneradd some DEBUG statements.
2010-12-06 Wesley PeckFix a 16-bit immediate value detection bug in the MBlaz...
2010-12-06 Rafael EspindolaAnother use of getSymbolOffset.
2010-12-06 Rafael EspindolaRemove the instruction fragment to data fragment loweri...
2010-12-06 Owen AndersonRevert r121021, which broke the buildbots.
2010-12-06 Jim GrosbachTrailing whitespace.
2010-12-06 Owen AndersonImprove handling of Thumb2 PC-relative loads by convert...
2010-12-06 Jim GrosbachEncode the register operand of ARM CondCode operands...
2010-12-06 Jim GrosbachThe ARM AsmMatcher needs to know that the CCOut operand...
2010-12-06 Devang PatelDo not try luck by using given name to create temporary...
2010-12-06 Rafael EspindolaSecond try at making direct object emission produce...
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...
next