oota-llvm.git
2009-07-09 Dan GohmanAdd a ConstantSignedRange class, which does for signed...
2009-07-09 Eli FriedmanMake EXTRACT_VECTOR_ELT a bit more flexible in terms...
2009-07-09 Evan ChengAdd a Thumb readme entry.
2009-07-09 Evan ChengCorrect comment.
2009-07-09 Richard Penningtonbug 4524: Add MSP430 to the cmake build.
2009-07-09 Dale JohannesenHandle 'A' modifier in inline asms.
2009-07-09 Mikhail GlushenkovRegenerate.
2009-07-09 Mikhail GlushenkovDocumentation update.
2009-07-09 Mikhail GlushenkovWe don't need to set SaveTemps here.
2009-07-09 Mikhail GlushenkovAdjust comment.
2009-07-09 Mikhail GlushenkovRemove some duplication.
2009-07-09 Mikhail GlushenkovRename -t to --temp-dir.
2009-07-09 Owen AndersonAs Chris pointed out, we don't actually need to pass...
2009-07-09 Chris Lattnerback out r75156 for now.
2009-07-09 Owen AndersonA little bit more LLVMContextification.
2009-07-09 David GoodwinHandle Thumb-2 addressing modes during FP elimination.
2009-07-09 Ted KremenekImmutableSet/ImmutableMap: Allow caching of null digest...
2009-07-09 David GreeneAdd some classes to produce pretty-printed asm. We...
2009-07-09 Sanjiv GuptaBy default -t is always on for mcc16 and it uses ....
2009-07-09 Sanjiv GuptaFixed handling of -t. It gets the prirority for temp...
2009-07-09 Owen AndersonThread LLVMContext through MVT and related parts of...
2009-07-09 Alisdair MeredithResolve undefined behaviour when ManagedStatic is insta...
2009-07-09 Chris Lattneradd llvm-mc support for parsing the .lcomm directive...
2009-07-09 David GreeneRegenerate for GraphViz tool discovery.
2009-07-09 David GreeneAdd support for other GraphViz display tools. This...
2009-07-09 Chris Lattnerremove dead function.
2009-07-09 Eli FriedmanMisc encoding fixes; reported on llvmdev.
2009-07-09 Chris LattnereraseFromDisk no longer throws.
2009-07-09 Nick LewyckyThere's no need to consider PHI nodes in the same block...
2009-07-09 Nick LewyckyForgot a couple files when adding the -ssi-everything...
2009-07-09 Nick LewyckyAdd some statistics to SSI so we can see what it's...
2009-07-09 Misha Brukman* Install crosstool in /usr/local/crosstool
2009-07-09 Bill WendlingMissing )
2009-07-09 Sanjiv GuptaAdd a -t="dir" option to the driver. This can be used...
2009-07-09 Sanjiv GuptaAdded few more options to individual tools.
2009-07-09 Sanjiv GuptaReturn dir separator as per platform.
2009-07-09 Chris Lattnersimplify this logic a bit more.
2009-07-09 Chris Lattnermove reasoning about darwin $non_lazy_ptr stubs from...
2009-07-09 Evan ChengTargets sometimes assign fixed stack object to spill...
2009-07-09 Evan ChengReorg includes.
2009-07-09 Chris Lattneradd default ctor.
2009-07-09 Chris Lattnerrearrange some code, no functionality change.
2009-07-09 Chris Lattnermake direct calls set MO_PLT or MO_DARWIN_STUB as appro...
2009-07-09 Nick LewyckyDon't create undefined symbols for aliases.
2009-07-09 Chris Lattnerreduce nesting by rearranging branches.
2009-07-09 Chris Lattnermake isel use MO_PIC_BASE_OFFSET when lowering globalva...
2009-07-09 Chris Lattnervarious minor cleanups, no functionality change.
2009-07-09 Chris Lattnermake isel decide whether to emit $stub's on darwin...
2009-07-09 Chris Lattnerpc-relative references are *always* to functions, never...
2009-07-09 Chris Lattnermake cygwin use its own stubs set, instead of overloadi...
2009-07-09 Chris LattnerMake isel determine where to emit PLT-relative calls...
2009-07-09 Chris Lattneradd missing predicate.
2009-07-09 Chris LattnerisPICStyleStub() is now never true in -static mode...
2009-07-09 Chris Lattnersimplify some code based on the fact that picstyles...
2009-07-09 Chris Lattnerall this logic always returns true because GOT mode...
2009-07-09 Chris LattnerisPICStyleRIPRel() and friends are never true in -stati...
2009-07-09 Nick LewyckyMove PR4517 to README.txt.
2009-07-09 Lang HamesImproved tracking of value number kills. VN kills are...
2009-07-09 Chris Lattner.o file writing shouldn't mess around with pic/relo...
2009-07-09 Chris Lattnermove a hack out of the asm-printer specific path to...
2009-07-09 Chris Lattnermany more cleanups, for example if in the "none" pic...
2009-07-09 Chris LattnerReduce indentation in GVRequiresExtraLoad. Return...
2009-07-09 Chris LattnerWhen in -static mode, force the PIC style to none....
2009-07-09 Chris Lattnermerge two identical functions and simplify things that...
2009-07-09 Chris Lattnerhoist check for IsTailCall to callers. Eliminate redun...
2009-07-09 Chris Lattnerchange a few methods to be static functions.
2009-07-09 Chris Lattnerone more added assert.
2009-07-09 Chris Lattnerremove eh, convert to FileCheck style
2009-07-09 Chris Lattnermove handling of dllimport linkage in isel, not in...
2009-07-09 Chris Lattnerwe have no tests for dllimport/export. Add one.
2009-07-09 Jeffrey YasskinWork around an ICE in gcc-4.2.4.
2009-07-09 Chris Lattnerone more assertion!
2009-07-09 Chris Lattneradd some more assertions. Remove code to handle dllimp...
2009-07-09 Dan GohmanMake SelectionDAG::getVectorShuffle work properly for...
2009-07-09 Chris Lattnerremove "asmcall", using print_pcrel_imm instead of...
2009-07-09 Chris Lattnersimplify some logic
2009-07-09 Chris Lattner* add some assertions for sanity checking.
2009-07-09 Chris Lattnerstop on the first file mismatch.
2009-07-09 Chris Lattneradd a test for dale's recent change.
2009-07-08 Douglas GregorMake SmallPtrSet iterators real iterators
2009-07-08 Owen AndersonLLVMContext-ification.
2009-07-08 Chris Lattnerswitch test to FileCheck-style and test the P and non...
2009-07-08 Chris Lattnerrename a test to make it a feature test.
2009-07-08 David GoodwinUse common code for both ARM and Thumb-2 instruction...
2009-07-08 Chris Lattner* manually concatenate two string literals
2009-07-08 Evan Cheng- Add some NEON ld / st instruction static encoding.
2009-07-08 Devang PatelFix thinko.
2009-07-08 Jeffrey YasskinFix the AssertingVH unittests.
2009-07-08 Jeffrey YasskinAdd an option to allocate JITed global data separately...
2009-07-08 David GreeneReformat.
2009-07-08 Devang PatelDrop "constant" from
2009-07-08 David GreeneAllow users of GraphWriter to display graphs asynchrono...
2009-07-08 David GreeneAdd an ExecuteNoWait interface to support asynchronous...
2009-07-08 Devang PatelUpdate SLotTracker to handle MDNode slots.
2009-07-08 Duncan SandsNowadays vectors are only split if they have an even
2009-07-08 Evan ChengChange how so_imm and t2_so_imm are handled. At instruc...
2009-07-08 Bill WendlingRecommit r74952 with a bug fix:
2009-07-08 Bill WendlingUse interators instead of counters for loops.
2009-07-08 Torok EdwinMissed an exit during the conversion.
2009-07-08 Torok EdwinImplement changes from Chris's feedback.
next