oota-llvm.git
2009-07-07 Torok EdwinIntroduce new error handling API.
2009-07-07 Owen AndersonRe-LLVMContext-ize DebugInfo, now with less breakage.
2009-07-07 Dan GohmanChange all SCEV* to SCEV *.
2009-07-07 Owen AndersonThis parameter should default to true, not false.
2009-07-07 Mikhail GlushenkovRegenerate.
2009-07-07 Mikhail GlushenkovDocumentation update.
2009-07-07 Mikhail GlushenkovShow how to modify built-in options.
2009-07-07 Owen AndersonRevert part of r74873 that broke Clang's debug info...
2009-07-07 Mikhail GlushenkovRegenerate.
2009-07-07 Mikhail GlushenkovDocumentation update.
2009-07-07 Mikhail Glushenkovs/llvmc2/llvmc/
2009-07-07 Mikhail GlushenkovAdd an 'init' option property.
2009-07-07 Mikhail GlushenkovRefactoring.
2009-07-07 Mikhail GlushenkovComment fix.
2009-07-07 Sanjiv Gupta if the terminator is a branch depending upon the side...
2009-07-07 Evan ChengAdd Thumb2 pkhbt / pkhtb.
2009-07-07 Evan ChengAdd some more Thumb2 multiplication instructions.
2009-07-07 Evan Cheng80 col violation.
2009-07-07 Dale JohannesenDon't accept globals as matching 'i' constraint
2009-07-06 Devang PatelAdd isMetadata() to check metadata operand.
2009-07-06 Devang PatelAdd new ValueType for metadata.
2009-07-06 Devang Patel!"i" is a valid MDString.
2009-07-06 Devang PatelAvoid directly relying on llvm.dbg.compile_unit and...
2009-07-06 Devang PatelAdd FIXMEs.
2009-07-06 Owen Anderson"LLVMContext* " --> "LLVMContext *"
2009-07-06 Owen AndersonFinish LLVMContext-ing lib/Analysis. This required...
2009-07-06 Evan ChengisThumb2 really should mean thumb2 only, not thumb2+.
2009-07-06 Evan ChengAdd bfc to armv6t2.
2009-07-06 Evan ChengAdded ARM::mls for armv6t2.
2009-07-06 Evan ChengAvoid adding a duplicate def. This fixes PR4478.
2009-07-06 Owen AndersonNo need to double-include config.h
2009-07-06 Owen AndersonWe need to include config.h to get the proper setting...
2009-07-06 Owen AndersonThread LLVMContext through the constant folding APIs...
2009-07-06 Misha Brukman* Allow skipping parts of the installation to be able...
2009-07-06 Sanjiv Guptapic16 doesn't have a Data64bitsDirective. Set it NULL...
2009-07-06 Sanjiv Guptapic16 isn't ready to handle llvm.metadata yet.
2009-07-06 Chris LattnerAdd two new accessors to the C bindings, patch by Wladi...
2009-07-06 Chris Lattnerimprove portability to windows, patch by Xerces Ranby!
2009-07-06 Jeffrey YasskinOops, I #included errno.h from inside the llvm::sys...
2009-07-06 Stuart HastingsMark this test as Darwin only. Patch by Bill Wendling.
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... Changed ELFCodeEmitter to inherit from ObjectCodeEmitter
2009-07-06 Sanjiv GuptaCorrected the names description. Change in a comment...
2009-07-06 Bruno Cardoso... Cleanup MachO writer and code emitter. Fix 80 cols...
2009-07-06 Bruno Cardoso... Just forgot to include the two new files
2009-07-06 Bruno Cardoso... Add the Object Code Emitter class. Original patch by...
2009-07-06 Owen AndersonMore LLVMContext-ification.
2009-07-05 Oscar FuentesCMake: Fixes previous change: CMAKE_BUILD_TYPE is unkno...
2009-07-05 Owen AndersonMore LLVMContext-ification.
2009-07-05 Nick LewyckyThere are five floating point types.
2009-07-05 Nick LewyckyThere are *four* lights!
2009-07-05 Oscar FuentesCMake: Avoids defining _DEBUG on MSVC Release builds...
2009-07-05 Duncan SandsClarify that later compiler versions are known to
2009-07-04 Nick LewyckyWhen comparing constants, consider a less wide constant...
2009-07-04 Jeffrey YasskinHave cmake define HAVE_STRERROR and friends to 1 when...
2009-07-04 Mikhail GlushenkovMake -save-temps=obj play better with -o.
2009-07-04 Mikhail GlushenkovRegenerate.
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 SandsIn this unreachable code, return an initialized value.
2009-07-03 Duncan SandsAdd newline at end of file.
2009-07-03 Duncan SandsAdd newline at end of file.
2009-07-03 Torok EdwinFix typo: intepreter->interpreter.
2009-07-03 Duncan SandsFix the build: provide uint8_t.
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... Factor some code out and support for Jump Table relocations
2009-07-03 Mikhail GlushenkovAdd --enable-llvmc-dynamic configure option.
2009-07-03 Mikhail GlushenkovTrailing whitespace.
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 Daniel DunbarReplace std::iostreams with raw_ostream in TableGen.
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 Chris Lattnerimplement error recovery in the llvm-mc parser. Feel...
2009-07-02 Owen AndersonMake the current LLVMContext available to passes.
2009-07-02 Douglas GregorCMake build fixes, from Xerxes Ranby
next