oota-llvm.git
2009-07-16 Rafael EspindolaAdd tests for fixes I committed earlier to the C++ FE.
2009-07-16 Anton KorobeynikovAdd 32 bit subregs
2009-07-16 Anton KorobeynikovAdd another bunch of reg-imm patterns for add/or/and/xor
2009-07-16 Anton KorobeynikovAdd bunch of reg-imm movs
2009-07-16 Anton KorobeynikovProper match halfword-imm operands for mov and add
2009-07-16 Anton KorobeynikovProvide masked reg-imm 'or' and 'and'
2009-07-16 Anton KorobeynikovFix test running lines
2009-07-16 Anton KorobeynikovAdd reg-reg and pattern
2009-07-16 Anton KorobeynikovAdd sub reg-reg pattern
2009-07-16 Anton KorobeynikovAdd xor reg-reg pattern
2009-07-16 Anton KorobeynikovAdd or reg-reg pattern.
2009-07-16 Anton KorobeynikovAdd add reg-reg and reg-imm patterns
2009-07-16 Anton KorobeynikovAdd simple reg-reg and reg-imm moves
2009-07-16 Anton KorobeynikovMinimal lowering for formal_arguments / ret
2009-07-16 Anton KorobeynikovAdd testsuite dir for systemz stuff
2009-07-16 Anton KorobeynikovLet's start another backend :)
2009-07-16 Richard OsborneCombine an unaligned store of unaligned load into a...
2009-07-16 Richard OsborneLower the threshold at which memcpy / memmove / memset...
2009-07-16 Richard OsborneFix typo in last commit on expansion of unaligned loads.
2009-07-16 Richard OsborneExpand unaligned 32 bit loads from an address which...
2009-07-16 Richard OsborneCustom lower unaligned 32 bit stores and loads into...
2009-07-16 Evan ChengLet callers decide the sub-register index on the def...
2009-07-16 Chris Lattneruse SUBREG_TO_REG instead of INSERT_SUBREG, this way...
2009-07-16 Bruno Cardoso... Fix coding style issues pointed by Bill.
2009-07-16 Chris Lattneradd a knob to turn off PrettyStackTrace globally. ...
2009-07-16 Chris Lattnerimplement .include in the lexer/parser instead of passi...
2009-07-16 Chris Lattnerfix some casts that I improperly refactored, patch...
2009-07-16 Daniel DunbarRemove unused header.
2009-07-16 Daniel DunbarKill off last uses of TargetMachineRegistry class.
2009-07-16 Daniel DunbarFix gcc 4.0 build failure, can't rely on access inside...
2009-07-16 Daniel DunbarSwitch llc and createJIT to use simpler command line...
2009-07-16 Daniel DunbarAdd registered target list to --version output.
2009-07-16 Daniel DunbarMake sure targets are initialized before we do anything...
2009-07-16 Daniel DunbarKill off <TARGET>MachineModule variables, and <TARGETAS...
2009-07-16 Dan Gohmanformatted_raw_ostream both is-a raw_ostream and has...
2009-07-16 Chris Lattnerfix section switching to ensure that stubs are emitted...
2009-07-16 Daniel DunbarAdd explicit comment that clients can call target initi...
2009-07-16 Devang PatelSkip special LLVM prefix '1' while emitting linknage...
2009-07-16 Daniel DunbarRegerate CMake library dependencies.
2009-07-16 Daniel DunbarKill off cmake magic to force linking.
2009-07-16 Daniel DunbarUpdate llvm{do,grep} to also search cmake / .cmake...
2009-07-16 Owen AndersonNow that we have contexts on types, convert some more...
2009-07-15 Daniel DunbarWe don't need to use llvm_report_error, this interface...
2009-07-15 Owen AndersonRevert yesterday's change by removing the LLVMContext...
2009-07-15 Daniel DunbarAdd missing includes.
2009-07-15 Jakob Stoklund... Verify that there is no kill flag on tied operands...
2009-07-15 Daniel DunbarLift addAssemblyEmitter into LLVMTargetMachine.
2009-07-15 Dan GohmanFix this comment to mention outs() rather than cout.
2009-07-15 Dan GohmanChange raw_ostream so that it doesn't call llvm_report_...
2009-07-15 Daniel DunbarRegister AsmPrinter for XCore, MSP430, and PIC16 targets.
2009-07-15 Owen AndersonAdd an LLVMContext to Type, hardwired to the global...
2009-07-15 Eli FriedmanSwitch invars away from using isTrapping when it really...
2009-07-15 Bob WilsonClean up some comments.
2009-07-15 Daniel DunbarLift DumpAsm / -print-emitted-asm functionality into...
2009-07-15 Jakob Stoklund... Fix bug in RegScavenger::scavengeRegister().
2009-07-15 Owen AndersonTo simplify the upcoming context-on-type change, switch...
2009-07-15 Eli FriedmanDon't restrict the set of instructions where we try...
2009-07-15 Daniel DunbarRemove old style hacks to register AsmPrinter into...
2009-07-15 Chris LattnerUpdate the C bindings to keep the LLVMTypeKind up to...
2009-07-15 Daniel DunbarRemove mismatched and unnecessary declaration.
2009-07-15 Owen AndersonMove a few more convenience factory functions from...
2009-07-15 Chris Lattnermove createAlphaLLRPPass out of addAssemblyEmitter...
2009-07-15 Evan ChengShortenDeadCopySrcLiveRange needs to be more conservati...
2009-07-15 Ted KremenekAdd script 'UpdateCMakeLists.pl'. This script can be...
2009-07-15 Ted KremenekLexically order files in CMakeLists.txt files.
2009-07-15 Owen AndersonMove the ConstantStruct factory methods over to LLVMCon...
2009-07-15 Daniel DunbarRemove unused function.
2009-07-15 Bruno Cardoso... use std::vector instead of std::list for both Section...
2009-07-15 Dale JohannesenFix test so it works on systems where wchar_t != int.
2009-07-15 Daniel DunbarUpdate CMakeLists for reapplication.
2009-07-15 Dale JohannesenTest for llvm-gcc patch 75822.
2009-07-15 Daniel DunbarReapply TargetRegistry refactoring commits.
2009-07-15 Dan GohmanAdd a note about the raw_fd_ostream API change.
2009-07-15 Xerxes RanbyFix cmake build, add TargetMachineRegistry.cpp that...
2009-07-15 Dan GohmanApparently Darwin doesn't have /dev/full :-(.
2009-07-15 Stuart HastingsRestore file lost during reversion.
2009-07-15 David GreeneGet rid of postInstructionAction and call EmitComments...
2009-07-15 Rafael EspindolaRevert 75798 to fix llvm build.
2009-07-15 Dan GohmanFix a typo in a comment that Duncan noticed.
2009-07-15 Dan GohmanFix a thinko in a comment that Duncan spotted.
2009-07-15 Dan GohmanAdd a Force option to raw_fd_ostream to specify whether...
2009-07-15 Stuart HastingsRevert 75762, 75763, 75766..75769, 75772..75775, 75778...
2009-07-15 Duncan SandsThe static function TypeToFloatSemantics is now
2009-07-15 Richard OsborneFix pattern for LD16S_3r, add basic tests to check...
2009-07-15 Dan GohmanAdd a raw_ostream version of CheckBitcodeOutputToConsole.
2009-07-15 Dan GohmanAdd a testcase for raw_ostream error checking.
2009-07-15 Dan GohmanAdd a comment noting that raw_os_ostream does not check...
2009-07-15 Dan GohmanCheck for errors on close(2) too. And lseek(2).
2009-07-15 Dan GohmanUse 0664 instead of 0644 for the default open mode...
2009-07-15 Dan GohmanUse errs() instead of std::cerr.
2009-07-15 Dan GohmanAdd a raw_ostream operator<< to sys::Path.
2009-07-15 David GoodwinThumb-2 only support [base_reg + offset_reg] addressing...
2009-07-15 Richard OsborneFix XCoreTargetLowering::isLegalAddressingMode to handl...
2009-07-15 Richard OsborneRemove the xcore-file-directive option now that LLVM...
2009-07-15 Kevin EnderbyAdded llvm-mc support for parsing the .dump and .load...
2009-07-15 Duncan SandsRemove the v3i32 and v3f32 value types: they are not
2009-07-15 Xerxes RanbyAdded myself to the blame list.
2009-07-15 Daniel DunbarReplace large swaths of copy-n-paste code with obvious...
2009-07-15 Duncan SandsRemove StringConstantPrefix now that the only user
2009-07-15 Daniel DunbarKill off old (TargetMachine level, not Target level...
next