2009-02-21 |
Evan Cheng | If two-address def is dead and the instruction does... |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Evan Cheng | Teach LSR sink to sink the immediate portion of the... |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Bill Wendling | Make sure this doesn't access .end() too. |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Gabor Greif | fix and clean up a comment |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Bill Wendling | Make sure we don't dereference the .end() of the container. |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Chris Lattner | rename a function to indicate that it checks for profit... |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Bill Wendling | Propagate more debug loc infos. This also includes... |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Bill Wendling | We need to propagate the debug location information... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Misha Brukman | * Fixed spelling |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Dan Gohman | Fix a bug that David Greene found in the DAGCombiner... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Misha Brukman | Removed trailing whitespace. |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Misha Brukman | Removed trailing whitespace. |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Misha Brukman | Removed trailing whitespace. |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Misha Brukman | Keep the newline character at the end of the lines... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Misha Brukman | Only strip the newline character at the end of the... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Misha Brukman | Fixed lint errors: |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Bill Wendling | We have logic in there to emit a default debugging... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Evan Cheng | Fix strange logic in CollectIVUsers used to determine... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Dan Gohman | Simplify code and reduce indentation. No functionality... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Dan Gohman | Fix 80-column violations. |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Dan Gohman | It's not necessary to check if Base is null here. |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Evan Cheng | Support return of MMX values in 64-bit mode. |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Bill Wendling | - Early exit a nested block. |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Dan Gohman | Add a comment about how Imm can be used for loop-varian... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Torok Edwin | add note about sin |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Evan Cheng | Factor address mode matcher out of codegen prepare... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Zhou Sheng | Just roll back the previous change to -mem2reg. |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Zhou Sheng | patch to update the line number information in pass... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Owen Anderson | Fix a crash in the pre-alloc splitter exposed by recent... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Owen Anderson | Add a quick pass to the stack slot colorer to eliminate... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Chris Lattner | make these tests pass when run on a G5. |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Dan Gohman | Implement "superhero" strength reduction, or full strength |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Bill Wendling | Add an accessor method to DwarfWriter to tell of debugg... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Bill Wendling | Add a default debug location object to the Machine... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Bill Wendling | Temporarily revert r65065. It was causing test failures. |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Bill Wendling | Print out debug info when printing the machine instruction. |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Bill Wendling | Check for -fast here too. |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Bill Wendling | Generate these labels when we're in "fast" mode, not... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Dale Johannesen | Describe tail merging's use of InsertBranch. |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Dan Gohman | Use DEBUG() instead of passing *DOUT to WriteAsOperand, |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Dan Gohman | Make the debug output of LSR less cryptic and more... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Bill Wendling | Print out a new label only if the debug location *tuple... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Bill Wendling | Forgot to check that debug information is supported. |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Nick Lewycky | Regenerate. |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Nick Lewycky | Default to building with position independent code... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Chris Lattner | If an executable is run through a symlink, dladdr will... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Dan Gohman | Fix the logic in this assertion to properly validate... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Dan Gohman | Reapply r57340. VMKit does not presently rely on materi... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Bill Wendling | Temporarily XFAIL this test. |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Bill Wendling | Put code that generates debug labels into TableGen... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Chris Lattner | add proper asmwriter and asmparser support for anonymou... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Duncan Sands | In theory the aliasee may have dead constant users |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Rafael Espindola | really fix style |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Devang Patel | The subprogram die may not exist while creating "defaul... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Dan Gohman | Use a sign-extend instead of a zero-extend when promoting a |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Dan Gohman | Simplify by using dyn_cast instead of isa and cast. |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Dan Gohman | Clarify the definition of "latch block" in a comment. |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Dan Gohman | Add explicit keywords. |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Nate Begeman | Add support to the JIT for true non-lazy operation... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Rafael Espindola | fix style |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Owen Anderson | Add a test for r61358, which I forgot to add way back... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Dan Gohman | Factor out the code to add a MachineOperand to a Machin... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Dan Gohman | Eliminate several more unnecessary intptr_t casts. |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Dan Gohman | Change the argument type in this test to something... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Evan Cheng | GV with null value initializer shouldn't go to BSS... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Chris Lattner | allow TimeRegion to take a potentially-null pointer... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Dan Gohman | Fix a corner case in the new indvars promotion logic... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Dan Gohman | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Duncan Sands | If an alias is dead and so is its aliasee, then globald... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Devang Patel | And now, not so elegant, test case... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Devang Patel | Remove changes that were accidently included in previou... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Devang Patel | The debugger sometimes lookup dynamically in the runtim... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Scott Michel | Remove trailing whitespace to reduce later commit patch... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Devang Patel | Emit debug info for bitfields. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Rafael Espindola | tools like nm and ar only need register_claim_file... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Dan Gohman | LoopIndexSplit doesn't actually use ScalarEvolution. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Dan Gohman | Add a method to ScalarEvolution for telling it when... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Chris Lattner | commit a tweaked version of Daniel's patch for PR3599... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Dan Gohman | Move dumpPassStructure out of line. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Dan Gohman | Tidy whitespace. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Dan Gohman | Delete trailing whitespace. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Duncan Sands | This transform also applies to private linkage. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Dan Gohman | Fix 80-column violation. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Evan Cheng | A couple of places where reused use operands should... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Chris Lattner | add a horrible note |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Bill Wendling | --- Merging (from foreign repository) r64714 into '.': |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Devang Patel | Testcase for rev. 64704 |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Evan Cheng | Strengthen the "non-constant stride must dominate loop... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Dan Gohman | Simplify; fix some 80-column violations. |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Dan Gohman | Delete trailing whitespace. |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Dan Gohman | Fix EnforceKnownAlignment so that it doesn't ever reduc... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Daniel Dunbar | Add llvm::RoundUpToAlignment. |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Ted Kremenek | Fix bug where APSInt::operator-- incremented instead... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Devang Patel | Test case for llvm-gcc rev. 64648. |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Nick Lewycky | Fix typo caused by too much surfing, dudes... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Dan Gohman | Delete this long-commented-out code. The situation... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Dan Gohman | Rename IndVarsSimplify to IndVarSimplify, to be consist... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Dan Gohman | Change these tests to use regular loads instead of... |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Dan Gohman | Don't assume that a left-shift of a value with one... |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Dan Gohman | MachineLICM now handles these cases. |
commit | commitdiff | tree | snapshot |
next |