2009-03-10 |
Rafael Espindola | Fix rebuilding after a .td file is modified. This was... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Chris Lattner | don't pass -Wl,-exported_symbol -Wl,_main to the linker... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Stuart Hastings | Tweak the DejaGNU voodoo to match Bill's advice. |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Daniel Dunbar | PR3478: raw_ostream should not buffer stderr |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Daniel Dunbar | Add C++ marker. |
commit | commitdiff | tree | snapshot |
2009-03-10 |
John Criswell | Do not attempt to do parial redundancy elimination... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Torok Edwin | Global variables don't have a corresponding llvm.dbg... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Sanjiv Gupta | Mark the Defs and Uses of STATUS register correctly... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Evan Cheng | If a function is marked alwaysinline, it must be inline... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Bill Wendling | Add radar number. |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Chris Lattner | wire up support for emitting "special" values from... |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Dan Gohman | Add more information to the EFLAGS note. |
commit | commitdiff | tree | snapshot |
2009-03-10 |
Stuart Hastings | Check for warnings about inappropriate weak_imports. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Dan Gohman | Add a note about EFLAGS optimization. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Devang Patel | Ignore debug info while evaluating function. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Dan Gohman | Don't record the increment instruction; just recompute... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Chris Lattner | Fix PR3724 by searching for the largest free block... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Devang Patel | Remove llvm.dbg.global_variables also. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Dan Gohman | Fix a few more places where induction variable types... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Dan Gohman | Use ReplacedTy instead of recomputing the same value. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Dan Gohman | Use LoopInfo's getLoopLatch() instead of doing what... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Dan Gohman | Don't use an induction variable type as a memory access... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Dan Gohman | Factor out the code that determines the memory access... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Chris Lattner | Clarify wording, patch by Stefanus Du Toit! |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Devang Patel | Add helper pass to remove llvm.dbg.declare intrinsics. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Dan Gohman | Move the sorting of the StrideOrder array earlier so... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Dan Gohman | Delete the isOnlyStride argument, which is unused. |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Dan Gohman | Tidy some LSR debug output: announce the loop it's... |
commit | commitdiff | tree | snapshot |
2009-03-09 |
Evan Cheng | ARM target now also recognize triplets like thumbv6... |
commit | commitdiff | tree | snapshot |
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 |
next |