aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Add an out-of-line virtual function to home class.Chris Lattner2006-07-141-0/+2
* Fixed a bug handling void function types.Jim Laskey2006-07-132-12/+21
* It was pointed out that DEBUG() is only available with -debug.Jim Laskey2006-07-111-1/+3
* Ensure that dump calls that are associated with asserts are removed fromJim Laskey2006-07-112-2/+14
* 1. Support for c++ mangled names.Jim Laskey2006-07-112-1/+14
* Fix CodeGen/Alpha/2006-07-03-ASMFormalLowering.ll and PR818.Chris Lattner2006-07-111-12/+29
* Fix a typo that causes 2006-07-07-ComputeMaskedBits.ll to fail.Evan Cheng2006-07-071-1/+1
* Ugly hack! Add helper functions InsertInFlightSetEntry andEvan Cheng2006-06-291-0/+14
* Add support to print 4-, 8-, and 16- byte constant literals in specialEvan Cheng2006-06-291-10/+48
* Use hidden visibility to make symbols in an anonymous namespace getChris Lattner2006-06-285-6/+12
* Shave another 27K off libllvmgcc.dylib with visibility hiddenChris Lattner2006-06-289-13/+25
* Mark these two classes as hidden, shrinking libllbmgcc.dylib by 25KChris Lattner2006-06-282-2/+4
* Fix CodeGen/Generic/2006-06-28-SimplifySetCCCrash.llChris Lattner2006-06-281-6/+4
* For PR801:Reid Spencer2006-06-272-183/+7
* Add and sort "sections" in debug lines. This always stepping throughJim Laskey2006-06-231-85/+110
* Add support for function types.Jim Laskey2006-06-202-1/+20
* References need to be section relative.Jim Laskey2006-06-191-3/+5
* References need to be section relative.Jim Laskey2006-06-191-1/+1
* Handle versioning of compile unit.Jim Laskey2006-06-191-0/+6
* 1. Revise vector debug support.Jim Laskey2006-06-162-35/+24
* Teach the local allocator to know that live-in values (e.g. arguments) areChris Lattner2006-06-151-0/+20
* 1. Support standard dwarf format (was bootstrapping in Apple format.)Jim Laskey2006-06-152-4/+14
* Was pointed out that structure alignment and type alignment are not the sameJim Laskey2006-06-151-0/+3
* Alignment of globals has not been quite right. Needed to drop the pointer typeJim Laskey2006-06-151-5/+3
* Consistency. EXTRACT_ELEMENT index operand should have ptr type.Evan Cheng2006-06-151-10/+13
* Assert. Rather than silently stop printing.Evan Cheng2006-06-151-0/+2
* Instructions with variable operands (variable_ops) can have a number requiredEvan Cheng2006-06-152-2/+4
* Change versioning to per debug info descriptor (merged with tag.)Jim Laskey2006-06-141-28/+24
* Place dwarf headers at earliest possible point. Well behaved when skippingJim Laskey2006-06-142-50/+56
* Port some bugfixes in shift handling from SimplifyDemandedBits over toChris Lattner2006-06-131-35/+51
* TargetLowering::ComputeMaskedBits was not clearing reciprocal bits on shifts.Jim Laskey2006-06-131-6/+11
* Make sure to update the CFG correctly if a switch only has a default dest.Chris Lattner2006-06-121-0/+1
* Start on my todo listAndrew Lenharth2006-06-122-6/+6
* Fix X86/inline-asm.ll:test2, a case where an input value was implicitlyChris Lattner2006-06-081-3/+6
* Fix Regression/CodeGen/X86/inline-asm.ll, a case where inline asm causesChris Lattner2006-06-081-6/+13
* Fix an assert-on-inline-inline-asm bug.Chris Lattner2006-06-081-12/+18
* For PR798:Reid Spencer2006-06-051-13/+56
* For PR798:Reid Spencer2006-06-051-14/+65
* Prevent the -pedantic option from causing Mac OS/X build problems:Reid Spencer2006-06-011-0/+3
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-012-2/+2
* commuteInstruction() does not always create a new MI!Evan Cheng2006-05-311-2/+4
* Eliminate a memory leak.Evan Cheng2006-05-311-0/+1
* visitVBinOp: Can't fold divide by zero!Evan Cheng2006-05-311-0/+8
* Make sure the register pressure reduction schedulers work for non-uniformEvan Cheng2006-05-301-12/+14
* When a priority_queue is empty, the behavior of top() operator isEvan Cheng2006-05-301-0/+1
* Fix a nasty dag combiner bug that caused nondeterminstic crashes (MY FAVORITE!):Chris Lattner2006-05-271-4/+15
* Make CALL node consistent with RET node. Signness of value has type MVT::i32Evan Cheng2006-05-261-5/+5
* Change RET node to include signness information of the return values. e.g.Evan Cheng2006-05-262-9/+17
* Remove a bogus cast.Evan Cheng2006-05-261-1/+1
* Turn on -sched-commute-nodes by default.Evan Cheng2006-05-251-7/+2