Add debug message about non-local loads being clobbered.
[oota-llvm.git] / include /
2009-06-17 Douglas GregorDefine LLVM_NATIVE_ARCH in CMake, so that lli can actua...
2009-06-17 Chris Lattnerremove two headers subsumed by TargetSelect.h
2009-06-17 Chris LattnerAdd a utility header that makes it easy to link in...
2009-06-17 Chris Lattnermake CreateFMul forward to CreateFMul, not CreateMul.
2009-06-17 Mikhail GlushenkovFix comment.
2009-06-17 Douglas GregorUpdate auto-generated configuration files
2009-06-17 Owen AndersonUse atomic increment/decrement for reference counting...
2009-06-17 Owen AndersonAdd an atomic increment and decrement implementation...
2009-06-16 Owen AndersonForgot this file in my last commit.
2009-06-16 Owen AndersonFix #include guards.
2009-06-16 Owen AndersonFix/cleanup trailing newlines.
2009-06-16 Owen AndersonAdd a portable wrapper for reader-writer locks.
2009-06-16 Douglas GregorIntroduce new headers whose inclusion forces linking and
2009-06-16 Anton KorobeynikovAddress review comments: add 3 ARM calling conventions.
2009-06-16 Owen AndersonAdd a configure check for pthread_rwlock_init.
2009-06-16 Owen AndersonSplit the thread-related APIs out into their own file...
2009-06-16 Chris LattnerGeneralize instcombine's isSafeToLoadUnconditionally...
2009-06-16 Sanjiv GuptaFixed names of libcalls checked in r73480.
2009-06-16 Sanjiv GuptaAdded required libcalls for PIC16 (mostly floating...
2009-06-16 Dan GohmanAdd comments to ConstantInt::get and ConstantFP::get...
2009-06-15 Owen AndersonOwen Anderson 2009-06-15: Use a SmallPtrSet here, for...
2009-06-15 Dan GohmanAdd a CreateFNeg function to IRBuilder.
2009-06-15 Dan GohmanSupport vector casts in more places, fixing a variety...
2009-06-15 Anton KorobeynikovAddress more comments :)
2009-06-15 Anton KorobeynikovDocument ABIType enum. Patch by Sandeep Patel!
2009-06-15 Evan ChengPart 1.
2009-06-15 Chris Lattneradd a new static method to portably determine whether...
2009-06-14 Dan GohmanFix old-style type names in comments.
2009-06-14 Dan GohmanSpecialize DenseMapInfo for SCEVHandle, so that SCEVHan...
2009-06-14 Dan GohmanConvert several parts of the ScalarEvolution framework...
2009-06-14 Evan ChengMove register allocation preference (or hint) from...
2009-06-14 Owen AndersonAdd an early implementation of a partial inlining pass...
2009-06-14 Bruno Cardoso LopesIntroduce new BinaryObject (blob) class, ELF Writer...
2009-06-13 Dan GohmanAdd a ScalarEvolution::getAnyExtendExpr utility functio...
2009-06-12 Bruno Cardoso LopesType change cleanup on JCE and MCE. Patch by Aaron...
2009-06-11 Bruno Cardoso LopesUse forward declarations and move TargetELFWriterInfo...
2009-06-11 Bill WendlingRemove unused parameter warnings.
2009-06-11 Bruno Cardoso LopesSupport for ELF Visibility
2009-06-11 Duncan SandsCosmetic changes to parameter attribute verification.
2009-06-10 Jay FoadImplement and use new method Function::hasAddressTaken().
2009-06-10 Sanjiv GuptaRemove warnings: no newline at end of file.
2009-06-09 Owen AndersonAdd the beginnings of an implementatation of lazy liven...
2009-06-09 David GreeneChange IndexedModeAction representation.
2009-06-08 David GreeneOops, didn't mean to commit 73102 yet. Revert it.
2009-06-08 David GreeneChange IndexedModeAction representation.
2009-06-08 Anton KorobeynikovThe attached patches implement most of the ARM AAPCS...
2009-06-08 David GreeneMake IntInits and ListInits typed. This helps deduce...
2009-06-07 Bruno Cardoso LopesSimple ELF32/64 binary files can now be emitted for...
2009-06-07 Nick LewyckyCreate FunctionType::isValidArgumentType to go along...
2009-06-06 Dan GohmanRename UnknownValue to CouldNotCompute, since it holds...
2009-06-06 Bruno Cardoso LopesRemove elf specific info from ELFWriter.h to Elf.h...
2009-06-05 Douglas GregorMore portability checks for CMake's config.h.
2009-06-05 Devang PatelAdd new function attribute - noimplicitfloat
2009-06-05 Nate BegemanAdapt the x86 build_vector dagcombine to the current...
2009-06-05 Dan GohmanMove SCEVExpander::getOrInsertCanonicalInductionVariabl...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-06-04 Devang PatelAdd new function attribute - noredzone.
2009-06-04 Douglas GregorProperly detect malloc_zone_statistics in CMake build...
2009-06-04 Torok EdwinFix comments.
2009-06-04 Torok EdwinAdd support for outputting ANSI colors to raw_fd_ostream.
2009-06-04 Nick Kledzik<rdar://problem/6940611> libLTO.dylib needs to let...
2009-06-04 Bruno Cardoso LopesUse uint8_t and int32_t in {JIT,Machine}CodeEmiters
2009-06-03 Daniel DunbarChange LTO to run the global opt pass twice.
2009-06-03 Eli FriedmanPR4317: Handle splits where the new block is unreachabl...
2009-06-03 Daniel DunbarAdd createStandardLTOPasses to StandardPasses.h, and...
2009-06-03 Daniel DunbarRemove some silly code.
2009-06-03 Daniel DunbarAdd StandardPasses.h which embeds the standard compilat...
2009-06-03 Bruno Cardoso LopesRevert 72650
2009-06-03 Dan GohmanChange TargetFolder's TD member from a reference to a
2009-06-02 Dan GohmanChange ConstantFoldConstantExpression to accept a null
2009-06-02 Dan GohmanDelete an unnecessary forward declaration.
2009-06-02 Torok Edwinfix build on VC++2k8.
2009-06-02 Devang PatelSimplify assertion message to avoid confusion.
2009-06-02 Lang HamesUpdate to in-place spilling framework. Includes live...
2009-06-02 Dale JohannesenRevert 72707 and 72709, for the moment.
2009-06-01 Dale JohannesenMake the implicit inputs and outputs of target-independent
2009-06-01 Mike StumpDcoument that the opauque value used to construct QNaNs...
2009-05-31 Dan GohmanFix the name of the function in this comment.
2009-05-30 Bruno Cardoso LopesUse uint8_t and int32_t in {JIT,Machine}CodeEmiters
2009-05-30 Bruno Cardoso LopesAdd AMD64 elf machine type
2009-05-30 Bruno Cardoso LopesFirst patch in the direction of splitting MachineCodeEm...
2009-05-30 Mike StumpAdd some documentation.
2009-05-30 Nick LewyckyGive embedded metadata its own type instead of relying...
2009-05-30 Mike StumpAdd support for letting the client choose different...
2009-05-30 Bill WendlingUntabify.
2009-05-29 Evan ChengDefault isNarrowingProfitable to false.
2009-05-28 Evan ChengAdded optimization that narrow load / op / store and...
2009-05-26 Jeffrey YasskinLiveVariables::VarInfo contains an AliveBlocks BitVecto...
2009-05-26 Dan GohmanGive SCEVNaryExpr a doxygen comment.
2009-05-26 Evan ChengEliminate VarInfo::UsedBlocks.
2009-05-24 Dan GohmanVarious comment fixes.
2009-05-24 Dan GohmanChange ScalarEvolution::getSCEVAtScope to always return...
2009-05-24 Dan GohmanGeneralize SCEVExpander::visitAddRecExpr's GEP persuit...
2009-05-24 Torok EdwinThe rewriter may hold references to instructions that...
2009-05-23 Anton KorobeynikovPropagate CPU string out of SubtargetFeatures
2009-05-23 Torok Edwinavailable_externall linkage is not local, this was...
2009-05-23 Eli FriedmanAdd a new step to legalization to legalize vector math...
2009-05-22 Duncan SandsAdd a new codegen pass that normalizes dwarf exception...
2009-05-22 Daniel DunbarAdd llvm::triple constructor from arch, vendor, os...
2009-05-21 Eli FriedmanFix broken logic in DominatorTreeBase::Split. Part...
next