aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2008-10-30Merge from mainline.Tanya Lattner
2008-10-23Merge from mainline.Tanya Lattner
2008-10-22Merge from mainline. Tanya Lattner
2008-10-17Merge from mainline..Tanya Lattner
2008-10-17Merge from mainline.Tanya Lattner
2008-10-17Merge from mainline.Tanya Lattner
2008-10-07Correctly handle calls with no return values. This fixesDan Gohman
2008-10-06Don't dereference the end() iterator. Thanks toDan Gohman
2008-10-06Remove unncessary isDeclaration() checks.Devang Patel
2008-10-06reorder #include order, patch by Kenneth Boyd!Chris Lattner
2008-10-06Add #include to get alloca, patch by Kenneth Boyd!Chris Lattner
2008-10-04wrap some long lines and expand i32 mul's to libcalls, inspired by aChris Lattner
2008-10-04CMake: Reflected changes on source file structure. New plugin supportOscar Fuentes
2008-10-04Fix compilation error on MSVC.Argyrios Kyrtzidis
2008-10-04Fix fast-isel's handling of atomic instructions. They mayDan Gohman
2008-10-04Fix a bug in the local allocator's liveness computation where itDan Gohman
2008-10-03Pass MemOperand through for 64-bit atomics on 32-bit,Dale Johannesen
2008-10-03Use -1ULL instead of uint64_t(-1), at Anton's suggestion.Dan Gohman
2008-10-03Fix typos pointed out by Duncan. Also untabify these files.Evan Cheng
2008-10-03Switch the MachineOperand accessors back to the short names likeDan Gohman
2008-10-03The result of getSetCCResultType (eg: i32) may be largerDuncan Sands
2008-10-03Implement fast-isel support for zero-extending from i1.Dan Gohman
2008-10-02Optimize conditional branches in X86FastISel. This replacesDan Gohman
2008-10-02Add a new MachineBasicBlock utility function, isLayoutSuccessor, thatDan Gohman
2008-10-02fix build gcc 4.3Andrew Lenharth
2008-10-02Use a multimap rather than a map for holding the list of copies to insert, so...Owen Anderson
2008-10-02Handle some 64-bit atomics on x86-32, some of the time.Dale Johannesen
2008-10-02A Partitioned Boolean Quadratic Programming (PBQP) based register allocator.Evan Cheng
2008-10-02Fix a think-o in isSafeToMove. This fixes it from thinking thatDan Gohman
2008-10-01Remove OptimizeForSize global. Use function attribute optsize.Devang Patel
2008-10-01Enable FastISel by default (on x86 and x86-64) with the -fast option.Dan Gohman
2008-10-01Make some implicit conversions explicit, to avoid compiler warnings.Dan Gohman
2008-10-01Fold trivial two-operand tokenfactors where the operands are equalDan Gohman
2008-10-01Fix typos in comments.Dan Gohman
2008-10-01Implement the -fno-builtin option in the front-end, not in the back-end.Bill Wendling
2008-09-30Mark merged-in VNInfo's as being PHIKilled.Owen Anderson
2008-09-30Fix a simple error in renumbering kill markaers, that took an inordinant amou...Owen Anderson
2008-09-30- Initialize "--no-builtin" to "false".Bill Wendling
2008-09-30Add the new `-no-builtin' flag. This flag is meant to mimic the GCCBill Wendling
2008-09-30Move the primary fast-isel top-level comments to FastISel.cpp, whereDan Gohman
2008-09-30Optimize SelectionDAG's AssignTopologicalOrder even further.Dan Gohman
2008-09-30Re-apply 56835 along with header file changes.Evan Cheng
2008-09-30Revert commit 56835 since it breaks the build.Duncan Sands
2008-09-30If a re-materializable instruction has a register operand, the spiller will c...Evan Cheng
2008-09-29Remove misuse of ReplaceNodeResults for atomics withDale Johannesen
2008-09-29Fix FastISel to not initialize the PIC-base register multiple timesDan Gohman
2008-09-26Temporarily reverting r56683. This is causing a failure during the build of l...Bill Wendling
2008-09-26Rename ConstantSDNode's getSignExtended to getSExtValue, forDan Gohman
2008-09-26Fix @llvm.frameaddress codegen. FP elimination optimization should be disable...Evan Cheng
2008-09-26Add "inreg" field to CallSDNode (doesn't increaseDale Johannesen