- 0a9ff4b Regenerate. by Mikhail Glushenkov · 15 years ago
- 9bef1bd Cosmetic issue: more consistent naming. by Mikhail Glushenkov · 15 years ago
- e0b6570 Allow (set_option SwitchOption, true). by Mikhail Glushenkov · 15 years ago
- 76d2f9a Reapply 91904. by Sanjiv Gupta · 15 years ago
- 7fb0ead Added missing patterns for subtract instruction. by Sanjiv Gupta · 15 years ago
- e433d5e deleting empty file. by Sanjiv Gupta · 15 years ago
- 6d48855 Reverting back 91904. by Sanjiv Gupta · 15 years ago
- 9949933 Use more sensible type for flags in asms. PR 5570. by Dale Johannesen · 15 years ago
- d060b25 Update objectsize intrinsic and associated dependencies. Fix by Eric Christopher · 15 years ago
- ac105c4 really remove the instruction, don't just comment it out by Chris Lattner · 15 years ago
- 9e32383 completely eliminate the MOV16r0 'instruction'. The only by Chris Lattner · 15 years ago
- 5227cc8 More fixes for Visual C++. Replaced several very small by Sean Callanan · 15 years ago
- 6a38182 stop pattern matching 16-bit zero's of a register to MOV16r0, by Chris Lattner · 15 years ago
- 0d58013 Remove superfluous SDNode ordering. by Bill Wendling · 15 years ago
- b9b88ea Disable JITTest.FunctionIsRecompiledAndRelinked on ARM where it's not by Jeffrey Yasskin · 15 years ago
- fc67bbe Remove node ordering from inline asm nodes. It's not needed. by Bill Wendling · 15 years ago
- e5976b8 Suppress compiler warning. by Daniel Dunbar · 15 years ago
- c1d3c94 Remove node ordering from VA nodes. It's not needed. by Bill Wendling · 15 years ago
- 8295a0a Update docs for bitcode changes. For object size checking we won't by Eric Christopher · 15 years ago
- 775db97 Revert r91949 r91942 and r91936. by Bill Wendling · 15 years ago
- b75f145 restore 'make update' functionality by not ignoring 'clang' here by Gabor Greif · 15 years ago
- 122d06d Finish up node ordering in ExpandNode. by Bill Wendling · 15 years ago
- 4b6677f Add coalescer asserts. by Jakob Stoklund Olesen · 15 years ago
- 24b34f8 Add a SPR register class to the ARM target. by Jakob Stoklund Olesen · 15 years ago
- c5818fb Partially revert r91626. Materializing extra functions to determine whether by Jeffrey Yasskin · 15 years ago
- 3dbcb55 Assign ordering to nodes created in ExpandNode. Only roughly 1/2 of the function by Bill Wendling · 15 years ago
- 92fdf45 Fix a crash in JIT::recompileAndRelinkFunction(). It doesn't pass the MCI by Jeffrey Yasskin · 15 years ago
- 167bea7 Assign ordering to SDNodes in PromoteNode. Also fixing a subtle bug where BSWAP by Bill Wendling · 15 years ago
- 542eabc Removed the "inline" keyword from the disassembler decoder, by Sean Callanan · 15 years ago
- a3dcfb1 rename HexDisassembler -> Disassembler, it works on any input by Chris Lattner · 15 years ago
- f444c06 just discard the debug output from the disassembler. by Chris Lattner · 15 years ago
- a1508f9 Add testcase for PR5703 by Anton Korobeynikov · 15 years ago
- 18ea3a1 Remove minimal CFG sanity checks from verifier. by Jakob Stoklund Olesen · 15 years ago
- 5711564 Allow explicit %reg0 operands beyond what the .td file describes. by Jakob Stoklund Olesen · 15 years ago
- 3ea58b6 Allow 0 as an order number. Don't assign an order to formal arguments. by Bill Wendling · 15 years ago
- 7fb35a2 Fixes to the X86 disassembler: by Sean Callanan · 15 years ago
- 4935a02 Restore snprintf weirdness for VCPP only by Anton Korobeynikov · 15 years ago
- aadadb3 Fix the Convert to scalar to not insert dead loads in the store case. The by Chris Lattner · 15 years ago
- 97eee02 fix some fixme's by using twines by Chris Lattner · 15 years ago
- e9912dc Use proper move instructions. Make the verifier happy. by Jakob Stoklund Olesen · 15 years ago
- e261b0c Report an error for bad inline assembly, where the value passed for an by Bob Wilson · 15 years ago
- b1f4981 Remove target attribute break-sse-dep. Instead, do not fold load into sse partial update instructions unless optimizing for size. by Evan Cheng · 15 years ago
- 3dac3b7 Include based on the current path, since we already -I the X86 target's path. Fixes CMake build by Douglas Gregor · 15 years ago
- 6650020 by Sanjiv Gupta · 15 years ago
- a1aa8bb specify what is invalid about it by Chris Lattner · 15 years ago
- 516088d specify a triple to use, fixing the test on non-x86-64 hosts. by Chris Lattner · 15 years ago
- 5a99615 reject invalid input with a caret, e.g.: by Chris Lattner · 15 years ago
- f27a4cd Generalize SROA to allow the first index of a GEP to be non-zero. Add a by Bob Wilson · 15 years ago
- 665e947 various cleanups, make the disassemble reject lines with too much by Chris Lattner · 15 years ago
- c3de94f If you thought that it didn't make sense for the disassembler by Chris Lattner · 15 years ago
- 2adbef0 rewrite the file parser for the disassembler, implementing support for by Chris Lattner · 15 years ago
- 222af46 don't crash on blank lines, rename some variables. by Chris Lattner · 15 years ago
- 1a0e708 Implement PR5795 by merging duplicated return blocks. This could go further by Chris Lattner · 15 years ago
- 42385b0 convert to filecheck by Chris Lattner · 15 years ago
- 508355c don't run GVN at -O1, GCC doesn't do it's equivalent at that optimization level. by Chris Lattner · 15 years ago
- 0ee443d The phi translated pointer can be computed when returning a partially cached result by Chris Lattner · 15 years ago
- 3ea3c24 Add more plumbing. This time in the LowerArguments and "get" functions which by Bill Wendling · 15 years ago
- 06b766d Changed REG_* to MODRM_REG_* to avoid conflicts by Sean Callanan · 15 years ago
- baf2e35 Fix some may-be-uninitialized var warnings. by Daniel Dunbar · 15 years ago
- 336e06b fix unit test that I broke. by Chris Lattner · 15 years ago
- 651ad13 Add SDNode ordering to inlined asm and VA functions. by Bill Wendling · 15 years ago
- f734be2 Whitespace fixes. by Eric Christopher · 15 years ago
- 8a8f818 types don't need atomic inc/dec, they are local to an llvmcontext. by Chris Lattner · 15 years ago
- ec72e32 Adding more assignment of ordering to SDNodes. This time in the "call" and by Bill Wendling · 15 years ago
- 0122c90 Fixed library dependencies between the X86 disassembler and by Sean Callanan · 15 years ago
- 9b96eca avoid calling extractMallocCall when it's obvious we don't have by Chris Lattner · 15 years ago
- a25bc44 comment fix: weakvh -> tracking vh by Chris Lattner · 15 years ago
- e80ae83 Add ordering of SDNodes to LowerCallTo. by Bill Wendling · 15 years ago
- ffc0574 print pcrel immediates as signed values instead of unsigned so that we by Chris Lattner · 15 years ago
- d0283fa Now add ordering to SDNodes created by the massive intrinsic lowering function. by Bill Wendling · 15 years ago
- 856ff41 To make things interesting, I added MORE code to set the ordering of by Bill Wendling · 15 years ago
- 74ab5ee Changed slot index ranges for MachineBasicBlocks to be exclusive of endpoint. by Lang Hames · 15 years ago
- 87710f0 Add more plumbing to assign ordering to SDNodes. Have the "getValue" method by Bill Wendling · 15 years ago
- eddfaaf Add suggested parentheses. by Daniel Dunbar · 15 years ago
- d2191e5 Add a fastpath to Load GVN to special case when we have exactly one dominating by Chris Lattner · 15 years ago
- e1a9042 More ordering plumbing. This time for GEP. I need to remember to assign by Bill Wendling · 15 years ago
- 5362c54 refactor some code out to a new helper method. by Chris Lattner · 15 years ago
- 25bceea improve indentation avoid a pointless conversion from weakvh to trackingvh, by Chris Lattner · 15 years ago
- b85b6e8 Another incremental check-in for assigning ordering to SDNodes. This time for by Bill Wendling · 15 years ago
- 49fcff8 Assign ordering to more instructions. Incremental check-in. by Bill Wendling · 15 years ago
- 0777e92 - Add a bit more plumbing assigning an order to SDNodes. by Bill Wendling · 15 years ago
- f660802 by David Greene · 15 years ago
- 7b1eb8a Remove uber-gross hack. The define _snprintf to snprintf is invalid due to two reasons: 1. Accroding to C++ standard snprintf should be available in std namespace (and __gnu_cxx in case of GCC to). Such ifdef will change all snprintf's to _snprintf's, but won't bring snprintf to all necessary namespaces. Thus e.g. any locale-using code on mingw will yield an error (include this file + string to see the result) 2. MSVCRT's _snprintf does not comply with C99 standard. Standard one is snprintf. by Anton Korobeynikov · 15 years ago
- 7058f9c Mark FPW as allocable when frame address is taken. by Anton Korobeynikov · 15 years ago
- 3b7a41c First wave of plumbing for assigning an ordering to SDNodes. This takes care of by Bill Wendling · 15 years ago
- 102ebf1 Delete the instruction just before the function terminates for consistency sake. by Evan Cheng · 15 years ago
- e36025e Place SDNodeOrdering.h in the directory it's used. by Bill Wendling · 15 years ago
- 3c3af5d Remove special-case SROA optimization of variable indexes to one-element and by Bob Wilson · 15 years ago
- ff99b16 XFAIL these tests on powerpc, under the assumption that no one cares. If you care, feel free to fix. by Daniel Dunbar · 15 years ago
- f4f43cb Fix setting and default setting of code model for jit. Do this by Eric Christopher · 15 years ago
- 1f1b0f7 A couple minor README updates. by Eli Friedman · 15 years ago
- b6219ba improve compatibility with SWIG, patch by James Knight! by Chris Lattner · 15 years ago
- 3cf4d90 revert r89298, which was committed without a testcase. I think by Chris Lattner · 15 years ago
- 4c1e3da fix PR5837 by having SSAUpdate reuse phi nodes for the by Chris Lattner · 15 years ago
- 6a36378 add a helper ctor. by Chris Lattner · 15 years ago
- d5b1f8a Change StringRef::startswith and StringRef::endswith to versions which are a by Eli Friedman · 15 years ago
- 65f067f add check lines for min/max tests. by Chris Lattner · 15 years ago
- a0773eb really convert this to filecheck. by Chris Lattner · 15 years ago
- b109b5c give instcombine some helper functions for matching MIN and MAX, and by Chris Lattner · 15 years ago
- a278d4a filecheckize by Chris Lattner · 15 years ago