summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Don't preserve all symbols in a .so and instead trust gold to know what isRafael Espindola2010-06-03
* Machine sink could potentially sink instructions into a block where the physicalBill Wendling2010-06-03
* Turns out gtest still prefers the system <tr1/tuple> over it's ownBenjamin Kramer2010-06-03
* Add first pass at darwin tls compiler support.Eric Christopher2010-06-03
* arm_neon.h now makes it through clang and generates appropriate code for thos...Nate Begeman2010-06-03
* One underscore, not two.Eric Christopher2010-06-03
* Implement expansion in type legalization for add/sub with overflow. TheEli Friedman2010-06-03
* Remove some already-fixed README entries.Eli Friedman2010-06-03
* Remove README entry which no longer compiles to something sane.Eli Friedman2010-06-03
* Remove a fixed item, update a couple partially-fixed items.Eli Friedman2010-06-03
* Use the fast register allocator by default for -O0 builds.Jakob Stoklund Olesen2010-06-03
* Use readsWritesVirtualRegister instead of counting uses and defs when insertingJakob Stoklund Olesen2010-06-03
* Add full register <imp-def> operands when the coalescer is creating partialJakob Stoklund Olesen2010-06-02
* Speedup bitcode writer. Do not walk all values for all functions to emit func...Devang Patel2010-06-02
* Compulsive reformating. No functionalitical changes.Bill Wendling2010-06-02
* Slightly change the meaning of the reMaterialize target hook when the originalJakob Stoklund Olesen2010-06-02
* Update Readme and Makefiles for the new gtest.Benjamin Kramer2010-06-02
* Merge gtest-1.5.0.Benjamin Kramer2010-06-02
* Merge gtest-1.4.0.Benjamin Kramer2010-06-02
* Merge gtest-1.3.0.Benjamin Kramer2010-06-02
* Clean up 80 column violations. No functional change.Jim Grosbach2010-06-02
* arm_neon.h emitter now mostly complete for the purposes of initial testing.Nate Begeman2010-06-02
* Remove the TargetRegisterClass member from CalleeSavedInfoRafael Espindola2010-06-02
* Fix comment so it doesn't include comments which are irrelevant to the x86Eli Friedman2010-06-02
* Use comments to document non-obvious code rather thanDan Gohman2010-06-02
* Skip identical instruction while calculating DBG_VALUE range.Devang Patel2010-06-02
* Rename canCombinedSubRegIndex method to something more grammatically correctBob Wilson2010-06-02
* Replace ARM's getCalleeSavedRegClasses with a simpler solutionRafael Espindola2010-06-02
* remove trailing whitespaceJim Grosbach2010-06-02
* Use local small vector.Devang Patel2010-06-02
* Remove unused function.Rafael Espindola2010-06-02
* Not all entries in the range will have an SUnit. Check for that when lookingJim Grosbach2010-06-02
* Update the documentation, getCalleeSavedRegClasses is not required anymore.Rafael Espindola2010-06-02
* cleanupRafael Espindola2010-06-02
* Remove uses of getCalleeSavedRegClasses from outside theRafael Espindola2010-06-02
* Pacify recent gcc: remove a pointless const qualifier.Duncan Sands2010-06-02
* Checkpoint; handle 'int' and 'void' correctlyNate Begeman2010-06-02
* Emit full function prototypes. Definitions & typedefs to come.Nate Begeman2010-06-02
* Enable machine cse of instructions which define physical registers.Evan Cheng2010-06-02
* Checkpoint arm_neon.h generation with tablegenNate Begeman2010-06-02
* Don't try to custom-lower 64-bit add-with-overflow and friends on x86-32; theEli Friedman2010-06-02
* Fix an obvious mistake: don't change the operands until all of them have beenBob Wilson2010-06-02
* Remove outdated README entries.Eli Friedman2010-06-02
* Update debug information when breaking anti-dependencies. rdar://7759363Jim Grosbach2010-06-01
* Fix commentSean Hunt2010-06-01
* DwarfWrite is now smart enough to drop debug value pointing to undefined regi...Devang Patel2010-06-01
* Properly compose subregister indices when coalescing.Jakob Stoklund Olesen2010-06-01
* Remove unused codeJim Grosbach2010-06-01
* Ignore line number of debug value in undefined register.Devang Patel2010-06-01
* fix think-oJim Grosbach2010-06-01