summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Undo previous check-in.Devang Patel2007-04-13
* Hello uses LLVMSupport.a (SlowerOperationInformer)Devang Patel2007-04-13
* Rename Value::getValueType to getValueID, to avoid confusion withDan Gohman2007-04-13
* Fix PR1323 : we haven't updated phi nodes in good manner :)Anton Korobeynikov2007-04-13
* arm has r+r*s and r+i addr modes, but no r+i+r*s addr modes.Chris Lattner2007-04-13
* Make the apint construction more effective.Zhou Sheng2007-04-13
* CSE simple binary expressions when they are inserted. This makes LSR produceChris Lattner2007-04-13
* Adding target triplet to be passed to database.Tanya Lattner2007-04-13
* Implement review feedback .. don't double search a set.Reid Spencer2007-04-12
* Make sure intrinsics that are lowered to functions make the function weakReid Spencer2007-04-12
* testcases for function linkageDale Johannesen2007-04-12
* Provide support for intrinsics that lower themselves to a function body.Reid Spencer2007-04-12
* update documentationLauro Ramos Venancio2007-04-12
* update documentationLauro Ramos Venancio2007-04-12
* Implement Thread Local Storage (TLS) in CBackend.Lauro Ramos Venancio2007-04-12
* Implement the "thread_local" keyword.Lauro Ramos Venancio2007-04-12
* vector compares aren't allowed. It doesn't make sense to have an xfailedChris Lattner2007-04-12
* make this really work on linux :)Chris Lattner2007-04-12
* make this happier on linux hostsChris Lattner2007-04-12
* Fix bugs in generated code for part_select and part_set so that llc doesn'tReid Spencer2007-04-12
* Fix a bug in PartSet. The replacement value needs to be zext or trunc toReid Spencer2007-04-12
* the result of an inline asm copy can be an arbitrary VT that the registerChris Lattner2007-04-12
* fold noop vbitconvert instructionsChris Lattner2007-04-12
* new testcaseChris Lattner2007-04-12
* Fix weirdness handling single element vectors.Chris Lattner2007-04-12
* Fix mmx paddq, add support for the 'y' register class, though it isn't tested.Chris Lattner2007-04-12
* Make the shlibext and llvmlibsdir variables accessible.Reid Spencer2007-04-12
* For PR1284:Reid Spencer2007-04-12
* The hello pass actually requires a function to chew on!Reid Spencer2007-04-12
* Fix extra argument in part_set examples. Thanks Zhiru.Reid Spencer2007-04-12
* improve the patch for PR1318 to also support grouped options with customChris Lattner2007-04-12
* New test case for PR 1321.Devang Patel2007-04-12
* Fix validation errors.Reid Spencer2007-04-11
* Missing end tag. Thanks, Nick.Reid Spencer2007-04-11
* new testcase.Chris Lattner2007-04-11
* Put period inside the paragraph!Reid Spencer2007-04-11
* Document the part_set intrinsic.Reid Spencer2007-04-11
* Fix a guard that is supposed to guard against mistakes like this patch fixes!Reid Spencer2007-04-11
* new testcaseChris Lattner2007-04-11
* Fix CodeGen/X86/2007-03-24-InlineAsmPModifier.llChris Lattner2007-04-11
* The "Hello" message is written on stderr so make sure it is duplicated toReid Spencer2007-04-11
* Add Scott's note about GCC 4.1.2 on OpenSUSE.Reid Spencer2007-04-11
* Add a test case for PR1318.Reid Spencer2007-04-11
* Build Hello by default so it can be used in test cases.Reid Spencer2007-04-11
* Use the new %link variable to make this test portable.Reid Spencer2007-04-11
* Make new variables available: compile_c, compile_cxx, link to handle testsReid Spencer2007-04-11
* The "implementation" keyword is no more!Reid Spencer2007-04-11
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-11
* Add a test case for testing basic IR features via llvm2cpp. This helps findReid Spencer2007-04-11
* Make sure upgrade doesn't fail on this.Reid Spencer2007-04-11