2010-04-17 |
Dan Gohman | Use const qualifiers with TargetLowering. This eliminat... |
tree | commitdiff |
2010-04-17 |
Evan Cheng | More work to allow dag combiner to promote 16-bit ops... |
tree | commitdiff |
2010-04-17 |
Evan Cheng | Another 80 col violation. |
tree | commitdiff |
2010-04-16 |
Eric Christopher | Revert 101465, it broke internal OpenGL testing. |
tree | commitdiff |
2010-04-16 |
Evan Cheng | (i32 sext_in_reg (i32 aext (i16 x)), i16) -> (i32 sext... |
tree | commitdiff |
2010-04-16 |
Dan Gohman | Create a new TargetSelectionDAGInfo class. This will... |
tree | commitdiff |
2010-04-16 |
Dan Gohman | Commit this, which should have accompanied 101531. |
tree | commitdiff |
2010-04-16 |
Evan Cheng | 80 col. |
tree | commitdiff |
2010-04-16 |
Evan Cheng | 80 col. |
tree | commitdiff |
2010-04-16 |
Dan Gohman | Avoid creating virtual registers for unused values. |
tree | commitdiff |
2010-04-16 |
Dan Gohman | Fix an assertion string. |
tree | commitdiff |
2010-04-16 |
Dan Gohman | Fix a comment. |
tree | commitdiff |
2010-04-16 |
Gabor Greif | reapply r101434 |
tree | commitdiff |
2010-04-16 |
Evan Cheng | Adding support for dag combiner to promote operations... |
tree | commitdiff |
2010-04-16 |
Dan Gohman | Refine further the scope where the global DebugLoc... |
tree | commitdiff |
2010-04-16 |
Gabor Greif | back out r101423 and r101397, they break llvm-gcc self... |
tree | commitdiff |
2010-04-15 |
Gabor Greif | reapply r101364, which has been backed out in r101368 |
tree | commitdiff |
2010-04-15 |
Dan Gohman | Fix a bunch of namespace polution. |
tree | commitdiff |
2010-04-15 |
Gabor Greif | back out r101364, as it trips the linux nightlybot... |
tree | commitdiff |
2010-04-15 |
Gabor Greif | rotate CallInst operands, i.e. move callee to the back |
tree | commitdiff |
2010-04-15 |
Chris Lattner | enhance the load/store narrowing optimization to handle a |
tree | commitdiff |
2010-04-15 |
Chris Lattner | teach codegen to turn trunc(zextload) into load when... |
tree | commitdiff |
2010-04-15 |
Chris Lattner | add a simple dag combine to replace trivial shl+lshr... |
tree | commitdiff |
2010-04-15 |
Chris Lattner | Implement rdar://7860110 (also in target/readme.txt... |
tree | commitdiff |
2010-04-15 |
Dan Gohman | Add more const qualifiers for LLVM IR pointers in CodeGen. |
tree | commitdiff |
2010-04-15 |
Dan Gohman | Add const qualifiers to CodeGen's use of LLVM IR constr... |
tree | commitdiff |
2010-04-15 |
Evan Cheng | More 80 violations. |
tree | commitdiff |
2010-04-15 |
Evan Cheng | 80 col violations. |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Delete unneeeded arguments. |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Delete unused arguments. |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Factor out EH landing pad code into a separate function... |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Reset the debug location even if the instruction was... |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Refine #includes. |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Pull utility routines with no SelectionDAG dependence... |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Fix typos in comments. |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Delete an obsolete comment. |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Delete an unused function. |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Clear the FunctionLoweringInfo object before doing... |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Move this assert out of SelectionDAGISel into FunctionL... |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Add a comment. |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Move the code for initialing the entry block livein... |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Reorgnaize this code to be more tidy and readable. |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Trim #includes. |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Move the code for emitting livein copies out of Selecti... |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Sink landing-pad marking code out of |
tree | commitdiff |
2010-04-14 |
Dan Gohman | It's not necessary to recompute EB here. |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Generalize this code to handle Instructions in addition... |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Reorder the methods of this class to be a little more... |
tree | commitdiff |
2010-04-13 |
Dan Gohman | Add a few comments. |
tree | commitdiff |
2010-04-12 |
Dan Gohman | Remove unnecessary parens. |
tree | commitdiff |
2010-04-08 |
Dan Gohman | Add variants of ult, ule, etc. which take a uint64_t... |
tree | commitdiff |
2010-04-08 |
Ted Kremenek | Fix -Wsign-compare warning (issued by clang++). |
tree | commitdiff |
2010-04-08 |
Benjamin Kramer | Use twines to simplify calls to report_fatal_error... |
tree | commitdiff |
2010-04-08 |
Evan Cheng | Avoid using f64 to lower memcpy from constant string... |
tree | commitdiff |
2010-04-08 |
Chris Lattner | convert a report_fatal_error that I was able to trigger... |
tree | commitdiff |
2010-04-07 |
Chris Lattner | minor tidying. |
tree | commitdiff |
2010-04-07 |
Chris Lattner | use assertions instead of unreachable for logic errors. |
tree | commitdiff |
2010-04-07 |
Chris Lattner | rename llvm::llvm_report_error -> llvm::report_fatal_error |
tree | commitdiff |
2010-04-07 |
Chris Lattner | fix 80 col violation, patch by Alastair Lynn |
tree | commitdiff |
2010-04-07 |
Chris Lattner | Have the inst emitter add the !srcloc mdnode to the... |
tree | commitdiff |
2010-04-07 |
Chris Lattner | Three changes: |
tree | commitdiff |
2010-04-07 |
Dale Johannesen | Move printing of target-indepedent DEBUG_VALUE comments |
tree | commitdiff |
2010-04-06 |
Dale Johannesen | Allow for the possibility that a debug-value points |
tree | commitdiff |
2010-04-06 |
Mon P Wang | Remove assert to treat memmove and memset like memcpy |
tree | commitdiff |
2010-04-05 |
Evan Cheng | Fix an obvious copy-n-paste bug. It's not known to... |
tree | commitdiff |
2010-04-05 |
Dan Gohman | Add a comment. |
tree | commitdiff |
2010-04-05 |
Chris Lattner | lowering a volatile llvm.memcpy to a libc memcpy is ok. |
tree | commitdiff |
2010-04-05 |
Chris Lattner | remove the now-redundant MMI pointer in SelectionDAG. |
tree | commitdiff |
2010-04-05 |
Chris Lattner | remove some redundant MMI arguments. |
tree | commitdiff |
2010-04-05 |
Chris Lattner | unthread MMI from FastISel |
tree | commitdiff |
2010-04-05 |
Chris Lattner | trim some spurious references to DwarfWriter. SDIsel... |
tree | commitdiff |
2010-04-05 |
Chris Lattner | selection dag doesn't need DwarfWriter, remove some... |
tree | commitdiff |
2010-04-05 |
Chris Lattner | fastisel doesn't need DwarfWriter, remove some tendricles. |
tree | commitdiff |
2010-04-04 |
Mon P Wang | Reapply address space patch after fixing an issue in... |
tree | commitdiff |
2010-04-02 |
Benjamin Kramer | Fix anachronism. |
tree | commitdiff |
2010-04-02 |
Chris Lattner | fix the llvm-x86_64-linux buildbot. |
tree | commitdiff |
2010-04-02 |
Chris Lattner | stop using DebugLoc::getUnknownLoc() |
tree | commitdiff |
2010-04-02 |
Chris Lattner | Switch the code generator (except the JIT) onto the... |
tree | commitdiff |
2010-04-02 |
Evan Cheng | Correctly lower memset / memcpy of undef. It should... |
tree | commitdiff |
2010-04-02 |
Mon P Wang | Revert r100191 since it breaks objc in clang |
tree | commitdiff |
2010-04-02 |
Mon P Wang | Reapply address space patch after fixing an issue in... |
tree | commitdiff |
2010-04-01 |
Evan Cheng | Skip checking preferred alignment of GVs defined in... |
tree | commitdiff |
2010-04-01 |
Evan Cheng | - Avoid using floating point stores to implement memset... |
tree | commitdiff |
2010-04-01 |
Evan Cheng | Fix sdisel memcpy, memset, memmove lowering: |
tree | commitdiff |
2010-03-31 |
Chris Lattner | use the optimized debug info apis in sdisel. |
tree | commitdiff |
2010-03-31 |
Chris Lattner | add new apis for getting/setting !dbg metadata on |
tree | commitdiff |
2010-03-30 |
Bob Wilson | Revert Mon Ping's change 99928, since it broke all... |
tree | commitdiff |
2010-03-30 |
Mon P Wang | Added support for address spaces and added a isVolatile... |
tree | commitdiff |
2010-03-30 |
Evan Cheng | Funky indentation. |
tree | commitdiff |
2010-03-29 |
Evan Cheng | Fix PR4975. Avoid referencing empty vector. |
tree | commitdiff |
2010-03-29 |
Evan Cheng | Pool allocate SDDbgValue nodes. |
tree | commitdiff |
2010-03-28 |
Chris Lattner | add a statistic for the # times isel has to backtrack. |
tree | commitdiff |
2010-03-28 |
Chris Lattner | finally remove the immAllOnesV_bc/immAllZerosV_bc patterns |
tree | commitdiff |
2010-03-28 |
Chris Lattner | comply with the wishes of a fixme. |
tree | commitdiff |
2010-03-28 |
Chris Lattner | now that (parallel) is gone and a variety of bugs in... |
tree | commitdiff |
2010-03-28 |
Chris Lattner | add an optimized form of OPC_EmitMergeInputChains for... |
tree | commitdiff |
2010-03-28 |
Chris Lattner | don't add nodes to the now-dead nodes list multiple... |
tree | commitdiff |
2010-03-28 |
Chris Lattner | don't add flag nodes with chain results to the NowDeadNodes |
tree | commitdiff |
2010-03-27 |
Chris Lattner | improve -debug-only=isel comments for cases when we... |
tree | commitdiff |
2010-03-27 |
Bill Wendling | Forgot the part where we handle the ".llvm.eh.catch... |
tree | commitdiff |
next |