2009-09-29 |
Devang Patel | Lookup handler name only when assertions are enabled. |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Devang Patel | Add removeMD(). |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Devang Patel | Only one custom meadata of each kind can be attached... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Jim Grosbach | Additional check for regno==0 |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Devang Patel | Use assertion instead of early exit to catch malformed... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Devang Patel | Remove unnecessary cast. |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Devang Patel | Remove std::string uses from DebugInfo interface. |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Devang Patel | Create empty StringRef is incoming cstring is NULL. |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Jim Grosbach | Simplify the tracking of virtual frame index registers... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Jim Grosbach | Moving register scavenging to a post pass results in... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
David Goodwin | Post-RA regressions. |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Evan Cheng | Fix PR4687. Pre ARMv5te does not support ldrd / strd... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Nick Lewycky | Regenerate. |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Nick Lewycky | Fix configure bug that only shows up in a clean build... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Nick Lewycky | Roll back r83048. |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Nick Lewycky | Regenerate. |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Nick Lewycky | On Linux, uname -m reports the kernel type. Some Linux... |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Devang Patel | Parse custom metadata attached with an instruction. |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Stuart Hastings | B&I's buildit forces a PATH that omits /Developer.... |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Stuart Hastings | For B&I-style builds, tweak build_llvm script to prefer... |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Jim Grosbach | Adjust processFunctionBeforeCalleeSavedScan() to correc... |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Dan Gohman | Add C API calls for building FNeg operations. Patch... |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Devang Patel | s/class Metadata/class MetadataContext/g |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Devang Patel | Do not use global typedef for MDKindID. |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Jeffrey Yasskin | Forgot to update the documentation in r82906. s/DEBUG_R... |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Devang Patel | Remove unnecessary include. |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Dan Gohman | Add a testcase for r83011. |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Dan Gohman | When extending the operands of an addrec, iterate throu... |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Devang Patel | Do not hardcode metadata names. |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Dan Gohman | Add a CHECK line to check the position of the second... |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Evan Cheng | Fix Thumb2 IT block pass bug. t2MOVi32imm may not be... |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Jakob Stoklund... | Use KILL instead of IMPLICIT_DEF in LowerSubregs pass. |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Jakob Stoklund... | Introduce the TargetInstrInfo::KILL machine instruction... |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Dan Gohman | Add a testcase to help test analysis preservation. |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Dan Gohman | Create a README.txt for lib/Analysis, and add an entry. |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Devang Patel | Remove dead code. |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Dan Gohman | Use VerifySchedule instead of doing the work manually. |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Dan Gohman | Fix this debug output to handle the case where the... |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Dan Gohman | Include the name of the loop header in debug messages. |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Dan Gohman | Remove a redundant #ifndef and add an assertion string. |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Dan Gohman | Convert LoopSimplify and LoopExtractor from FunctionPas... |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Bob Wilson | Pass the optimization level when constructing the ARM... |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Evan Cheng | Make ARM and Thumb2 32-bit immediate materialization... |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Daniel Dunbar | Don't traverse into .svn directories. |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Anton Korobeynikov | Fix thinko in my recent movt commit: it's not safe... |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Chris Lattner | The select instruction is not neccesarily in the same... |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Evan Cheng | Coalescer should not delete extract_subreg, insert_subr... |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Erick Tryzelaar | Document a bug in the ocaml bindings has wrong linkage... |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Erick Tryzelaar | Expose the rest of the attribute settings. |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Erick Tryzelaar | Fix a bug in ocaml bindings that has incorrect linkage... |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Mikhail Glushenkov | Regenerate. |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Mikhail Glushenkov | Add a way to query the number of input files. |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Mikhail Glushenkov | Document the 'not' combinator. |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Mikhail Glushenkov | A bit prettier formatting. |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Dan Gohman | Remove temporary debugging hack. |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Dan Gohman | Move the dominator verification code out of special... |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Dan Gohman | Move this assert to check the condition as soon as... |
commit | commitdiff | tree | snapshot |
2009-09-28 |
Dan Gohman | Extend the StartPassTimer and StopPassTimer functions... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Anton Korobeynikov | Use movt/movw pair to materialize 32 bit constants... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Dan Gohman | Fix an old copy+pasto. |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Dan Gohman | Extract the code for inserting a loop into the loop... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Dan Gohman | When a loop is deleted, immediately release all of... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Dan Gohman | Extract the code for releasing a pass into a separate... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Nick Lewycky | Remove the "metadata*" type and simplify the code it... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Dan Gohman | LBRX no longer has an explicit SrcValueSDNode operand... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Chris Lattner | simplify some code. |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Chris Lattner | The bitcast case is not needed here: instcombine turns... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Nick Lewycky | New unit test for the cloning module, which so far... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Chris Lattner | calls are already unmovable, malloc doesn't need a... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Chris Lattner | calls to external functions are already marked overdefi... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Chris Lattner | calls are already handled, malloc doesn't need a specia... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Nick Lewycky | Round out the API for the new optimization flags. |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Chris Lattner | calls are rejected above, no need to special case mallo... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Chris Lattner | remove special handling of bitcast(malloc), it will... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Chris Lattner | unlike the malloc instruction, "malloc" calls do not... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Chris Lattner | add a new DirectiveMap stringmap, which allows more... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Nick Lewycky | Link order: it matters. |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Chris Lattner | allow pushing icmps through phis with multiple uses... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Chris Lattner | Enhance the previous fix for PR4895 to allow more value... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Chris Lattner | implement PR4895, by making FoldOpIntoPhi handle select... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Chris Lattner | avoid copying MCAsmInfo by value, add an (extremely... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Tilmann Scheller | Use explicit structs instead of std::pair to map callee... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Dan Gohman | Delete a bogus comment. |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Dan Gohman | Remove a redundant assert. |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Jeffrey Yasskin | Enable -g with DEBUG_SYMBOLS and --enable-debug-symbols... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Dan Gohman | Fix SCEVExpander's canonical addrec expansion code... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Dan Gohman | Add dominates and releaseMemory member functions to... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Dan Gohman | Grab an LLVM Context from an instruction that exists... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Dan Gohman | Clarify a comment. |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Dan Gohman | Tell ScalarEvolution to forget everything it knows... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Dan Gohman | Micro-optimize DerivedType::dropAllTypeUses. |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Dan Gohman | Instead of testing whether an instruction dominates... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Dan Gohman | Add a properlyDominates member function to ScalarEvolution. |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Dan Gohman | Remove a redundant #include. |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Torok Edwin | Avoid using mutex locks if not in multithreaded mode... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Evan Cheng | Enable pre-regalloc load / store multiple pass for... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Chris Lattner | rename REG -> REGISTER to make it explicit in the doc... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Chris Lattner | implement and document support for filecheck variables... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Nick Lewycky | Remove dead code from this function and optimize. Updat... |
commit | commitdiff | tree | snapshot |
2009-09-27 |
Nick Lewycky | Instruction::clone does not need to take an LLVMContext... |
commit | commitdiff | tree | snapshot |
next |