2009-07-07 |
Chris Lattner | ScalarizeVecRes_ShiftOp and ScalarizeVecRes_BinOp are... |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Bob Wilson | Change NEON vldN/vstN intrinsics to specify "N" as... |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Chris Lattner | add support for vector legalizing of *_EXTEND. |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Jeffrey Yasskin | Fix llvm.org/PR4481: Make llvm-config print the right... |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Devang Patel | Disable loop index split for now and let nightly tester... |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Chris Lattner | verify that the fcmp version of this works just as... |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Devang Patel | Accidently dropped this while removing dead code in... |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Bill Wendling | DWARF requires frame moves be specified at specific... |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Owen Anderson | LLVMContext-ifiy the implementation of the C API. |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Devang Patel | Remove dead code. |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Owen Anderson | LLVM Context-ification. |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Dan Gohman | Fix a typo and a grammaro in a comment. |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Evan Cheng | Add Thumb2 movcc instructions. |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Evan Cheng | Add missing tests. |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Chris Lattner | Implement parsing support for the .comm directive.... |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Owen Anderson | LLVMContext-ify the bitcode reader. |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Dan Gohman | Add a paragraph about the Add->FAdd API change. |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Evan Cheng | Add BX and BXr9 encodings. Patch by Sean Callanan. |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Mike Stump | Fix build. |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Owen Anderson | Use LLVMContext in the LLLexer. |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Chris Lattner | fix a bug in post-order iterators with external storage... |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Chris Lattner | fix some type confusion in ReadVBR64: "Piece" should... |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Owen Anderson | Have scoped mutexes take referenes instead of pointers. |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Chris Lattner | Fix lli to print an error and exit when EE returns... |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Chris Lattner | "BinaryObject.h was implicitly converting between uint... |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Bill Wendling | Remove unused parameter. |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Chris Lattner | Eliminate the static constructors and locks from Dynami... |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Chris Lattner | remove dead code, noone creates instances of "DynamicLi... |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Evan Cheng | Revert 74898. It broke several tests. |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Chris Lattner | we don't use libtool anymore, update comments. |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Torok Edwin | Fix braces. |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Torok Edwin | Introduce new error handling API. |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Owen Anderson | Re-LLVMContext-ize DebugInfo, now with less breakage. |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Dan Gohman | Change all SCEV* to SCEV *. |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Owen Anderson | This parameter should default to true, not false. |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Mikhail Glushenkov | Regenerate. |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Mikhail Glushenkov | Documentation update. |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Mikhail Glushenkov | Show how to modify built-in options. |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Owen Anderson | Revert part of r74873 that broke Clang's debug info... |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Mikhail Glushenkov | Regenerate. |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Mikhail Glushenkov | Documentation update. |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Mikhail Glushenkov | s/llvmc2/llvmc/ |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Mikhail Glushenkov | Add an 'init' option property. |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Mikhail Glushenkov | Refactoring. |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Mikhail Glushenkov | Comment fix. |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Sanjiv Gupta | if the terminator is a branch depending upon the side... |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Evan Cheng | Add Thumb2 pkhbt / pkhtb. |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Evan Cheng | Add some more Thumb2 multiplication instructions. |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Evan Cheng | 80 col violation. |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Dale Johannesen | Don't accept globals as matching 'i' constraint |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Devang Patel | Add isMetadata() to check metadata operand. |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Devang Patel | Add new ValueType for metadata. |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Devang Patel | !"i" is a valid MDString. |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Devang Patel | Avoid directly relying on llvm.dbg.compile_unit and... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Devang Patel | Add FIXMEs. |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Owen Anderson | "LLVMContext* " --> "LLVMContext *" |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Owen Anderson | Finish LLVMContext-ing lib/Analysis. This required... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Evan Cheng | isThumb2 really should mean thumb2 only, not thumb2+. |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Evan Cheng | Add bfc to armv6t2. |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Evan Cheng | Added ARM::mls for armv6t2. |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Evan Cheng | Avoid adding a duplicate def. This fixes PR4478. |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Owen Anderson | No need to double-include config.h |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Owen Anderson | We need to include config.h to get the proper setting... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Owen Anderson | Thread LLVMContext through the constant folding APIs... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Misha Brukman | * Allow skipping parts of the installation to be able... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Sanjiv Gupta | pic16 doesn't have a Data64bitsDirective. Set it NULL... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Sanjiv Gupta | pic16 isn't ready to handle llvm.metadata yet. |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Chris Lattner | Add two new accessors to the C bindings, patch by Wladi... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Chris Lattner | improve portability to windows, patch by Xerces Ranby! |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Jeffrey Yasskin | Oops, I #included errno.h from inside the llvm::sys... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Stuart Hastings | Mark this test as Darwin only. Patch by Bill Wendling. |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Duncan Sands | Fix the cmake build - patch by Xerxes Rånby. |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Sanjiv Gupta | Reverting back the changes checked-in accidently. |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Sanjiv Gupta | Implement _CONFIG macro to allow users to se to configu... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Bruno Cardoso... | Changed ELFCodeEmitter to inherit from ObjectCodeEmitter |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Sanjiv Gupta | Corrected the names description. Change in a comment... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Bruno Cardoso... | Cleanup MachO writer and code emitter. Fix 80 cols... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Bruno Cardoso... | Just forgot to include the two new files |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Bruno Cardoso... | Add the Object Code Emitter class. Original patch by... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Owen Anderson | More LLVMContext-ification. |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Oscar Fuentes | CMake: Fixes previous change: CMAKE_BUILD_TYPE is unkno... |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Owen Anderson | More LLVMContext-ification. |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Nick Lewycky | There are five floating point types. |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Nick Lewycky | There are *four* lights! |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Oscar Fuentes | CMake: Avoids defining _DEBUG on MSVC Release builds... |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Duncan Sands | Clarify that later compiler versions are known to |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Nick Lewycky | When comparing constants, consider a less wide constant... |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Jeffrey Yasskin | Have cmake define HAVE_STRERROR and friends to 1 when... |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Mikhail Glushenkov | Make -save-temps=obj play better with -o. |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Mikhail Glushenkov | Regenerate. |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Mikhail Glushenkov | LLVMC can be now compiled w/o dynamic plugin support. |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Mikhail Glushenkov | LLVMC doesn't need ENABLE_PIC to build now. |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Mike Stump | Fix build. |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Owen Anderson | Even more passes being LLVMContext'd. |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Nick Lewycky | Add Static Single Information construction pass writte... |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Duncan Sands | Silence a warning when assertions are turned off. |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Duncan Sands | Silence a warning when assertions are turned off. |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Duncan Sands | Silence warning when building without assertions. |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Duncan Sands | Silence warnings when assertions are turned off. |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Duncan Sands | In this unreachable code, return an initialized value. |
commit | commitdiff | tree | snapshot |
next |