Switch SSEDomainFix to SpecificBumpPtrAllocator.
[oota-llvm.git] / lib /
2010-04-04 Jakob Stoklund OlesenSwitch SSEDomainFix to SpecificBumpPtrAllocator.
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 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 Lattnerjust eliminate the uitofp checks. This code isn't...
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 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 Johnny ChenFix comment.
2010-04-03 Johnny ChenRegister ARMAlgorithm::DoCleanup() to be called on...
2010-04-02 Eric ChristopherRewrite aesimc handling. It only takes a single input...
2010-04-02 Johnny ChenFix another build warning.
2010-04-02 David GreeneOk, third time's the charm. No changes from last time...
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 Lattnerrename NewDebugLoc -> DebugLoc, prune #includes in...
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 GohmanManually notify ScalarEvolution before making an operan...
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
2010-04-02 Chandler CarruthDisambiguate conditional expression for newer GCCs.
2010-04-02 Bob WilsonRevert 100158 in case it is causing some of the buildbo...
2010-04-02 Dan GohmanChange variables which are exactly 16 bytes to be 16...
2010-04-02 Dan GohmanMake globalopt refine global variable alignment.
2010-04-02 Bob WilsonCheck for terminating conditions before adding PHIs...
2010-04-02 Dan GohmanIf the bitcode reader input stream isn't a multiple...
2010-04-01 Bob WilsonRemove trailing whitespace.
2010-04-01 Bob WilsonRewrite another SSAUpdater function to avoid recursion.
2010-04-01 Eric ChristopherRevert r100143.
2010-04-01 Devang PatelRevert r100117.
2010-04-01 David GreeneAdd some switches helpful for debugging:
2010-04-01 Evan ChengIn 64-bit mode, use i64 to lower memcpy / memset instea...
2010-04-01 Devang PatelDo not eagerly record known previous location. DBG_VALU...
2010-04-01 Evan ChengSkip checking preferred alignment of GVs defined in...
2010-04-01 Evan ChengAdd comments about DstAlign and SrcAlign.
2010-04-01 Bob WilsonChange another SSAUpdater function to avoid recursion.
2010-04-01 Bob WilsonSimplify the code to check for existing PHIs, now that...
2010-04-01 Bob WilsonThe SSAUpdater should avoid recursive traversals of...
next