2009-07-12 |
Torok Edwin | Mention that llvm_report_error() does not return. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Daniel Dunbar | Add an LLVM API change. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Daniel Dunbar | Improve sys::Path::makeAbsolute on Win32. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Torok Edwin | Fix assert(0) conversion, as suggested by Chris. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Daniel Dunbar | Clarify a FIXME. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Chris Lattner | "UNIX paths can contain non-ASCII characters, so Path... |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Jakob Stoklund... | Implement support for promotion of AND/OR/XOR on intege... |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Jakob Stoklund... | Fix types in PromoteNode handling of CTPOP and friends. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Jakob Stoklund... | Add CCIfSRet calling convention predicate. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Torok Edwin | Remove extra \n from LLVM_UNREACHABLE calls. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Nick Lewycky | Make this clearer for the mathematically inclined.... |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Nick Lewycky | Implement udiv for ConstantRanges. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Bill Wendling | Temporarily revert r75408. It appears to break the... |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Nick Lewycky | This is not overly conservative. |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Nick Lewycky | Implement ConstantRange::multiply based on the code... |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Eli Friedman | Remove check which is duplicated in |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Chris Lattner | eliminate MOV64r0 in favor of a Pat<> pattern. This... |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Chris Lattner | add nounwind |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Chris Lattner | be explicit about making comments real sentences. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Nick Lewycky | Darwin prepends an _ to internal globals, Linux doesn't. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Chris Lattner | fix x86-64 static codegen to materialize the address... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Chris Lattner | fix a bug in my cleanup patch |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Chris Lattner | comment cleanup, reduce nesting. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Chris Lattner | remove some dead patterns, WrapperRIP doesn't exist... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Chris Lattner | silence vc++ warning. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Chris Lattner | silence a vc++ warning. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Chris Lattner | this test was incorrect for x86-64 static. It passed... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Daniel Dunbar | Tweak comment. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Daniel Dunbar | Update CMakeLists.txt |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Daniel Dunbar | Tweak svn:ignore |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Daniel Dunbar | Fix unused function warning. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Nick Lewycky | Revert r75252 which was causing some crashes at compile... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Chris Lattner | Fix PR4533, which is about buggy codegen in x86-64... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Torok Edwin | Fix comment. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Torok Edwin | assert(0) -> LLVM_UNREACHABLE. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Daniel Dunbar | Stub out assembly matcher (.s -> MCInst) tblgen backend. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Mikhail Glushenkov | Regenerate. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Mikhail Glushenkov | Update documentation. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Mikhail Glushenkov | Delete the temp dir even when '--temp-dir' is specified. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Nick Lewycky | Fix handling of max and full set. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Chris Lattner | improve filecheck's "scanning from here" caret position. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Chris Lattner | make filecheck default to canonicalizing horizontal... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Nick Lewycky | Break the world's largest unit test down a few logical... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Sanjiv Gupta | Erase the temp dir before starting. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Nick Lewycky | Clarify and simplify. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Dan Gohman | Don't use a void return type with a function that retur... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Torok Edwin | Convert more assert(0)+abort() -> LLVM_UNREACHABLE, |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Chris Lattner | We get the P modifier wrong in a lot of cases, just... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Evan Cheng | Don't put IT instruction before conditional branches. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Evan Cheng | Smarter isel of ldrsb / ldrsh. Only make use of these... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Evan Cheng | Major changes to Thumb (not Thumb2). Many 16-bit instru... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Evan Cheng | 80 col violation. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Nick Lewycky | Move a method that creates constant ranges relative... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Evan Cheng | Fix up support for OptionalDefOperand when it defaults... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Eli Friedman | Use CreateStackStoreLoad helper in more places. |
commit | commitdiff | tree | snapshot |
2009-07-11 |
Evan Cheng | Two-address pass should use findCommutedOpIndices to... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Evan Cheng | Use findCommutedOpIndices to find the operands to commute. |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Bob Wilson | Add superclasses of ARM Neon quad registers. The Q2PR... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Bob Wilson | Add new vector types for 192-bit, 348-bit and 512-bit... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Chris Lattner | remove the "debug" modifier, it is only used by one... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Bob Wilson | Refactor TableGen's llvm::getName to share code with... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Chris Lattner | add support for .zerofill, patch by Kevin Enderby! |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Jeffrey Yasskin | Oops. s/#if defined(USE_OPROFILE)/#if USE_OPROFILE... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Chris Lattner | make pcrel and non-pcrel global printing more similar. |
commit | commitdiff | tree | snapshot |
2009-07-10 |
David Goodwin | Support remote execute for ARM. |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Evan Cheng | Undo my brain cramp. |
commit | commitdiff | tree | snapshot |
2009-07-10 |
David Greene | Make changes suggested by Chris and eliminate newly... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Jeffrey Yasskin | Regenerate configure after r75279. |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Jeffrey Yasskin | Add a --with-oprofile flag to configure, which uses... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Chris Lattner | code model is never set to default. |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Chris Lattner | fix indentation |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Chris Lattner | remove the now-dead TM argument to these methods. |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Chris Lattner | make PIC vs DynamicNoPIC be explicit in PICStyles. |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Chris Lattner | some minor simplifications. |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Chris Lattner | add a couple of predicates to test for "stub style... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Dan Gohman | Remove ScalarEvolution::hasSCEV, which isn't being... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Duncan Sands | Avoid compiler warnings when assertions are turned... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Duncan Sands | Avoid compiler warnings if assertions turned off. |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Evan Cheng | CMOVxx doesn't swap operands which it's commuted. |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Evan Cheng | Remove TargetInstrInfo::CommuteChangesDestination and... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Sanjiv Gupta | Link std.lib (.bc code) with llvm-ld. |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Owen Anderson | Fix unit tests. |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Chris Lattner | convert test to use FileCheck, which is much more preci... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Chris Lattner | add missing *, patch by Peter O'Gorman! |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Owen Anderson | Push LLVMContext through the TypeBuilder API. There... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
David Greene | Eliminate an unnecessary include. |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Owen Anderson | Push LLVMContext through the PatternMatch API. |
commit | commitdiff | tree | snapshot |
2009-07-10 |
David Goodwin | Predicate VFP instructions on HasVFP2 instead of IsARM... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Dan Gohman | Generalize ScalarEvolution's cast-folding code to suppo... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Owen Anderson | Update for GlobalVariables ctor change. |
commit | commitdiff | tree | snapshot |
2009-07-10 |
David Goodwin | t2LDM_RET does not fall-through. |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Duncan Sands | Add Thumb2ITBlockPass.cpp to CMakeLists.txt, fixing |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Chris Lattner | make this more like printOperand. Perhaps some merging... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Chris Lattner | simplify fast isel by using ClassifyGlobalReference... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Chris Lattner | eliminate GVRequiresRegister, replacing it with predica... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Chris Lattner | change a bunch of logic in LowerGlobalAddress to levera... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Chris Lattner | add a predicate to determine if a global var reference... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Chris Lattner | move some classification logic around. Now GVRequiresE... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Chris Lattner | change isGlobalStubReference to take target flags inste... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Chris Lattner | convert some late code (called by regalloc and code... |
commit | commitdiff | tree | snapshot |
next |