| Commit message (Expand) | Author | Age | Files | Lines |
* | Because some systems have reported that this example would not build the | Garrison Venn | 2011-04-11 | 1 | -0/+5 |
* | Trivial comment fix. | Johnny Chen | 2011-04-11 | 2 | -2/+2 |
* | Fix a couple of places where changes are made but not tracked. | Evan Cheng | 2011-04-11 | 2 | -3/+10 |
* | Check invalid register encodings for LdFrm/StFrm ARM instructions and flag th... | Johnny Chen | 2011-04-11 | 5 | -0/+102 |
* | Adding support for printing operands symbolically to llvm's public 'C' | Kevin Enderby | 2011-04-11 | 8 | -9/+212 |
* | Don't add live ranges for sub-registers when clobbering a physical register. | Jakob Stoklund Olesen | 2011-04-11 | 2 | -15/+7 |
* | Speed up LiveIntervalUnion::unify by handling end insertion specially. | Jakob Stoklund Olesen | 2011-04-11 | 1 | -1/+9 |
* | Time the initial seeding of live registers | Jakob Stoklund Olesen | 2011-04-11 | 1 | -0/+1 |
* | Don't shrink live ranges after dead code elimination unless it is going to help. | Jakob Stoklund Olesen | 2011-04-11 | 1 | -4/+10 |
* | CMake: remove some unnecesary code and ToDos. | Oscar Fuentes | 2011-04-11 | 2 | -9/+1 |
* | Fix or remove code which seemed to think that the operand of a Constant | Jay Foad | 2011-04-11 | 2 | -14/+1 |
* | Don't include Operator.h from InstrTypes.h. | Jay Foad | 2011-04-11 | 24 | -1/+23 |
* | Phi nodes always use an even number of operands, so don't ever allocate | Jay Foad | 2011-04-11 | 1 | -1/+2 |
* | docs/CommandGuide/index.html: Fix CSS url to relative. | NAKAMURA Takumi | 2011-04-11 | 1 | -1/+1 |
* | docs/CommandLine.html: "ize. | NAKAMURA Takumi | 2011-04-11 | 1 | -5/+5 |
* | Revert r129235 pending a vetting of the EH rewrite. | Bill Wendling | 2011-04-10 | 10 | -87/+16 |
* | Bugfix in the Cpp backend after API change on PHINode::Create. | Nicolas Geoffray | 2011-04-10 | 1 | -1/+1 |
* | CMake: support for using LLVM from client projects with find_package. | Oscar Fuentes | 2011-04-10 | 4 | -6/+42 |
* | Fixed more best practices, and explicit/implicit style guide issues. | Garrison Venn | 2011-04-10 | 1 | -131/+128 |
* | Reword instructions for running tests on Visual Studio. | Oscar Fuentes | 2011-04-10 | 1 | -1/+3 |
* | Beginning of the Great Exception Handling Rewrite. | Bill Wendling | 2011-04-10 | 10 | -16/+87 |
* | drive by bug fix: DenseMapInfo::isEqual should be determined according to | Chris Lattner | 2011-04-09 | 1 | -1/+4 |
* | LLVMCC_EMITIR_FLAG is already either -emit-llvm or -fplugin-arg-dragonegg-emi... | Chris Lattner | 2011-04-09 | 1 | -10/+10 |
* | make stuff work when LLVMCC_OPTION is something like installed-clang, not jus... | Chris Lattner | 2011-04-09 | 1 | -2/+2 |
* | fix rdar://8735979 - "int 3" doesn't match to "int3". Unfortunately, | Chris Lattner | 2011-04-09 | 3 | -0/+23 |
* | look for the verboten argument slot access in any order, thanks to Frits | Chris Lattner | 2011-04-09 | 1 | -0/+1 |
* | Fix potential buffer overflow on win32. | Benjamin Kramer | 2011-04-09 | 1 | -12/+9 |
* | Don't store Twine temporaries, it's not safe. | Benjamin Kramer | 2011-04-09 | 2 | -9/+11 |
* | Make error message more useful. | Benjamin Kramer | 2011-04-09 | 1 | -2/+2 |
* | docs/*.html: Make W3C HTML 4.01 Strict more compliant. | NAKAMURA Takumi | 2011-04-09 | 15 | -36/+38 |
* | Add back a couple checks removed by r129128; the fact that an intitializer | Eli Friedman | 2011-04-09 | 2 | -4/+11 |
* | fix PR9523, a crash in looprotate on a non-canonical loop made out of indirec... | Chris Lattner | 2011-04-09 | 2 | -1/+21 |
* | Fix a bug where RecursivelyDeleteTriviallyDeadInstructions could | Chris Lattner | 2011-04-09 | 2 | -3/+46 |
* | Avoid excess precision issues that lead to generating host-compiler-specific ... | Chris Lattner | 2011-04-09 | 1 | -2/+6 |
* | PR9604; try to deal with RAUW updates correctly in the AST. I'm not convinced | Eli Friedman | 2011-04-09 | 3 | -0/+54 |
* | Test for r129190. | Eli Friedman | 2011-04-09 | 1 | -0/+32 |
* | fix PR9629 - We were lowering regexes like a{{b|c}}d into ab|cd, which | Chris Lattner | 2011-04-09 | 1 | -0/+8 |
* | fix two completely broken tests, which were matching due to PR9629. | Chris Lattner | 2011-04-09 | 2 | -4/+4 |
* | remove a bunch of CHECK lines that aren't checking what | Chris Lattner | 2011-04-09 | 1 | -5/+0 |
* | regexes are allowed to match empty things, e.g. {{.*}} in filecheck. | Chris Lattner | 2011-04-09 | 1 | -1/+1 |
* | various cleanups, no functionality change. | Chris Lattner | 2011-04-09 | 1 | -10/+6 |
* | revert accidental commit. | Chris Lattner | 2011-04-09 | 1 | -11/+11 |
* | fix a potentially serious bug in AliasSet::removeCallSite | Chris Lattner | 2011-04-09 | 2 | -11/+12 |
* | Build the Hopfield network incrementally when splitting global live ranges. | Jakob Stoklund Olesen | 2011-04-09 | 7 | -84/+183 |
* | Precompute interference for neighbor blocks as long as there is no interference. | Jakob Stoklund Olesen | 2011-04-09 | 2 | -22/+37 |
* | fix doc comment bug, noticed by Jochen | Chris Lattner | 2011-04-09 | 1 | -2/+2 |
* | have dag combine zap "store undef", which can be formed during call lowering | Chris Lattner | 2011-04-09 | 2 | -2/+23 |
* | don't test for codegen of 'store undef' | Chris Lattner | 2011-04-09 | 2 | -7/+11 |
* | docs/tutorial/OCamlLangImpl7.html: Fix a href to missing Chapter 8. | NAKAMURA Takumi | 2011-04-09 | 1 | -1/+1 |
* | docs: Fix some in-package URLs. | NAKAMURA Takumi | 2011-04-09 | 3 | -12/+12 |