2011-03-03 |
Bob Wilson | pr9367: Add missing predicated BLX instructions. |
commit | commitdiff | tree | snapshot |
2011-03-03 |
Bill Wendling | Testcase for r126913. |
commit | commitdiff | tree | snapshot |
2011-03-03 |
Jakob Stoklund... | Change the SplitEditor interface to a single instance... |
commit | commitdiff | tree | snapshot |
2011-03-03 |
Jakob Stoklund... | Only run the updateSSA loop when we have actually seen... |
commit | commitdiff | tree | snapshot |
2011-03-03 |
Jakob Stoklund... | Fix PHI handling in LiveIntervals::shrinkToUses(). |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Stuart Hastings | Test case for r126864. Radar 9056407. |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Bob Wilson | Avoid exponential blow-up when printing DAGs. |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Jakob Stoklund... | Turn the Edit member into a pointer so it can change... |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Stuart Hastings | Test case for r126672. Radar 9055247. |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Kevin Enderby | Fixes an assertion failure while disassembling ARM... |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Jakob Stoklund... | Transfer simply defined values directly without recompu... |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Jakob Stoklund... | Extract a method. No functional change. |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Renato Golin | Fixing a bug when printing fpu text to object file... |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Chris Lattner | add some slice helper methods. |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Duncan Sands | Remove DIFactory. Patch by Devang. |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Stuart Hastings | Can't introduce floating-point immediate constants... |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Tilmann Scheller | Add Win64 thiscall calling convention. |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Oscar Fuentes | Support for parallel compilation (/MP) when using the... |
commit | commitdiff | tree | snapshot |
2011-03-02 |
David Greene | [AVX] Fix mask predicates for 256-bit UNPCKLPS/D and... |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Che-Liang Chiou | ptx: fix lint and compiler warnings |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Che-Liang Chiou | Add 64-bit addressing to PTX backend |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Rafael Espindola | Add a special streamer to libLTO that just records... |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Cameron Zwarich | Fix some typos. |
commit | commitdiff | tree | snapshot |
2011-03-02 |
John McCall | Teach the clang attribute emitter about InheritablePara... |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Cameron Zwarich | Remove some more unused code that I missed. |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Cameron Zwarich | Eliminate the unused CodeGenPrepare option to split... |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Che-Liang Chiou | Extend initial support for primitive types in PTX backend |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Bill Wendling | Small cleanup. |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Jakob Stoklund... | Move extendRange() into SplitEditor and delete the... |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Nick Lewycky | Quiet a compiler warning about unused variable 'ExtVNI'. |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Dan Gohman | Don't re-use existing addrec expansions if they contain... |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Evan Cheng | Catch more cases where 2-address pass should 3-addressi... |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Jakob Stoklund... | Rename mapValue to extendRange because that is its... |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Jakob Stoklund... | Simplify LiveIntervals::shrinkToUses() a bit by using... |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Jakob Stoklund... | Fix typo. |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Dan Gohman | Make pred_iterator DefaultConstructible, and add an... |
commit | commitdiff | tree | snapshot |
2011-03-02 |
Jakob Stoklund... | Move LiveIntervalMap::extendTo into LiveInterval itself. |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Jakob Stoklund... | Delete dead code. |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Jakob Stoklund... | Move the value map from LiveIntervalMap to SplitEditor. |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Jakob Stoklund... | Delete dead code. |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Jakob Stoklund... | Drop RAGreedy::trySpillInterferences(). |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Oscar Fuentes | Fixes warnings emitted by Visual Studio 2010 compiler. |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Devang Patel | If argument numbering is encoded in metadata then emit... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Devang Patel | Today, the language front ends produces llvm.dbg.*... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Oscar Fuentes | Cmake fix for option defaults not being set correctly... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Dan Gohman | Escape graph edge labels. |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Dan Gohman | Remove the showline argument from the SMDiagnostic... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Dan Gohman | Code simplification. |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Dan Gohman | Simplify this code. |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Dan Gohman | Change directory_entry::path() to return a const std... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Cameron Zwarich | Stop computing the number of uses twice per value in... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Jakob Stoklund... | Keep track of which stage produced a live range, and... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Duncan Sands | Add datalayout information for the IEEE quad precision... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Dan Gohman | Revert PathV2 changes, as sys::fs::unique_file is not... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Talin | Added missing va_end(). |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Duncan Sands | Add a few missed unary cases when legalizing vector... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Anders Carlsson | Make InstCombiner::FoldAndOfICmps create a ConstantRang... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Chris Lattner | add a missing const qualifier for consistency. |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Nick Lewycky | Optimize "icmp pred (urem X, Y), Y" --> true/false... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Jim Grosbach | trailing whitespace. |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Jim Grosbach | Generalize the register matching code in DAGISel a... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Bill Wendling | Narrow right shifts need to encode their immediates... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Eli Friedman | Add an obvious missing safety check to DAE::RemoveDeadA... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Ted Kremenek | Unbreak CMake build. |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Ted Kremenek | Unbreak CMake build. |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Talin | Add an END_WITH_NULL accessor for ConstantStruct. |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Chris Lattner | update cmake |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Renato Golin | Fix .fpu printing in ARM assembly, regarding bug llvm... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Kevin Enderby | Add missing whitespace in the formatting. |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Jan Sjödin | Make all static functions become static class methods... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Owen Anderson | Use the correct shift amount type. |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Owen Anderson | Clean whitespace. |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Chris Lattner | fix a signed comparison warning. |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Dan Gohman | Delete obsolete test. |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Owen Anderson | Fix warning when building with clang++. |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Dan Gohman | Delete the GEPSplitter experiment. |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Dan Gohman | Delete the SimplifyHalfPowrLibCalls pass, which was... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Dan Gohman | Delete the LiveValues pass. I won't get get back to... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Jakob Stoklund... | Fix typo introduced by r126661: "Fix a typo which ..." |
commit | commitdiff | tree | snapshot |
2011-02-28 |
David Greene | [AVX] Add decode support for VUNPCKLPS/D instructions... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Kevin Enderby | Fix the arm's disassembler for blx that was building... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Evan Cheng | Fix a typo which cause dag combine crash. rdar://9059537. |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Stuart Hastings | Support for byval parameters on ARM. Will be enabled... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Duncan Sands | Windows codegen also dies on this, so restrict to the... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Kalle Raiskila | Add branch hinting for SPU. |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Duncan Sands | Make this test x86 specific because the ARM backend... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Frits van Bommel | Teach SimplifyCFG that (switch (select cond, X, Y)... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Nick Lewycky | Fix comment. |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Nick Lewycky | srem doesn't actually have the same resulting sign... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Nick Lewycky | Teach InstCombine to fold "(shr exact X, Y) == 0" ... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Nick Lewycky | Teach value tracking to make use of flags in more situa... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Nick Lewycky | Teach ValueTracking to look at the dividend when determ... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Che-Liang Chiou | Add preliminary support for .f32 in the PTX backend. |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Nick Lewycky | The sign of an srem instruction is the sign of its... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
NAKAMURA Takumi | Don't install libUnitTestMain.a. It might be useless... |
commit | commitdiff | tree | snapshot |
2011-02-28 |
Bill Wendling | Update the documentation on "How to Release LLVM".... |
commit | commitdiff | tree | snapshot |
2011-02-27 |
Chris Lattner | add the ability to walk the scope tree and insert at... |
commit | commitdiff | tree | snapshot |
2011-02-27 |
Chris Lattner | add a data() method. |
commit | commitdiff | tree | snapshot |
2011-02-27 |
Rafael Espindola | Gold now rescans archives as needed, so the pass-throug... |
commit | commitdiff | tree | snapshot |
next |