- dffb6e5 fix PR4984 by ensuring that fastisel adds properly sign extended GEP displacement by Chris Lattner · 15 years ago
- 371b8fc rename test by Chris Lattner · 15 years ago
- 25519dd convert to filecheck by Chris Lattner · 15 years ago
- ea7fd96 add missing file by Chris Lattner · 15 years ago
- e4863f4 Handle AddrMode4 for Thumb2 in rewriteT2FrameIndex. This occurs for by Bob Wilson · 15 years ago
- 85111a9 Fix superreg use in ARMAsmPrinter. Approved by Anton Korobeynikov. by Sandeep Patel · 15 years ago
- db486a6 several major improvements to the sparc backend: support for weak linkage by Chris Lattner · 15 years ago
- 307a7c4 Teach ValueTracking how to look through GlobalAliases. GlobalAliases are by Dan Gohman · 15 years ago
- f672ab8 Fix an accidental inversion of the inbounds flag. by Dan Gohman · 15 years ago
- e3394d4 When a constant's type is refined, update the constant in place by Dan Gohman · 15 years ago
- 5efe566 Use llvm-link -S instead of using llvm-dis. by Dan Gohman · 15 years ago
- a93f30e Give llvm-link a -S option. by Dan Gohman · 15 years ago
- 04fc8c8 Don't bother using a PassManager just to print a Module. by Dan Gohman · 15 years ago
- a5f4dbf Restore a comment that was lost in the merge. by Dan Gohman · 15 years ago
- 75144f9 Fix apostrophos. by Dan Gohman · 15 years ago
- 5913625 Add more newlines to make up for the ones removed from the end of instructions. by Nick Lewycky · 15 years ago
- db1c2c5 Forgot this. by Evan Cheng · 15 years ago
- 3f85549 Another try at early partial coalescing. Identity phi source copies (their sources are defined by phi join def) are coalesced. And the phi join copy is backward copy propagated into the other copies. by Evan Cheng · 15 years ago
- 813fc42 convert to filecheck by Chris Lattner · 15 years ago
- 1fbb13e Forbid arrays of function-type and structures with function-typed fields. by Nick Lewycky · 15 years ago
- dd4238e fix PR4963: folding insertvalue would sometimes turn a packed struct into by Chris Lattner · 15 years ago
- a51c39c add a new CallGraphNode::replaceCallEdge method and use it from by Chris Lattner · 15 years ago
- ff11470 add newline to debug dump by Chris Lattner · 15 years ago
- 9554c61 make -debug-pass=Executions show information about what call graph nodes by Chris Lattner · 15 years ago
- 745c9be add some missing quotes in debug output by Chris Lattner · 15 years ago
- 270fc10 switch scciterator to use DenseMap instead of std::map by Chris Lattner · 15 years ago
- c059f04 this is failing on linux hosts, force a triple. by Chris Lattner · 15 years ago
- 83d255e Remove invalid add_dependencies line to unbreak the CMake build. by Ted Kremenek · 15 years ago
- 6db0e3a Get rid of GetProcessId in Win32/Program.inc. by Mikhail Glushenkov · 15 years ago
- 3d76d11 merge one more in. by Chris Lattner · 15 years ago
- 9f052ab merge some more cmov tests into cmov.ll by Chris Lattner · 15 years ago
- 5f52cf8 merge two cmov tests into one. by Chris Lattner · 15 years ago
- 1e038a8 Don't pull a load through a callseq_start if the load's chain by Dan Gohman · 15 years ago
- 71524d7 Remove incorrect CSE code from r81813. by Nate Begeman · 15 years ago
- 76f14be Modified the Intel instruction tables to include by Sean Callanan · 15 years ago
- ca9c42c Added the first bits of the ARM target assembler to llvm-mc. For now it only by Kevin Enderby · 15 years ago
- b6aef5c Substantially speed up combiner-aa in the following ways: by Nate Begeman · 15 years ago
- 9cae705 Teach the legalizer to propagate the original alignment of loads and store when by Nate Begeman · 15 years ago
- 907355c On x86-64, the 32-bit cmov doesn't actually clear the high 32-bit of by Dan Gohman · 15 years ago
- e679837 Add an "original alignment" field to load and store nodes. This enables the by Nate Begeman · 15 years ago
- 264d245 When extending a memset range past the front, set the alignment of the by Dan Gohman · 15 years ago
- 4626268 Expose initializing the native target for the execution engine. by Erick Tryzelaar · 15 years ago
- 126d86b Make sure to initialize the fpm in the ocaml tutorial. by Erick Tryzelaar · 15 years ago
- 752195e Add early coalescing to liveintervals. This is work in progress and is known to miscompute some tests. Read it at your own rish, I have aged 10 year while writing this. by Evan Cheng · 15 years ago
- 4348871 Pull the creation of the "RewindFunction" function out of the loop. It's only by Bill Wendling · 15 years ago
- c43fd5a Update a comment to match the source. PseudoSourceValues are now by Dan Gohman · 15 years ago
- a672403 trivial whitespace cleanup by Jim Grosbach · 15 years ago
- c2b0d48 add PR# by Chris Lattner · 15 years ago
- 030e5a0 Enable the jit for llvm-config. by Eric Christopher · 15 years ago
- 3d2a664 Add a valgrind suppressions file for x86_64/linux/4.3.3. by Daniel Dunbar · 15 years ago
- 3a9719a Add a VALGRIND_EXTRA_ARGS makefile variable, with the obvious semantics. by Daniel Dunbar · 15 years ago
- 5ea51ad Update CMake dependencies. by Daniel Dunbar · 15 years ago
- 3228484 Update CMake. by Daniel Dunbar · 15 years ago
- 662316c PIC16 does allow colon after MBB labels, simplify EmitBasicBlockStart. by Chris Lattner · 15 years ago
- 90edac0 Change MCAsmStreamer to take an MCInstPrinter instead of a by Chris Lattner · 15 years ago
- db5fe93 Teach 'make check-lit' to run unittests. by Daniel Dunbar · 15 years ago
- 9c29730 Attempt to fix some 4.0.0 build warnings. by Daniel Dunbar · 15 years ago
- 00a4244 lit: Give test formats control over test discovery. by Daniel Dunbar · 15 years ago
- af7263d Fix a pair of comment typos. by Nick Lewycky · 15 years ago
- 5df6ffd Fifth time's a charm! Remove ourselves as abstract type listeners once we've by Nick Lewycky · 15 years ago
- c493fb2 Give MCInstPrinter a MCAsmInfo member, make X86ATTInstPrinter by Chris Lattner · 15 years ago
- 65b0b29 add a new MCInstPrinter class, move the (trivial) MCDisassmbler ctor inline. by Chris Lattner · 15 years ago
- f92c95f tidy up a bit. by Chris Lattner · 15 years ago
- f96271a slightly increase prettiness. by Chris Lattner · 15 years ago
- f6761be emit the register table as a massive string to avoid relocations. by Chris Lattner · 15 years ago
- 44da5fb move StringToOffsetTable out to its own header. by Chris Lattner · 15 years ago
- 3200fc9 factor string table generation out to its own class. This changes by Chris Lattner · 15 years ago
- adc3142 Don't leak! Always remove oneself as a listener after adding oneself. by Nick Lewycky · 15 years ago
- bc6836b Actually remove old types from the set. by Nick Lewycky · 15 years ago
- e7f3107 eliminate the TargetRegisterDesc::AsmName field, the asmprinters now have this table. by Chris Lattner · 15 years ago
- 6a6570a kill off the last use of TRI::AsmName. by Chris Lattner · 15 years ago
- 56d77c7 add some special case handling for strangely named x86 registers. by Chris Lattner · 15 years ago
- 7f068f4 Build (not test) the unittests as part of a normal build. by Daniel Dunbar · 15 years ago
- b92c363 unbreak this test by working around an asmparser bug. by Chris Lattner · 15 years ago
- 1b6570e 'printMCInst' doesn't print newlines after instructions anymore. by Chris Lattner · 15 years ago
- a9ff139 CMake: New user-settable variable LLVM_TARGET_ARCH useful when cross-compiling. by Oscar Fuentes · 15 years ago
- 422094c Update the tutorial to match changes to examples/Kaleidoscope. by Nick Lewycky · 15 years ago
- f845c74 Move unittest driver to utils/unittest/UnitTestMain. by Daniel Dunbar · 15 years ago
- f5382ab Remove unused variables. by Daniel Dunbar · 15 years ago
- 6735b1c Storing a set of PATypeHolders is a bad idea because their sort order will by Nick Lewycky · 15 years ago
- 762ccea remove all but one reference to TargetRegisterDesc::AsmName. by Chris Lattner · 15 years ago
- d95148f the tblgen produced 'getRegisterName' method does not access by Chris Lattner · 15 years ago
- c510f4c switch the x86 asmprinters to use getRegisterName instead by Chris Lattner · 15 years ago
- 1e31a13 Fix a small issue with recent changes to this code. by Mikhail Glushenkov · 15 years ago
- 05af261 make tblgen produce a function that returns the name for a physreg. by Chris Lattner · 15 years ago
- f806c23 eliminate an extraneous use of TRI::getAsmName in a comment. by Chris Lattner · 15 years ago
- a1cb09e make intel asmprinter use TRI::getAsmName instead of TRI::getName like by Chris Lattner · 15 years ago
- cae05cb split MCInst printing out of the X86ATTInstPrinter by Chris Lattner · 15 years ago
- 73d28f4 reduce indentation with early exit. by Chris Lattner · 15 years ago
- 56d339f second part to r81695, I missed a directory. by Chris Lattner · 15 years ago
- 7c30191 remove MAI::JumpTableSpecialLabelPrefix now that MAI by Chris Lattner · 15 years ago
- 1026c16 Revert unittests build changes temporarily, the unit test build isn't -j safe. by Daniel Dunbar · 15 years ago
- 2055bb3 delete the fixme too! :) by Chris Lattner · 15 years ago
- 4c66f72 merge the linux cpool/jtbl pic tests into pic.ll and convert to filecheck. by Chris Lattner · 15 years ago
- db0ce7d Build (not test) the unittests as part of a normal build. by Daniel Dunbar · 15 years ago
- 09abd1c make X86ATTAsmPrinter::PrintPICBaseSymbol forward to X86MCInstLower. by Chris Lattner · 15 years ago
- 70a54c0 replace printBasicBlockLabel with EmitBasicBlockStart, by Chris Lattner · 15 years ago
- 4afcedf fix MCSymbol printing on darwin to exactly match the mangler (handling of \n and " in a symbol name). by Chris Lattner · 15 years ago
- e19f978 Make the MC symbol printer and llvm::Mangler exactly agree on mangling by Chris Lattner · 15 years ago
- f6dd026 remove two docs about the old Sparc backend which used Value*'s for vregs. by Chris Lattner · 15 years ago