2009-03-22 |
Chris Lattner | add method to access a template argument. |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Duncan Sands | Factorize out a concept - no functionality change. |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Evan Cheng | Re-commit r67334 and r67349 with fix. |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Chris Lattner | add a fastpath to ConstantExpr::getBitCast to handle... |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Chris Lattner | add some inline methods for infix operators on sparse... |
commit | commitdiff | tree | snapshot |
2009-03-21 |
Bruno Cardoso... | Removed AFGR32 register class |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Bob Wilson | Fix a few more indentation problems and an 80-column... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Bob Wilson | No functional changes. Fix indentation and whitespace... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Chris Lattner | Fix instcombine to not introduce undefined shifts when... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Duncan Sands | Don't load values out of global constants with weak |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Dan Gohman | Simplify this code; use a while instead of an if and... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Evan Cheng | For inline asm output operand that matches an input... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Sanjiv Gupta | Fixed comment for libcalls. |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Sanjiv Gupta | Fixed build warnings for unused variables. |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Sanjiv Gupta | Reformatting. Inserted code comments. Cleaned interfaces. |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Sanjiv Gupta | Fixed the comment. No functionality change. |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Nick Lewycky | Revert r67334 and r37349 which break "make check" on... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Chris Lattner | Apply the patch requested in PR3846. |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Mon P Wang | Added option to enable generating less precise mad... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Dan Gohman | The last use in a block that doesn't have successors |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Evan Cheng | Fix typo's. |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Sebastian Redl | Fix the Win32 VS2008 build: |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Evan Cheng | Added MachineInstr::isRegTiedToDefOperand to check... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Evan Cheng | More makefile changes to allow dejagnu tests to pass... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Misha Brukman | Renamed unittest files to have a consistent {Tt}est... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Dan Gohman | SADDO and UADDO are commutative. |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Dale Johannesen | Clear the cached cost when removing a function in |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Dan Gohman | Add a liveness analysis pass for LLVM IR values. This... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Dale Johannesen | Fix comment typo. |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Dale Johannesen | This pass keeps a map of Instructions to Rank numbers, |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Ted Kremenek | Fix regression in 'tblgen -gen-clang-diags-defs': Emit... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Chris Lattner | Fix PEI to not walk off the start of a block when an... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Duncan Sands | Fix comment typo. |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Nick Lewycky | Fix a couple glaring whitespace issues. This file isn... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Nick Lewycky | Remove strange extra semicolons. |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Nate Begeman | Add support to tablegen for naming the nodes themselves... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Bruno Cardoso... | Added support for Mips O32 Calling Convention |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Ted Kremenek | tblgen -gen-clang-diags-options: Output OptionTable... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Ted Kremenek | 'tblgen -gen-clang-diags-options' now outputs the Optio... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Ted Kremenek | Add another Clang TableGen-backend (-gen-clang-diags... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Chris Lattner | include the null at the end of a memorybuffer as part... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Bill Wendling | These tests are now passing on Darwin because of r67139. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Chris Lattner | aha, DAE does have to think about PHI nodes. Many... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Chris Lattner | Fix PR3826 - InstComb assert with vector shift, by... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Chris Lattner | add an assertion to make it clear that PHI nodes are... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Zhou Sheng | Explicitly check for StoreInst, do not lose the chance... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Zhou Sheng | Revert my previous change on Local.cpp, instead, fix... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Rafael Espindola | Add -relocation-model=pic so that the test works |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Zhou Sheng | Fix a bug. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Mon P Wang | Added missing support for widening when splitting an... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Evan Cheng | Add another test case for r64440. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Evan Cheng | xfail these tests for now. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Chris Lattner | Disable the "call to immediate" optimization on x86... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Chris Lattner | Fix PR3807 by inserting 'insertelement' instructions... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Bill Wendling | A more proper -mtriple. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Bill Wendling | Temporary fix. I think Rafael wanted this to be Linux... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Chris Lattner | LSR shouldn't ever try to hack on integer IV's larger... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Rafael Espindola | Don't force promotion of return arguments on the callee. |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Daniel Dunbar | Add BUILTIN_EXPECT Support/Compiler macro. |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Chris Lattner | this is apparently passing now. Evan/Dan, please check |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Devang Patel | test case for rev. 67095. |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Chris Lattner | Fix codegen to compute the size of an allocation by... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Chris Lattner | Remove a condition which is always true. |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Evan Cheng | Add newline at end of file. |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Scott Michel | CellSPU: |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Daniel Dunbar | Minimal raw_ostream unit tests |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Sanjiv Gupta | r66870 missed this out. |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Gabor Greif | typo |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Duncan Sands | Reapply r67049, with the test adjusted for darwin |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Mon P Wang | Fix a problem with DAGCombine where we were building... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Dan Gohman | Recognize bswapl as bswap too. |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Dan Gohman | Recognize "bswapq" as an alternate spelling for the... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Daniel Dunbar | raw_ostream: Return '*this' explicitly (instead of... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Daniel Dunbar | raw_ostream: Put all exceptional conditions in raw_ostr... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Evan Cheng | Spiller may unfold load / mod / store instructions... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Scott Michel | CellSPU: |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Daniel Dunbar | raw_ostream: Rework implementation of unbuffered stream... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Dale Johannesen | Fix a debug info dependency in jump threading. |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Daniel Dunbar | raw_ostream: Replace flush_impl with write_impl, which... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Daniel Dunbar | raw_ostream: Lift out flush_nonempty. |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Douglas Gregor | CMake: Build system fixes for XCode. llvm-config still... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Daniel Dunbar | Make raw_ostream::operator<<(const void *) fast; it... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Daniel Dunbar | Add slow path for single character write, and use exclu... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Douglas Gregor | CMake: Make sure to build TableGen'd files in the binar... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Bill Wendling | --- Reverse-merging (from foreign repository) r67049... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Duncan Sands | Tweak the fix for PR3784: be less sensitive about just |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Scott Michel | CellSPU: |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Chris Lattner | change this to test for an alias result more directly. |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Douglas Gregor | Add TGSourceMgr.cpp to CMake build, sort lines |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Bruno Cardoso... | This causes incorrect stack frame allocation when the... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Nick Lewycky | Simplify. "Broken" is always true here. |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Nick Lewycky | Remove obviously redundant call. |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Owen Anderson | Give the pre-alloc splitter access to the VirtRegMap... |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Nick Lewycky | Add a replacement for 2009-02-12-GEPNoalias.ll that... |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Dan Gohman | Apply a patch by Micah Villmow to fix AsmParser to... |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Sebastian Redl | Fix Clang build for srcdir != objdir |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Sebastian Redl | Add support for generating Clang diagnostic defs to... |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Sebastian Redl | Add TableGen syntax highlighting for the jEdit editor. |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Dan Gohman | Add a testcase that covers a wide variety of ABI isel... |
commit | commitdiff | tree | snapshot |
2009-03-14 |
Dan Gohman | Use %rip-relative addressing on x86-64 whenever practic... |
commit | commitdiff | tree | snapshot |
next |