2009-07-29 |
Daniel Dunbar | Fix PR4645 which was fallout from the fix for PR4641. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Devang Patel | There is no need to keep name ref in NamedMDNode. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Chris Lattner | inline the global 'getInstrOperandRegClass' function... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Evan Cheng | Make sure Thumb2 uses the right call instructions. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Bill Wendling | Forgot to output the base offset. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Chris Lattner | 1. Introduce a new TargetOperandInfo::getRegClass(... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Chris Lattner | make ptr_rc derive from a new PointerLikeRegClass tblge... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Chris Lattner | Give getPointerRegClass() a "kind" value so that target... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Evan Cheng | - Fix an obvious copy and paste error. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
David Greene | Re-enable comment and operand padding. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Benjamin Kramer | Update unittest for LLVM API change. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Benjamin Kramer | Remove now unused Context variables. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Owen Anderson | Move ConstantExpr to 2.5 API. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Douglas Gregor | Fix a typo, and all of its copies |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Douglas Gregor | Implement PointerUnion4. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Devang Patel | Refactor. Fix indentation. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Eric Christopher | Add llvm_unreachable for ... unreachable code! |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Evan Cheng | xfail for now. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Daniel Dunbar | Perform simplification noticed by Reid. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Devang Patel | Keep track of named mdnodes in a Module using an ilist. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Benjamin Kramer | fix unittest on platforms with unsigned chars (e.g... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Daniel Dunbar | Add missing include. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Bob Wilson | Change Neon VLDn intrinsics to return multiple values... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Bob Wilson | Fix the verifier to handle intrinsics with LLVMMatchTyp... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Bob Wilson | Fix an assumption that there is a single return value... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
David Greene | Re-apply previous changes and improve column padding... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Dan Gohman | Add one-past-the-end language to the inbounds keyword. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Dan Gohman | Minor code simplification. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Devang Patel | Fix comment. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Devang Patel | trim include list. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Benjamin Kramer | MSVC build fix. Patch by Olaf Krzikalla! |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Daniel Dunbar | Twines: Support numeric conversion directly (uitostr... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Daniel Dunbar | raw_ostream: Follow the 32-bit path when printing ... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Chris Lattner | some wording changes. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Chris Lattner | more syntactic cleanups. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Chris Lattner | minor smallvector cleanups |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Chris Lattner | link to a newer preso |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Nick Lewycky | Just discard the output, no need to turn it back into... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Chris Lattner | whitespace cleanup. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Andreas Bolka | Skeleton for pairwise subscript testing. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Chris Lattner | don't dump .bc file to stdout, and simplify this to... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Chris Lattner | mingw uses .data and .text, not _data and _text. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Chris Lattner | fix PR4584 with a trivial patch now that the pieces... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Nick Lewycky | Bulk erasing instructions without RAUWing them is unsaf... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Chris Lattner | pass the mangler down into the various SectionForGlobal... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Evan Cheng | Revert AsmWriterEmitter.cpp to 74742. The recent change... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Chris Lattner | constant prop a utostr. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Chris Lattner | remove some completely wrong code. 1 is never < 16... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Daniel Dunbar | Revert r77397, it causes significant regressions in... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Evan Cheng | Optimize Thumb2 jumptable to use tbb / tbh when all... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Eric Christopher | Fix comment. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Bill Wendling | Change the "PreferredEHDataFormat" from "absptr" if... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Eric Christopher | Add a couple more tests for the ptest intrinsics to... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Bill Wendling | Move comment to above method. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Devang Patel | Parse named metadata. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Devang Patel | Add NamedMDNode. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Bill Wendling | - Temporarily unbreak the build by forcing the TType... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Eric Christopher | Add support for gcc __builtin_ia32_ptest{z,c,nzc} intri... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Dan Gohman | Remove another F_OK. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Daniel Dunbar | Match X86 register names to number. |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Andreas Bolka | Fix a few typos and add links. |
commit | commitdiff | tree | snapshot |
2009-07-28 |
David Goodwin | Thumb-2: fix typo that caused incorrect stack eliminati... |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Bill Wendling | Cleanup code to use iterators instead of ".size()". |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Andreas Bolka | Slightly reformat LDA tests to ease grepping. |
commit | commitdiff | tree | snapshot |
2009-07-28 |
David Greene | Improve performance of PadToColumn by eliminating flushes. |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Dan Gohman | On "Unix", if Program::FindProgramByName is given a... |
commit | commitdiff | tree | snapshot |
2009-07-28 |
David Greene | Add some protected interfaces to allow subclass access... |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Bill Wendling | Doxygenify comments. |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Bill Wendling | Split out large loop into it's very own method. No... |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Dan Gohman | It isn't necessary to use F_OK when using R_OK or similar. |
commit | commitdiff | tree | snapshot |
2009-07-28 |
David Goodwin | Add a bugpoint flag to disable block extraction. |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Chris Lattner | discourage else after "noreturn" statements. |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Daniel Dunbar | Update CMakeLists |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Daniel Dunbar | Move X86 instruction parsing into X86/AsmParser. |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Devang Patel | Clarify getName() comment. |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Bill Wendling | Output the EH TType format and base offset only if... |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Daniel Dunbar | Make expression parsing and error/warning reporting... |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Benjamin Kramer | Fix a fixme; don't take binaries from the working direc... |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Devang Patel | Remove unused method. |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Bill Wendling | Output the correct format for Darwin. |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Benjamin Kramer | fix unittest |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Bill Wendling | Use the preferred EH data format for the preferred... |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Bill Wendling | Darwin outputs (DW_EH_PE_pcrel | DW_EH_PE_indirect... |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Bill Wendling | Remove unused parameter name. |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Devang Patel | Rename MDNode.h header. It defines MDnode and other... |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Evan Cheng | Fix a typo. |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Owen Anderson | Return ConstantVector to 2.5 API. |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Evan Cheng | In thumb2 mode, add pc is unpredictable. Use add +... |
commit | commitdiff | tree | snapshot |
2009-07-28 |
David Goodwin | Remove support for ORN to workaround <rdar://problem... |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Daniel Dunbar | Provide generic MCAsmParser when constructing target... |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Devang Patel | Add DebugInfoEnumerator to collect debug info. |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Andreas Bolka | Simplify LDA-internal interface. |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Andreas Bolka | Add LDA statistics. |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Andreas Bolka | Minor factoring, naming and formatting cleanups. |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Bruno Cardoso... | Handle null and file symbol on doInitialization |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Chris Lattner | more simplifications and cleanup. :) |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Owen Anderson | Change ConstantArray to 2.5 API. |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Daniel Dunbar | Switch X86 assembly parser to using the generic lexer... |
commit | commitdiff | tree | snapshot |
2009-07-28 |
David Goodwin | Add workaround for <rdar://problem/7098328>. |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Chris Lattner | fix testcase for previous patch. |
commit | commitdiff | tree | snapshot |
next |