2008-08-11 |
Chris Lattner | add a helper method to sys::Path for clang, patch by
|
commit | commitdiff | tree |
2008-08-11 |
Chris Lattner | Implement support for simplifying vector comparisons...
|
commit | commitdiff | tree |
2008-08-11 |
Chris Lattner | the stacker doc is way out of date.
|
commit | commitdiff | tree |
2008-08-11 |
Chris Lattner | remove obsolete files
|
commit | commitdiff | tree |
2008-08-10 |
Chris Lattner | move some more stuff out of my email into readme.txt
|
commit | commitdiff | tree |
2008-08-10 |
Chris Lattner | add a note
|
commit | commitdiff | tree |
2008-08-09 |
Chris Lattner | "This patch adds a virtual call to AbstractLatticeFunction...
|
commit | commitdiff | tree |
2008-08-09 |
Chris Lattner | Make 'Insert' set the name for Loads, instead of passing...
|
commit | commitdiff | tree |
2008-08-09 |
Chris Lattner | comment update
|
commit | commitdiff | tree |
2008-08-08 |
Chris Lattner | Don't call getAnalysisUsage unless -debug-pass is enabled...
|
commit | commitdiff | tree |
2008-08-08 |
Chris Lattner | Speed up the passmgr by avoiding heap thrashing on...
|
commit | commitdiff | tree |
2008-08-07 |
Chris Lattner | Don't verify passes when assertions are disabled.
|
commit | commitdiff | tree |
2008-08-06 |
Chris Lattner | optimize a common idiom generated by clang for bitfield...
|
commit | commitdiff | tree |
2008-08-06 |
Chris Lattner | stacker is really gone.
|
commit | commitdiff | tree |
2008-08-06 |
Chris Lattner | remove stacker
|
commit | commitdiff | tree |
2008-08-06 |
Chris Lattner | Zap sitofp/fptoui pairs. In all cases when the sign...
|
commit | commitdiff | tree |
2008-08-05 |
Chris Lattner | Expand acronyms, suggested by Walter Pawley
|
commit | commitdiff | tree |
2008-08-05 |
Chris Lattner | Capitalize LLVM, suggested by Walt Pawley
|
commit | commitdiff | tree |
2008-08-03 |
Chris Lattner | Emit saveri with the correct operand order, patch by...
|
commit | commitdiff | tree |
2008-07-23 |
Chris Lattner | Make CreateBinOp/CreateNeg/CreateNot do constant folding.
|
commit | commitdiff | tree |
2008-07-23 |
Chris Lattner | "Allow LICM to sink or lift loads from constant memory...
|
commit | commitdiff | tree |
2008-07-23 |
Chris Lattner | 'Previously, the emacs tablegen mode would highlight...
|
commit | commitdiff | tree |
2008-07-18 |
Chris Lattner | verify limits-fndefn.c from the GCC testsuite before the
|
commit | commitdiff | tree |
2008-07-17 |
Chris Lattner | Fix PR2553
|
commit | commitdiff | tree |
2008-07-14 |
Chris Lattner | This replaces all $(SolutionDir) macros with $(ProjectDir)..\
|
commit | commitdiff | tree |
2008-07-14 |
Chris Lattner | Reapply r53540, now with the matching header!
|
commit | commitdiff | tree |
2008-07-14 |
Chris Lattner | Reimplement LinkFunctionProtos in terms of GetLinkageResult...
|
commit | commitdiff | tree |
2008-07-14 |
Chris Lattner | don't do any linkage, not even type resolution, of...
|
commit | commitdiff | tree |
2008-07-14 |
Chris Lattner | implement linking of globals to functions, in one direction
|
commit | commitdiff | tree |
2008-07-14 |
Chris Lattner | wrap long lines, remove some code from a non-assert...
|
commit | commitdiff | tree |
2008-07-14 |
Chris Lattner | Fix a bunch of bugs handling vector compare constant...
|
commit | commitdiff | tree |
2008-07-14 |
Chris Lattner | Document and fix Constant::getVectorElements to return...
|
commit | commitdiff | tree |
2008-07-14 |
Chris Lattner | If a function calls setjmp, never inline it into other...
|
commit | commitdiff | tree |
2008-07-14 |
Chris Lattner | simplify some code, shuffle and insertelt always return...
|
commit | commitdiff | tree |
2008-07-14 |
Chris Lattner | whitespace fix.
|
commit | commitdiff | tree |
2008-07-14 |
Chris Lattner | doxygenate comments and wrap to 80 cols.
|
commit | commitdiff | tree |
2008-07-14 |
Chris Lattner | Add a note.
|
commit | commitdiff | tree |
2008-07-14 |
Chris Lattner | Fix PR2506 by being a bit more careful about reverse...
|
commit | commitdiff | tree |
2008-07-13 |
Chris Lattner | Fix mishandling of the infinite loop case when merging...
|
commit | commitdiff | tree |
2008-07-13 |
Chris Lattner | more refactoring. Use early exits instead of really...
|
commit | commitdiff | tree |
2008-07-13 |
Chris Lattner | improve comments.
|
commit | commitdiff | tree |
2008-07-13 |
Chris Lattner | factor another large hunk of code out into its own...
|
commit | commitdiff | tree |
2008-07-13 |
Chris Lattner | add a description.
|
commit | commitdiff | tree |
2008-07-13 |
Chris Lattner | Final bit of simplification for FoldBranchToCommonDest.
|
commit | commitdiff | tree |
2008-07-13 |
Chris Lattner | simplify logic a bit
|
commit | commitdiff | tree |
2008-07-13 |
Chris Lattner | Refactor some code out into its own helper function...
|
commit | commitdiff | tree |
2008-07-13 |
Chris Lattner | Fix PR2231 - opt -internalize -std-compile-opts should...
|
commit | commitdiff | tree |
2008-07-11 |
Chris Lattner | add support for returning i128, PR2532.
|
commit | commitdiff | tree |
2008-07-11 |
Chris Lattner | a missed optimization that Eli spotted
|
commit | commitdiff | tree |
2008-07-11 |
Chris Lattner | another bug in the same line.
|
commit | commitdiff | tree |
2008-07-11 |
Chris Lattner | fix a bug spotted by Eli's eagle eyes
|
commit | commitdiff | tree |
2008-07-11 |
Chris Lattner | simplify and merge a bunch of code. Instead of comparing...
|
commit | commitdiff | tree |
2008-07-11 |
Chris Lattner | fold away (x <= cst) earlier, allowing us to not have to
|
commit | commitdiff | tree |
2008-07-11 |
Chris Lattner | Fix folding of icmp's of i1 where the comparison is...
|
commit | commitdiff | tree |
2008-07-11 |
Chris Lattner | Fix a bogus optimization: folding (slt (zext i1 A to...
|
commit | commitdiff | tree |
2008-07-11 |
Chris Lattner | make this condition more precise.
|
commit | commitdiff | tree |
2008-07-11 |
Chris Lattner | regenerate
|
commit | commitdiff | tree |
2008-07-11 |
Chris Lattner | Implement PR2538
|
commit | commitdiff | tree |
2008-07-10 |
Chris Lattner | Fix a bug in the soft-float handling of FCOPYSIGN that...
|
commit | commitdiff | tree |
2008-07-10 |
Chris Lattner | make legalize types be a command line option: -enable...
|
commit | commitdiff | tree |
2008-07-10 |
Chris Lattner | Remove extraneous vertical whitespace before Eric gets...
|
commit | commitdiff | tree |
2008-07-10 |
Chris Lattner | Fix an altivec constant miscompilation that Duncan...
|
commit | commitdiff | tree |
2008-07-10 |
Chris Lattner | The source and dest of an alias are *not* required...
|
commit | commitdiff | tree |
2008-07-10 |
Chris Lattner | open plugins with RTLD_GLOBAL, pointed out by Bram...
|
commit | commitdiff | tree |
2008-07-10 |
Chris Lattner | SImplify ConstantVector::get a bit and make it turn...
|
commit | commitdiff | tree |
2008-07-10 |
Chris Lattner | Fix a case where vector comparison constant folding...
|
commit | commitdiff | tree |
2008-07-10 |
Chris Lattner | add a helper method for code that wants to handle vector
|
commit | commitdiff | tree |
2008-07-10 |
Chris Lattner | add a helper method for code that wants to handle vector
|
commit | commitdiff | tree |
2008-07-10 |
Chris Lattner | elementwise comparison of vector constants was completely...
|
commit | commitdiff | tree |
2008-07-09 |
Chris Lattner | Add a little wrapper header that is put around bc files...
|
commit | commitdiff | tree |
2008-07-09 |
Chris Lattner | random bugfix sitting in my tree.
|
commit | commitdiff | tree |
2008-07-09 |
Chris Lattner | Fix a broken test. Neither load is eliminable without...
|
commit | commitdiff | tree |
2008-07-08 |
Chris Lattner | improve comment
|
commit | commitdiff | tree |
2008-07-08 |
Chris Lattner | 'Optimize' test
|
commit | commitdiff | tree |
2008-07-08 |
Chris Lattner | Add a new hidden option to the interpreter to cause...
|
commit | commitdiff | tree |
2008-07-08 |
Chris Lattner | Fix PR2496, a really nasty bug which involved sinking...
|
commit | commitdiff | tree |
2008-07-08 |
Chris Lattner | new testcase for PR2496
|
commit | commitdiff | tree |
2008-07-08 |
Chris Lattner | Fix three bugs:
|
commit | commitdiff | tree |
2008-07-08 |
Chris Lattner | clarify :)
|
commit | commitdiff | tree |
2008-07-02 |
Chris Lattner | instead of aborting on shifts of i1, just implicitly...
|
commit | commitdiff | tree |
2008-07-02 |
Chris Lattner | optimize StringMap::clear
|
commit | commitdiff | tree |
2008-07-02 |
Chris Lattner | Add a new (simple) StringMap::clear method, patch by...
|
commit | commitdiff | tree |
2008-06-30 |
Chris Lattner | add convenience 'constructors'
|
commit | commitdiff | tree |
2008-06-30 |
Chris Lattner | check in anton's patch to make inlining happen in a...
|
commit | commitdiff | tree |
2008-06-30 |
Chris Lattner | Implement split and scalarize for SELECT_CC, fixing...
|
commit | commitdiff | tree |
2008-06-28 |
Chris Lattner | Really fix the bootstrap failure.
|
commit | commitdiff | tree |
2008-06-28 |
Chris Lattner | Add back the capability to include nul characters in...
|
commit | commitdiff | tree |
2008-06-28 |
Chris Lattner | Tighten up checking.
|
commit | commitdiff | tree |
2008-06-27 |
Chris Lattner | implement some fixme's by making "autorenaming" in...
|
commit | commitdiff | tree |
2008-06-27 |
Chris Lattner | simplify some code to avoid string thrashing.
|
commit | commitdiff | tree |
2008-06-27 |
Chris Lattner | add a helper.
|
commit | commitdiff | tree |
2008-06-27 |
Chris Lattner | Add a new version of Module::getFunction that takes...
|
commit | commitdiff | tree |
2008-06-27 |
Chris Lattner | Tweak IRBuilder to explicitly call the setName(const...
|
commit | commitdiff | tree |
2008-06-27 |
Chris Lattner | fix the regressions from Eric's patch by making GetConstantS...
|
commit | commitdiff | tree |
2008-06-27 |
Chris Lattner | simplify this check, GetConstantStringInfo validates...
|
commit | commitdiff | tree |
2008-06-27 |
Chris Lattner | test doesn't need eh info
|
commit | commitdiff | tree |
2008-06-27 |
Chris Lattner | when linking globals, make sure to preserve the address...
|
commit | commitdiff | tree |
2008-06-26 |
Chris Lattner | allow updating the MPM, so that you can use one FunctionPAss...
|
commit | commitdiff | tree |
2008-06-26 |
Chris Lattner | duncan points out that isOperationLegal includes a...
|
commit | commitdiff | tree |
2008-06-26 |
Chris Lattner | "An improved Mach-O file type detection for sys::IdentifyFil...
|
commit | commitdiff | tree |
next |