oota-llvm.git
2009-09-01 Bob WilsonMove use of LV inside condition that guards for null LV.
2009-09-01 Daniel DunbarFix build warning.
2009-09-01 Daniel DunbarSimplify.
2009-09-01 Daniel DunbarFix what I believe is a copy-n-pasto introduced in...
2009-09-01 Daniel DunbarX86/Encoding: Support ExternalSymbol operands in emitDi...
2009-09-01 Daniel DunbarRemove Offset from ExternalSybmol MachineOperands,...
2009-09-01 Chris Lattnerdebug intrinsics do not go in the callgraph, this fixes...
2009-09-01 Chris LattnerFix a regression I introduced in r80708, found by llvm...
2009-09-01 Bruno Cardoso... Fix ELF Writter related memory leaks
2009-09-01 Andreas NeustifterOptimalEdgeProfiling: Reading in Profiles.
2009-09-01 Andreas NeustifterAddedum to r80712, forgot to add files.
2009-09-01 Andreas NeustifterOptimalEdgeProfiling: Creation of profiles.
2009-09-01 Andreas NeustifterSmall fix in ProfileEstimator that eliminates duplicate...
2009-09-01 Jim Grosbachreduce size of SmallString to something more reasonable
2009-09-01 Chris Lattnerremove CallGraphNode::replaceCallSite, it is redundant...
2009-09-01 Bob WilsonAdd support for generating code for vst{234}lane intrin...
2009-09-01 Chris Lattnercleanup/simplify
2009-09-01 Bob WilsonFix incorrect declarations of intrinsics in this test.
2009-09-01 Jim GrosbachUse raw_ostream instead of sstream
2009-09-01 Chris Lattnerremove a bunch of explicit code previously needed to...
2009-09-01 David GoodwinAdd hidden flags to allow binary search of post-RA...
2009-09-01 David GoodwinRRX reads CPSR.
2009-09-01 Chris Lattnerdoxygenate RefreshCallGraph, add a new 'verification...
2009-09-01 Dan GohmanFix a typo in a comment.
2009-09-01 Sean CallananAdded TEST %rAX, $imm instructions to the Intel tables...
2009-09-01 Chris Lattnersimpler solution to iterator invalidation "problem...
2009-09-01 Chris Lattnerenhance memcpy opt to turn memmoves into memcpy when...
2009-09-01 Bruno Cardoso... Reapply 80278
2009-09-01 Jim Grosbachrevert inadvertant change from previous commit
2009-09-01 Chris Lattnerrandom code cleanups, no functionality change.
2009-09-01 Ted KremenekUpdate CMake files.
2009-09-01 Jim GrosbachSimply LSDA lable emission to use a direct special...
2009-09-01 Duncan SandsDo not manipulate invalid iterators. This fixes the
2009-09-01 Sanjiv GuptaFurther refactoring of PIC16 Obj file code.
2009-09-01 Benjamin KramerUpdate CMakeLists.
2009-09-01 Andreas NeustifterPreparation for Optimal Edge Profiling:
2009-09-01 Andreas NeustifterPreparation for Optimal Edge Profiling:
2009-09-01 Andreas NeustifterPreparation for Optimal Edge Profiling:
2009-09-01 Chris Lattnertestcase for PR3601
2009-09-01 Chris LattnerChange CallGraphNode to maintain it's Function as an...
2009-09-01 Devang PatelAdd virtual destructor.
2009-09-01 Bob WilsonAdd test for vld{234}_lane instructions.
2009-09-01 Bob WilsonGenerate code for vld{234}_lane intrinsics.
2009-09-01 Bob WilsonFix pr4843: When an instruction has multiple destinatio...
2009-09-01 Daniel Dunbarllvm-mc: Store MCSymbolData value as a pointer (to...
2009-09-01 Jim GrosbachSJLJ is arm/darwin only for now. force the triple for...
2009-09-01 Jim GrosbachFix compiler warnings
2009-09-01 Jim GrosbachClean up LSDA name generation and use for SJLJ exceptio...
2009-09-01 Devang PatelIntroduce DILocation.
2009-09-01 Devang PatelAdd getDirectory() and getFilename() interface to DIScope.
2009-08-31 Devang PatelSubprogram is a scope. Derive DISubprogram from DIScope.
2009-08-31 Devang PatelRename DIBlock as DILexicalBlock.
2009-08-31 Dan GohmanDon't use an iterator which is potentially invalidated.
2009-08-31 Bob WilsonUse early exit and reduce indentation.
2009-08-31 Bob WilsonIf the tied registers are already the same, there is...
2009-08-31 Richard OsborneAdd triple parsing support for XCore.
2009-08-31 Devang PatelDerive DICompileUnit from DIScope.
2009-08-31 Caroline TiceAdd flag to mark structs for Apple Block "byref" variab...
2009-08-31 Dan GohmanExtend the ValuesAtScope cache to cover all expressions...
2009-08-31 Gabor Greifrestore semantics of operator* (removing a FIXME I...
2009-08-31 David GoodwinDon't mark a register live at an undef use.
2009-08-31 Devang PatelIntroduce DIScope.
2009-08-31 Devang PatelOops. Fix inverted logic in assertion check.
2009-08-31 Evan ChengRemove .n suffix for some 16-bit opcodes now that Darwi...
2009-08-31 Daniel DunbarX86/exp-asm-printer: Lower MachineOperand::MO_JumpTable...
2009-08-31 Daniel DunbarStop printing old asm printing code inline with -experi...
2009-08-31 Daniel DunbarAvoid unnecessary +0 in experimental-asm-printer.
2009-08-31 Devang PatelSimplify isDerivedType() and other predicate interface.
2009-08-31 Bill WendlingOutput a hex value, because all of the others are hex.
2009-08-31 Dale JohannesenFix some misspellings of XTARGET.
2009-08-31 Dale JohannesenMark test as passing on all x86, which it should,
2009-08-31 Chris Lattnercleanups pointed out by duncan
2009-08-31 Duncan SandsRevert commit 80428. It completely broke exception
2009-08-31 Torok EdwinFree the constants that have no uses in ~LLVMContext.
2009-08-31 Torok EdwinFix ExplicitSymbols leak.
2009-08-31 Benjamin KramerNormalize makefile comments and sort cmake file lists.
2009-08-31 Daniel Dunbarllvm-mc: Pass values to MCStreamer as MCExprs, not...
2009-08-31 Daniel Dunbarllvm-mc: Simplify EmitAssignment ('.set' is identical...
2009-08-31 Daniel Dunbarllvm-mc: Remove MCAsmParser::Parse[Paren]RelocatableExp...
2009-08-31 Daniel Dunbarllvm-mc: Switch MCInst to storing an MCExpr* instead...
2009-08-31 Daniel Dunbarllvm-mc: Add MCAsmParser::Parse[Paren]Expression forms...
2009-08-31 Daniel Dunbarllvm-mc: Make MCSymbolData symbol member const.
2009-08-31 Daniel Dunbarllvm-mc: Add MCContext to MCAssembler.
2009-08-31 Daniel Dunbarllvm-mc: Add MCAsmParser::getContext.
2009-08-31 Daniel Dunbarllvm-mc: Add MCExpr::{dump,print}.
2009-08-31 Daniel Dunbarllvm-mc: Switch MCExpr construction to using static...
2009-08-31 Daniel Dunbarllvm-mc: Add some doxyment markers.
2009-08-31 Daniel Dunbarllvm-mc: Move AsmExpr into MC lib (as MCExpr).
2009-08-31 Chris LattnerStep #1 to giving Callgraph some sane invariants. ...
2009-08-31 Chris Lattnerfix some cases where instcombine would change hte IR...
2009-08-31 Chris Lattnercleanups, factor some code out to a helper function
2009-08-31 Chris Lattnerfix a crash building SPASS by tolerating a callsite...
2009-08-31 Chris Lattnercomment and simplify some code.
2009-08-31 Chris Lattneradd -debug output
2009-08-31 Chris Lattnerimprove -debug output, so that -debug is more likely...
2009-08-31 Chris Lattnerfix a bug I introduced with my 'instcombine builder...
2009-08-31 Chris Lattnersimplify some code by making the SCCNodes set contain...
2009-08-31 Chris Lattneronly print the override triple if it exists!
2009-08-31 Chris LattnerFix PR4834, a tricky case where the inliner would resol...
2009-08-31 Chris Lattneruse an accessor instead of poking internals of a node.
next