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 |
2009-03-05 |
Devang Patel | GlobalOpt only process non constant local GVs while... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Duncan Sands | Add missing file. |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Owen Anderson | (Hopefully) silence a warning. |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Nick Lewycky | Regenerate. |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Nick Lewycky | Autodetect the availability of -export-dynamic in the... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Owen Anderson | Be more careful about choosing restore points when... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Chris Lattner | Daniel wanted the stack printed upside down. Perhaps he |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Chris Lattner | indicate what the program args line is. |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Chris Lattner | switch this message back to only being in -debug mode. |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Nate Begeman | When allocating stubs, keep track of which Functions... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Evan Cheng | Do not split edges to EH landing pads. It will cause... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Evan Cheng | Fix how livein live intervals are handled. Previously... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Dale Johannesen | Fix another case where debug info was affecting |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Zhou Sheng | Ignore the debug info intrinsics when looking for depen... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Bill Wendling | Add comment to emphasize that the while body is empty. |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Dale Johannesen | Fix another case where a dbg.declare meant something |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Bill Wendling | Should have XFAILed this test. |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Bill Wendling | Temporarily revert r65994. It was causing rdar://6646455. |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Gabor Greif | ooops, forgot to include the pointless-write eliminator... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Dale Johannesen | Add some cautionary comments. |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Chris Lattner | add some helper classes for building light-weight symbo... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Dale Johannesen | Re-commit 65975 and a fix for the problem that |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Chris Lattner | Add a new 'AddSignalHandler' function to Signals.h... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Dan Gohman | Fix this comment. |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Dan Gohman | Add an assertion for a condition that's always true... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Gabor Greif | Give sentinel traits the right to determine the policy... |
commit | commitdiff | tree | snapshot |
next |