aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add sanity checking for BUILD_PAIR (I noticed theDuncan Sands2008-10-291-0/+18
* - More pre-split fixes: spill slot live interval computation bug; restore poi...Evan Cheng2008-10-291-0/+2
* - Rewrite code that update register live interval that's split.Evan Cheng2008-10-292-1/+22
* Factor shouldInline method out of Inliner.Daniel Dunbar2008-10-291-1/+5
* Don't force things to be Value * when they're not.David Greene2008-10-291-1/+1
* Assorted comment/naming fixes, 80-col violations, and reindentation.Daniel Dunbar2008-10-281-3/+3
* Add some more information to the top-level comment for this file.Dan Gohman2008-10-281-1/+5
* Support for constant islands in the ARM JIT.Jim Grosbach2008-10-281-0/+9
* Avoid calls to setSubgraphColor in release mode. They generate lots of error ...Evan Cheng2008-10-281-1/+4
* Do not allow a user to set the operand for a constant.Tanya Lattner2008-10-281-0/+3
* fit in 80 colsChris Lattner2008-10-281-1/+2
* more comment cleanups.Chris Lattner2008-10-281-3/+3
* comment cleanups.Chris Lattner2008-10-281-3/+3
* Fix the name of the include guard to match the filename.Dan Gohman2008-10-281-2/+2
* Have TableGen emit setSubgraphColor calls under control of a -gen-debugDavid Greene2008-10-271-2/+7
* Return bool (inserted) from StringSet::insert as for StringMap::insert.Daniel Dunbar2008-10-271-3/+3
* Add setSubgraphColor to color an entire portion of a SelectionDAG. ThisDavid Greene2008-10-271-0/+11
* Add STL-style typedefs and default constructors to make it possible toDavid Greene2008-10-271-0/+5
* export an ID for the instructionNamer, allowing analysis/transformation passesTorok Edwin2008-10-271-0/+1
* For now, don't split live intervals around x87 stack register barriers. FpGET...Evan Cheng2008-10-271-1/+7
* Return something (i.e. NULL) from an unimplemented virtual function.Oscar Fuentes2008-10-261-0/+1
* CMake: GetTargetTriple: new module for determining the targetOscar Fuentes2008-10-261-0/+3
* Add storeRegTo{StackSlot|Addr} and loadRegFrom{StackSlot|Addr} descriptions.Evan Cheng2008-10-251-0/+17
* Make comments and code for QuietWarnings and QuietErrorsDan Gohman2008-10-251-2/+2
* Support for allocation of TLS variables in the JIT. Allocation of a globalNicolas Geoffray2008-10-252-0/+11
* CMake: MSVC++ no longer uses a special configuration method.Oscar Fuentes2008-10-251-9/+21
* CMake: Sync'ed DataTypes.h.cmake with DataTypes.h.in.Oscar Fuentes2008-10-251-0/+13
* Avoid splitting an interval multiple times; avoid splitting re-materializable...Evan Cheng2008-10-241-0/+5
* Fix constant-offset emission for x86-64 absolute addresses. ThisDan Gohman2008-10-241-0/+36
* Added raw_fd_ostream::close().Ted Kremenek2008-10-231-0/+3
* Changes to make the Windows build work...Steve Naroff2008-10-231-3/+13
* Committing a good chunk of the pre-register allocation live interval splittin...Evan Cheng2008-10-231-0/+33
* Introduce INT64_C macro and unbreak LLVM on MSVC.Argyrios Kyrtzidis2008-10-231-0/+3
* Change create*Pass factory functions to return Pass* instead ofDaniel Dunbar2008-10-221-10/+9
* Fix incorrect testing for the end of the both strings in CStrInCStrNoCase. T...Ted Kremenek2008-10-221-1/+1
* Add raw_ostream versions of WriteBitcodeToFile and BitcodeWriterPass.Daniel Dunbar2008-10-221-0/+9
* Add some comments explaining the meaning of a booleanDuncan Sands2008-10-221-7/+9
* Move Print*Pass to use raw_ostream.Daniel Dunbar2008-10-221-5/+5
* Fix comment to name "TokenFactor" instead of "Token factor".Bill Wendling2008-10-211-1/+1
* Privatize PrintModulePass and PrintFunctionPass and addDaniel Dunbar2008-10-212-55/+16
* Clear raw_fd_ostream error string on success and explain behavior inDaniel Dunbar2008-10-211-4/+5
* fix a tricky bug in the JIT global variable emitter, that was triggered when ...Nuno Lopes2008-10-212-1/+4
* constify some methods and variables in ImmutableList.Ted Kremenek2008-10-211-9/+9
* Add skeleton for the pre-register allocation live interval splitting pass.Evan Cheng2008-10-201-0/+2
* Update the stub and callback code to handle lazy compilation. The stubJim Grosbach2008-10-201-0/+8
* Add a register class -> virtual registers map.Evan Cheng2008-10-201-7/+30
* This forward declaration is unnecessary.Evan Cheng2008-10-201-1/+0
* Teach getTypeToTransformTo to return somethingDuncan Sands2008-10-201-4/+5
* Fix a typo in a comment.Dan Gohman2008-10-201-1/+1
* Fix typo in a comment.Matthijs Kooijman2008-10-201-1/+1