Checkpoint Thumb2 Instr info work. Generalized base code so that it can be shared...
[oota-llvm.git] / lib /
2009-07-08 David GoodwinCheckpoint Thumb2 Instr info work. Generalized base...
2009-07-08 Duncan SandsRemove trailing whitespace. Reorder some methods
2009-07-08 Sanjiv GuptaMark sublw_cc and subfw_cc as Terminator insns so that...
2009-07-08 Nick LewyckyRemove the vicmp and vfcmp instructions. Because we...
2009-07-08 Evan ChengAdd a Thumb2 instruction flag to that indicates whether...
2009-07-08 Owen AndersonPush LLVMContext through GlobalVariables and IRBuilder.
2009-07-08 Chris Lattnerremove two methods that no longer exist.
2009-07-08 Chris Lattnermore getting windows to build.
2009-07-08 Chris Lattnerdag combine sext(setcc) -> vsetcc before legalize....
2009-07-08 Chris Lattnerhopefully fix the build on windows.
2009-07-08 Evan ChengAdd a todo.
2009-07-07 Evan ChengAlso statically set bit 25 for BR_JT instructions.
2009-07-07 Owen AndersonLLVMContext-ification.
2009-07-07 Evan ChengStatically encode bit 25 to indicate immediate form...
2009-07-07 Bill Wendling--- Reverse-merging (from foreign repository) r74952...
2009-07-07 Chris LattnerSelectionDAG::SignBitIsZero doesn't work right for...
2009-07-07 Dale JohannesenCommit the file I actually changed as part of last
2009-07-07 Dale JohannesenOperand of asm("call") (the callee function) is represented
2009-07-07 Chris Lattneradd support for legalizing an icmp where the result...
2009-07-07 Chris Lattnerrandom code cleanups.
2009-07-07 Chris Lattnerimplement support for spliting and scalarizing vector...
2009-07-07 Chris Lattnerlower vector icmp/fcmp to ICMP/FCMP nodes with the...
2009-07-07 Chris LattnerScalarizeVecRes_ShiftOp and ScalarizeVecRes_BinOp are...
2009-07-07 Chris Lattneradd support for vector legalizing of *_EXTEND.
2009-07-07 Devang PatelAccidently dropped this while removing dead code in...
2009-07-07 Bill WendlingDWARF requires frame moves be specified at specific...
2009-07-07 Owen AndersonLLVMContext-ifiy the implementation of the C API.
2009-07-07 Devang PatelRemove dead code.
2009-07-07 Owen AndersonLLVM Context-ification.
2009-07-07 Evan ChengAdd Thumb2 movcc instructions.
2009-07-07 Chris LattnerImplement parsing support for the .comm directive....
2009-07-07 Owen AndersonLLVMContext-ify the bitcode reader.
2009-07-07 Evan ChengAdd BX and BXr9 encodings. Patch by Sean Callanan.
2009-07-07 Mike StumpFix build.
2009-07-07 Owen AndersonUse LLVMContext in the LLLexer.
2009-07-07 Owen AndersonHave scoped mutexes take referenes instead of pointers.
2009-07-07 Chris LattnerEliminate the static constructors and locks from Dynami...
2009-07-07 Chris Lattnerremove dead code, noone creates instances of "DynamicLi...
2009-07-07 Evan ChengRevert 74898. It broke several tests.
2009-07-07 Chris Lattnerwe don't use libtool anymore, update comments.
2009-07-07 Torok EdwinFix braces.
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 AndersonRevert part of r74873 that broke Clang's debug info...
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 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 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 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.
next