2009-03-01 |
Evan Cheng | Minor optimization: |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Chris Lattner | tweak this to accept asmprinter changes. I have no... |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Chris Lattner | simplify handling "don't print top level name" processi... |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Bob Wilson | Combine PPC's GetConstantBuildVectorBits and isConstant... |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Chris Lattner | Fix a pretty awesome bug that only happened in a strang... |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Chris Lattner | walk type symbol table also, so we get: |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Chris Lattner | adjust for asmprinter change. |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Chris Lattner | adjust for asmprinter change. |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Chris Lattner | adjust test to make it more robust |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Chris Lattner | Fix a long-standing bug and misfeature of the disassemb... |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Chris Lattner | move type name population out of TypePrinting class... |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Chris Lattner | switch to densemap for pointer->word map. |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Chris Lattner | delete a bunch of duplicated type printing logic, using... |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Chris Lattner | make this work when constructed with a null module* |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Gabor Greif | add description how the ilist_traits<Instruction> works |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Chris Lattner | the module is not required to exist, allow it to defaul... |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Chris Lattner | disable copying and assignment. |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Chris Lattner | expose TypePrinting as a public API. |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Chris Lattner | one less space, fixes failure with rebuilt llvm-gcc. |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Bill Wendling | Fix grammaro. |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Chris Lattner | rename 'Result' to 'OS' in CalcTypeName for consistency |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Chris Lattner | do not embed the raw_ostream into TypePrinting, pass... |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Chris Lattner | stop calling Type::getDescription(). |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Chris Lattner | simplifications |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Chris Lattner | Change WriteTypeSymbolic to not put a space out before... |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Chris Lattner | make CalcTypeName take a stream instead of a string... |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Chris Lattner | remove a bunch of nearly-duplicated code. |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Chris Lattner | fix indentation, remove dead integer case. |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Chris Lattner | pull calcTypeName into TypePrinting class, make its... |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Chris Lattner | inline method into its only use and simplify the result. |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Chris Lattner | simplify condition |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Chris Lattner | start refactoring the .ll printer: introduce a new... |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Chris Lattner | add a stub for Roadsend PHP |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Chris Lattner | don't use the word 'aggregate' with constants, it is... |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Chris Lattner | don't redescribe bitcast constraints in two places... |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Chris Lattner | reject 0 element vectors with: |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Nick Lewycky | Update this text for first-class aggregates. |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Bill Wendling | Fix typo. Found by William Moss. |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Bill Wendling | There is a way to specify targets that should succeed... |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Gabor Greif | make traits more flexible by splitting out node-related... |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Evan Cheng | Last commit accidentially deleted this code. |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Evan Cheng | Avoid unused parameter warning. |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Stuart Hastings | Unable to say "TARGET: *-*-darwin*"; falling back to... |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Mon P Wang | Added another darwin subtarget |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Stuart Hastings | Testcase to insure C strings go to the cstring |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Devang Patel | It is possible that subprgoram definition is only encod... |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Gabor Greif | group friendship |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Rafael Espindola | Refactor TLS code and add some tests. The tests and... |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Gabor Greif | document ilist_traits |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Gabor Greif | Expand a bit on iplist. If you are more expert on this... |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Gabor Greif | update ilist documentation and add some blurb on ilist_node |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Gabor Greif | update year |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Gabor Greif | fix comments |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Gabor Greif | Introduce a new technique for merging BasicBlock with... |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Ted Kremenek | Update release notes for static analyzer. |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Mikhail Glushenkov | 'append_cmd' should split its argument. |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Nick Lewycky | Silence compiler warning about use of uninitialized... |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Nick Lewycky | Fix compiler warning about uninitialized variables... |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Dale Johannesen | Alignment values for i64 and f64 on ppc64 were wrong, |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Evan Cheng | Make sure this test passes on linux-ppc. |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Dan Gohman | Update another test for the LoopInfo::print changes. |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Dan Gohman | Update this test for the LoopInfo::print changes. |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Dan Gohman | Make LoopInfo::print() identify header, exit, and latch... |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Evan Cheng | MachineLICM CSE should match destination register class... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Chris Lattner | drop some un-edited text for pure and ldc in here. |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Gabor Greif | remove deleteNode definition, it is inherited in an... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Chris Lattner | make sure that make fully evaluates variables when... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Chris Lattner | Fix universal builds to not use -XCClinker (a libtool... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Chris Lattner | these utils don't need exports. |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Chris Lattner | disable exports from a bunch more tools, those without... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Chris Lattner | no really, use the right path. |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Chris Lattner | Search for the export map in a place that it can be... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Chris Lattner | use TOOL_NO_EXPORTS, this shrinks the llvm-as binary... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Chris Lattner | strip exported symbols from tools that build with TOOL_... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Chris Lattner | pass -mmacosx-version-min to the compiler and linker... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
John Criswell | Another great year for LLVM! |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Nick Lewycky | Tabs to spaces presto chango! Pointed out by Duncan... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Nick Lewycky | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Nick Lewycky | Fix typo! |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Nick Lewycky | Force 'llvm-config' to go first, optionally followed... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Nick Lewycky | Remove libtool. |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Chris Lattner | pic16 notes from Sanjiv. Just dumped in for now, will... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Chris Lattner | final random and incoherent notes after making it throu... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Zhou Sheng | Ignore dbg info intrinsics when folding conditional... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Nick Lewycky | Add the function attributes pass during LTO time. |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Chris Lattner | more notes. |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Chris Lattner | add some notes from Nicolas G. |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Owen Anderson | Enable stack slot coloring DCE. Evan's spiller fixes... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Evan Cheng | ADDS{D|S}rr_Int and MULS{D|S}rr_Int are not commutable... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Evan Cheng | The last commit was overly conservative. It's ok to... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Evan Cheng | If an available register falls through to a succ block... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Bob Wilson | Fix a duplicated word in a comment. |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Julien Lerouge | Fix a typo that prevents hello.mm from running (and... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Evan Cheng | Revert BuildVectorSDNode related patches: 65426, 65427... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Dale Johannesen | Fix big-endian codegen bug. We're splitting up |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Devang Patel | Print variable's display name in dwarf DIE. |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Chris Lattner | Fix PR3667 |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Duncan Sands | Check that records with a known constant size are not |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Zhou Sheng | Don't block basic block with only SwitchInst to fold... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Duncan Sands | Flesh out the Ada section a little. |
commit | commitdiff | tree | snapshot |
next |