2008-10-03 |
Bill Wendling | Unbreak the build. |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Dan Gohman | Fix a typo. |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Jim Grosbach | Add support for Canadian Cross builds where the host... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Mikhail Glushenkov | Fix build breakage. |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Dan Gohman | Optimize conditional branches in X86FastISel. This... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Dan Gohman | Add a new MachineBasicBlock utility function, isLayoutS... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Mikhail Glushenkov | Build system tweaks to make it more convenient for... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Andrew Lenharth | fix build gcc 4.3 |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Owen Anderson | Use a multimap rather than a map for holding the list... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Dale Johannesen | Handle some 64-bit atomics on x86-32, some of the time. |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Bill Wendling | Avoid name shadowing with E variable defined in for... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Devang Patel | Remove redundant check. |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Evan Cheng | A Partitioned Boolean Quadratic Programming (PBQP)... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Oscar Fuentes | CMake: Added Host.cpp to lib/System/CMakeLists.txt. |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Daniel Dunbar | Rename IRBuilder::IsNonNull -> IsNotNull in response... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Dan Gohman | Fix a think-o in isSafeToMove. This fixes it from think... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Dan Gohman | Work around an interaction between fast-isel and regall... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Bill Wendling | "The original bug was a complaint that _mm_srli_si128... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Daniel Dunbar | Add llvm::sys::{osName,osVersion} for retrieving operat... |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Dan Gohman | Disable fast-isel for this test, as it doesn't emit... |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Devang Patel | Attributes noinline alwaysinline are incompatible |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Devang Patel | Remove OptimizeForSize global. Use function attribute... |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Dan Gohman | Enable FastISel by default (on x86 and x86-64) with... |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Chris Lattner | add a new form of Type::dump that takes a module for... |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Dan Gohman | Make some implicit conversions explicit, to avoid compi... |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Dan Gohman | Split this test and move it into target-specific direct... |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Dan Gohman | Split x86's ADJCALLSTACK instructions into 32-bit and... |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Jim Grosbach | Fix typo s/ther/there/ |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Duncan Sands | Factorize code: remove variants of "strip off |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Dan Gohman | Fold trivial two-operand tokenfactors where the operand... |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Dan Gohman | Don't prepend a space character for constants in Value... |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Dan Gohman | Fix typos in comments. |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Dan Gohman | nounwind-ify this test. |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Nuno Lopes | revert the addition of Preverves(CallGraph), per Duncan... |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Dan Gohman | Mark CALL instructions as having a Use of ESP/RSP. |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Dan Gohman | Don't leave an output file in the test directory. |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Dan Gohman | Call ScalarEvolution's deleteValueFromRecords before... |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Bill Wendling | Moved this option to the front-end. |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Bill Wendling | Implement the -fno-builtin option in the front-end... |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Dan Gohman | Use explicit target-triples to unbreak this test on... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Owen Anderson | Mark merged-in VNInfo's as being PHIKilled. |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Owen Anderson | Fix a simple error in renumbering kill markaers, that... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Bill Wendling | Just don't transform this memset into "bzero" if no... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Nuno Lopes | add preserversCFG() + preservers(CallGraph) |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Bill Wendling | - Initialize "--no-builtin" to "false". |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Bill Wendling | Add the new `-no-builtin' flag. This flag is meant... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Dan Gohman | Move the primary fast-isel top-level comments to FastIS... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Nuno Lopes | add AU.setPreservesCFG() since this pass only adds... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Dan Gohman | Optimize SelectionDAG's AssignTopologicalOrder even... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Nuno Lopes | ignore generated files |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Evan Cheng | Add runStaticConstructorsDestructors which runs ctors... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Evan Cheng | Re-apply 56835 along with header file changes. |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Duncan Sands | Stacker is dead. |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Duncan Sands | Revert commit 56835 since it breaks the build. |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Evan Cheng | If a re-materializable instruction has a register opera... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Nick Lewycky | Fix misoptimization of: xor i1 (icmp eq (X, C1), icmp... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Dan Gohman | Fix X86FastISel's output for x86-32 PIC constant pool... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Dan Gohman | Move the GlobalBaseReg field out of X86ISelDAGToDAG.cpp |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Dan Gohman | Disable all x87 usage, including f32 and f64 when the... |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Dale Johannesen | Remove misuse of ReplaceNodeResults for atomics with |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Dan Gohman | Fix FastISel to not initialize the PIC-base register... |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Dan Gohman | Fix an over-pessimization about GlobalVariable addresse... |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Devang Patel | Support inreg, zext and sext as return value attributes. |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Devang Patel | Fix grammar. |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Devang Patel | Fix grammer. |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Devang Patel | Fix sentence. |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Evan Cheng | Fix PR2835. Do not change the width of a volatile load. |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Duncan Sands | Speed up these passes when the callgraph has |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Nuno Lopes | remove redundant test (mayBeOverriden() includes hasLin... |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Duncan Sands | Tweak some comments. |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Matthijs Kooijman | Add some hands-on documentation about which files to... |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Duncan Sands | Rename isWeakForLinker to mayBeOverridden. Use it |
commit | commitdiff | tree | snapshot |
2008-09-29 |
Matthijs Kooijman | Add a testcase showing that scalarrepl supports first... |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Dan Gohman | Move the code that handles DAGISel error conditions... |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Daniel Dunbar | Add IRBuilder::{CreateIsNull, CreateIsNonNull} helper... |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Evan Cheng | Re-apply 56683 with fixes. |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Devang Patel | Update tests. |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Daniel Dunbar | Unbreak build. |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Bill Wendling | Add missing #include for asserts. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Devang Patel | Implement function notes as function attributes. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Dale Johannesen | Generated files for warning fix. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Dale Johannesen | Fix a compiler warning. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Evan Cheng | Implement "punpckldq %xmm0, $xmm0" as "pshufd $0x50... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Devang Patel | Now Attributes are divided in three groups |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Bill Wendling | Temporarily reverting r56683. This is causing a failure... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Dan Gohman | Fix missing whitespace in the printing of function... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Dan Gohman | Rename ConstantSDNode's getSignExtended to getSExtValue... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Dan Gohman | Make some minor reorganizations and comment changes... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Dan Gohman | Mark lea fi# as being really rematerializable. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Evan Cheng | unpckhps requires sse1, punpckhdq requires sse2. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Daniel Dunbar | Update LICENSE link. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Dan Gohman | Fix X86FastISel's address folding to check displacement |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Evan Cheng | Fix @llvm.frameaddress codegen. FP elimination optimiza... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Oscar Fuentes | CMake: Builds all examples. Corrected name of CBackend... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Dale Johannesen | Generated files for previous patch. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Dale Johannesen | Another file I forgot. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Dale Johannesen | Add "inreg" field to CallSDNode (doesn't increase |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Dan Gohman | Factor out the code for determining when symblic addresses |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Evan Cheng | Avoid spilling EBP / RBP twice in the prologue. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Owen Anderson | We don't need to insert copies for implicit_def's. |
commit | commitdiff | tree | snapshot |
next |