oota-llvm.git
2010-01-22 Chris Lattneradd a new MCAsmStreamer::GetCommentOS method to simplif...
2010-01-22 Bob WilsonRevert 94059. It is breaking the MultiSource/Benchmark...
2010-01-22 Chris Lattneradd missing break, PR6114, patch by M Wahab.
2010-01-22 Victor HernandezFix/strengthen verification of llvm.dbg.declare
2010-01-22 Victor HernandezKeep ignoring pointer-to-pointer bitcasts
2010-01-22 Chris Lattneruse both the Mangler and the CBE's mangler for identifiers,
2010-01-22 Chris Lattnerrename addComment -> AddComment for consistency.
2010-01-22 Benjamin KramerSimplify some uses of str(n)cmp with StringRef.
2010-01-22 Daniel DunbarCMake: Don't try to descend into projects/compiler...
2010-01-22 Daniel DunbarMake GetSourceVersion more portable, thanks Pawel!
2010-01-22 Daniel DunbarUpdate CMake LibDeps
2010-01-22 Daniel Dunbarmake: Make .o files depend on Makefile, at least for...
2010-01-22 Torok EdwinFix TimeValue::now() on Unix.
2010-01-22 Dan GohmanRevert r94066, which was the patch which added a Verifi...
2010-01-22 Chris Lattneradd comment support to the rest of the directives.
2010-01-22 Chris Lattnerstop using strtoll, it gives windows heartburn.
2010-01-22 Chris LattnerAdd the ability for MCStreamer to emit comments on...
2010-01-22 Chris Lattnerpass "-fasm-verbose" into createAsmStreamer.
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2010-01-22 Chris Lattnergive PassNameParser a home.
2010-01-22 Chris Lattneradd an out-of-line virtual method to CmpInst to give...
2010-01-22 Chris Lattnerelimiante the dynamic_cast's from opt.
2010-01-22 Chris Lattnersimplify code.
2010-01-22 Chris Lattnerdrop the pass name from the output.
2010-01-22 Chris Lattnereliminate dynamic_cast from this file.
2010-01-22 Chris Lattnereliminate a bunch more unneeded dynamic_cast's.
2010-01-22 Chris Lattnereliminate a bunch of dynamic_cast's.
2010-01-22 Chris Lattnereliminate a bunch of dynamic_cast's.
2010-01-22 Evan ChengTeach pre-regalloc scheduler to schedule loads from...
2010-01-22 Evan ChengAdd two target hooks to determine whether two loads...
2010-01-22 Evan ChengAdd DenseMapInfo for signed long long.
2010-01-22 Daniel DunbarCMake: Add MCParser directory.
2010-01-22 Daniel Dunbarlit: Separate test suite from test name with spaces...
2010-01-22 Chris Lattneradd new file
2010-01-22 Chris Lattnermove some files out of the llvm-mc tool into the MCPars...
2010-01-22 Chris Lattnerforgot to svn add these, doh.
2010-01-22 Chris Lattnercreate a new MCParser library and move some stuff into it.
2010-01-22 Chris Lattnerremove some confused code that used strtoull
2010-01-22 Chris Lattnerallow registering target lexers.
2010-01-22 Chris Lattnerstub out a new TargetAsmLexer interface.
2010-01-22 Dan GohmanRevert LoopStrengthReduce.cpp to pre-r94061 for now.
2010-01-22 Ted KremenekStore flags in bitfields instead of masking them into...
2010-01-22 Jim GrosbachFix PR5694. The CMN instructions set the flags differen...
2010-01-21 Ted KremenekTidy up assertion syntax. No functionality change.
2010-01-21 Victor HernandezNo need to look through bitcasts for DbgInfoIntrinsic
2010-01-21 Victor HernandezDbgInfoIntrinsic no longer appear in an instruction...
2010-01-21 Victor HernandezNo need to look through bitcasts for DbgInfoIntrinsic
2010-01-21 Victor HernandezDbgInfoIntrinsics no longer appear in an instruction...
2010-01-21 Dan GohmanWhen inserting expressions for post-increment users...
2010-01-21 Dan GohmanInclude IVUsers information in LSR's debug output.
2010-01-21 Dan GohmanPrune the search for candidate formulae if the number...
2010-01-21 Evan ChengTrim unneeded includes.
2010-01-21 Dan GohmanAdd a comment.
2010-01-21 Chris LattnerIt turns out that this #include is needed because otherwise
2010-01-21 Chris Lattnerunbreak the build, apparently without this transformuti...
2010-01-21 Chris Lattnertidy up
2010-01-21 Chris Lattnertidy up
2010-01-21 Chris Lattnerremove dead .erase.
2010-01-21 Jim Grosbachback this out for now. Growing Function is not good.
2010-01-21 Chris Lattnertestcase for r94095
2010-01-21 Chris Lattnerfix a problem with a missing _, testcase pending.
2010-01-21 Victor HernandezDon't need to include IntrinsicInst.h any more
2010-01-21 Victor HernandezNo need to map NULL operands of metadata
2010-01-21 Daniel DunbarAdd a simple script for getting a version tag from...
2010-01-21 Benjamin Kramerstruct/class mismatch.
2010-01-21 Dan GohmanMake the parser include the lower level error message...
2010-01-21 Dan GohmanAvoid printing a spurious semicolon when there is no...
2010-01-21 Dan GohmanWhen re-using an existing cast for a user, it's still...
2010-01-21 Nick LewyckyFix a crasher trying to fold each element in a comparis...
2010-01-21 Chris Lattnerremove a couple of asserts that use RTTI.
2010-01-21 Dan GohmanRun the verifier after LSR, to help catch use-before...
2010-01-21 Dan GohmanRe-implement the main strength-reduction portion of...
2010-01-21 Chris Lattnereliminate dynamic_cast from the pass manager.
2010-01-21 Eric ChristopherAdd strcpy_chk -> strcpy support for "don't know" objec...
2010-01-21 Evan ChengFix a minor issue in x86 load / store folding table...
2010-01-21 Jim GrosbachMake sure that landing pad entries in the EH call site...
2010-01-21 Sean CallananMoved handling of inclusion from the AsmLexer to
2010-01-20 Chris Lattnersimplify this code.
2010-01-20 Sean CallananChanged the AsmParser to handle error messages itself
2010-01-20 Jim GrosbachSjLj EH introduces can introduce an additional edge...
2010-01-20 Sean CallananPromoted the reference to the SourceMgr from AsmLexer
2010-01-20 Sean CallananModified MCAsmLexer to return error information upward
2010-01-20 Chris Lattnereliminate FnStubInfo, using MachineModuleInfoMachO...
2010-01-20 Dale Johannesenmake findDebugLoc a class method
2010-01-20 Chris Lattnersplit function stub printing out to its own function,
2010-01-20 Chris Lattnereliminate the GVStubs and HiddenGVStubs maps, and use
2010-01-20 Chris Lattnerdon't forget to initialize an instance variable!
2010-01-20 David GreeneWhen XDEBUG is enabled, check for SelectionDAG cycles...
2010-01-20 Chris Lattneradopt getAdjustedAnalysisPointer in a few more passes.
2010-01-20 Chris Lattneradopt getAdjustedAnalysisPointer in two more passes.
2010-01-20 Chris Lattneradopt getAdjustedAnalysisPointer in BasicCallGraph.
2010-01-20 Chris Lattneradd some new methods to adjust this pointers. Not...
2010-01-20 Chris Lattneradd a helper method.
2010-01-20 Chris Lattnerdon't send null pointers through the constantexpr codep...
2010-01-20 Chris Lattnerreduce redundant are's.
2010-01-20 Jakob Stoklund... Move per-function inline threshold calculation to a...
2010-01-20 Chris Lattneruse getGlobalDirective(), don't hardcode .globl. PR6093
2010-01-20 David GreeneFix an infinite recursion problem. dbgs() should retur...
2010-01-20 Chris Lattnereliminate some uses of AsmPrinter::EmitIntXXX
2010-01-20 Victor HernandezBackout r93990
next