summaryrefslogtreecommitdiff
path: root/lib/CodeGen
Commit message (Expand)AuthorAge
* Ugly hack! Add helper functions InsertInFlightSetEntry andEvan Cheng2006-06-29
* Add support to print 4-, 8-, and 16- byte constant literals in specialEvan Cheng2006-06-29
* Use hidden visibility to make symbols in an anonymous namespace getChris Lattner2006-06-28
* Shave another 27K off libllvmgcc.dylib with visibility hiddenChris Lattner2006-06-28
* Mark these two classes as hidden, shrinking libllbmgcc.dylib by 25KChris Lattner2006-06-28
* Fix CodeGen/Generic/2006-06-28-SimplifySetCCCrash.llChris Lattner2006-06-28
* For PR801:Reid Spencer2006-06-27
* Add and sort "sections" in debug lines. This always stepping throughJim Laskey2006-06-23
* Add support for function types.Jim Laskey2006-06-20
* References need to be section relative.Jim Laskey2006-06-19
* References need to be section relative.Jim Laskey2006-06-19
* Handle versioning of compile unit.Jim Laskey2006-06-19
* 1. Revise vector debug support.Jim Laskey2006-06-16
* Teach the local allocator to know that live-in values (e.g. arguments) areChris Lattner2006-06-15
* 1. Support standard dwarf format (was bootstrapping in Apple format.)Jim Laskey2006-06-15
* Was pointed out that structure alignment and type alignment are not the sameJim Laskey2006-06-15
* Alignment of globals has not been quite right. Needed to drop the pointer typeJim Laskey2006-06-15
* Consistency. EXTRACT_ELEMENT index operand should have ptr type.Evan Cheng2006-06-15
* Assert. Rather than silently stop printing.Evan Cheng2006-06-15
* Instructions with variable operands (variable_ops) can have a number requiredEvan Cheng2006-06-15
* Change versioning to per debug info descriptor (merged with tag.)Jim Laskey2006-06-14
* Place dwarf headers at earliest possible point. Well behaved when skippingJim Laskey2006-06-14
* Port some bugfixes in shift handling from SimplifyDemandedBits over toChris Lattner2006-06-13
* TargetLowering::ComputeMaskedBits was not clearing reciprocal bits on shifts.Jim Laskey2006-06-13
* Make sure to update the CFG correctly if a switch only has a default dest.Chris Lattner2006-06-12
* Start on my todo listAndrew Lenharth2006-06-12
* Fix X86/inline-asm.ll:test2, a case where an input value was implicitlyChris Lattner2006-06-08
* Fix Regression/CodeGen/X86/inline-asm.ll, a case where inline asm causesChris Lattner2006-06-08
* Fix an assert-on-inline-inline-asm bug.Chris Lattner2006-06-08
* For PR798:Reid Spencer2006-06-05
* For PR798:Reid Spencer2006-06-05
* Prevent the -pedantic option from causing Mac OS/X build problems:Reid Spencer2006-06-01
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-01
* commuteInstruction() does not always create a new MI!Evan Cheng2006-05-31
* Eliminate a memory leak.Evan Cheng2006-05-31
* visitVBinOp: Can't fold divide by zero!Evan Cheng2006-05-31
* Make sure the register pressure reduction schedulers work for non-uniformEvan Cheng2006-05-30
* When a priority_queue is empty, the behavior of top() operator isEvan Cheng2006-05-30
* Fix a nasty dag combiner bug that caused nondeterminstic crashes (MY FAVORITE!):Chris Lattner2006-05-27
* Make CALL node consistent with RET node. Signness of value has type MVT::i32Evan Cheng2006-05-26
* Change RET node to include signness information of the return values. e.g.Evan Cheng2006-05-26
* Remove a bogus cast.Evan Cheng2006-05-26
* Turn on -sched-commute-nodes by default.Evan Cheng2006-05-25
* CALL node change: now including signness of every argument.Evan Cheng2006-05-25
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-24
* -enable-unsafe-fp-math implies -enable-finite-only-fp-mathEvan Cheng2006-05-23
* Fix missing includeVladimir Prus2006-05-23
* Incorrect SETCC CondCode used for FP comparisons.Evan Cheng2006-05-23
* lib/Target/Target.tdEvan Cheng2006-05-18
* Fix the result of the call to use a correct vbitconvert. There is no need toChris Lattner2006-05-17