2009-09-14 |
Dan Gohman | When extending a memset range past the front, set the... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Erick Tryzelaar | Expose initializing the native target for the execution... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Erick Tryzelaar | Make sure to initialize the fpm in the ocaml tutorial. |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Evan Cheng | Add early coalescing to liveintervals. This is work... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Bill Wendling | Pull the creation of the "RewindFunction" function... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Dan Gohman | Update a comment to match the source. PseudoSourceValue... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Jim Grosbach | trivial whitespace cleanup |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Chris Lattner | add PR# |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Eric Christopher | Enable the jit for llvm-config. |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Daniel Dunbar | Add a valgrind suppressions file for x86_64/linux/4... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Daniel Dunbar | Add a VALGRIND_EXTRA_ARGS makefile variable, with the... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Daniel Dunbar | Update CMake dependencies. |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Daniel Dunbar | Update CMake. |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Chris Lattner | PIC16 does allow colon after MBB labels, simplify EmitB... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Chris Lattner | Change MCAsmStreamer to take an MCInstPrinter instead... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Daniel Dunbar | Teach 'make check-lit' to run unittests. |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Daniel Dunbar | Attempt to fix some 4.0.0 build warnings. |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Daniel Dunbar | lit: Give test formats control over test discovery. |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Nick Lewycky | Fix a pair of comment typos. |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Nick Lewycky | Fifth time's a charm! Remove ourselves as abstract... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Chris Lattner | Give MCInstPrinter a MCAsmInfo member, make X86ATTInstP... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Chris Lattner | add a new MCInstPrinter class, move the (trivial) MCDis... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Chris Lattner | tidy up a bit. |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Chris Lattner | slightly increase prettiness. |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Chris Lattner | emit the register table as a massive string to avoid... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Chris Lattner | move StringToOffsetTable out to its own header. |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Chris Lattner | factor string table generation out to its own class... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Nick Lewycky | Don't leak! Always remove oneself as a listener after... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Nick Lewycky | Actually remove old types from the set. |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Chris Lattner | eliminate the TargetRegisterDesc::AsmName field, the... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Chris Lattner | kill off the last use of TRI::AsmName. |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Chris Lattner | add some special case handling for strangely named... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Daniel Dunbar | Build (not test) the unittests as part of a normal... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Chris Lattner | unbreak this test by working around an asmparser bug. |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Chris Lattner | 'printMCInst' doesn't print newlines after instructions... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Oscar Fuentes | CMake: New user-settable variable LLVM_TARGET_ARCH... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Nick Lewycky | Update the tutorial to match changes to examples/Kaleid... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Daniel Dunbar | Move unittest driver to utils/unittest/UnitTestMain. |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Daniel Dunbar | Remove unused variables. |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Nick Lewycky | Storing a set of PATypeHolders is a bad idea because... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Chris Lattner | remove all but one reference to TargetRegisterDesc... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Chris Lattner | the tblgen produced 'getRegisterName' method does not... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Chris Lattner | switch the x86 asmprinters to use getRegisterName instead |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Mikhail Glushenkov | Fix a small issue with recent changes to this code. |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Chris Lattner | make tblgen produce a function that returns the name... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Chris Lattner | eliminate an extraneous use of TRI::getAsmName in a... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Chris Lattner | make intel asmprinter use TRI::getAsmName instead of... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Chris Lattner | split MCInst printing out of the X86ATTInstPrinter |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Chris Lattner | reduce indentation with early exit. |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Chris Lattner | second part to r81695, I missed a directory. |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Chris Lattner | remove MAI::JumpTableSpecialLabelPrefix now that MAI |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Daniel Dunbar | Revert unittests build changes temporarily, the unit... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Chris Lattner | delete the fixme too! :) |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Chris Lattner | merge the linux cpool/jtbl pic tests into pic.ll and... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Daniel Dunbar | Build (not test) the unittests as part of a normal... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Chris Lattner | make X86ATTAsmPrinter::PrintPICBaseSymbol forward to... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Chris Lattner | replace printBasicBlockLabel with EmitBasicBlockStart, |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Chris Lattner | fix MCSymbol printing on darwin to exactly match the... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Chris Lattner | Make the MC symbol printer and llvm::Mangler exactly... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Chris Lattner | remove two docs about the old Sparc backend which used... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Chris Lattner | move old clang readme here. |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Chris Lattner | convert some uses of printBasicBlockLabel to use GetMBB... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Daniel Dunbar | Add LLVMGCCBINDIR to path, since LLVMC expects to find... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Daniel Dunbar | Switch Ocaml to use llvm_supports_binding. |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Daniel Dunbar | tests: Add llvm_supports_binding predicate. |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Daniel Dunbar | tests: Use %abs_tmp instead of ./%t to make these tests... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Daniel Dunbar | tests: Add a %abs_tmp substitution which is guaranteed... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Daniel Dunbar | Sink llvm-gcc dependent tests into distinct subdirs. |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Daniel Dunbar | Rewrite tests to not use Tcl substitution. |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Daniel Dunbar | Simplify LLVMC tests. |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Anton Korobeynikov | Fix merge problem |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Anton Korobeynikov | Define proper subreg sets for arm - this should fix... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Dan Gohman | Add -mattr=+sse2 to the -march=x86 version of this... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Daniel Dunbar | Experimental fix for PR4960. |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Chris Lattner | devirtualize AsmPrinter::printBasicBlockLabel since... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Chris Lattner | we don't want people to override printBasicBlockLabel. |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Dan Gohman | Remove unnecessary #include. |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Anton Korobeynikov | Add QPR_VFP2 regclass and add copy_to_regclass nodes... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Dan Gohman | Preserve the inbounds flag, so that the constant folder... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Dan Gohman | Fix the build when DEBUG_SYMBOL_TABLE is set. |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Dan Gohman | Convert llvm-link to IRReader. |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Chris Lattner | factor MBB label lowering better |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Chris Lattner | X86MCInstLower::Lower should only not emit anything... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Chris Lattner | eliminate the "MBBLabel" MCOperand type, and just use... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Chris Lattner | split MachineInstr -> MCInst lowering into its own... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Chris Lattner | remove the "old" at&t style asmprinter. Unfortunately... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Lang Hames | Whoops. Committed the headers for r81605 - 'Moved some... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Lang Hames | Moved some more index operations over to LiveIntervals. |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Sean Callanan | Added the WAIT instruction to the Intel tables, |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Sean Callanan | Added CMPS (string comparison) instructions for all |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Evan Cheng | Remove -new-coalescer-heuristic. It's not useful. |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Evan Cheng | 80 col violations. |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Chris Lattner | fix another GCC bootstrap problem, which manifested... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Chris Lattner | fix an embarassing typo that resulted in llvm-gcc boots... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Sean Callanan | Added SCAS instructions in their 8, 16, 32, and |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Daniel Dunbar | Fix -Asserts warning. |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Ted Kremenek | Update CMake files. |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Douglas Gregor | De-bork CMake build. llvm-extract depends on asmparser |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Dan Gohman | Fix llvm-extract's "writing bitcode to a terminal"... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Jim Grosbach | Revert array initialization regclass change so that... |
commit | commitdiff | tree | snapshot |
next |