2009-07-14 |
Dan Gohman | FreeInst is trapping. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Bob Wilson | Fix an obvious copy-and-paste error. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Bob Wilson | Revert 75308. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Chris Lattner | the mangler can never mangle intrinsics, don't allow... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Eli Friedman | Fix obvious typo. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Bob Wilson | Revert 75309. |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Chris Lattner | rename Memo/Count to AnonGlobalIDs/NextAnonGlobalID... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Owen Anderson | Move more functionality over to LLVMContext. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Chris Lattner | remove Mangler::getTypeID and related data, it was... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Chris Lattner | remove mangler support for mangling local names. Mangl... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Chris Lattner | fix CBE & MSIL backends to not use the mangler for... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Chris Lattner | don't print redundant @PLT suffixes |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Evan Cheng | Revert an accidental commit. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Chris Lattner | the mangler should put suffixes on unnamed global's... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Owen Anderson | Move a bit more functionality to LLVMContext, which... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Kevin Enderby | Added llvm-mc support for parsing the .abort directive. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Dan Gohman | Check in a reduced version of this testcase. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Dan Gohman | Print a newline after printing a Value, now that Value... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Dan Gohman | #include "llvm/Assembly/Writer.h" to get the declaratio... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Chris Lattner | Two changes: |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Devang Patel | Use assertion. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Eli Friedman | PR4548: optimize zext+udiv+trunc to udiv. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Owen Anderson | Inline EvalVectorOp in order to get rid of passing... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Bruno Cardoso... | Cleanup the global emission and refactor some code |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Owen Anderson | Fix the build. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Daniel Dunbar | NewNightlyTest.pl - Add -configure-args option. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Eli Friedman | Fix bug in run-line. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Dan Gohman | Add testcases for PR4538, PR4537, and PR4534. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Chris Lattner | clean up some syntax. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Eli Friedman | Canonicalize boolean +/- a constant to a select. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Dan Gohman | Fix a few assertion strings. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Dan Gohman | Forward-declare Loop and LoopInfo instead of #including... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Owen Anderson | These don't really need contexts either. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Daniel Dunbar | NewNightlyTest.pl - Add -noremoveatend option. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Chris Lattner | eliminate a bunch of code in print_pcrel_imm for printi... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Dan Gohman | Whitespace cleanups. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Dan Gohman | Fix an 80-column violation. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Dan Gohman | Move isLCSSAForm, isLoopInvariant, getCanonicalInductio... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Oscar Fuentes | CMake: Refuses to work for out-of-source builds when... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Chris Lattner | move a method and add a comment, no functionality change. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Dan Gohman | Make Loop and MachineLoop be subclasses of LoopBase... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Chris Lattner | refactor operand printing to remove hte last of the... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Devang Patel | Use AsmPrinter's Mangler to remove leading '1' from... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Eli Friedman | Misc simplifications to InstCombiner::commonIntCastTran... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
David Goodwin | Fix FP elimination code to work for Thumb-2 addrmode... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Chris Lattner | refactor symbol printing so the whole "mem" thing is... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Dan Gohman | Reapply 75252, with a fix to avoid the infinite recursi... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Oscar Fuentes | CMake: tablegen: Add .td files under the inlude/llvm... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Owen Anderson | As Chris pointed out, this doesn't actually need an... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Devang Patel | revert rev. 75503 for now. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Devang Patel | Use Mangler to remove leading '1' from linkage names. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Kevin Enderby | add llvm-mc support for parsing the .subsections_via_sy... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Eli Friedman | Fix comment. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Owen Anderson | Move more functionality over to LLVMContext. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Dan Gohman | Move the memoization check for SCEVSignExtendExpr and |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Eli Friedman | Don't bother to call commonIntCastTransforms for bitcas... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Dan Gohman | Convert SCEV from FoldingSetNode to FastFoldingSetNode... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Dan Gohman | Delete a spurious const. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Bill Wendling | Reverted r75484. It was causing a failure with Apple... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
David Greene | Add infrastructure to allow post instruction printing... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Chris Lattner | Add NetBSD to the Triple class, patch by Krister Walfri... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Bill Wendling | More standard way of specifying greater than Leopard. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Bill Wendling | On greater than Leopard systems, place exception tables... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Daniel Dunbar | Makefile rules for generating assembly matcher. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Dan Gohman | Change printInstruction to not print a trailing newline... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Dan Gohman | Add an optional optimization to FoldingSet to allow... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Bob Wilson | Fix comment typos. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Chris Lattner | factor the 'optimized sort' code out into a static... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Chris Lattner | Move the re-sort of invalidated NonLocalPointerDeps... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
David Greene | Make some more changes suggested by Chris. Manipulator... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Sanjiv Gupta | Added a fixme for platform specific GetDirSeparator(). |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Sanjiv Gupta | allow mcc16 users to specify --save-temps even though... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Daniel Dunbar | Match declaration to definition (missed a few). |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Daniel Dunbar | Tweak svn:ignore |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Daniel Dunbar | Match declaration to definition. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Nick Lewycky | Fix build on Linux. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Daniel Dunbar | Fix some non-sensical code. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Daniel Dunbar | Switch to raw_ostream. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Lang Hames | Removed some junk code that snuck in to an earlier... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Nick Lewycky | Fix an error in ConstantRange::getSignedMax on wrapped... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Nick Lewycky | 'i8 full-range' sign extended to i16 should equal ... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Owen Anderson | Begin the painful process of tearing apart the rat... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Nick Lewycky | Multiply was very wrong for wrapped ranges. This suppli... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Nick Lewycky | Fix a bug summing two full sets. The overflow checking... |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Daniel Dunbar | Match declaration to definition. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Daniel Dunbar | Match declaration to definition. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Chris Lattner | remove tests for removed intrinsics. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Chris Lattner | remove llvm.part.set.* and llvm.part.select.*. They... |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Daniel Dunbar | Use llvm_report_error, not llvm_unreachable. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Torok Edwin | Mention that llvm_report_error() does not return. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Daniel Dunbar | Add an LLVM API change. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Daniel Dunbar | Improve sys::Path::makeAbsolute on Win32. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Torok Edwin | Fix assert(0) conversion, as suggested by Chris. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Daniel Dunbar | Clarify a FIXME. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Chris Lattner | "UNIX paths can contain non-ASCII characters, so Path... |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Jakob Stoklund... | Implement support for promotion of AND/OR/XOR on intege... |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Jakob Stoklund... | Fix types in PromoteNode handling of CTPOP and friends. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Jakob Stoklund... | Add CCIfSRet calling convention predicate. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Torok Edwin | Remove extra \n from LLVM_UNREACHABLE calls. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Nick Lewycky | Make this clearer for the mathematically inclined.... |
commit | commitdiff | tree | snapshot |
next |