Oops, I #included errno.h from inside the llvm::sys namespace.
[oota-llvm.git] / lib /
2009-07-06 Jeffrey YasskinOops, I #included errno.h from inside the llvm::sys...
2009-07-06 Duncan SandsFix the cmake build - patch by Xerxes Rånby.
2009-07-06 Sanjiv GuptaReverting back the changes checked-in accidently.
2009-07-06 Sanjiv GuptaImplement _CONFIG macro to allow users to se to configu...
2009-07-06 Bruno Cardoso LopesChanged ELFCodeEmitter to inherit from ObjectCodeEmitter
2009-07-06 Sanjiv GuptaCorrected the names description. Change in a comment...
2009-07-06 Bruno Cardoso LopesCleanup MachO writer and code emitter. Fix 80 cols...
2009-07-06 Bruno Cardoso LopesJust forgot to include the two new files
2009-07-06 Bruno Cardoso LopesAdd the Object Code Emitter class. Original patch by...
2009-07-06 Owen AndersonMore LLVMContext-ification.
2009-07-05 Owen AndersonMore LLVMContext-ification.
2009-07-04 Nick LewyckyWhen comparing constants, consider a less wide constant...
2009-07-04 Mikhail GlushenkovMake -save-temps=obj play better with -o.
2009-07-04 Mikhail GlushenkovLLVMC can be now compiled w/o dynamic plugin support.
2009-07-04 Mikhail GlushenkovLLVMC doesn't need ENABLE_PIC to build now.
2009-07-03 Mike StumpFix build.
2009-07-03 Owen AndersonEven more passes being LLVMContext'd.
2009-07-03 Nick LewyckyAdd Static Single Information construction pass writte...
2009-07-03 Duncan SandsSilence a warning when assertions are turned off.
2009-07-03 Duncan SandsSilence a warning when assertions are turned off.
2009-07-03 Duncan SandsSilence warning when building without assertions.
2009-07-03 Duncan SandsSilence warnings when assertions are turned off.
2009-07-03 Duncan SandsAdd newline at end of file.
2009-07-03 Sanjiv GuptaFor extended loads of type i1 to i8, we will need to...
2009-07-03 Tilmann SchellerVarious small changes related to the Condition Register...
2009-07-03 Tilmann SchellerRefactor ABI code in the PowerPC backend.
2009-07-03 Tilmann SchellerImplement the SVR4 ABI for PowerPC.
2009-07-03 Tilmann SchellerAdd NumFixedArgs attribute to CallSDNode which indicate...
2009-07-03 Tilmann SchellerSmall cleanups in the PowerPC backend.
2009-07-03 Bruno Cardoso LopesFactor some code out and support for Jump Table relocations
2009-07-03 Mikhail GlushenkovAdd --enable-llvmc-dynamic configure option.
2009-07-03 Evan ChengAdd thumb2 sign / zero extend with rotate instructions.
2009-07-03 Andreas BolkaMinor improvement to the LDA debug output.
2009-07-03 Owen AndersonSecond batch of passes using LLVMContext.
2009-07-03 Evan ChengAdd Thumb2 load / store multiple instructions. Not...
2009-07-03 Owen AndersonConvert the first batch of passes to use LLVMContext.
2009-07-03 Evan Chengt2LDR_PRE etc are loads.
2009-07-03 Evan ChengAdded indexed stores.
2009-07-02 Owen AndersonFill in a few more missing accessors.
2009-07-02 Evan ChengSign extending pre/post indexed loads.
2009-07-02 Chris Lattnerswitch the .ll parser to use SourceMgr.
2009-07-02 Chris Lattnerswitch the .ll parser into SMDiagnostic.
2009-07-02 Devang PatelSimplify debug info intrisinc lowering.
2009-07-02 Chris Lattneradd an explicit class for holding llvm::SourceMgr diagn...
2009-07-02 David GoodwinCheckpoint refactoring of ThumbInstrInfo and ThumbRegis...
2009-07-02 Douglas GregorCMake build fixes, from Xerxes Ranby
2009-07-02 Bruno Cardoso Lopesshrinking down #includes
2009-07-02 Owen AndersonAdd an accessor to Function so that Passes can easily...
2009-07-02 Owen AndersonUse LLVMContext for generating MDStrings too.
2009-07-02 Owen AndersonUse LLVMContext to generate metadata constants.
2009-07-02 Owen AndersonAdd accessors for metadata constants.
2009-07-02 Devang PatelFix typo.
2009-07-02 Owen AndersonAdd accessor for MDNode.
2009-07-02 Owen AndersonUse LLVMContext for generating UndefValue constants...
2009-07-02 Owen AndersonAdd accessor for getting UndefValue's.
2009-07-02 Chris Lattnersimplify some logic by using isWeakForLinker(). Thanks...
2009-07-02 Chris Lattnerdo not try to analyze bitcasts from i64 to <2 x i32...
2009-07-02 Chris Lattnerfix inverted logic pointed out by John McCall, noticed...
2009-07-02 Duncan SandsFix windows build, patch by Howard Su.
2009-07-02 Evan ChengThumb2 pre/post indexed loads.
2009-07-02 Owen AndersonAck, missed one incompatibility.
2009-07-02 Owen AndersonRestore other bits of the C API that I tore up. All...
2009-07-02 Evan Cheng80 col violation.
2009-07-02 Evan ChengChange the meaning of predicate hasThumb2 to mean thumb...
2009-07-02 Chris Lattner@GOTPCREL is also rip-relative. Fix fast-isel to do...
2009-07-02 Chris LattnerFix yet-another bug I introduced into fastisel, this...
2009-07-02 Bruno Cardoso LopesRemove getFunctionAlignment from TargetELFInfo and...
2009-07-02 Evan Cheng80 col violation.
2009-07-02 Chris Lattnerclarify: stub emission depends on the version of the...
2009-07-02 Evan ChengFactor out ARM indexed load matching code.
2009-07-02 Devang PatelAdd debug info utility routines.
2009-07-02 Devang PatelSimplify.
2009-07-02 Dan GohmanFix a bunch of other places that used operator[] to...
2009-07-02 Owen AndersonAdd a C wrapper for accessing the global default context.
2009-07-02 Devang PatelSimplify. No intentional functionality change.
2009-07-01 Owen AndersonTry again at converting the LLParser to use LLVMContext...
2009-07-01 Owen AndersonAdd a few methods that got left out earlier.
2009-07-01 Dale JohannesenAdd darwin stub removal to wishlist.
2009-07-01 Dan GohmanRequest LCSSA after LoopSimplify. This fixes a problem...
2009-07-01 Devang PatelRefactor. No functionality change.
2009-07-01 Bob WilsonAdd a new addressing mode for NEON load/store instructions.
2009-07-01 Owen AndersonMake the use of const with respect to LLVMContext sane...
2009-07-01 Dan GohmanUse find instead of operator[] to test whether an eleme...
2009-07-01 Bill Wendling--- Reverse-merging (from foreign repository) r74648...
2009-07-01 Devang PatelKeep DIDescriptor methods together.
2009-07-01 Bob WilsonFix a comment typo.
2009-07-01 Owen AndersonFix typo.
2009-07-01 Owen AndersonConvert LLParser to use LLVMContext for creating constants.
2009-07-01 Andreas BolkaUse AA to check objects before LDA.
2009-07-01 Dan GohmanFix an instcombine abort on a scalar-to-vector bitcast...
2009-07-01 Daniel DunbarTweak FindExecutable so that relative executable paths...
2009-07-01 Bob WilsonFix up a comment: besides the >80col lines, the operati...
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Devang PatelFix metadata unittests
2009-07-01 Devang PatelDo not print stranded metadata.
2009-07-01 Devang PatelSupport stand alone metadata syntax.
2009-07-01 Devang Patelllvm.dbg.declare is always used for local variable...
2009-07-01 Bill WendlingUpdate comments to make it clear that the function...
2009-07-01 Jeffrey YasskinAdd a portable strerror*() wrapper, llvm::sys::StrError...
2009-07-01 Owen AndersonI give up on trying to use reader/writer locks for...
next