oota-llvm.git
2009-09-10 Bill WendlingComment and whitespace cleanups. No intentional functio...
2009-09-10 Bill WendlingRevert part of my r81424 patch. I removed what looked...
2009-09-10 Evan ChengAdd a test case for r81431.
2009-09-10 Daniel DunbarRemove prcontext.
2009-09-10 Evan ChengAdd malloc call utility functions. Patch by Victor...
2009-09-10 Bill WendlingDon't hardcode the TType format size. In fact, rework...
2009-09-10 Evan ChengProper support of non-lazy indirect symbols.
2009-09-10 Bill WendlingRemove the "#if 0" that Noone loved. It wasn't really...
2009-09-10 Daniel DunbarMC: Give target specific parsers access to the MCStreamer.
2009-09-10 Bob WilsonRevert r81171 which was causing pr4927.
2009-09-10 Bill WendlingPull check for SJLJ EH into a boolean and use that.
2009-09-10 Bill WendlingUse the SizeOfEncodedValue function instead of magic...
2009-09-10 Bill WendlingAdd helpful comment.
2009-09-09 Bill WendlingBelieve it or not, this is a simplification. :-)
2009-09-09 Evan ChengFix double load / store multiple encoding.
2009-09-09 Chris Lattnercanonicalize namespace gymnastics
2009-09-09 Dale JohannesenTestcase for (llvm-gcc) 81399. Adjust an older
2009-09-09 Bob WilsonFix pr4939: Change FPCCToARMCC to translate SETOLE...
2009-09-09 Chris Lattnerremove DebugLoc from MCInst and eliminate "Comment...
2009-09-09 Chris LattnerFix a subtle bug in "return;" generation which caused...
2009-09-09 Daniel DunbarAdd comment re: clang dependency.
2009-09-09 Sean CallananAdded an abstract superclass, MCDisassembler, for
2009-09-09 Bill WendlingUse the EOL that takes the encoding and translates...
2009-09-09 Bill WendlingEarly exit from function.
2009-09-09 Bill WendlingSmall amount of code clean-up: Don't use ".size()"...
2009-09-09 Chris Lattneradd a gross hack to get "SrcLine" comments to show...
2009-09-09 Chris Lattnerhoist the call to processDebugLoc out of the generated
2009-09-09 Lang HamesRemoved static qualifier from a few index related metho...
2009-09-09 Andreas NeustifterReverted r81358.
2009-09-09 Dan GohmanFix SplitCriticalEdge to properly update LCSSA form...
2009-09-09 Benjamin KramerFix build, add missing simicolon.
2009-09-09 Mike StumpReflow comment.
2009-09-09 Andreas NeustifterPreserve ProfileInfo.
2009-09-09 Andreas NeustifterAdd the first functions for updating ProfileInfo.
2009-09-09 Andreas NeustifterCleaned up code by factoring out common portions of...
2009-09-09 Devang PatelTake lock before removing a node from MDNodeSet.
2009-09-09 Devang PatelEnable MDNode uniquing.
2009-09-09 Dan GohmanFix an 80-column violation.
2009-09-09 Devang PatelGracefully destroy MDNodes.
2009-09-09 Andreas NeustifterHide all cscope files.
2009-09-09 Andreas NeustifterUpdated svn:ignore to hide *.cmx files.
2009-09-09 Chris Lattnerrevert r81335, which breaks the build.
2009-09-09 Dan GohmanWhen widening a vector load, use the correct chain...
2009-09-09 Andreas NeustifterFixed wrong storage option for ProfileVerifierDisableAs...
2009-09-09 Andreas NeustifterUpdated ProfileInfo to have clean seperation between...
2009-09-09 Benjamin KramerAdd a shortcut for OS X to Path::GetMainExecutable...
2009-09-09 Mikhail GlushenkovCopy-pasto.
2009-09-09 Mikhail GlushenkovRevert 81248 for now.
2009-09-09 Mikhail GlushenkovCheck that the 'kill' call succeeded.
2009-09-09 Torok EdwinAdd testcase for r81322 (PR4933).
2009-09-09 Anton KorobeynikovProvide proper section flags for various BSS flavours
2009-09-09 Anton KorobeynikovWhitespace cleanup
2009-09-09 Chris Lattneradd a testacse for the objc problem that required requi...
2009-09-09 Chris Lattnerdisable the new asmprinter by default. Both the Mangle...
2009-09-09 Evan ChengCast MO.getImm() to unsigned before comparing with...
2009-09-09 Jeffrey YasskinMake TypeBuilder's result depend on the LLVMContext...
2009-09-09 Daniel DunbarUpdate test.
2009-09-09 Daniel DunbarCount test correctly with -q.
2009-09-09 Daniel DunbarFix another refactoro.
2009-09-09 Evan ChengMake sure to make stub region writable before emission...
2009-09-09 Evan ChengFix arm jit encoding bug introduced by 75048. Some...
2009-09-09 Evan ChengMake sure the memory range is writable before memset...
2009-09-09 Eric ChristopherCorrect __cxa_end_catch documentation to reflect that...
2009-09-09 Evan ChengRemove comments which don't add much to .s readibility.
2009-09-09 Chris Lattnerturn the mcinst asmprinter on by default for x86, tweak...
2009-09-09 Chris Lattnertidy up
2009-09-09 Bill WendlingRemove failing test...
2009-09-09 Dan GohmanAdd an svn:ignore.
2009-09-09 Chris Lattnermake sure to send external symbols through the mangler,
2009-09-09 Dan GohmanUse "opt < %s" instead of "opt %s" to keep the testname...
2009-09-09 Chris Lattnerthis got merged into lea.ll
2009-09-09 Chris Lattnerfilecheckize
2009-09-09 Chris Lattnerallow @ in symbol names without quoting the identifier...
2009-09-09 Bill WendlingFix PR4865. This syncs up the JIT's DWARF emitter with...
2009-09-09 Chris Lattneradd support for @PLT and friends on external symbols...
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-09-08 Chris Lattnerupdate various tests for signedness changes in .s file.
2009-09-08 Chris Lattneradjust for signedness change. I'd appreciate it if...
2009-09-08 Daniel DunbarMerge Archive/extract* tests into one; this avoids...
2009-09-08 Chris Lattnermerge thumb2-bic2.ll into thumb2-bic.ll and update...
2009-09-08 Daniel DunbarAdd Triple::getArchTypeForDarwinArchName, which convert...
2009-09-08 Chris Lattnertweak this to pass on linux.
2009-09-08 Daniel DunbarImprove JIT error message for users crazy enough to...
2009-09-08 Chris Lattnerparenthesize symbol names that start with $, fixing...
2009-09-08 Chris Lattnerconvert to filecheck syntax
2009-09-08 Chris Lattnerchange selectiondag to add the sign extended versions...
2009-09-08 Dan GohmanUse "opt < %s" instead of "opt %s" so that opt doesn...
2009-09-08 Anton KorobeynikovUnbreak getOnesVector() / getZeroVector() to use valid...
2009-09-08 Dan GohmanConvert a few more opt | llvm-dis to opt -S.
2009-09-08 Chris Lattnerfilecheckize some tests
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanUse MemoryBuffer::getBufferIdentifier() in the AsmPrint...
2009-09-08 Mikhail GlushenkovThis should unbreak the build on 64-bit Linux.
2009-09-08 Owen AndersonFix PR4909, patch by Jakub Staszak.
2009-09-08 Mikhail GlushenkovConst-correctness.
2009-09-08 Mikhail GlushenkovSince Program is basically a PID, it should be copyable.
2009-09-08 Mikhail GlushenkovGet rid of the Pid_ member in the Program class.
2009-09-08 Mikhail GlushenkovAdd a Kill() function to the Program class.
2009-09-08 Chris Lattneranother typo
next