2008-06-30 |
Devang Patel | Rename new lto2 tool as lto. |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Ted Kremenek | Added ImmutableList, a companion ADT to ImmutableSet... |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Devang Patel | Remove old LTO interface. |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Devang Patel | Remove old LTO interface. |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Chris Lattner | add convenience 'constructors' |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Devang Patel | Move dominator info printer into tool/opt/GraphPrinters.cpp |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Duncan Sands | ExpungeNode is only needed for new nodes! This |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Duncan Sands | Support for VAARG. As noted in a comment, this is |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Duncan Sands | Support for promoting select_cc operands. |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Cedric Venet | Add loopVR files. |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Duncan Sands | Revert the SelectionDAG optimization that makes |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Evan Cheng | Eliminate TargetRegisterDesc::ImmSubRegs. It's no longe... |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Evan Cheng | - Re-apply 52748 and friends with fix. GetConstantStrin... |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Chris Lattner | check in anton's patch to make inlining happen in a... |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Chris Lattner | Implement split and scalarize for SELECT_CC, fixing... |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Nick Lewycky | Because of the laziness, the required passes must exist... |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Nick Lewycky | Add a value range analysis that lazily computes ranges... |
commit | commitdiff | tree | snapshot |
2008-06-29 |
Anton Korobeynikov | Revert (52748 and friends): |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Anton Korobeynikov | Start refactoring of asmprinters: provide a TAI hook... |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Anton Korobeynikov | Unbreak |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Anton Korobeynikov | Temporary rever invalid commit |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Anton Korobeynikov | Move printing of module-level GVs into dedicated helper |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Anton Korobeynikov | Use common naming convention |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Anton Korobeynikov | Factor out stuff into helper function |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Anton Korobeynikov | Cleanup |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Anton Korobeynikov | Remove X86SharedAsmPrinter |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Anton Korobeynikov | whitespace cleanup |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Anton Korobeynikov | Make intel asmprinter child of generic asmprinter,... |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Anton Korobeynikov | Cleanup |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Anton Korobeynikov | Whitespace cleanup |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Chris Lattner | Really fix the bootstrap failure. |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Chris Lattner | Add back the capability to include nul characters in... |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Chris Lattner | Tighten up checking. |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Dan Gohman | When folding a bitcast into a load or store, preserve... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Seo Sanghyeon | Fix GetMainExecutable. Patch by Sam Bishop. |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Evan Cheng | Looks like this condition is inverted. |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Owen Anderson | Add a NextPowerOf2 function to calculate the next power... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Chris Lattner | implement some fixme's by making "autorenaming" in... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Chris Lattner | simplify some code to avoid string thrashing. |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Anton Korobeynikov | Use StringSet instead of std::set<std::string> |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Chris Lattner | add a helper. |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Chris Lattner | Add a new version of Module::getFunction that takes... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Chris Lattner | Tweak IRBuilder to explicitly call the setName(const... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Cedric Venet | Add an include file needed for VS. |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Devang Patel | Add dominator info printer pass. |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Anton Korobeynikov | Provide correct encoding for PPC LWARX instructions. |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Argyrios Kyrtzidis | Since we are using GCC to assemble the program, make... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Duncan Sands | Regression test for PR2443. |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Duncan Sands | Use the c modifier to tell llvm-ar not to issue a |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Bill Wendling | Reduce number of times .size() is called on a vector... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Owen Anderson | Use a SmallSet when we can to reduce memory allocations. |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Owen Anderson | Cache subregister relationships in a set in TargetRegis... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Chris Lattner | fix the regressions from Eric's patch by making GetCons... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Chris Lattner | simplify this check, GetConstantStringInfo validates... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Chris Lattner | test doesn't need eh info |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Chris Lattner | when linking globals, make sure to preserve the address... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Bill Wendling | More cruft from revert... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Bill Wendling | Cruft left from patch revert...sorry. :-( |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Bill Wendling | Reverting broken patch r52803. |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Owen Anderson | Don't perform expensive queries checking for super... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Bill Wendling | - Remove a use of std::vector. |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Bill Wendling | Refactor the DebugInfoDesc stuff out of the MachineModu... |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Gordon Henriksen | Add a note for Thunderbird users to the Developer Policy. |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Chris Lattner | allow updating the MPM, so that you can use one Functio... |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Evan Cheng | XFAIL for now. |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Bill Wendling | Remove warnings about shadowed and unused variables. |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Ted Kremenek | Update VS project files. The clang executable now... |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Owen Anderson | Use a DenseMap instead of an std::map for mangled name... |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Chris Lattner | duncan points out that isOperationLegal includes a... |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Owen Anderson | Don't create a whole new string just to copy the elemen... |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Owen Anderson | Use the -enable-pre flag so this test doesn't fail. |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Matthijs Kooijman | Make LLVM compile on DragonFly BSD (PR2499). |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Matthijs Kooijman | Add missing semicolumn in my last commit. |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Matthijs Kooijman | Improve comments wrt createInternalize. |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Bill Wendling | Cleanup for unitialized types. Patch by Jean-Daniel... |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Chris Lattner | "An improved Mach-O file type detection for sys::Identi... |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Owen Anderson | Reserve the size we'll need in advance. |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Dale Johannesen | Allow for rounding up of stack frame. |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Dale Johannesen | Fixes the last x86-64 test failure in compat.exp: |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Eric Christopher | Remove unused function. |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Eric Christopher | Move GetConstantStringInfo to lib/Analysis. Remove |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Chris Lattner | when we know the signbit of an input to uint_to_fp... |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Owen Anderson | Remember which MachineOperand we were processing, so... |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Dan Gohman | Fix the text in an assert string. |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Evan Cheng | - Fix a x86 vector isel bug: illegal transformation... |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Duncan Sands | Add support for expanding PPC 128 bit floats. |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Chris Lattner | Implement JIT support for global aliases, patch by... |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Evan Cheng | Restore DeadArgElim back to 52570. It's breaking 447... |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Chris Lattner | Switch the PPC backend and target-independent JIT to... |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Chris Lattner | fix compilation errors in my previous patch |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Chris Lattner | Add a new InvalidateInstructionCache method to sys... |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Chris Lattner | jump threading can introduce allocas, make sure we... |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Chris Lattner | run mem2reg after the second jump threading pass in... |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Chris Lattner | remove a bunch of dead options that never did anything. |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Chris Lattner | remove some dead options. |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Dan Gohman | SimpleInstructionSelector is here no more. |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Duncan Sands | Add/complete support for integer and float |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Duncan Sands | Pacify gcc-4.3. |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Dan Gohman | Remove the OrigVT member from AtomicSDNode, as it is... |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Chris Lattner | simplify shell syntax to work better on solaris, patch by |
commit | commitdiff | tree | snapshot |
next |