oota-llvm.git
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...
2009-07-15 Xerxes RanbyFix cmake build lib/Target/TargetMachineRegistry.cpp...
2009-07-15 Daniel DunbarProvide TargetMachine implementations with reference...
2009-07-15 Duncan SandsString constants are now output with private linkage.
2009-07-15 Daniel DunbarTweak svn:ignore
2009-07-15 Daniel DunbarKill off unused TargetMachineRegistry methods and ivars.
2009-07-15 Daniel DunbarMigrate llc and the JIT to using the TargetRegistry...
2009-07-15 Daniel DunbarInclude the Target& in the TargetMachineRegisterEntry.
2009-07-15 Daniel DunbarAllow multiple registrations of the same target.
2009-07-15 Daniel DunbarInitialize the target info via the InitializeNativeTarg...
2009-07-15 Daniel DunbarSwitch some obvious clients to using the new TargetRegi...
2009-07-15 Daniel DunbarReimplement TargetMachineRegistry in terms of TargetReg...
2009-07-15 Daniel DunbarMark Target's creation routines as const.
2009-07-15 Daniel DunbarRegister Target's TargetMachine and AsmPrinter in the...
2009-07-15 Daniel DunbarFix thinko
2009-07-15 Daniel DunbarTweak svn:ignore
2009-07-15 Daniel DunbarDetect write failures on raw_fd_ostream.
2009-07-15 Daniel DunbarTweak CMake component lookup, I misunderstood what...
2009-07-15 Daniel DunbarInclude Target specific Info initialization routine...
2009-07-15 Daniel DunbarTeach Makefiles & CMake to link in the <TARGET>Info...
2009-07-15 Daniel DunbarFix stupid thinko
2009-07-15 Daniel DunbarAddress some review comments on TargetRegistry.
2009-07-15 Daniel DunbarAdd TargetInfo directories to CMake's list.
2009-07-15 Daniel DunbarAdd TargetInfo libraries for all targets.
2009-07-15 Evan ChengMove load / store folding alignment require into the...
2009-07-15 Ted KremenekUpdate CMake file.
2009-07-15 Chris Lattnerrename decorateName -> DecorateCygMingName, make it...
2009-07-15 Chris Lattnereliminate the Mangler::PreserveAsmNames bit, the sole...
2009-07-15 Chris Lattnerremove printSuffixedName.
2009-07-15 Chris Lattnerconvert arm/darwin stubs to use the mangler to synthesi...
2009-07-15 Daniel DunbarAdd new TargetRegistry.
2009-07-15 Chris Lattnerfix an arm codegen bug (the same as PR4482 on ppc)...
2009-07-15 Chris Lattnerconvert [Hidden]GVNonLazyPtrs to compute the global...
2009-07-15 Chris Lattneruse makeNameProper to add the globalprefix instead...
2009-07-15 Chris Lattnerget the PPC stub temporary label from the mangler inste...
2009-07-15 Chris Lattnerturn some if/then's into ?:
2009-07-15 Chris Lattnereliminate a bunch of printSuffixedName's by using info...
2009-07-15 Chris Lattnerconvert FnStubs to using a more structured form, elimin...
2009-07-15 Chris Lattneractually $stub labels *are* private, I just missed...
2009-07-15 Chris Lattnerconvert this to filecheck style and make it a test...
2009-07-15 Chris Lattnersimplify this test to test the esentials.
2009-07-15 Ryan Flynntest commit; add self
2009-07-15 Dan GohmanFix indentation.
2009-07-15 Dan GohmanMake makeLoopInvariant report whether it made any chang...
2009-07-15 Chris Lattner$stub references should not be private ("L") labels.
2009-07-15 Chris Lattnersimplify "EmitExternalGlobal": it is only used to output a
2009-07-15 Chris LattnerConvert GVStubs and HiddenGVStubs to work more like...
2009-07-15 Chris Lattnerminor cleanups: only switch sections once before all...
2009-07-15 Dan Gohmanllvm-c/Core.h is no longer needed in lto.h, and it...
2009-07-15 Chris LattnerFix a fixme, patch by Ryan Flynn!
2009-07-14 Evan Chengcontrol reaches end of non-void function.
2009-07-14 Kevin EnderbyAdded llvm-mc support for parsing the .include directive.
2009-07-14 Chris Lattnerminor syntax cleanup
2009-07-14 Owen AndersonMove EVER MORE stuff over to LLVMContext.
next