2010-04-15 |
Dan Gohman | Generalize the EXPORTED_SYMBOL_FILE concept in the... |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Gabor Greif | zap mergeinfo |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Gabor Greif | reapply r101364, which has been backed out in r101368 |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Duncan Sands | Pointed out by housel on #llvm. |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Jakob Stoklund... | Fix PR6847. RegScavenger should ignore DebugValues. |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Nicolas Geoffray | Make sure the initialization of a GC root is after... |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Anton Korobeynikov | Revert r100896 and around - this breaks the only mingw3... |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Gabor Greif | prune includes |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Evan Cheng | ARM SelectDYN_ALLOC should emit a copy from SP rather... |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Johnny Chen | DEBUG() print out "Unknown format" msg. |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Dan Gohman | ReuseFrameIndexVals is used in multiple files, so it... |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Dan Gohman | EnablePPC64RS and EnablePPC32RS are used in multiple... |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Dan Gohman | Fix a bunch of namespace polution. |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Dan Gohman | Fix namespace polution. |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Dan Gohman | Make getPredecessorWithUniqueSuccessorForBB return... |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Gabor Greif | typos |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Gabor Greif | back out r101364, as it trips the linux nightlybot... |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Gabor Greif | zap mergeinfo |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Benjamin Kramer | Simplify ".bc" detection. |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Gabor Greif | rotate CallInst operands, i.e. move callee to the back |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Chris Lattner | enhance the load/store narrowing optimization to handle a |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Chris Lattner | teach codegen to turn trunc(zextload) into load when... |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Chris Lattner | add a simple dag combine to replace trivial shl+lshr... |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Chris Lattner | Implement rdar://7860110 (also in target/readme.txt... |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Dan Gohman | Add more const qualifiers for LLVM IR pointers in CodeGen. |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Chris Lattner | further tweak this to do something useful. |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Chris Lattner | remove undef control flow. |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Daniel Dunbar | Remove unnecessary uses of <iostream>. |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Daniel Dunbar | tests: MC/Disassembler tests depend on ARM support... |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Chris Lattner | fix a crash on "lli ex" or any other file whose name... |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Anders Carlsson | Fix build. |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Dan Gohman | Add const qualifiers to CodeGen's use of LLVM IR constr... |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Eric Christopher | Allow lowering for palignr instructions for mmx sized... |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Evan Cheng | More 80 violations. |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Johnny Chen | Wrap the error msgs in DEBUG() macro so that they won... |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Evan Cheng | 80 col violations. |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Devang Patel | Add comment. |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Devang Patel | There is no need to track compile unit offsets if there... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Devang Patel | Remove dead code. |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Tobias Grosser | IPO needs ScalarOpts and InstCombine in its libs |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Johnny Chen | Fixed another assert exposed by fuzzing. Now, the... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Jim Grosbach | Add -arm-long-calls option to force calls to be indirec... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Dan Gohman | Fix TrackingVH to handle const Value subclasses. |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Dan Gohman | Remove a const here. This makes this function consisten... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Dan Gohman | Constify GetConstantStringInfo. |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Nicolas Geoffray | Don't use DILocation when processing a DebugLoc. |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Johnny Chen | For t2BFI disassembly, apply the same error checking... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Dan Gohman | Move a bunch of methods from CallSite to CallSiteBase... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Johnny Chen | Fixed another assert exposed by fuzzing. The utility... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Jakob Stoklund... | Remove unneeded types from test. |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Evan Cheng | - Code clean up to reduce indentation. |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Dan Gohman | Use FunTy instead of hard-coding Function. |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Bob Wilson | Don't custom lower bit converts to ARM VMOVDRRD or... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Dan Gohman | Oops, make these public. |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Dan Gohman | Move getType() and getCaller() into CallSiteBase so... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Evan Cheng | Trim tests and convert to FileCheck. |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Dan Gohman | Delete unneeeded arguments. |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Dan Gohman | Delete unused arguments. |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Dan Gohman | Factor out EH landing pad code into a separate function... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Dan Gohman | Reset the debug location even if the instruction was... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Dan Gohman | Fix a missing #include. |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Dan Gohman | Refine #includes. |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Dan Gohman | Split ISD::NodeType and a few related items out of... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Dan Gohman | Pull utility routines with no SelectionDAG dependence... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Dan Gohman | Fix typos in comments. |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Gabor Greif | performance: cache the dereferenced use_iterator |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Dan Gohman | Delete an obsolete comment. |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Dan Gohman | Delete an unused function. |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Dan Gohman | Clear the FunctionLoweringInfo object before doing... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Dan Gohman | Move this assert out of SelectionDAGISel into FunctionL... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Dan Gohman | Add a comment. |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Dan Gohman | Move the code for initialing the entry block livein... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Dan Gohman | Reorgnaize this code to be more tidy and readable. |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Dan Gohman | Trim #includes. |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Dan Gohman | Move the code for emitting livein copies out of Selecti... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Gabor Greif | performance: cache the dereferenced use_iterator |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Dan Gohman | Sink landing-pad marking code out of |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Dan Gohman | It's not necessary to recompute EB here. |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Gabor Greif | performance: cache the dereferenced use_iterator |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Dan Gohman | Add a comment. |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Dan Gohman | Fix whitespace, comments. |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Dan Gohman | Add explicit keywords. |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Dan Gohman | Use C++, not C++-standard-library-internals-ese. |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Dan Gohman | Make SuccIterator's private parts private too. |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Dan Gohman | Make helper utility members private. |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Benjamin Kramer | EDis: Don't include inttypes.h. We support compilers... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Nick Lewycky | Enable RTTI again. While this works fine for LLVM,... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Nick Lewycky | Don't forget cmake! |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Nick Lewycky | Turn off RTTI for VMCore. Yay! |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Nick Lewycky | I don't know how, but I managed to goof the revert... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Nick Lewycky | Revert r101213. |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Nick Lewycky | Remove accidentally committed cruft. |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Nick Lewycky | Fix 80 column ruler. |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Nick Lewycky | Bugpoint no longer uses exceptions. |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Chris Lattner | implement mc asmparser support for '.', which gets the |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Nick Lewycky | Remove tab. |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Nick Lewycky | Commit testcase for r101213. |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Nick Lewycky | While DAE can't modify the function signature of an... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Dan Gohman | Generalize this code to handle Instructions in addition... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Dan Gohman | Reorder the methods of this class to be a little more... |
commit | commitdiff | tree | snapshot |
next |