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 |
2009-09-11 |
Jim Grosbach | Update register class references to use the global... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Sean Callanan | Added ADC, SUB, SBB, and OR instructions that operate |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Bob Wilson | Fix pr4820: Don't run llvm-config during "make clean... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Dan Gohman | Remove an unnecessary -f. |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Dan Gohman | Convert more tests to avoid llvm-as. |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Chris Lattner | fix pasto |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Caroline Tice | Don't generate Dwarf line table entries for source... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Chris Lattner | fix some fixmes: emit stubs in sorted order. |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Dan Gohman | Eliminate more redundant llvm-as calls. |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Dan Gohman | Fix this test to test what it was originally intended... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Chris Lattner | give densemap iterators real iterator traits. |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Dan Gohman | Change tests from "opt %s" to "opt < %s" so that opt... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Duncan Sands | Fix PR4948 (and a leak): by not destroying the DwarfExc... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Chris Lattner | turn on -experimental-asm-printer for x86 / AT&T by... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Chris Lattner | another random update |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Chris Lattner | reject attempts to take the address of an intrinsic... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Chris Lattner | fix a bunch of spurious failures for people whose home... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Chris Lattner | this test is using invalid "intrinsics". |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Chris Lattner | fix test to not get a moduleid that matches 'br' |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Chris Lattner | default construct MCInst's ctor to 0, which is "PHI... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Daniel Dunbar | ... and fix the REQUIRES_RTTI condition. |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Daniel Dunbar | Fix REQUIRES_RTTI while awake. |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Daniel Dunbar | Make REQUIRES_RTTI work. |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Owen Anderson | Eliminate some unnecessary implicit constructors in... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Andreas Neustifter | Bugfix. Sorry. |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Andreas Neustifter | Make ProfileEstimator even more robust on general CFGs. |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Chris Lattner | switch HiddenGVStubs to be a DenseMap instead of a... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Chris Lattner | Fix a bug I introduced in FnStubs generation, switch... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Chris Lattner | change FnStubs from being a StringMap<std::string>... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Chris Lattner | printInstruction() no longer prints a \n after itself... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Chris Lattner | reimplement X86ATTAsmPrinter::GetGlobalAddressSymbol... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Chris Lattner | fix prefix ordering, it's L_foo not _Lfoo |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Chris Lattner | add a new Mangler::getNameWithPrefix API which returns the |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Chris Lattner | convert X86ATTAsmPrinter::GetExternalSymbolSymbol to... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Chris Lattner | rearrange some code, export a SmallString version of... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Chris Lattner | more typos |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Evan Cheng | Follow up to 81494. When the folded reload is narrowed... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Chris Lattner | PHI nodes can never reach the asmprinter, assert and... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Evan Cheng | It's not legal to fold a load from a narrower stack... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Dan Gohman | Make fast-isel try ISD::FNEG before resorting to bitcas... |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Dan Gohman | Reapply r81171 with a fix: don't try to use i64 when it |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Dan Gohman | Fix indentation. |
commit | commitdiff | tree | snapshot |
2009-09-11 |
Dan Gohman | Teach lib/VMCore/ConstantFold.cpp how to set the inboun... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Dan Gohman | Factor out the code for checking that all indices in... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Dan Gohman | Give these files top-level comments that describe the... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Devang Patel | Fix whitespaces. |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Bill Wendling | Fix validation errors. |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Bill Wendling | Fix validation errors. |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Bob Wilson | Don't swap the operands of a subtraction when trying... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Dale Johannesen | Fix uppercaseo. |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Kevin Enderby | Added the ParseInstruction() hook for target specific... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Victor Hernandez | Fit code within 80 columns |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Sean Callanan | Added XOR instructions for rAX and immediates of |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Sean Callanan | Added MOV instructions between rAX and memory offsets, |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Sean Callanan | Added a variety of PUSH and POP instructions, including |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Bill Wendling | Exit early if exception handling isn't supported. |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Mikhail Glushenkov | Allow llvmc to take .bc files as input. |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Andreas Neustifter | Make ProfileEstimator more robust on general CFGs. |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Chris Lattner | add another broken version of gcc, thanks to Niels... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Mikhail Glushenkov | Distinguish between 'empty' and empty DAG marker. |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Mikhail Glushenkov | Add a logical 'not' operator to llvmc's TableGen dialect. |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Nuno Lopes | fix leakage of Module |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Benjamin Kramer | Add some braces to make newer GCCs happy and update... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Andreas Neustifter | Cleaned up code by factoring out common portions of... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Nick Lewycky | Correctly handle the case where a comparison is created... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Bill Wendling | Comment and whitespace cleanups. No intentional functio... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Bill Wendling | Revert part of my r81424 patch. I removed what looked... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Evan Cheng | Add a test case for r81431. |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Daniel Dunbar | Remove prcontext. |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Evan Cheng | Add malloc call utility functions. Patch by Victor... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Bill Wendling | Don't hardcode the TType format size. In fact, rework... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Evan Cheng | Proper support of non-lazy indirect symbols. |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Bill Wendling | Remove the "#if 0" that Noone loved. It wasn't really... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Daniel Dunbar | MC: Give target specific parsers access to the MCStreamer. |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Bob Wilson | Revert r81171 which was causing pr4927. |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Bill Wendling | Pull check for SJLJ EH into a boolean and use that. |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Bill Wendling | Use the SizeOfEncodedValue function instead of magic... |
commit | commitdiff | tree | snapshot |
2009-09-10 |
Bill Wendling | Add helpful comment. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Bill Wendling | Believe it or not, this is a simplification. :-) |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Evan Cheng | Fix double load / store multiple encoding. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Chris Lattner | canonicalize namespace gymnastics |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Dale Johannesen | Testcase for (llvm-gcc) 81399. Adjust an older |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Bob Wilson | Fix pr4939: Change FPCCToARMCC to translate SETOLE... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Chris Lattner | remove DebugLoc from MCInst and eliminate "Comment... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Chris Lattner | Fix a subtle bug in "return;" generation which caused... |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Daniel Dunbar | Add comment re: clang dependency. |
commit | commitdiff | tree | snapshot |
2009-09-09 |
Sean Callanan | Added an abstract superclass, MCDisassembler, for |
commit | commitdiff | tree | snapshot |
next |