2009-08-13 |
Dan Gohman | Fix MCSectionELF::ShouldOmitSectionDirective's matching...
|
commit | commitdiff | tree |
2009-08-13 |
Dan Gohman | When standard output is a terminal, set outs() to be...
|
commit | commitdiff | tree |
2009-08-13 |
Dan Gohman | Make formatted_raw_ostream restore the buffer settings...
|
commit | commitdiff | tree |
2009-08-13 |
Dan Gohman | Take the fast path for any named value and any GlobalValue...
|
commit | commitdiff | tree |
2009-08-13 |
Dan Gohman | Add unimplemented destructor declarations to hopefully...
|
commit | commitdiff | tree |
2009-08-13 |
Dan Gohman | Fix a compiler warning about comparing signed with...
|
commit | commitdiff | tree |
2009-08-13 |
Dan Gohman | Add an assert to check copy_to_buffer's precondition.
|
commit | commitdiff | tree |
2009-08-13 |
Dan Gohman | Set raw_os_ostream, raw_string_ostream, and raw_svector_ostr...
|
commit | commitdiff | tree |
2009-08-13 |
Dan Gohman | Add support to raw_ostream for sizing the buffer according...
|
commit | commitdiff | tree |
2009-08-13 |
Dan Gohman | Make raw_ostream non-copyable.
|
commit | commitdiff | tree |
2009-08-13 |
Dan Gohman | Simplify this code so that it doesn't depend on raw_ostream...
|
commit | commitdiff | tree |
2009-08-13 |
Dan Gohman | Move SetBufferSize and SetUnbuffered out of line.
|
commit | commitdiff | tree |
2009-08-13 |
Dan Gohman | Fix the buffer handling logic so that write_impl is...
|
commit | commitdiff | tree |
2009-08-13 |
Dan Gohman | Fix a 4x slowdown in llc -asm-verbose caused by the...
|
commit | commitdiff | tree |
2009-08-13 |
Dan Gohman | Change the indentation for LLVM Assembly files from...
|
commit | commitdiff | tree |
2009-08-13 |
Dan Gohman | Various AsmWriter output cleanups. Use WriteAsOperand...
|
commit | commitdiff | tree |
2009-08-12 |
Dan Gohman | Now that numbered types have their number printed,...
|
commit | commitdiff | tree |
2009-08-12 |
Dan Gohman | Extend the AsmWriter to print unnamed numbered types...
|
commit | commitdiff | tree |
2009-08-12 |
Dan Gohman | This void is implicit in C++.
|
commit | commitdiff | tree |
2009-08-12 |
Dan Gohman | Use WriteAsOperand to print BasicBlock names.
|
commit | commitdiff | tree |
2009-08-12 |
Dan Gohman | Make AsmWriter more careful with formatted_raw_ostream...
|
commit | commitdiff | tree |
2009-08-12 |
Dan Gohman | Add a GetBufferSize() member to raw_ostream and use...
|
commit | commitdiff | tree |
2009-08-12 |
Dan Gohman | Use PadToColumn instead of tabs.
|
commit | commitdiff | tree |
2009-08-12 |
Dan Gohman | Fix a few more places to use PadToColumn instead of...
|
commit | commitdiff | tree |
2009-08-12 |
Dan Gohman | Use PadToColumn instead of tabs for aligning comments...
|
commit | commitdiff | tree |
2009-08-12 |
Dan Gohman | Fix whitespace expectations to match the new AsmWriter...
|
commit | commitdiff | tree |
2009-08-12 |
Dan Gohman | Make LLVM Assembly dramatically easier to read by aligning...
|
commit | commitdiff | tree |
2009-08-12 |
Dan Gohman | Fix a missing newline (now that Value*'s operator<...
|
commit | commitdiff | tree |
2009-08-12 |
Dan Gohman | Transform -X/C to X/-C, implementing a README.txt entry.
|
commit | commitdiff | tree |
2009-08-12 |
Dan Gohman | Optimize (x/C)*C to x if the division is exact.
|
commit | commitdiff | tree |
2009-08-12 |
Dan Gohman | Update instcombine's debug output to account for Value...
|
commit | commitdiff | tree |
2009-08-12 |
Dan Gohman | Remove a bunch more now-unnecessary Context arguments.
|
commit | commitdiff | tree |
2009-08-12 |
Dan Gohman | Eliminate a bunch of now unnecessary explicit Context...
|
commit | commitdiff | tree |
2009-08-12 |
Dan Gohman | This logic was accidentally inverted in r78767.
|
commit | commitdiff | tree |
2009-08-12 |
Dan Gohman | Factor out the code for finding an available register...
|
commit | commitdiff | tree |
2009-08-12 |
Dan Gohman | llvm-gcc now emits inbounds for this getelementptr.
|
commit | commitdiff | tree |
2009-08-12 |
Dan Gohman | Simplify this code, and use an in-bounds GEP.
|
commit | commitdiff | tree |
2009-08-11 |
Dan Gohman | Optimize exact sdiv by a constant power of 2 to ashr.
|
commit | commitdiff | tree |
2009-08-11 |
Dan Gohman | Add convenience functions for creating nsw add operators.
|
commit | commitdiff | tree |
2009-08-11 |
Dan Gohman | Use wchar.h to get wchar_t, not ctype.h.
|
commit | commitdiff | tree |
2009-08-11 |
Dan Gohman | Don't set the isexact flag if an sdiv operator has...
|
commit | commitdiff | tree |
2009-08-11 |
Dan Gohman | Add convenience functions for creating inbounds GEPs.
|
commit | commitdiff | tree |
2009-08-11 |
Dan Gohman | Use isa instead of dyn_cast when the result is only...
|
commit | commitdiff | tree |
2009-08-11 |
Dan Gohman | Add convenience functions for creating exact sdiv operators...
|
commit | commitdiff | tree |
2009-08-11 |
Dan Gohman | Avoid implicitly depending on Instructions.h.
|
commit | commitdiff | tree |
2009-08-11 |
Dan Gohman | Tidy #includes.
|
commit | commitdiff | tree |
2009-08-11 |
Dan Gohman | Simplify this code. The case where one class is GR64RegClass...
|
commit | commitdiff | tree |
2009-08-11 |
Dan Gohman | Add an explicit keyword.
|
commit | commitdiff | tree |
2009-08-11 |
Dan Gohman | ConstantFolder and NoFolder no longer require their...
|
commit | commitdiff | tree |
2009-08-11 |
Dan Gohman | Fix a typo in an assertion string.
|
commit | commitdiff | tree |
2009-08-11 |
Dan Gohman | Use the default copy-ctor, copy-assignment, and destructor.
|
commit | commitdiff | tree |
2009-08-11 |
Dan Gohman | Add a comment about the additional meaning of setPreservesCF...
|
commit | commitdiff | tree |
2009-08-11 |
Dan Gohman | Don't assume that external global variables are aligned...
|
commit | commitdiff | tree |
2009-08-11 |
Dan Gohman | Remove unnecessary throw() specifications; LLVM doesn...
|
commit | commitdiff | tree |
2009-08-11 |
Dan Gohman | Remove unnecessary casts.
|
commit | commitdiff | tree |
2009-08-11 |
Dan Gohman | Add const qualifiers.
|
commit | commitdiff | tree |
2009-08-11 |
Dan Gohman | Remove an unnecessary mutable.
|
commit | commitdiff | tree |
2009-08-10 |
Dan Gohman | Fix a bug in the DAGCombiner's handling of multiple...
|
commit | commitdiff | tree |
2009-08-10 |
Dan Gohman | Fix a bug where DAGCombine was producing an illegal...
|
commit | commitdiff | tree |
2009-08-10 |
Dan Gohman | Make this comment more closely reflect the code.
|
commit | commitdiff | tree |
2009-08-10 |
Dan Gohman | Add nounwind keywords.
|
commit | commitdiff | tree |
2009-08-07 |
Dan Gohman | Use std::string() instead of std::string("").
|
commit | commitdiff | tree |
2009-08-07 |
Dan Gohman | Fix a bunch of namespace pollution.
|
commit | commitdiff | tree |
2009-08-07 |
Dan Gohman | Fix a typo in a comment.
|
commit | commitdiff | tree |
2009-08-06 |
Dan Gohman | Tidy up this testcase.
|
commit | commitdiff | tree |
2009-08-06 |
Dan Gohman | Add assertion checks after the calls to LowerFormalArguments...
|
commit | commitdiff | tree |
2009-08-06 |
Dan Gohman | Remove an over-aggressive assert. Functions with empty...
|
commit | commitdiff | tree |
2009-08-06 |
Dan Gohman | Fix a bug in x86's PreprocessForRMW logic that was...
|
commit | commitdiff | tree |
2009-08-06 |
Dan Gohman | Fix a few places in DAGCombiner that were creating...
|
commit | commitdiff | tree |
2009-08-05 |
Dan Gohman | Use GR32 for copies between GR32_NOSP and GR32_NOREX...
|
commit | commitdiff | tree |
2009-08-05 |
Dan Gohman | Use (void *)(intptr_t) to cast function addresses to...
|
commit | commitdiff | tree |
2009-08-05 |
Dan Gohman | Add an svn:ignore property.
|
commit | commitdiff | tree |
2009-08-05 |
Dan Gohman | Fix FindExecutable to use sys::Path::GetMainExecutable...
|
commit | commitdiff | tree |
2009-08-05 |
Dan Gohman | Minor code simplification.
|
commit | commitdiff | tree |
2009-08-05 |
Dan Gohman | hasSuperClass tests for a strict superset relation...
|
commit | commitdiff | tree |
2009-08-05 |
Dan Gohman | Enable the new no-SP register classes by default. This...
|
commit | commitdiff | tree |
2009-08-05 |
Dan Gohman | Update a comment to reflect the current code.
|
commit | commitdiff | tree |
2009-08-05 |
Dan Gohman | Fix a bug in the PIC16 backend.
|
commit | commitdiff | tree |
2009-08-05 |
Dan Gohman | Add an explicit keyword.
|
commit | commitdiff | tree |
2009-08-05 |
Dan Gohman | Delete an obsolete sentance from a comment.
|
commit | commitdiff | tree |
2009-08-05 |
Dan Gohman | Add new function attribute keywords to the vim syntax.
|
commit | commitdiff | tree |
2009-08-05 |
Dan Gohman | Change these tests to use function attributes rather...
|
commit | commitdiff | tree |
2009-08-05 |
Dan Gohman | Revert changes accidentally committed along with r78163.
|
commit | commitdiff | tree |
2009-08-05 |
Dan Gohman | Teach X86FastISel how to handle CCValAssign::BCvt,...
|
commit | commitdiff | tree |
2009-08-05 |
Dan Gohman | Major calling convention code refactoring.
|
commit | commitdiff | tree |
2009-08-05 |
Dan Gohman | Various comment fixes.
|
commit | commitdiff | tree |
2009-08-05 |
Dan Gohman | Remove an unnecessary flush in the CppBackend's output.
|
commit | commitdiff | tree |
2009-08-05 |
Dan Gohman | Don't flush the raw_ostream between each MachineFunction...
|
commit | commitdiff | tree |
2009-08-05 |
Dan Gohman | cerr isn't buffered so it doesn't need to be flushed.
|
commit | commitdiff | tree |
2009-08-05 |
Dan Gohman | lli doesn't need <iostream> anymore.
|
commit | commitdiff | tree |
2009-08-05 |
Dan Gohman | Remove needless uses of std::flush in the parent process...
|
commit | commitdiff | tree |
2009-08-05 |
Dan Gohman | Use _exit rather than exit in the child process after...
|
commit | commitdiff | tree |
2009-08-04 |
Dan Gohman | Check for !isa<Constant> instead of isa<Instruction...
|
commit | commitdiff | tree |
2009-08-04 |
Dan Gohman | Follow Unix behavior and return 127 if the command...
|
commit | commitdiff | tree |
2009-08-04 |
Dan Gohman | Propogate the Depth argument when calling
|
commit | commitdiff | tree |
2009-08-03 |
Dan Gohman | Minor whitespace fix, so this doesn't look like a unary *.
|
commit | commitdiff | tree |
2009-08-03 |
Dan Gohman | Add -disable-output. Thanks Bill!
|
commit | commitdiff | tree |
2009-08-03 |
Dan Gohman | Add a new Constant::getIntegerValue helper function...
|
commit | commitdiff | tree |
2009-08-02 |
Dan Gohman | Avoid forming a SELECT_CC in a type that the target...
|
commit | commitdiff | tree |
2009-08-02 |
Dan Gohman | Fix indentation.
|
commit | commitdiff | tree |
next |