2009-05-24 |
Dan Gohman | Generalize SCEVExpander::visitAddRecExpr's GEP persuit... |
commit | commitdiff | tree | snapshot |
2009-05-24 |
Dan Gohman | When the low bits of one operand of an add are zero... |
commit | commitdiff | tree | snapshot |
2009-05-24 |
Torok Edwin | The rewriter may hold references to instructions that... |
commit | commitdiff | tree | snapshot |
2009-05-24 |
Eli Friedman | Rewrite ISD::FCOPYSIGN lowering to never use i64. Not... |
commit | commitdiff | tree | snapshot |
2009-05-24 |
Torok Edwin | Make bugpoint emit a bugpoint-reduced-blocks.bc, becaus... |
commit | commitdiff | tree | snapshot |
2009-05-24 |
Torok Edwin | Add -disable-global-remove option to bugpoint. |
commit | commitdiff | tree | snapshot |
2009-05-24 |
Eli Friedman | Update for CMakeLists; untested, so tell me if there... |
commit | commitdiff | tree | snapshot |
2009-05-24 |
Eli Friedman | Remove checks of getTypeAction from LegalizeOp; we... |
commit | commitdiff | tree | snapshot |
2009-05-24 |
Eli Friedman | Disable type legalization in LegalizeDAG. |
commit | commitdiff | tree | snapshot |
2009-05-24 |
Nick Lewycky | Remove border around table used for layout. |
commit | commitdiff | tree | snapshot |
2009-05-24 |
Eli Friedman | Make the PPC backend use a legal type for the operands... |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Eli Friedman | Fix a bug in the expansion of EXTRACT_SUBVECTOR in |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Eli Friedman | Make the X86 backend mark EXTRACT_SUBVECTOR as Expand... |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Eli Friedman | Add a proper implementation of EXTRACT_SUBVECTOR legali... |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Torok Edwin | Use latin symbols. I was told not everybody has a UTF... |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Torok Edwin | Write family name last, as other entries in this file. |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Torok Edwin | Add myself. |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Anton Korobeynikov | Add ARMv7 architecture, Cortex processors and different... |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Anton Korobeynikov | Emit ARM Build Attributes |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Anton Korobeynikov | Propagate CPU string out of SubtargetFeatures |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Jay Foad | Work around a page size issue on Cygwin. |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Torok Edwin | Fix PR4254. |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Torok Edwin | stat64/open64/lseek64 for the interpreter |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Torok Edwin | available_externall linkage is not local, this was... |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Eli Friedman | Fix test to account for legalization changes; I think... |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Eli Friedman | Add a new step to legalization to legalize vector math... |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Eli Friedman | Make the x86 backend custom-lower UINT_TO_FP and FP_TO_... |
commit | commitdiff | tree | snapshot |
2009-05-23 |
Oscar Fuentes | CMake: Use libdl only when available. Fixes build on... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Evan Cheng | Fix bug in FoldFCmp_IntToFP_Cst. If inttofp is a uintof... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Dan Gohman | Add a note mentioning that uses of the return value... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Oscar Fuentes | CMake: Use libpthread in tblgen when needed. Updated... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Duncan Sands | Add a new codegen pass that normalizes dwarf exception... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Bob Wilson | Only 64-bit targets support TImode libcalls. Disable... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Dan Gohman | Teach IndVarSimplify's FixUsesBeforeDefs to handle... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Sanjiv Gupta | Emit debug information for globals (which include autom... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Duncan Sands | Hopefully fix the build for people with ocaml. |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Duncan Sands | Always verify dominfo if expensive checking is enabled. |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Dan Gohman | Fix a thinko in the code that adapted SCEVMulExpr opera... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Torok Edwin | Revert this. There's no way to verifiy indirect calls... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Torok Edwin | Verify that calling conventions match function prototype. |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Eli Friedman | Fix loop-index-split to correctly preserve dominance... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Daniel Dunbar | Add llvm::triple constructor from arch, vendor, os... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Dan Gohman | Update an assertion string to new-style type names. |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Evan Cheng | 80 column violation. |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Dale Johannesen | TableGen for fast isel seems to assume an 'imm' |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Eli Friedman | Fix broken logic in DominatorTreeBase::Split. Part... |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Eli Friedman | Fix indentation. |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Eli Friedman | Fix some incorrect logic in DominanceFrontier::splitBlo... |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Stuart Hastings | Add some missing steps to the sacred testing ritual... |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Jay Foad | Tighten up the asserts in SmallVector::operator[](). |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Duncan Sands | Add a getAlignOf helper for getting the ABI alignment... |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Jay Foad | Use v.data() instead of &v[0] when SmallVector v might... |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Jay Foad | Implement new SmallVector::data() methods. |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Dan Gohman | Teach ValueTracking a new way to analyze PHI nodes... |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Owen Anderson | Add Atomic.cpp to the CMake build system. |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Owen Anderson | Use DataTypes.h instead of stdint.h. |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Bill Wendling | Temporarily revert r72191. It was causing an assert... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Bill Wendling | Minor code cleanup. No functionality change. |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Bill Wendling | Merge 'ConstructFunctionDbgScope' and 'ConstructAbstrac... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Bill Wendling | Rename 'New*' methods to 'Create*' to be consistent... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Bill Wendling | Add comment for emit section. |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Bill Wendling | Move 'Emit' methods down to their own place. |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Bill Wendling | Revert r72192. It was causing a build failure. |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Bill Wendling | Do some mechanical changes. Combine the 'construct... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Argyrios Kyrtzidis | Introduce DebugScope which gets embedded into the machi... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Dan Gohman | Add an accessor method to return the insertion point. |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Owen Anderson | Have llvm_start_multithreaded return a bool indicating... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Owen Anderson | Tabs, be gone! |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Owen Anderson | I just fail today. |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Owen Anderson | Copy-and-paste-o. |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Owen Anderson | Move atomic operations' definitions out of line. While... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Bob Wilson | Minor formatting fixes. |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Duncan Sands | When comparing DominanceFrontier's, advance iterators |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Owen Anderson | Compile fix for MSVC. |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Eli Friedman | Fix for PR4235: to build a floating-point value from... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Evan Cheng | Fix test on non-darwin hosts. |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Evan Cheng | Try again. Allow call to immediate address for ELF... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Evan Cheng | Cannot use immediate as call absolute target in PIC... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Dan Gohman | Teach SCEV::isLoopInvariant and SCEV::hasComputableLoop... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Owen Anderson | Add llvm_start_multithreaded(), which starts up the... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Dan Gohman | Suppress the IV reversal transformation in the case... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Owen Anderson | We need to include config.h here so that the #defines... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Owen Anderson | Forgot this file in my last commit. |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Owen Anderson | Split the ENABLE_THREADS #define in two. Now ENABLE_TH... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Bob Wilson | Fix pr4227: Handle large immediate values in inline... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Dan Gohman | Remove an irrelevant comment. |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Dan Gohman | Add some more comments to the top of this file. |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Dan Gohman | Trim unneeded #includes. |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Dan Gohman | Make SCEVCallbackVH a private nested class inside Scala... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Dan Gohman | Create ConstantExpr GEPs the correct way. This fixes |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Bob Wilson | Follow up on new support for memory operands in ARM... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Bill Wendling | Forward decls. |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Bill Wendling | Remove 'class' specifier. |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Bill Wendling | Fix to compile on VS2008. |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Bob Wilson | Fix pr4058 and pr4059. Do not split i64 or double... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Bob Wilson | Fix pr4091: Add support for "m" constraint in ARM inlin... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Dan Gohman | Remove the #ifndef NDEBUG from the FastISel debugging... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Dan Gohman | Teach SCEVExpander to expand arithmetic involving point... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Cristian Cadar | Test commit. |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Dan Gohman | Add some comments noting how IndVarSimplify facilitates |
commit | commitdiff | tree | snapshot |
next |