Age | Commit message (Expand) | Author | Files | Lines |
2009-09-22 | Rename Kaleidoscope to show that it's for Chapter 7 of the tutorial. | Erick Tryzelaar | 5 | -9/+25 |
2009-09-22 | Sync c++ kaleidoscope tutorial with test. | Erick Tryzelaar | 7 | -104/+103 |
2009-09-22 | Add SetLocation() to allow IRBuilder user to set location info for an instruc... | Devang Patel | 1 | -3/+9 |
2009-09-22 | Check exisiting dbg MDKind first. | Devang Patel | 1 | -3/+3 |
2009-09-22 | No need to verify that malloc's return type is i8*. | Victor Hernandez | 2 | -11/+1 |
2009-09-22 | Use early returns. | David Goodwin | 1 | -59/+61 |
2009-09-22 | Revert "Don't allow formatted_ostream to be unbuffered, even if its underlying | Daniel Dunbar | 1 | -6/+1 |
2009-09-22 | ... missed hiding a variable for MSVC only. | Daniel Dunbar | 1 | -0/+2 |
2009-09-22 | Hide MSVC specific CRT interaction behind _MSC_VER. | Daniel Dunbar | 1 | -1/+7 |
2009-09-22 | Remove the GetProcessId() call from Win32/Program.inc, take 2. | Mikhail Glushenkov | 1 | -9/+23 |
2009-09-22 | Fix commento. | Daniel Dunbar | 1 | -2/+1 |
2009-09-22 | lit: When executing shell scripts internally, don't allow piped stderr on any | Daniel Dunbar | 1 | -3/+21 |
2009-09-22 | Add a magic LLVM_DISABLE_CRT_DEBUG environment variable which we check in Reg... | Daniel Dunbar | 2 | -1/+40 |
2009-09-22 | Forgot this. | Evan Cheng | 1 | -2/+4 |
2009-09-22 | Fix PR5024. LiveVariables::FindLastPartialDef should return a set of sub-regi... | Evan Cheng | 2 | -6/+36 |
2009-09-22 | Initial support for running LLVM tests from cmake. | Daniel Dunbar | 3 | -0/+59 |
2009-09-22 | Generate lit.site.cfg from a .in file, as clang does. | Daniel Dunbar | 2 | -8/+14 |
2009-09-22 | Use Compiler.h macro instead of __attribute__. | Daniel Dunbar | 1 | -1/+1 |
2009-09-22 | CMake: Fix definition of LTDL_SHLIB_EXT for Darwin. | Daniel Dunbar | 1 | -1/+5 |
2009-09-22 | Fix llvm-config --src-root and --obj-root for CMake builds. | Daniel Dunbar | 1 | -0/+2 |
2009-09-22 | llvm-config: Remove unused variables. | Daniel Dunbar | 1 | -11/+0 |
2009-09-22 | Actually use the arguments with the resolved executable path. | Daniel Dunbar | 1 | -1/+1 |
2009-09-22 | Revert "Get rid of GetProcessId in Win32/Program.inc.", this breaks | Daniel Dunbar | 3 | -26/+51 |
2009-09-22 | lit: Don't use close_fds=True on Windows. | Daniel Dunbar | 1 | -1/+5 |
2009-09-22 | lit: When executing commands internally, perform PATH resolution ourselves. | Daniel Dunbar | 1 | -2/+23 |
2009-09-22 | Switch FoldingSet::AddString to StringRef based API. | Daniel Dunbar | 2 | -15/+5 |
2009-09-22 | Workaround what I believe is an MSVC bug where it emits a definition for a | Daniel Dunbar | 1 | -0/+3 |
2009-09-22 | Switch DIDescriptor to use a TrackingVH. - This makes it much safer to work w... | Daniel Dunbar | 2 | -4/+14 |
2009-09-22 | Add a TrackingVH value handle. | Daniel Dunbar | 2 | -3/+99 |
2009-09-22 | Fix a pasto. Also simplify for Bill's benefit. | Evan Cheng | 3 | -4/+6 |
2009-09-22 | Minor bug fix. LowerSubregs should translate | Evan Cheng | 1 | -0/+1 |
2009-09-21 | Fix PR5023: The instruction form of DominatorTree::dominates did not | Chris Lattner | 2 | -1/+31 |
2009-09-21 | move DominatorTree::dominates for instructions out of line, | Chris Lattner | 2 | -24/+22 |
2009-09-21 | tidy up | Chris Lattner | 1 | -18/+17 |
2009-09-21 | tidy up | Chris Lattner | 1 | -7/+8 |
2009-09-21 | Clean up spill weight computation. Also some changes to give loop induction | Evan Cheng | 9 | -68/+145 |
2009-09-21 | Add Cortex-A8 VFP model. | David Goodwin | 4 | -99/+370 |
2009-09-21 | Change MachineMemOperand's alignment value to be the alignment of | Dan Gohman | 5 | -9/+17 |
2009-09-21 | Add a comment mentioning the rdar number associated with this test. | Dan Gohman | 1 | -0/+1 |
2009-09-21 | Add support for rematerializing FsFLD0SS and FsFLD0SD as constant-pool | Dan Gohman | 3 | -16/+137 |
2009-09-21 | Recognize SSE min and max opportunities in even more cases. | Dan Gohman | 3 | -41/+442 |
2009-09-21 | Fix the offset values for these memoperands. For frame objects, the | Dan Gohman | 2 | -2/+2 |
2009-09-21 | big endian systems shift by bits too, hopefully this will fix the ppc | Chris Lattner | 1 | -1/+1 |
2009-09-21 | Nick pointed out that DominanceFrontier and DominanceTree are preserved | Dan Gohman | 1 | -2/+0 |
2009-09-21 | Remove the special-case for constants in PHI nodes; it's not really | Dan Gohman | 1 | -3/+0 |
2009-09-21 | fix PR5016, a crash I introduced in GVN handing first class | Chris Lattner | 2 | -10/+52 |
2009-09-21 | Use raw_ostream::indent instead of passing strings. | Mikhail Glushenkov | 1 | -145/+163 |
2009-09-21 | Fix this assertion string to mention subreg_to_reg. | Dan Gohman | 1 | -2/+2 |
2009-09-21 | initialize SymbolsCanStartWithDigit to false by default | Nuno Lopes | 1 | -1/+1 |
2009-09-21 | Update cmake. | Xerxes Ranby | 1 | -0/+1 |