- ab4ed59 eliminate the SDNode::setValueTypes method. by Chris Lattner · 19 years ago
- 63e3f14 eliminate a bunch of duplicate ctors and helper functions. by Chris Lattner · 19 years ago
- 619f024 Fix some comments and other minor sundry things. by Reid Spencer · 19 years ago
- 471feac Ensure that visibility and section are properly propagated. by Reid Spencer · 19 years ago
- 8bef037 Back out last revision which was committed by accident. by Reid Spencer · 19 years ago
- 3dad8dc Make sure that section and visibility are properly propagated. by Reid Spencer · 19 years ago
- d429bcd move MorphNode to out of line and merge setNodeOperands into it. There is by Chris Lattner · 19 years ago
- 48b8592 simplify MorphNodeTo to take a VTList operand. by Chris Lattner · 19 years ago
- 67612a1 eliminate some extraneous methods in SDNode by Chris Lattner · 19 years ago
- c76e3c8 Give each selectiondag node class a home for it's vtable and rtti info by Chris Lattner · 19 years ago
- 73a7d89 Prepare for PR411 by Reid Spencer · 19 years ago
- e4116f8 Encode small integers more densely in foldingset, avoiding overflowing the SmallVector as often. by Chris Lattner · 19 years ago
- 9f24ad7 Switch VAlueMap from std::map to DenseMap. by Chris Lattner · 19 years ago
- 0da331f Switch NodeMap from std::map to DenseMap, this speeds up isel by 2.3% by Chris Lattner · 19 years ago
- 0ed4417 swtich vector-> smallvector, speeding up selectiondag stuff 1% by Chris Lattner · 19 years ago
- 40030bf Switch promoted/expanded ops over to using a DenseMap. Vector related maps by Chris Lattner · 19 years ago
- 414e37f Regenerate. by Reid Spencer · 19 years ago
- c34706c For PR1151: by Reid Spencer · 19 years ago
- 718071c switch LegalizedNodes from std::map to a DenseMap. This speeds up isel by Chris Lattner · 19 years ago
- 28f7227 add a version of insert that takes the key and value. by Chris Lattner · 19 years ago
- 6734b57 For PR1163: by Reid Spencer · 19 years ago
- 5fcaf3e Make SmallSetVector useful by Chris Lattner · 19 years ago
- 00755df Eliminate some malloc traffic from LegalizeAllNodesNotLeadingTo, speeding by Chris Lattner · 19 years ago
- d48c5e8 Eliminate some std::sets. This speeds up isel of kimwitu by about 0.9% by Chris Lattner · 19 years ago
- a3e6062 Make sure the gccas script is executable. by Reid Spencer · 19 years ago
- 006c687 For PR1067: by Reid Spencer · 19 years ago
- cf5640b Switch SelectionDAG::ReplaceAllUsesOfValueWith to use a SmallSetVector for by Chris Lattner · 19 years ago
- 7235928 Various bugfixes by Chris Lattner · 19 years ago
- edca3c5 describe SmallSetVector by Chris Lattner · 19 years ago
- 337cde0 Convert SetVector to be a true adapter class and add SmallSetVector. by Chris Lattner · 19 years ago
- 7f3da2d remove some dead code by Chris Lattner · 19 years ago
- 7ba98a9 For PR1072: by Reid Spencer · 19 years ago
- a49fd07 add an instcombine pass to clean up after heavy-lifting IP passes by Chris Lattner · 19 years ago
- e3683e1 null -> pointer, nul -> character :) by Chris Lattner · 19 years ago
- 128a7a7 Fix some spellos. by Reid Spencer · 19 years ago
- a4a264d fix grammar by Chris Lattner · 19 years ago
- 2b78d96 Serious cleanups. Make the TOC match the text for the class hierarchy, by Chris Lattner · 19 years ago
- f369252 Add TOC by Chris Lattner · 19 years ago
- c572243 describe map-like containers by Chris Lattner · 19 years ago
- 5a5f6b6 8 buckets is way too small to start out with. This was only for testing. by Chris Lattner · 19 years ago
- c74913c Clean this up a bit: hide command unless verbose output requested, echo by Reid Spencer · 19 years ago
- f987c77 Add a test case. by Evan Cheng · 19 years ago
- b38cba9 ARM callseq_end should have a input flag operand so it would be scheduled right after the call. by Evan Cheng · 19 years ago
- fc40342 Fix comments. by Evan Cheng · 19 years ago
- 14868db improve grammar by Chris Lattner · 19 years ago
- 3b23a8c improve grammar by Chris Lattner · 19 years ago
- 4ddfac1 close run-away tag by Chris Lattner · 19 years ago
- 74c4ca1 fill in the section on Set-like containers. by Chris Lattner · 19 years ago
- aff26d1 fix validation issues by Chris Lattner · 19 years ago
- 302da1e fix validation problems by Chris Lattner · 19 years ago
- 098129a Add some notes about choice of container. by Chris Lattner · 19 years ago
- 32dc7fd remove a dead header by Chris Lattner · 19 years ago
- 736610c Moved the GetTargetRelocation method from PPCMachOWriter to here. It uses by Bill Wendling · 19 years ago
- e318391 Moved the GetTargetRelocation method to the PPCMachOWriterInfo object. The by Bill Wendling · 19 years ago
- d118cd2 Put destructor out-of-line. by Bill Wendling · 19 years ago
- 886b412 Pass in non-Mach-O-specific parameters to the GetTargetRelocation method. by Bill Wendling · 19 years ago
- 3da9981 Added GetTargetRelocation method. by Bill Wendling · 19 years ago
- 18e84b5 Added some accessor methods. by Bill Wendling · 19 years ago
- 0f43b22 Moved MachORelocation to its own header file. Have a call through the by Bill Wendling · 19 years ago
- db6b60c New file for the MachORelocation structure. It doesn't have to be tied to the by Bill Wendling · 19 years ago
- bd5d3db - Branch max. displacement calculation bug. - Add debugging info. by Evan Cheng · 19 years ago
- 2ba528b switch the sched unit map over to use a DenseMap instead of std::map. This by Chris Lattner · 19 years ago
- 7971514 Switch ComputeTopDownOrdering over to using a densemap. This speeds up by Chris Lattner · 19 years ago
- 865c669 __builtin_isunordered test case. by Evan Cheng · 19 years ago
- 776b16d For PR1152: by Reid Spencer · 19 years ago
- 5efdecc Pasto by Evan Cheng · 19 years ago
- a8babc7 And even more correctly. by Reid Spencer · 19 years ago
- 463708a Format the examples correctly. by Reid Spencer · 19 years ago
- a1981ff For PR1152: by Reid Spencer · 19 years ago
- 4532cc3 Improves alloca test. Verifies SP restoration. by Lauro Ramos Venancio · 19 years ago
- 5e665f5 Switch inliner over to use DenseMap instead of std::map for ValueMap. This by Chris Lattner · 19 years ago
- 4642ca6 bugfix: SP isn't resetted when function has FP and there is no spills. by Lauro Ramos Venancio · 19 years ago
- c1ec780 Switch this back to using an std::map. DenseMap entries are getting invalidated by Chris Lattner · 19 years ago
- e3770db Two improvements: by Reid Spencer · 19 years ago
- 137d4b2 silence annoying warning in release-asserts build by Chris Lattner · 19 years ago
- 1c1f112 Remove more malloc thrashing, this speeds up IPSCCP on kimwitu another 6.7%. by Chris Lattner · 19 years ago
- a21335d Another thumb large stack offset codegen bug. by Evan Cheng · 19 years ago
- cc56aad Convert an std::set to SmallSet, this speeds up IPSCCP 17% on kimwitu. by Chris Lattner · 19 years ago
- e777ff2 eliminate a malloc/free for (almost) every GEP processed. This speeds up by Chris Lattner · 19 years ago
- b59673e switch hash_map's over to DenseMap in SCCP. This speeds up SCCP by 30% in by Chris Lattner · 19 years ago
- 70a76a6 add find/erase, add const iterators, fix bugs in iterators. by Chris Lattner · 19 years ago
- f6390f4 add iterators by Chris Lattner · 19 years ago
- 05cc424 Use MBB.empty() instead of MBB.size() for speed. by Evan Cheng · 19 years ago
- 1dd6a60 Watch out for empty BB. by Evan Cheng · 19 years ago
- bd70c0b For PR1152: Step 2: Make plug compatible shell script to replace gccas binary. by Reid Spencer · 19 years ago
- 74ed997 For PR1152: by Reid Spencer · 19 years ago
- a07cb7d Remove dead code and fix indentation per Chris' review comments. by Reid Spencer · 19 years ago
- 1b19cd3 Use short form of BinaryOperator create function. by Reid Spencer · 19 years ago
- cc46cdb Use short form of binary operator create functions. by Reid Spencer · 19 years ago
- 8e11bf8 Put the Shift instructions in the right section. by Reid Spencer · 19 years ago
- ebe57e3 Fix a comment that needed to change after SHIFT patch landed. by Reid Spencer · 19 years ago
- f48ae33 Ugh. Only meant to do this in thumb mode. by Evan Cheng · 19 years ago
- 0737c24 bugfix for reid's shift patch. by Chris Lattner · 19 years ago
- 2d1222c add a note by Chris Lattner · 19 years ago
- e1888ee 1. Break long lines to 80 col limit by Reid Spencer · 19 years ago
- 832254e Changes to support making the shift instructions be true BinaryOperators. by Reid Spencer · 19 years ago
- 9a2ef95 Fix a bug in getARMCMP (which translate CondCode to ARM specific CC) when the RHS is a constant. by Evan Cheng · 19 years ago
- b063615 Thumb does not have clz. by Evan Cheng · 19 years ago
- 95ced11 Dump function names when debug-pass=Executions is used. by Devang Patel · 19 years ago
- fd905ca Fix Transforms/InstCombine/2007-02-01-LoadSinkAlloca.ll, a serious code by Chris Lattner · 19 years ago