2009-03-09 |
Chris Lattner | Fix PR3763 by using proper APInt methods instead of... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Gabor Greif | make the Op<N> methods protected, how it was intended... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Evan Cheng | ARM isLegalAddressImmediate should check if type is... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Evan Cheng | Yet another case where the spiller marked two uses... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Evan Cheng | Re-apply 66315, but restrict it to Darwin only. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Bill Wendling | Revert r66415. It's causing failures during bootstrap... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Bob Wilson | Add a constructor for BuildVectorSDNode and revert... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Duncan Sands | This debug info special case should no longer |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Chris Lattner | just remove the use_empty() check entirely, the only... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Gabor Greif | in builds without asserts we do not need to allocate... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Nick Lewycky | Regenerate. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Nick Lewycky | Remove configurey-fu to autodetect hash_map and hash_se... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Chris Lattner | Make the code generator rip of dead constant expr uses... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Chris Lattner | make GlobalValue::removeDeadConstantUsers() const. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Chris Lattner | testcase for PR3744 |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Chris Lattner | don't allow hash_map or hash_set. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Owen Anderson | Ignore debug intrinsics when computing dependences. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Chris Lattner | reimplement AliasSetTracker in terms of DenseMap instea... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Chris Lattner | add a #include to improve portability to windows, as... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Bill Wendling | Pass in a std::string when getting the names of debuggi... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Chris Lattner | fix Analysis/BasicAA/2004-12-08-BasicAACrash.ll by... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Chris Lattner | Fix two classes of bugs. First: |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Chris Lattner | Fix PR3746 - Crash in isel with GEP of function pointer |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Chris Lattner | Fix PR3743 - -mmacosx-version-min inappropriate for... |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Chris Lattner | add some explicit llvm:: qualifiers to the unix side... |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Nick Lewycky | Keep calling-convention and tail-call bit when creating... |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Chris Lattner | do not export all the X86FastISel symbols, ever. |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Nick Lewycky | Fix comments, pointed out by Duncan Sands. |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Duncan Sands | Apply ODR linkage changes accidentally dropped during |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Sebastian Redl | Test commit |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Nick Lewycky | Mark function returns as noalias. |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Chris Lattner | teach SROA to handle promoting vector allocas with... |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Chris Lattner | fix typo |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Chris Lattner | Enhance SROA to "promote to scalar" allocas which are |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Evan Cheng | Recognize triplets starting with armv5-, armv6- etc... |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Chris Lattner | change the MemIntrinsic get/setAlignment method to... |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Evan Cheng | If a MI uses the same register more than once, only... |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Chris Lattner | use MemTransferInst. |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Chris Lattner | Introduce a new MemTransferInst pseudo class, which... |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Chris Lattner | add a note. |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Chris Lattner | add a note. |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Chris Lattner | implement an optimization to codegen c ? 1.0 : 2.0... |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Chris Lattner | random cleanups. |
commit | commitdiff | tree | snapshot |
2009-03-08 |
Nick Lewycky | Fix misaligned whitespace. No functionality change. |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Chris Lattner | fix a serious pessimization that Tron on IRC pointed... |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Nick Lewycky | Revert r66315. Fix the build on mixed 64/32 Linux systems. |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Mikhail Glushenkov | Remove some duplication. |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Duncan Sands | Introduce new linkage types linkonce_odr, weak_odr... |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Gabor Greif | simplify the way how traits get hold of the symbol... |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Gabor Greif | further simplifications arising from peruse of the... |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Gabor Greif | Remove the burden of dealing with list offsets |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Chris Lattner | When a crash signal is delivered do two things: remove... |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Nate Begeman | Finish cross-process JIT work, and clean up previous... |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Dan Gohman | Arithmetic instructions don't set EFLAGS bits OF and... |
commit | commitdiff | tree | snapshot |
2009-03-07 |
Evan Cheng | If ARCH is x86_64, pass -m64 to the host compiler.... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Daniel Dunbar | Add IRBuilder::CreateConstGEP{1, 2}_{32, 64}. |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Daniel Dunbar | Rename my makefile debugging rule to prevent accidental... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Daniel Dunbar | Add Module::getNamedValue; use to normalize access... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Dale Johannesen | Fix another case where debug info interferes with |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Tanya Lattner | Add default constructor to SDNode to make gcc 3.4.6... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Dan Gohman | Use c_str() to force the string to be nul-terminated. |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Mikhail Glushenkov | Add a comment. |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Chris Lattner | some nits noticed by Duncan |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Chris Lattner | fix header comment and include guard. |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Chris Lattner | add a bunch more passes to the C bindings (PR3734)... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Mikhail Glushenkov | Trailing whitespace. |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Mikhail Glushenkov | Trailing whitespace. |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Duncan Sands | While thinking about the one-definition-rule and trying |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Chris Lattner | on apple systems, integrate nicely with crash reporter. |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Devang Patel | While converting an aggregate to scalare, ignore and... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Chris Lattner | Sprinkle some PrettyStackEntry magic into the passmanag... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Zhou Sheng | Remove this as dbginfo intrinsics has been defined as |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Devang Patel | While hoisting instruction to speculatively execute... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Chris Lattner | various cosmetic cleanups. |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Chris Lattner | this wasn't intended to go in. |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Chris Lattner | Change various llvm utilities to use PrettyStackTracePr... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Devang Patel | Do not count DbgInfoIntrinsic while estimating loop... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Devang Patel | Skip DbgInfoIntrinsic. |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Gordon Henriksen | Committing unsaved changes that should've been with... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Dan Gohman | Fix ScheduleDAGRRList::CopyAndMoveSuccessors' handling... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Dan Gohman | Use CloneModule's ValueMap to avoid needing to look up |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Gordon Henriksen | Incorporate feedback to improve GarbageCollection.html. |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Dale Johannesen | Don't assign rank numbers to debug intrinsic "calls". |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Bill Wendling | When we split a basic block, there's a default branch... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Devang Patel | Revert 66224. |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Devang Patel | Revert rev. 66167. |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Oscar Fuentes | CMake: auto-discover project files under the projects... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Gabor Greif | do not close friendship with every odd class |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Evan Cheng | SRThreshold is meant to be inclusive. |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Dale Johannesen | Tweak the check for promotable alloca's to handle |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Devang Patel | Do not let debug info prevert globalopt from shriking... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Devang Patel | Add "check/remove dbg var" helper routines. |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Bob Wilson | Fix a parallel make race condition by swapping the... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Dan Gohman | Fix a bugpoint bug on anonymous functions. Instead... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Dan Gohman | Don't use plain INC32 and DEC32 on x86-64; it needs |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Dan Gohman | When creating X86ISD::INC and X86ISD::DEC nodes, only... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Dan Gohman | Fix the "test" optimization to recognize "dec" as an... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Dan Gohman | Make this test more thorough. Not only should there... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Gabor Greif | ignore build dirs |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Chris Lattner | move some code to gracefully handle the case when a... |
commit | commitdiff | tree | snapshot |
next |