oota-llvm.git
2010-04-04 Chris Lattnerlazily allocate the GCMetadataPrinters map and remove...
2010-04-04 Nicolas GeoffrayCurFn is only used for relocations. Use EmissionDetails...
2010-04-04 Chris LattnerMomentous day: remove the "O" member from AsmPrinter...
2010-04-04 Chris Lattnernow that all operand printing happens to specified...
2010-04-04 Chris Lattnerremove the raw_ostream from various dwarf printing...
2010-04-04 Chris Lattnermcize the gc metadata printing stuff.
2010-04-04 Chris Lattneruse EmitRawText instead of O in DwarfPrinter.
2010-04-04 Chris Lattnermc'ize the remaining uses of O.
2010-04-04 Chris Lattnerfinish eliminating uses of O.
2010-04-04 Chris Lattnermcize more of ppc stub printing.
2010-04-04 Chris Lattnermcize a bunch more stuff, using EmitRawText for things we
2010-04-04 Chris Lattnerconvert the non-MCInstPrinter'ized EmitInstruction
2010-04-04 Chris Lattnerstreamerize the rest of PIC16 asm printer.
2010-04-04 Chris Lattnerstreamerize printing of dbg_value, the x86 backend...
2010-04-04 Chris Lattnersplit DEBUG_VALUE printing stuff out to its own method.
2010-04-04 Chris Lattnermc'ize elf stub printing, convert cygwin stuff to EmitR...
2010-04-04 Chris Lattnerfix PrintAsmOperand and PrintAsmMemoryOperand to pass...
2010-04-04 Chris Lattneruse predicates in DBG_VALUE printing code to simplify it.
2010-04-04 Chris Lattnerremove more implicit uses of "O".
2010-04-04 Chris Lattnerchange this back too
2010-04-04 Chris Lattnercheck in what I tested. :(
2010-04-04 Chris LattnerMMI is always available, rename O -> OS in printInlineAsm.
2010-04-04 Chris Lattnerfix an ugly wart in the MCInstPrinter api where the
2010-04-04 Chris Lattnerchange a ton of code to not implicitly use the "O"...
2010-04-04 Mon P WangReapply address space patch after fixing an issue in...
2010-04-03 Chris Lattnerasmstreamerize the .size directive for function bodies...
2010-04-03 Chris Lattneremit the cygwin stub thing through mcstreamer.
2010-04-03 Chris Lattneradd a twine form of MCStreamer::EmitRawText, and mc'ize
2010-04-03 Chris Lattnerallow attaching comments to raw text.
2010-04-03 Chris Lattnerstart moving towards emitting inline asm statements...
2010-04-03 Chris Lattneradd <cstdlib> header for abort() on linux builders.
2010-04-03 Chris Lattneradd a new EmitInlineAsm function to asmprinter to handl...
2010-04-03 Chris Lattnermc'ize comment printing around file scope inline asm.
2010-04-03 Chris Lattnerremove some extraneous casts
2010-04-03 Chris Lattnerrequire that the branch being controlled by the IV
2010-04-03 Chris Lattneradd integer overflow check for the fp induction variable
2010-04-03 Chris Lattneradd a comment and fix some consistency issues, converting
2010-04-03 Chris Lattnerfix PR6761, a miscompilation due to the fp->int IV...
2010-04-03 Chris Lattnerconvert to filecheck
2010-04-03 Chris Lattnerjust eliminate the uitofp checks. This code isn't...
2010-04-03 Chris Lattnerrename feature test.
2010-04-03 Chris Lattneractually just remove this, will move the real feature...
2010-04-03 Chris Lattnerrename test since it is a feature test.
2010-04-03 Chris Lattnerrename PH -> PN to be consistent with WeakPN and the...
2010-04-03 Chris Lattnerimprove comment and drop a dead check. If PH had
2010-04-03 Chris Lattnerstrength reduce a ridiculous use of APInt.
2010-04-03 Chris Lattnerrename stuff improve comment grammar.
2010-04-03 Chris Lattnersimplify some code and resolve a fixme.
2010-04-03 Chris LattnerThere is no guarantee that the increment and the branch
2010-04-03 Chris Lattnerfirst half of a pass through IndVarSimplify::HandleFloa...
2010-04-03 Chris Lattnerdon't internalize available_externally functions, they are
2010-04-03 Chandler CarruthFix a warning in GCC about a pointless typedef.
2010-04-03 Chandler CarruthAdd the new ARMDecodeEmitter to CMake build.
2010-04-03 Johnny ChenGet rid of the middleman (ARMAlgorithm), which causes...
2010-04-03 Bob WilsonRevert all my SSAUpdater patches. The PHI placement...
2010-04-03 Bob WilsonAdd a DEBUG_TYPE for the SSAUpdater.
2010-04-03 Evan ChengCode refactoring.
2010-04-03 Chris LattnerAdd special case bitcode support for DebugLoc. This...
2010-04-03 Mikhail GlushenkovPass -shared to the linker.
2010-04-03 Johnny ChenFix comment.
2010-04-03 Johnny ChenRegister ARMAlgorithm::DoCleanup() to be called on...
2010-04-03 Chris Lattneradd a couple missing enum names.
2010-04-02 Eric ChristopherRewrite aesimc handling. It only takes a single input...
2010-04-02 Johnny ChenFix another build warning.
2010-04-02 Eric ChristopherFix typo aeskeygenassist -> aeskeygenassist128.
2010-04-02 David GreeneOk, third time's the charm. No changes from last time...
2010-04-02 Johnny ChenMove variable "Bits" declaration/definition into the...
2010-04-02 Johnny ChenFixed build warning.
2010-04-02 Johnny ChenChange from .../Support/DataTypes.h to .../System/DataT...
2010-04-02 Johnny ChenSecond try of initial ARM/Thumb disassembler check...
2010-04-02 Sean CallananAdded support for reporting operand token ranges
2010-04-02 Eric ChristopherSeparate out the AES-NI instructions from the SSE4...
2010-04-02 Dale JohannesenSkip debug info when looking for existing EH calls...
2010-04-02 Sean CallananFixes to the X86 disassembler. The disassembler will now
2010-04-02 Benjamin KramerFix anachronism.
2010-04-02 Chris LattnerDebugInfoFinder::processModule was foiling my plot by
2010-04-02 Chris Lattnerfix the llvm-x86_64-linux buildbot.
2010-04-02 Chris Lattnerremove empty file.
2010-04-02 Chris Lattnerremove compatibility typedef.
2010-04-02 Chris Lattnerrename NewDebugLoc -> DebugLoc, prune #includes in...
2010-04-02 Chris Lattnerremove uses of DebugLoc::getUnknownLoc.
2010-04-02 Chris Lattnerinclude densemap.h explicitly and rearrange #includes.
2010-04-02 Chris Lattnerstop using DebugLoc::getUnknownLoc()
2010-04-02 Chris Lattneruse DebugLoc default ctor instead of DebugLoc::getUnkno...
2010-04-02 Chris LattnerSwitch the code generator (except the JIT) onto the...
2010-04-02 Evan ChengCorrectly lower memset / memcpy of undef. It should...
2010-04-02 Evan ChengRevert 100204. It broke a bunch of tests and apparently...
2010-04-02 Benjamin KramerUpdate CMake.
2010-04-02 David GreeneLet's try this again. Re-apply 100143 including an...
2010-04-02 Mon P WangRevert r100191 since it breaks objc in clang
2010-04-02 Mon P WangReapply address space patch after fixing an issue in...
2010-04-02 Dan GohmanAdd an explicit keyword.
2010-04-02 Dan GohmanManually notify ScalarEvolution before making an operan...
2010-04-02 Torok EdwinFix SpecificBumpPtrAllocator iteration.
2010-04-02 Duncan SandsAdd notes about dragonegg.
2010-04-02 Bob WilsonRecommit 100158 now that the buildbots are happy again.
2010-04-02 Eric ChristopherRemove FIXME - if there's a better way to do this it...
2010-04-02 Dan GohmanRevert the recent alignment changes. They're broken...
2010-04-02 Evan ChengAfter trivial coalescing, the MI being visited may...
2010-04-02 Dale JohannesenTeach AnalyzeBranch, RemoveBranch and the branch
next